Logtalk 2.19.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1112 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
3a691e07d5
commit
23f85a3453
@ -46,11 +46,11 @@ variable named $LOGTALKHOME pointing to the Logtalk installation for use with
|
||||
your Prolog compilers. If you use a csh shell, add the following line to your
|
||||
~/.cshrc file:
|
||||
|
||||
setenv LOGTALKHOME "/your/installation/directory/lgt2190"
|
||||
setenv LOGTALKHOME "/your/installation/directory/lgt2191"
|
||||
|
||||
If you use a bash shell, add the following lines to your ~/.profile file:
|
||||
|
||||
LOGTALKHOME="/your/installation/directory/lgt2190"
|
||||
LOGTALKHOME="/your/installation/directory/lgt2191"
|
||||
export LOGTALKHOME
|
||||
|
||||
When using the provided shell script for installing Logtalk, a symbolic link
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.19.0
|
||||
Release 2.19.1
|
||||
|
||||
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.19.0
|
||||
Release 2.19.1
|
||||
|
||||
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@ -1,5 +1,5 @@
|
||||
Package: logtalk
|
||||
Version: 2.19.0
|
||||
Version: 2.19.1
|
||||
Section: languages
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
0
Logtalk/misc/debian/rules
Normal file
0
Logtalk/misc/debian/rules
Normal file
@ -9,23 +9,23 @@ else
|
||||
prefix="$1"
|
||||
fi
|
||||
|
||||
rm -rf $prefix/lgt2190
|
||||
rm -rf $prefix/lgt2191
|
||||
rm -f $prefix/logtalk
|
||||
|
||||
mkdir $prefix/lgt2190
|
||||
mkdir $prefix/lgt2191
|
||||
|
||||
cd ..
|
||||
cp -R * $prefix/lgt2190
|
||||
cp -R * $prefix/lgt2191
|
||||
|
||||
cd $prefix
|
||||
chmod -R go-w,a+r lgt2190
|
||||
chmod a+x lgt2190
|
||||
chmod a+x lgt2190/misc/*.sh
|
||||
chmod a+x lgt2190/xml/*.sh
|
||||
ln -sf lgt2190 logtalk
|
||||
chmod -R go-w,a+r lgt2191
|
||||
chmod a+x lgt2191
|
||||
chmod a+x lgt2191/misc/*.sh
|
||||
chmod a+x lgt2191/xml/*.sh
|
||||
ln -sf lgt2191 logtalk
|
||||
|
||||
cd bin
|
||||
ln -sf ../lgt2190/misc/cplgtdirs.sh cplgtdirs.sh
|
||||
ln -sf ../lgt2191/misc/cplgtdirs.sh cplgtdirs.sh
|
||||
|
||||
echo "Installation completed."
|
||||
echo "Users should define the environment variable LOGTALKHOME pointing"
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: logtalk
|
||||
Summary: Logtalk - Open source object-oriented extension to Prolog
|
||||
Version: 2.19.0
|
||||
Version: 2.19.1
|
||||
Release: 1
|
||||
License: Artistic License 2.0
|
||||
Group: Development/Languages
|
||||
Packager: Paulo Moura <pmoura@logtalk.org>
|
||||
Source: http://www.logtalk.org/files/lgt2190.tar.gz
|
||||
Source: http://www.logtalk.org/files/lgt2191.tar.gz
|
||||
BuildArchitectures: noarch
|
||||
URL: http://www.logtalk.org/
|
||||
Prefix: /usr/local
|
||||
@ -13,39 +13,39 @@ 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 lgt2190
|
||||
%setup -n lgt2191
|
||||
%build
|
||||
%install
|
||||
rm -rf /usr/local/lgt2190
|
||||
rm -rf /usr/local/lgt2191
|
||||
rm -f /usr/local/logtalk
|
||||
mkdir /usr/local/lgt2190
|
||||
cp -R * /usr/local/lgt2190
|
||||
mkdir /usr/local/lgt2191
|
||||
cp -R * /usr/local/lgt2191
|
||||
cd /usr/local
|
||||
chmod -R go-w,a+r lgt2190
|
||||
chmod a+x lgt2190
|
||||
chmod a+x lgt2190/misc/*.sh
|
||||
chmod a+x lgt2190/xml/*.sh
|
||||
ln -sf lgt2190 logtalk
|
||||
chmod -R go-w,a+r lgt2191
|
||||
chmod a+x lgt2191
|
||||
chmod a+x lgt2191/misc/*.sh
|
||||
chmod a+x lgt2191/xml/*.sh
|
||||
ln -sf lgt2191 logtalk
|
||||
cd bin
|
||||
ln -sf ../lgt2190/misc/cplgtdirs.sh cplgtdirs.sh
|
||||
ln -sf ../lgt2191/misc/cplgtdirs.sh cplgtdirs.sh
|
||||
%clean
|
||||
%files
|
||||
%defattr(-,root,users)
|
||||
%doc /usr/local/lgt2190/BIBLIOGRAPHY
|
||||
%doc /usr/local/lgt2190/INSTALL
|
||||
%doc /usr/local/lgt2190/LICENSE
|
||||
%doc /usr/local/lgt2190/QUICK_START
|
||||
%doc /usr/local/lgt2190/README
|
||||
%doc /usr/local/lgt2190/RELEASE_NOTES
|
||||
%doc /usr/local/lgt2190/UPGRADING
|
||||
/usr/local/lgt2190/compiler
|
||||
/usr/local/lgt2190/configs
|
||||
/usr/local/lgt2190/examples
|
||||
/usr/local/lgt2190/library
|
||||
%docdir /usr/local/lgt2190/manuals
|
||||
/usr/local/lgt2190/manuals
|
||||
/usr/local/lgt2190/misc
|
||||
/usr/local/lgt2190/wenv
|
||||
/usr/local/lgt2190/xml
|
||||
%doc /usr/local/lgt2191/BIBLIOGRAPHY
|
||||
%doc /usr/local/lgt2191/INSTALL
|
||||
%doc /usr/local/lgt2191/LICENSE
|
||||
%doc /usr/local/lgt2191/QUICK_START
|
||||
%doc /usr/local/lgt2191/README
|
||||
%doc /usr/local/lgt2191/RELEASE_NOTES
|
||||
%doc /usr/local/lgt2191/UPGRADING
|
||||
/usr/local/lgt2191/compiler
|
||||
/usr/local/lgt2191/configs
|
||||
/usr/local/lgt2191/examples
|
||||
/usr/local/lgt2191/library
|
||||
%docdir /usr/local/lgt2191/manuals
|
||||
/usr/local/lgt2191/manuals
|
||||
/usr/local/lgt2191/misc
|
||||
/usr/local/lgt2191/wenv
|
||||
/usr/local/lgt2191/xml
|
||||
/usr/local/logtalk
|
||||
/usr/local/bin/cplgtdirs.sh
|
||||
|
Reference in New Issue
Block a user