Logtalk 2.27.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1580 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2006-03-26 17:31:34 +00:00
parent fded381282
commit 75b2645e3f
205 changed files with 2896 additions and 2171 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.27.0
Release 2.27.1
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================
@@ -79,6 +79,11 @@ link.Description = "Shortcut to Logtalk documentation";
link.TargetPath = logtalk_home + "\\manuals";
link.Save();
link = WshShell.CreateShortcut(logtalk_user + "\\wenv.lnk");
link.Description = "Shortcut to Logtalk text editing support";
link.TargetPath = logtalk_home + "\\wenv";
link.Save();
link = WshShell.CreateShortcut(logtalk_user + "\\xml\\lgt2html.js.lnk");
link.Description = "Shortcut to lgt2html script";
link.TargetPath = logtalk_home + "\\xml\\lgt2html.js";

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -73,6 +73,7 @@ ln -sf "$LOGTALKHOME"/README "$LOGTALKUSER"/README
ln -sf "$LOGTALKHOME"/RELEASE_NOTES "$LOGTALKUSER"/RELEASE_NOTES
ln -sf "$LOGTALKHOME"/UPGRADING "$LOGTALKUSER"/UPGRADING
ln -sf "$LOGTALKHOME"/manuals "$LOGTALKUSER"/manuals
ln -sf "$LOGTALKHOME"/wenv "$LOGTALKUSER"/wenv
ln -sf "$LOGTALKHOME"/xml/lgt2html.sh "$LOGTALKUSER"/xml/lgt2html
ln -sf "$LOGTALKHOME"/xml/lgt2pdf.sh "$LOGTALKUSER"/xml/lgt2pdf
ln -sf "$LOGTALKHOME"/xml/lgt2xml.sh "$LOGTALKUSER"/xml/lgt2xml

View File

@@ -1,5 +1,5 @@
Package: logtalk
Version: 2.26.2
Version: 2.27.1
Section: languages
Priority: optional
Architecture: all

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -23,20 +23,20 @@ echo
echo "Installing Logtalk on $prefix ..."
echo
rm -rf $prefix/lgt2270
rm -rf $prefix/lgt2271
rm -f $prefix/logtalk
mkdir $prefix/lgt2270
mkdir $prefix/lgt2271
cd ..
cp -R * $prefix/lgt2270
cp -R * $prefix/lgt2271
cd $prefix
chmod -R go-w,a+r lgt2270
chmod a+x lgt2270
chmod a+x lgt2270/scripts/*.sh
chmod a+x lgt2270/xml/*.sh
ln -sf lgt2270 logtalk
chmod -R go-w,a+r lgt2271
chmod a+x lgt2271
chmod a+x lgt2271/scripts/*.sh
chmod a+x lgt2271/xml/*.sh
ln -sf lgt2271 logtalk
mkdir -p bin
cd bin

View File

@@ -1,11 +1,11 @@
Name: logtalk
Summary: Logtalk - Open source object-oriented extension to Prolog
Version: 2.27.0
Version: 2.27.1
Release: 1
License: Artistic License 2.0
Group: Development/Languages
Packager: Paulo Moura <pmoura@logtalk.org>
Source: http://www.logtalk.org/files/lgt2270.tgz
Source: http://www.logtalk.org/files/lgt2271.tgz
BuildArchitectures: noarch
URL: http://www.logtalk.org/
Prefix: /usr/local
@@ -13,19 +13,19 @@ AutoReqProv: no
%description
Logtalk is an open source object-oriented extension to the Prolog programming language. Integrating logic programming with object-oriented and event-driven programming, it is compatible with most Prolog compilers. It supports both prototypes and classes. In addition, it supports component-based programming through category-based composition.
%prep
%setup -n lgt2270
%setup -n lgt2271
%build
%install
rm -rf /usr/local/lgt2270
rm -rf /usr/local/lgt2271
rm -f /usr/local/logtalk
mkdir /usr/local/lgt2270
cp -R * /usr/local/lgt2270
mkdir /usr/local/lgt2271
cp -R * /usr/local/lgt2271
cd /usr/local
chmod -R go-w,a+r lgt2270
chmod a+x lgt2270
chmod a+x lgt2270/scripts/*.sh
chmod a+x lgt2270/xml/*.sh
ln -sf lgt2270 logtalk
chmod -R go-w,a+r lgt2271
chmod a+x lgt2271
chmod a+x lgt2271/scripts/*.sh
chmod a+x lgt2271/xml/*.sh
ln -sf lgt2271 logtalk
cd bin
ln -sf ../logtalk/scripts/cplgtdirs.sh cplgtdirs
ln -sf ../logtalk/xml/lgt2pdf.sh lgt2pdf
@@ -34,24 +34,24 @@ ln -sf ../logtalk/xml/lgt2xml.sh lgt2xml
%clean
%files
%defattr(-,root,users)
%doc /usr/local/lgt2270/BIBLIOGRAPHY
%doc /usr/local/lgt2270/INSTALL
%doc /usr/local/lgt2270/LICENSE
%doc /usr/local/lgt2270/QUICK_START
%doc /usr/local/lgt2270/README
%doc /usr/local/lgt2270/RELEASE_NOTES
%doc /usr/local/lgt2270/UPGRADING
/usr/local/lgt2270/compiler
/usr/local/lgt2270/configs
/usr/local/lgt2270/contributions
/usr/local/lgt2270/examples
/usr/local/lgt2270/libpaths
/usr/local/lgt2270/library
%docdir /usr/local/lgt2270/manuals
/usr/local/lgt2270/manuals
/usr/local/lgt2270/scripts
/usr/local/lgt2270/wenv
/usr/local/lgt2270/xml
%doc /usr/local/lgt2271/BIBLIOGRAPHY
%doc /usr/local/lgt2271/INSTALL
%doc /usr/local/lgt2271/LICENSE
%doc /usr/local/lgt2271/QUICK_START
%doc /usr/local/lgt2271/README
%doc /usr/local/lgt2271/RELEASE_NOTES
%doc /usr/local/lgt2271/UPGRADING
/usr/local/lgt2271/compiler
/usr/local/lgt2271/configs
/usr/local/lgt2271/contributions
/usr/local/lgt2271/examples
/usr/local/lgt2271/libpaths
/usr/local/lgt2271/library
%docdir /usr/local/lgt2271/manuals
/usr/local/lgt2271/manuals
/usr/local/lgt2271/scripts
/usr/local/lgt2271/wenv
/usr/local/lgt2271/xml
/usr/local/logtalk
/usr/local/bin/cplgtdirs
/usr/local/bin/lgt2pdf

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================

View File

@@ -1,6 +1,6 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.27.0
// Release 2.27.1
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// =================================================================

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.27.0
## Release 2.27.1
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## =================================================================