Logtalk 2.29.4 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1799 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-02-19 18:58:28 +00:00
parent 194ea3bdee
commit 46c8cfbeff
257 changed files with 602 additions and 679 deletions

View File

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

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.3
## Release 2.29.4
##
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -23,32 +23,32 @@ chmod a+x xml/*.sh
chmod a-x xml/*.js
cd ..
cp -R logtalk/manuals man2292
tar -czf man2292.tgz man2292
mv logtalk lgt2293
tar -czf lgt2293.tgz lgt2293
cp -R logtalk/manuals man2294
tar -czf man2294.tgz man2294
mv logtalk lgt2294
tar -czf lgt2294.tgz lgt2294
md5="`md5 -q lgt2293.tgz`"
md5="`md5 -q lgt2294.tgz`"
sudo mkdir -p /opt/local/var/db/dports/distfiles/logtalk
sudo cp -f lgt2293.tgz /opt/local/var/db/dports/distfiles/logtalk/lgt2293.tgz
sudo cp -f lgt2294.tgz /opt/local/var/db/dports/distfiles/logtalk/lgt2294.tgz
cd /opt/local/var/db/dports/sources/rsync.rsync.darwinports.org_dpupdate_dports/lang/logtalk/
sudo cp -f Portfile Portfile.old
sudo sed -e 's/^version.*/version 2.29.3/' -i '' Portfile
sudo sed -e 's/^version.*/version 2.29.4/' -i '' Portfile
sudo sed -e "s/^checksums.*/checksums md5 $md5/" -i '' Portfile
sudo sed -e 's/^distname.*/distname lgt2293/' -i '' Portfile
sudo sed -e 's/^distname.*/distname lgt2294/' -i '' Portfile
sudo port clean --archive logtalk
sudo port install logtalk
sudo port pkg logtalk
cp -R work/logtalk-2.29.3.pkg $dir
cp -R work/logtalk-2.29.4.pkg $dir
sudo port uninstall logtalk
cd $dir
mkdir manpdf2292
cd man2292/userman
mkdir manpdf2294
cd man2294/userman
./userman.sh
mv userman.pdf ../../manpdf2292
mv userman.pdf ../../manpdf2294
cd ../refman
./refman.sh
mv refman.pdf ../../manpdf2292
mv refman.pdf ../../manpdf2294
cd ../..
tar -czf manpdf2292.tgz manpdf2292
tar -czf manpdf2294.tgz manpdf2294

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.3
## Release 2.29.4
##
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -23,24 +23,24 @@ echo
echo "Installing Logtalk on $prefix ..."
echo
rm -rf $prefix/lgt2293
rm -rf $prefix/lgt2294
rm -f $prefix/logtalk
mkdir $prefix/lgt2293
mkdir $prefix/lgt2294
cd ..
cp -R * $prefix/lgt2293
cp -R * $prefix/lgt2294
cd $prefix
chmod -R go-w,a+r lgt2293
chmod a+x lgt2293
chmod a+x lgt2293/scripts/*.sh
chmod a-x lgt2293/scripts/*.js
chmod a+x lgt2293/scripts/linux/*.sh
chmod a+x lgt2293/scripts/macosx/postflight
chmod a+x lgt2293/xml/*.sh
chmod a-x lgt2293/xml/*.js
ln -sf lgt2293 logtalk
chmod -R go-w,a+r lgt2294
chmod a+x lgt2294
chmod a+x lgt2294/scripts/*.sh
chmod a-x lgt2294/scripts/*.js
chmod a+x lgt2294/scripts/linux/*.sh
chmod a+x lgt2294/scripts/macosx/postflight
chmod a+x lgt2294/xml/*.sh
chmod a-x lgt2294/xml/*.js
ln -sf lgt2294 logtalk
mkdir -p bin
cd bin

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.3
## Release 2.29.4
##
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -27,7 +27,7 @@ if ! [ -d "$LOGTALKHOME" ]; then
fi
cd $LOGTALKHOME/..
rm -rf lgt2293
rm -rf lgt2294
rm -f logtalk
if [ -d bin ]; then

Binary file not shown.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.3
## Release 2.29.4
##
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
@@ -46,8 +46,8 @@ echo ":- reconsult('compiler/logtalk.pl')." >> logtalk_xsb.pl
echo ":- reconsult('~/logtalk/libpaths/libpaths_no_env_var.pl')." >> logtalk_xsb.pl
echo ":- path_sysop(chdir, '~')." >> logtalk_xsb.pl
echo "#/bin/sh" > xsblgt
echo "cd $LOGTALKHOME" >> xsblgt
echo "xsb -l -e \"reconsult('$LOGTALKHOME/bin/logtalk_xsb.pl').\"" >> xsblgt
echo "cd \$LOGTALKHOME" >> xsblgt
echo "xsb -l -e \"reconsult('bin/logtalk_xsb.pl').\"" >> xsblgt
chmod a+x xsblgt
ln -sf $LOGTALKHOME/bin/xsblgt $prefix/bin/xsblgt
echo "Done. A link to the script was been created in $prefix/bin."

View File

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

View File

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

View File

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

View File

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