Logtalk 2.29.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1773 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2007-01-10 12:46:10 +00:00
parent c837589385
commit e75e406f84
232 changed files with 629 additions and 731 deletions

View File

@@ -1,8 +1,8 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.1
Release 2.29.2
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
dir=`PWD`
@@ -15,6 +15,7 @@ cd logtalk
scripts/cleandist.sh
chmod a+x manuals/userman/*.sh
chmod a+x manuals/refman/*.sh
chmod a+x scripts/*.sh
chmod a-x scripts/*.js
chmod a+x scripts/linux/*.sh
chmod a+x scripts/macosx/postflight
@@ -22,32 +23,32 @@ chmod a+x xml/*.sh
chmod a-x xml/*.js
cd ..
cp -R logtalk/manuals man2291
tar -czf man2291.tgz man2291
mv logtalk lgt2291
tar -czf lgt2291.tgz lgt2291
cp -R logtalk/manuals man2292
tar -czf man2292.tgz man2292
mv logtalk lgt2292
tar -czf lgt2292.tgz lgt2292
md5="`md5 -q lgt2291.tgz`"
md5="`md5 -q lgt2292.tgz`"
sudo mkdir -p /opt/local/var/db/dports/distfiles/logtalk
sudo cp -f lgt2291.tgz /opt/local/var/db/dports/distfiles/logtalk/lgt2291.tgz
sudo cp -f lgt2292.tgz /opt/local/var/db/dports/distfiles/logtalk/lgt2292.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.1/' -i '' Portfile
sudo sed -e 's/^version.*/version 2.29.2/' -i '' Portfile
sudo sed -e "s/^checksums.*/checksums md5 $md5/" -i '' Portfile
sudo sed -e 's/^distname.*/distname lgt2291/' -i '' Portfile
sudo sed -e 's/^distname.*/distname lgt2292/' -i '' Portfile
sudo port clean --archive logtalk
sudo port install logtalk
sudo port pkg logtalk
cp -R work/logtalk-2.29.1.pkg $dir
cp -R work/logtalk-2.29.2.pkg $dir
sudo port uninstall logtalk
cd $dir
mkdir manpdf2291
cd man2291/userman
mkdir manpdf2292
cd man2292/userman
./userman.sh
mv userman.pdf ../../manpdf2291
mv userman.pdf ../../manpdf2292
cd ../refman
./refman.sh
mv refman.pdf ../../manpdf2291
mv refman.pdf ../../manpdf2292
cd ../..
tar -czf manpdf2291.tgz manpdf2291
tar -czf manpdf2292.tgz manpdf2292

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
find . -name .svn -print0 | xargs -0 rm -rf

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

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

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
if [ -z "$1" ]; then
@@ -23,24 +23,24 @@ echo
echo "Installing Logtalk on $prefix ..."
echo
rm -rf $prefix/lgt2291
rm -rf $prefix/lgt2292
rm -f $prefix/logtalk
mkdir $prefix/lgt2291
mkdir $prefix/lgt2292
cd ..
cp -R * $prefix/lgt2291
cp -R * $prefix/lgt2292
cd $prefix
chmod -R go-w,a+r lgt2291
chmod a+x lgt2291
chmod a+x lgt2291/scripts/*.sh
chmod a-x lgt2291/scripts/*.js
chmod a+x lgt2291/scripts/linux/*.sh
chmod a+x lgt2291/scripts/macosx/postflight
chmod a+x lgt2291/xml/*.sh
chmod a-x lgt2291/xml/*.js
ln -sf lgt2291 logtalk
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
mkdir -p bin
cd bin

View File

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

View File

@@ -1,8 +1,8 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.1
Release 2.29.2
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
dir="$PWD"
@@ -17,8 +17,8 @@ cd /usr/local/logtalk
scripts/cleandist.sh
cd ..
tar -czf lgt2291.tgz lgt2291
mv lgt2291.tgz /usr/src/redhat/SOURCES
tar -czf lgt2292.tgz lgt2292
mv lgt2292.tgz /usr/src/redhat/SOURCES
cd "$dir"
rpmbuild -ba --target=noarch-*-linux logtalk.spec

View File

@@ -1,11 +1,11 @@
Name: logtalk
Summary: Logtalk - Open source object-oriented extension to Prolog
Version: 2.29.1
Version: 2.29.2
Release: 1
License: Artistic License 2.0
Group: Development/Languages
Packager: Paulo Moura <pmoura@logtalk.org>
Source: http://logtalk.org/files/lgt2291.tgz
Source: http://logtalk.org/files/lgt2292.tgz
BuildArchitectures: noarch
URL: http://logtalk.org/
Prefix: /usr/local
@@ -13,21 +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 lgt2291
%setup -n lgt2292
%build
%install
rm -rf /usr/local/lgt2291
rm -rf /usr/local/lgt2292
rm -f /usr/local/logtalk
mkdir /usr/local/lgt2291
cp -R * /usr/local/lgt2291
mkdir /usr/local/lgt2292
cp -R * /usr/local/lgt2292
cd /usr/local
chmod -R go-w,a+r lgt2291
chmod a+x lgt2291
chmod a+x lgt2291/scripts/*.sh
chmod a-x lgt2291/scripts/*.js
chmod a+x lgt2291/xml/*.sh
chmod a-x lgt2291/xml/*.js
ln -sf lgt2291 logtalk
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
cd bin
ln -sf ../logtalk/scripts/cplgtdirs.sh cplgtdirs
ln -sf ../logtalk/xml/lgt2pdf.sh lgt2pdf
@@ -36,25 +38,25 @@ ln -sf ../logtalk/xml/lgt2xml.sh lgt2xml
%clean
%files
%defattr(-,root,users)
%doc /usr/local/lgt2291/BIBLIOGRAPHY.bib
%doc /usr/local/lgt2291/CUSTOMIZE.txt
%doc /usr/local/lgt2291/INSTALL.txt
%doc /usr/local/lgt2291/LICENSE.txt
%doc /usr/local/lgt2291/QUICK_START.txt
%doc /usr/local/lgt2291/README.txt
%doc /usr/local/lgt2291/RELEASE_NOTES.txt
%doc /usr/local/lgt2291/UPGRADING.txt
/usr/local/lgt2291/compiler
/usr/local/lgt2291/configs
/usr/local/lgt2291/contributions
/usr/local/lgt2291/examples
/usr/local/lgt2291/libpaths
/usr/local/lgt2291/library
%docdir /usr/local/lgt2291/manuals
/usr/local/lgt2291/manuals
/usr/local/lgt2291/scripts
/usr/local/lgt2291/wenv
/usr/local/lgt2291/xml
%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
/usr/local/logtalk
/usr/local/bin/cplgtdirs
/usr/local/bin/lgt2pdf

View File

@@ -1,8 +1,8 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.1
Release 2.29.2
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -1,8 +1,8 @@
<h1>Logtalk - Object oriented extension to Prolog</h1>
<h3>Release 2.29.1</h3>
<h3>Release 2.29.2</h3>
<h3>Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.</h3>
<h3>Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.</h3>
<p>CONTENTS</p>
@@ -124,9 +124,9 @@ configuration files to run under this new version.</p>
<h2>10. Contributions</h2>
<p>Contributions, constructive criticisms, code, and suggestions are always
welcome. If you want to contribute to this project, drop me a line to the
support address given above.</p>
<p>Contributions, constructive criticisms, code, bug reports, and suggestions
are always welcome. If you want to contribute to this project, drop me a
line to the support address given above.</p>
<p>Happy Logtalking!</p>

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo ""

Binary file not shown.

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (WScript.Arguments.Unnamed.Length > 0) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
// =================================================================
// Logtalk - Object oriented extension to Prolog
// Release 2.29.1
// Release 2.29.2
//
// Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
// Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
// =================================================================
if (ScriptEngineMajorVersion() < 5 || ScriptEngineMajorVersion() == 5 && ScriptEngineMinorVersion() < 6) {

View File

@@ -2,9 +2,9 @@
## =================================================================
## Logtalk - Object oriented extension to Prolog
## Release 2.29.1
## Release 2.29.2
##
## Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
## Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
## =================================================================
echo

View File

@@ -1,8 +1,8 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.1
Release 2.29.2
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================

View File

@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
#define MyAppName "Logtalk"
#define MyAppVerName "Logtalk 2.29.1"
#define MyAppVerName "Logtalk 2.29.2"
#define MyAppPublisher "Logtalk.org"
#define MyAppURL "http://logtalk.org"
#define MyAppUrlName "Logtalk Web Site.url"
@@ -24,13 +24,13 @@ DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
LicenseFile=C:\logtalk\LICENSE.txt
InfoBeforeFile=C:\logtalk\README.txt
OutputBaseFilename=lgt2291
OutputBaseFilename=lgt2292
Compression=lzma
SolidCompression=yes
PrivilegesRequired=none
VersionInfoVersion=2.29.1
VersionInfoCopyright=<3D> Paulo Moura, 1998-2006
VersionInfoVersion=2.29.2
VersionInfoCopyright=<3D> Paulo Moura, 1998-2007
AllowRootDirectory=yes
UninstallFilesDir="{userdocs}\Logtalk uninstaller"
@@ -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.1 <20> Paulo Moura, 1998-2006
BeveledLabel=Logtalk 2.29.2 <20> Paulo Moura, 1998-2007
[Dirs]
Name: {code:GetLgtUserDir}; Components: user; Flags: uninsneveruninstall