Logtalk 2.22.3 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1220 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.22.2
|
||||
Release 2.22.3
|
||||
|
||||
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
@@ -108,9 +108,9 @@ make_yaplgt.js
|
||||
|
||||
make_xsblgt.sh
|
||||
makes a shell script named xsblgt for running Logtalk with XSB (the first
|
||||
call to the shortcut must be made by a user with administrative rights;
|
||||
each user will need to rename the file configs/xsb.config to end with the
|
||||
.P extension and make and edit a copy of the libpaths/libpaths.pl in order
|
||||
run of the xsblgt script must be made as root or using sudo; each user
|
||||
will need to rename the file configs/xsb.config to end with the .P
|
||||
extension and make and edit a copy of the libpaths/libpaths.pl in order
|
||||
to replace all occurrences of the LOGTALKUSER environment variable with
|
||||
its value)
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Package: logtalk
|
||||
Version: 2.22.2
|
||||
Version: 2.22.3
|
||||
Section: languages
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -16,26 +16,26 @@ else
|
||||
prefix="$1"
|
||||
fi
|
||||
|
||||
rm -rf $prefix/lgt2222
|
||||
rm -rf $prefix/lgt2223
|
||||
rm -f $prefix/logtalk
|
||||
|
||||
mkdir $prefix/lgt2222
|
||||
mkdir $prefix/lgt2223
|
||||
|
||||
cd ..
|
||||
cp -R * $prefix/lgt2222
|
||||
cp -R * $prefix/lgt2223
|
||||
|
||||
cd $prefix
|
||||
chmod -R go-w,a+r lgt2222
|
||||
chmod a+x lgt2222
|
||||
chmod a+x lgt2222/misc/*.sh
|
||||
chmod a+x lgt2222/xml/*.sh
|
||||
ln -sf lgt2222 logtalk
|
||||
chmod -R go-w,a+r lgt2223
|
||||
chmod a+x lgt2223
|
||||
chmod a+x lgt2223/misc/*.sh
|
||||
chmod a+x lgt2223/xml/*.sh
|
||||
ln -sf lgt2223 logtalk
|
||||
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
ln -sf ../lgt2222/misc/cplgtdirs.sh cplgtdirs
|
||||
ln -sf ../lgt2222/xml/lgt2pdf.sh lgt2pdf
|
||||
ln -sf ../lgt2222/xml/lgt2html.sh lgt2html
|
||||
ln -sf ../lgt2223/misc/cplgtdirs.sh cplgtdirs
|
||||
ln -sf ../lgt2223/xml/lgt2pdf.sh lgt2pdf
|
||||
ln -sf ../lgt2223/xml/lgt2html.sh lgt2html
|
||||
|
||||
echo "Logtalk installation completed."
|
||||
echo
|
||||
|
@@ -1,11 +1,11 @@
|
||||
Name: logtalk
|
||||
Summary: Logtalk - Open source object-oriented extension to Prolog
|
||||
Version: 2.22.2
|
||||
Version: 2.22.3
|
||||
Release: 1
|
||||
License: Artistic License 2.0
|
||||
Group: Development/Languages
|
||||
Packager: Paulo Moura <pmoura@logtalk.org>
|
||||
Source: http://www.logtalk.org/files/lgt2222.tgz
|
||||
Source: http://www.logtalk.org/files/lgt2223.tgz
|
||||
BuildArchitectures: noarch
|
||||
URL: http://www.logtalk.org/
|
||||
Prefix: /usr/local
|
||||
@@ -13,43 +13,43 @@ 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 lgt2222
|
||||
%setup -n lgt2223
|
||||
%build
|
||||
%install
|
||||
rm -rf /usr/local/lgt2222
|
||||
rm -rf /usr/local/lgt2223
|
||||
rm -f /usr/local/logtalk
|
||||
mkdir /usr/local/lgt2222
|
||||
cp -R * /usr/local/lgt2222
|
||||
mkdir /usr/local/lgt2223
|
||||
cp -R * /usr/local/lgt2223
|
||||
cd /usr/local
|
||||
chmod -R go-w,a+r lgt2222
|
||||
chmod a+x lgt2222
|
||||
chmod a+x lgt2222/misc/*.sh
|
||||
chmod a+x lgt2222/xml/*.sh
|
||||
ln -sf lgt2222 logtalk
|
||||
chmod -R go-w,a+r lgt2223
|
||||
chmod a+x lgt2223
|
||||
chmod a+x lgt2223/misc/*.sh
|
||||
chmod a+x lgt2223/xml/*.sh
|
||||
ln -sf lgt2223 logtalk
|
||||
cd bin
|
||||
ln -sf ../lgt2222/misc/cplgtdirs.sh cplgtdirs
|
||||
ln -sf ../lgt2222/xml/lgt2pdf.sh lgt2pdf
|
||||
ln -sf ../lgt2222/xml/lgt2html.sh lgt2html
|
||||
ln -sf ../lgt2223/misc/cplgtdirs.sh cplgtdirs
|
||||
ln -sf ../lgt2223/xml/lgt2pdf.sh lgt2pdf
|
||||
ln -sf ../lgt2223/xml/lgt2html.sh lgt2html
|
||||
%clean
|
||||
%files
|
||||
%defattr(-,root,users)
|
||||
%doc /usr/local/lgt2222/BIBLIOGRAPHY
|
||||
%doc /usr/local/lgt2222/INSTALL
|
||||
%doc /usr/local/lgt2222/LICENSE
|
||||
%doc /usr/local/lgt2222/QUICK_START
|
||||
%doc /usr/local/lgt2222/README
|
||||
%doc /usr/local/lgt2222/RELEASE_NOTES
|
||||
%doc /usr/local/lgt2222/UPGRADING
|
||||
/usr/local/lgt2222/compiler
|
||||
/usr/local/lgt2222/configs
|
||||
/usr/local/lgt2222/examples
|
||||
/usr/local/lgt2222/libpaths
|
||||
/usr/local/lgt2222/library
|
||||
%docdir /usr/local/lgt2222/manuals
|
||||
/usr/local/lgt2222/manuals
|
||||
/usr/local/lgt2222/misc
|
||||
/usr/local/lgt2222/wenv
|
||||
/usr/local/lgt2222/xml
|
||||
%doc /usr/local/lgt2223/BIBLIOGRAPHY
|
||||
%doc /usr/local/lgt2223/INSTALL
|
||||
%doc /usr/local/lgt2223/LICENSE
|
||||
%doc /usr/local/lgt2223/QUICK_START
|
||||
%doc /usr/local/lgt2223/README
|
||||
%doc /usr/local/lgt2223/RELEASE_NOTES
|
||||
%doc /usr/local/lgt2223/UPGRADING
|
||||
/usr/local/lgt2223/compiler
|
||||
/usr/local/lgt2223/configs
|
||||
/usr/local/lgt2223/examples
|
||||
/usr/local/lgt2223/libpaths
|
||||
/usr/local/lgt2223/library
|
||||
%docdir /usr/local/lgt2223/manuals
|
||||
/usr/local/lgt2223/manuals
|
||||
/usr/local/lgt2223/misc
|
||||
/usr/local/lgt2223/wenv
|
||||
/usr/local/lgt2223/xml
|
||||
/usr/local/logtalk
|
||||
/usr/local/bin/cplgtdirs
|
||||
/usr/local/bin/lgt2pdf
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.22.2
|
||||
// Release 2.22.3
|
||||
//
|
||||
// Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.22.2
|
||||
## Release 2.22.3
|
||||
##
|
||||
## Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
Reference in New Issue
Block a user