Revision: 70416 http://trac.macports.org/changeset/70416 Author: adfernandes@macports.org Date: 2010-08-08 11:49:07 -0700 (Sun, 08 Aug 2010) Log Message: ----------- new port: polylib - needed for cloog-ppl and gcc graphite variants Added Paths: ----------- trunk/dports/devel/polylib/ trunk/dports/devel/polylib/Portfile Added: trunk/dports/devel/polylib/Portfile =================================================================== --- trunk/dports/devel/polylib/Portfile (rev 0) +++ trunk/dports/devel/polylib/Portfile 2010-08-08 18:49:07 UTC (rev 70416) @@ -0,0 +1,23 @@ +# $Id$ +PortSystem 1.0 + +name polylib +version 5.22.5 +categories devel math + +maintainers openmaintainer adfernandes +platforms darwin + +description PolyLib - A library of polyhedral functions + +long_description The Polyhedral Library (PolyLib for short) operates on objects made \ + up of unions of polyhedra of any dimension. + +homepage http://icps.u-strasbg.fr/PolyLib/ +master_sites http://icps.u-strasbg.fr/PolyLib/polylib_src/ + +checksums sha1 72b23c09a50ce9583c419e8376544630d6f99ea3 + +livecheck.type regex +livecheck.url ${master_sites} +livecheck.regex ${name}-(\[0-9.\]+)\\.tar.gz Property changes on: trunk/dports/devel/polylib/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
adfernandes@macports.org