Logtalk 2.22.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1191 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-11-29 20:36:31 +00:00
parent 2feba3d528
commit d6bbeaa734
165 changed files with 1120 additions and 861 deletions

View File

@@ -1,6 +1,6 @@
=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.21.6
Release 2.22.0
Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
=================================================================
@@ -21,13 +21,13 @@ lgt_install.sh
installation directory (default is /usr/local)
lgt_install.js
Windows NT/2000/XP JScript script for completing the Logtalk installation
by setting the LOGTALKHOME system environment variable and by creating a
new program group named "Logtalk" in the Windows Start Menu (must be run
from this directory by a user with administration privileges after
decompressing the Logtalk distribution into its final destination; you might
need to logout and login again in order to use the items in the created
"Logtalk" program group due to the definition of a new system environment
variable)
by setting the LOGTALKHOME and LOGTALKUSER system environment variables and
by creating a new program group named "Logtalk" in the Windows Start Menu
(must be run from this directory by a user with administration privileges
after decompressing the Logtalk distribution into its final destination;
you will need to restart your computer in order to use the items created in
the "Logtalk" program group due to the definition of new system environment
variables)
logtalk.spec
specification file for building Linux RPMs
@@ -36,13 +36,13 @@ logtalk.spec
cplgtdirs.sh
cplgtdirs.js
sample scripts for the copying xml, examples, and library directories to the
user home directory (must be run by the end-user to ensure proper permissions
on the copied files)
sample scripts for copying the Logtalk user-modifiable files and directories
to the location pointed by the environment variable LOGTALKUSER (defaults to
~/logtalk if the variable is not defined); must be run by the end-user in
order to ensure proper permissions on the copied files
cleandist.sh
script for cleaning a Logtalk distribution in preparation for
packaging.
script for cleaning a Logtalk distribution in preparation for packaging
debian
directory containing support files for building a Debian package
@@ -65,18 +65,13 @@ make_eclipselgt.js
makes a Windows shortcut named "Logtalk - ECLiPSe" for running Logtalk
with ECLiPSe 5.7 (if you are using a different version, you must edit
the reference to the registry key in the script; if you prefer to use
TkEclipse, open the %LOGTALKHOME%\bin\logtalkeclipse.pl file with it)
TkEclipse, open the %LOGTALKHOME%\bin\logtalke_clipse.pl file with it)
make_gplgt.sh
makes a shell script named gplgt for running Logtalk with GNU Prolog
make_gplgt.js
makes a Windows shortcut named "Logtalk - GNU Prolog" for running Logtalk
with GNU Prolog
make_gplgt_exe.js
makes a new GNU Prolog top level named gplgt.exe and creates a Windows
shortcut named "Logtalk - GNU Prolog" for running it (needs the developer
tools nasm.exe and cp.exe installed; both the developer tools and the GNU
Prolog installation bin directory must be in the system path)
make_qplgt.sh
makes a shell script named qplgt for running Logtalk with Qu-Prolog
@@ -87,7 +82,7 @@ make_sicstuslgt.sh
Prolog
make_sicstuslgt.js
makes a Windows shortcut named "Logtalk - SICStus Prolog" for running
Logtalk with SICStus Prolog 3.11 (if you are using a different version,
Logtalk with SICStus Prolog 3.12 (if you are using a different version,
you must edit the reference to the registry key in the script)
make_swilgt.sh
@@ -109,10 +104,12 @@ make_xsblgt.sh
These scripts require the environment variable LOGTALKHOME (pointing to the
Logtalk installation directory) to be defined. In addition, the shell scripts
accept as an optional argument a prefix for the location of a link to the
scripts (default is /usr/local, creating the links in /usr/local/bin). Please
note that the environment variable LOGTALKHOME must be defined in order to run
the *lgt scripts that are created by the shell scripts above or the Windows
shortcuts (see the INSTALL file for details on setting the variable).
scripts (default is /usr/local, creating the links in /usr/local/bin).
Please note that the environment variables LOGTALKHOME and LOGTALKUSER must
be defined in order to run the *lgt scripts that are created by the shell
scripts above or the Windows shortcuts (see the INSTALL file for details on
setting the variables).
Note: when Logtalk is manually installed from sources, the shell scripts might
not have the executable permission bit set. In that case it will be necessary