Added: trunk/dports/devel/polylib/Portfile (0 => 70416)
--- 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
___________________________________________________________________