Ticket #19261: Portfile-logtalk.diff
File Portfile-logtalk.diff, 2.4 KB (added by pmoura (Paulo Moura), 16 years ago) |
---|
-
Portfile
old new 1 # $Id: Portfile 46377 2009-02-03 22:57:21Z blb@macports.org $1 # $Id: Portfile 32263 2007-12-23 11:23:10Z ryandesign@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name logtalk 5 version 2.3 5.05 version 2.36.0 6 6 7 7 categories lang 8 8 maintainers pmoura@logtalk.org … … 20 20 homepage http://logtalk.org/ 21 21 master_sites ${homepage}files/ 22 22 23 checksums md5 174361f1945e9aa2c5b2c7c50d49cd5523 checksums md5 29f988ef86fda4873f782790dbc0b9c9 24 24 25 25 distname lgt[strsed ${version} {g/\.//}] 26 26 … … 54 54 ui_msg "* Ciao (version 1.10): ciaolgt (first run must use sudo)" 55 55 ui_msg "* CxProlog (version 0.97.2 or later): cxlgt" 56 56 ui_msg "* ECLiPSe (versions 5.10, 6.0): eclipselgt" 57 ui_msg "* GNU Prolog (version 1.3. 0or later): gplgt"58 ui_msg "* K-Prolog (version 5.1.x):plclgt"57 ui_msg "* GNU Prolog (version 1.3.1 or later): gplgt" 58 ui_msg "* K-Prolog (versions 5.1.5, 6.0.4): plclgt" 59 59 ui_msg "* Qu-Prolog (version 8.1 or later): qplgt" 60 ui_msg "* Quintus Prolog (version 3.5): quintuslgt ( implies patching Logtalk)"60 ui_msg "* Quintus Prolog (version 3.5): quintuslgt (requires patching Logtalk)" 61 61 ui_msg "* SICStus Prolog (versions 3.12.x, 4.0.x): sicstuslgt" 62 62 ui_msg "* SWI-Prolog (version 5.6.44 or later): swilgt" 63 ui_msg "* XSB (version 3. 1or later): xsblgt (first run must use sudo)"64 ui_msg "* XSB MT ( CVS version):xsbmtlgt (first run must use sudo)"65 ui_msg "* XSB MT 64 bits ( CVS version):xsbmt64lgt (first run must use sudo)"63 ui_msg "* XSB (version 3.2 or later): xsblgt (first run must use sudo)" 64 ui_msg "* XSB MT (version 3.2 or later): xsbmtlgt (first run must use sudo)" 65 ui_msg "* XSB MT 64 bits (version 3.2 or later): xsbmt64lgt (first run must use sudo)" 66 66 ui_msg "* YAP (version 5.1.3 or later): yaplgt" 67 67 ui_msg "*" 68 ui_msg "* Integration with Quintus Prolog requires manual patches that render" 69 ui_msg "* Logtalk incompatible with all the other compilers." 70 ui_msg "*" 68 71 ui_msg "* Remember to set the environment variable LOGTALKHOME to the path to" 69 72 ui_msg "* the Logtalk distribution: ${prefix}/share/logtalk" 70 73 ui_msg "* and the environment variable LOGTALKUSER to your local configuration"