Logtalk 2.29.3 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1781 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.29.2
|
||||
Release 2.29.3
|
||||
|
||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -25,21 +25,21 @@ chmod a-x xml/*.js
|
||||
cd ..
|
||||
cp -R logtalk/manuals man2292
|
||||
tar -czf man2292.tgz man2292
|
||||
mv logtalk lgt2292
|
||||
tar -czf lgt2292.tgz lgt2292
|
||||
mv logtalk lgt2293
|
||||
tar -czf lgt2293.tgz lgt2293
|
||||
|
||||
md5="`md5 -q lgt2292.tgz`"
|
||||
md5="`md5 -q lgt2293.tgz`"
|
||||
sudo mkdir -p /opt/local/var/db/dports/distfiles/logtalk
|
||||
sudo cp -f lgt2292.tgz /opt/local/var/db/dports/distfiles/logtalk/lgt2292.tgz
|
||||
sudo cp -f lgt2293.tgz /opt/local/var/db/dports/distfiles/logtalk/lgt2293.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.2/' -i '' Portfile
|
||||
sudo sed -e 's/^version.*/version 2.29.3/' -i '' Portfile
|
||||
sudo sed -e "s/^checksums.*/checksums md5 $md5/" -i '' Portfile
|
||||
sudo sed -e 's/^distname.*/distname lgt2292/' -i '' Portfile
|
||||
sudo sed -e 's/^distname.*/distname lgt2293/' -i '' Portfile
|
||||
sudo port clean --archive logtalk
|
||||
sudo port install logtalk
|
||||
sudo port pkg logtalk
|
||||
cp -R work/logtalk-2.29.2.pkg $dir
|
||||
cp -R work/logtalk-2.29.3.pkg $dir
|
||||
sudo port uninstall logtalk
|
||||
|
||||
cd $dir
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,5 +1,5 @@
|
||||
Package: logtalk
|
||||
Version: 2.29.2
|
||||
Version: 2.29.3
|
||||
Section: languages
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -23,24 +23,24 @@ echo
|
||||
echo "Installing Logtalk on $prefix ..."
|
||||
echo
|
||||
|
||||
rm -rf $prefix/lgt2292
|
||||
rm -rf $prefix/lgt2293
|
||||
rm -f $prefix/logtalk
|
||||
|
||||
mkdir $prefix/lgt2292
|
||||
mkdir $prefix/lgt2293
|
||||
|
||||
cd ..
|
||||
cp -R * $prefix/lgt2292
|
||||
cp -R * $prefix/lgt2293
|
||||
|
||||
cd $prefix
|
||||
chmod -R go-w,a+r lgt2292
|
||||
chmod a+x lgt2292
|
||||
chmod a+x lgt2292/scripts/*.sh
|
||||
chmod a-x lgt2292/scripts/*.js
|
||||
chmod a+x lgt2292/scripts/linux/*.sh
|
||||
chmod a+x lgt2292/scripts/macosx/postflight
|
||||
chmod a+x lgt2292/xml/*.sh
|
||||
chmod a-x lgt2292/xml/*.js
|
||||
ln -sf lgt2292 logtalk
|
||||
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
|
||||
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -27,7 +27,7 @@ if ! [ -d "$LOGTALKHOME" ]; then
|
||||
fi
|
||||
|
||||
cd $LOGTALKHOME/..
|
||||
rm -rf lgt2292
|
||||
rm -rf lgt2293
|
||||
rm -f logtalk
|
||||
|
||||
if [ -d bin ]; then
|
||||
|
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.29.2
|
||||
Release 2.29.3
|
||||
|
||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -17,8 +17,8 @@ cd /usr/local/logtalk
|
||||
scripts/cleandist.sh
|
||||
|
||||
cd ..
|
||||
tar -czf lgt2292.tgz lgt2292
|
||||
mv lgt2292.tgz /usr/src/redhat/SOURCES
|
||||
tar -czf lgt2293.tgz lgt2293
|
||||
mv lgt2293.tgz /usr/src/redhat/SOURCES
|
||||
|
||||
cd "$dir"
|
||||
rpmbuild -ba --target=noarch-*-linux logtalk.spec
|
||||
|
@@ -1,11 +1,11 @@
|
||||
Name: logtalk
|
||||
Summary: Logtalk - Open source object-oriented extension to Prolog
|
||||
Version: 2.29.2
|
||||
Version: 2.29.3
|
||||
Release: 1
|
||||
License: Artistic License 2.0
|
||||
Group: Development/Languages
|
||||
Packager: Paulo Moura <pmoura@logtalk.org>
|
||||
Source: http://logtalk.org/files/lgt2292.tgz
|
||||
Source: http://logtalk.org/files/lgt2293.tgz
|
||||
BuildArchitectures: noarch
|
||||
URL: http://logtalk.org/
|
||||
Prefix: /usr/local
|
||||
@@ -13,23 +13,23 @@ 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 lgt2292
|
||||
%setup -n lgt2293
|
||||
%build
|
||||
%install
|
||||
rm -rf /usr/local/lgt2292
|
||||
rm -rf /usr/local/lgt2293
|
||||
rm -f /usr/local/logtalk
|
||||
mkdir /usr/local/lgt2292
|
||||
cp -R * /usr/local/lgt2292
|
||||
mkdir /usr/local/lgt2293
|
||||
cp -R * /usr/local/lgt2293
|
||||
cd /usr/local
|
||||
chmod -R go-w,a+r lgt2292
|
||||
chmod a+x lgt2292
|
||||
chmod a+x lgt2292/scripts/*.sh
|
||||
chmod a-x lgt2292/scripts/*.js
|
||||
chmod a+x lgt2292/scripts/linux/*.sh
|
||||
chmod a+x lgt2292/scripts/macosx/postflight
|
||||
chmod a+x lgt2292/xml/*.sh
|
||||
chmod a-x lgt2292/xml/*.js
|
||||
ln -sf lgt2292 logtalk
|
||||
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
|
||||
cd bin
|
||||
ln -sf ../logtalk/scripts/cplgtdirs.sh cplgtdirs
|
||||
ln -sf ../logtalk/xml/lgt2pdf.sh lgt2pdf
|
||||
@@ -38,25 +38,25 @@ ln -sf ../logtalk/xml/lgt2xml.sh lgt2xml
|
||||
%clean
|
||||
%files
|
||||
%defattr(-,root,users)
|
||||
%doc /usr/local/lgt2292/BIBLIOGRAPHY.bib
|
||||
%doc /usr/local/lgt2292/CUSTOMIZE.txt
|
||||
%doc /usr/local/lgt2292/INSTALL.txt
|
||||
%doc /usr/local/lgt2292/LICENSE.txt
|
||||
%doc /usr/local/lgt2292/QUICK_START.txt
|
||||
%doc /usr/local/lgt2292/README.txt
|
||||
%doc /usr/local/lgt2292/RELEASE_NOTES.txt
|
||||
%doc /usr/local/lgt2292/UPGRADING.txt
|
||||
/usr/local/lgt2292/compiler
|
||||
/usr/local/lgt2292/configs
|
||||
/usr/local/lgt2292/contributions
|
||||
/usr/local/lgt2292/examples
|
||||
/usr/local/lgt2292/libpaths
|
||||
/usr/local/lgt2292/library
|
||||
%docdir /usr/local/lgt2292/manuals
|
||||
/usr/local/lgt2292/manuals
|
||||
/usr/local/lgt2292/scripts
|
||||
/usr/local/lgt2292/wenv
|
||||
/usr/local/lgt2292/xml
|
||||
%doc /usr/local/lgt2293/BIBLIOGRAPHY.bib
|
||||
%doc /usr/local/lgt2293/CUSTOMIZE.txt
|
||||
%doc /usr/local/lgt2293/INSTALL.txt
|
||||
%doc /usr/local/lgt2293/LICENSE.txt
|
||||
%doc /usr/local/lgt2293/QUICK_START.txt
|
||||
%doc /usr/local/lgt2293/README.txt
|
||||
%doc /usr/local/lgt2293/RELEASE_NOTES.txt
|
||||
%doc /usr/local/lgt2293/UPGRADING.txt
|
||||
/usr/local/lgt2293/compiler
|
||||
/usr/local/lgt2293/configs
|
||||
/usr/local/lgt2293/contributions
|
||||
/usr/local/lgt2293/examples
|
||||
/usr/local/lgt2293/libpaths
|
||||
/usr/local/lgt2293/library
|
||||
%docdir /usr/local/lgt2293/manuals
|
||||
/usr/local/lgt2293/manuals
|
||||
/usr/local/lgt2293/scripts
|
||||
/usr/local/lgt2293/wenv
|
||||
/usr/local/lgt2293/xml
|
||||
/usr/local/logtalk
|
||||
/usr/local/bin/cplgtdirs
|
||||
/usr/local/bin/lgt2pdf
|
||||
|
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.29.2
|
||||
Release 2.29.3
|
||||
|
||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<h1>Logtalk - Object oriented extension to Prolog</h1>
|
||||
|
||||
<h3>Release 2.29.2</h3>
|
||||
<h3>Release 2.29.3</h3>
|
||||
|
||||
<h3>Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.</h3>
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
Binary file not shown.
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -44,10 +44,10 @@ cd configs
|
||||
cp qu.config qu.ql
|
||||
echo "fcompile('qu.ql', [assemble_only(true)]), load(qu). \
|
||||
chdir('../compiler/'), fcompile('logtalk.pl', [assemble_only(true), string_table(256)]), load(logtalk). \
|
||||
chdir('../libpaths/'), fcompile('libpaths.pl', [assemble_only(true)]), load(libpaths)." | qp -T 16 -s 2048 -d 1024 -h 2048
|
||||
chdir('../libpaths/'), fcompile('libpaths.pl', [assemble_only(true)]), load(libpaths)." | qp -s 3072 -d 1024 -h 2048
|
||||
qc -c qphook.ql
|
||||
cd ../bin
|
||||
qc -T 16 -s 2048 -d 1024 -h 2048 -o qplgt ../configs/qphook.qo ../configs/qu.qo ../compiler/logtalk.qo ../libpaths/libpaths.qo
|
||||
qc -s 3072 -d 1024 -h 2048 -o qplgt ../configs/qphook.qo ../configs/qu.qo ../compiler/logtalk.qo ../libpaths/libpaths.qo
|
||||
chmod a+x qplgt
|
||||
ln -sf $LOGTALKHOME/bin/qplgt $prefix/bin/qplgt
|
||||
rm ../configs/qu.ql
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
@@ -42,9 +42,11 @@ cd "$LOGTALKHOME"
|
||||
mkdir -p bin
|
||||
cd bin
|
||||
echo ":- reconsult('~/logtalk/configs/xsb.pl')." > logtalk_xsb.pl
|
||||
echo ":- reconsult('$LOGTALKHOME/compiler/logtalk.pl')." >> logtalk_xsb.pl
|
||||
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
|
||||
chmod a+x xsblgt
|
||||
ln -sf $LOGTALKHOME/bin/xsblgt $prefix/bin/xsblgt
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
// =================================================================
|
||||
// Logtalk - Object oriented extension to Prolog
|
||||
// Release 2.29.2
|
||||
// Release 2.29.3
|
||||
//
|
||||
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
// =================================================================
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
## =================================================================
|
||||
## Logtalk - Object oriented extension to Prolog
|
||||
## Release 2.29.2
|
||||
## Release 2.29.3
|
||||
##
|
||||
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
## =================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.29.2
|
||||
Release 2.29.3
|
||||
|
||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@@ -1,7 +1,7 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
|
||||
#define MyAppName "Logtalk"
|
||||
#define MyAppVerName "Logtalk 2.29.2"
|
||||
#define MyAppVerName "Logtalk 2.29.3"
|
||||
#define MyAppPublisher "Logtalk.org"
|
||||
#define MyAppURL "http://logtalk.org"
|
||||
#define MyAppUrlName "Logtalk Web Site.url"
|
||||
@@ -24,12 +24,12 @@ DefaultGroupName={#MyAppName}
|
||||
DisableProgramGroupPage=yes
|
||||
LicenseFile=C:\logtalk\LICENSE.txt
|
||||
InfoBeforeFile=C:\logtalk\README.txt
|
||||
OutputBaseFilename=lgt2292
|
||||
OutputBaseFilename=lgt2293
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
PrivilegesRequired=none
|
||||
|
||||
VersionInfoVersion=2.29.2
|
||||
VersionInfoVersion=2.29.3
|
||||
VersionInfoCopyright=<3D> Paulo Moura, 1998-2007
|
||||
|
||||
AllowRootDirectory=yes
|
||||
@@ -67,7 +67,7 @@ Name: shortcut; Description: "&Create a desktop shortcut to the Logtalk user fol
|
||||
Name: "english"; MessagesFile: "compiler:Default.isl"
|
||||
|
||||
[Messages]
|
||||
BeveledLabel=Logtalk 2.29.2 <20> Paulo Moura, 1998-2007
|
||||
BeveledLabel=Logtalk 2.29.3 <20> Paulo Moura, 1998-2007
|
||||
|
||||
[Dirs]
|
||||
Name: {code:GetLgtUserDir}; Components: user; Flags: uninsneveruninstall
|
||||
|
Reference in New Issue
Block a user