Revision: 32263 http://trac.macosforge.org/projects/macports/changeset/32263 Author: ryandesign@macports.org Date: 2007-12-23 03:23:10 -0800 (Sun, 23 Dec 2007) Log Message: ----------- logtalk: * update to version 2.31.0 * update post-activate message See #13692 Modified Paths: -------------- trunk/dports/lang/logtalk/Portfile Modified: trunk/dports/lang/logtalk/Portfile =================================================================== --- trunk/dports/lang/logtalk/Portfile 2007-12-23 11:12:24 UTC (rev 32262) +++ trunk/dports/lang/logtalk/Portfile 2007-12-23 11:23:10 UTC (rev 32263) @@ -2,7 +2,7 @@ PortSystem 1.0 name logtalk -version 2.30.8 +version 2.31.0 categories lang maintainers pmoura@logtalk.org @@ -20,7 +20,7 @@ homepage http://logtalk.org/ master_sites ${homepage}files/ -checksums md5 b0f320850680a7456113fae3e2e86b01 +checksums md5 a5cd3891ceb0274eede49dbdb00d08dc distname lgt[strsed ${version} {g/\.//}] @@ -48,8 +48,8 @@ ui_msg "* back-end Prolog compilers (which must be properly installed for running" ui_msg "* the scripts!):" ui_msg "*" - ui_msg "* B-Prolog: bplgt" - ui_msg "* CIAO: ciaolgt" + ui_msg "* B-Prolog: bplgt (first run must use sudo)" + ui_msg "* CIAO: ciaolgt (first run must use sudo)" ui_msg "* CxProlog: cxlgt" ui_msg "* ECLiPSe: eclipselgt" ui_msg "* GNU Prolog: gplgt" @@ -57,13 +57,14 @@ ui_msg "* Qu-Prolog: qplgt" ui_msg "* SICStus Prolog: sicstuslgt" ui_msg "* SWI-Prolog: swilgt" - ui_msg "* XSB: xsblgt" + ui_msg "* XSB: xsblgt (first run must use sudo)" + ui_msg "* XSB (MT): xsbmtlgt (first run must use sudo)" ui_msg "* YAP: yaplgt" ui_msg "*" ui_msg "* Remember to set the environment variable LOGTALKHOME to the path to" ui_msg "* the Logtalk distribution: ${prefix}/share/logtalk" ui_msg "* and the environment variable LOGTALKUSER to your local configuration" - ui_msg "* directory (usually ~/logtalk), which you can create by running the" + ui_msg "* directory (usually ~/logtalk), which you must create by running the" ui_msg "* command cplgtdirs. See the file \$LOGTALKHOME/CUSTOMIZE.txt for details" ui_msg "* on how to customize your working environment." ui_msg "****************************************************************************"