Revision: 94970 https://trac.macports.org/changeset/94970 Author: mww@macports.org Date: 2012-07-02 23:55:50 -0700 (Mon, 02 Jul 2012) Log Message: ----------- algol68g: new port Added Paths: ----------- trunk/dports/lang/algol68g/ trunk/dports/lang/algol68g/Portfile Added: trunk/dports/lang/algol68g/Portfile =================================================================== --- trunk/dports/lang/algol68g/Portfile (rev 0) +++ trunk/dports/lang/algol68g/Portfile 2012-07-03 06:55:50 UTC (rev 94970) @@ -0,0 +1,29 @@ +# $Id$ + +PortSystem 1.0 + +name algol68g +version 2.4.1 +categories lang devel +platforms darwin +license GPL-3 +maintainers mww openmaintainer +description Algol68 implementation as defined by the Revised Report +long_description \ + Algol68G is an implementation of Algol 68 as defined by the Revised \ + Report. It ranks among the most complete implementations of the language. + +homepage http://jmvdveer.home.xs4all.nl/algol.html +master_sites http://jmvdveer.home.xs4all.nl/ + +checksums rmd160 e564fcf5a463f1fcc92eac916c95a4ed6a58d517 \ + sha256 faaf3e33fcce22ecc5a922a6100246bea9a6b0054d38ce4563c0ba7fc43691fb + +depends_lib port:gsl port:readline port:ncurses + +configure.args --disable-postgresql + +livecheck.type regex +livecheck.url ${homepage} +livecheck.regex algol68g-(\[0-9.\]+)${extract.suffix} + Property changes on: trunk/dports/lang/algol68g/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
mww@macports.org