Added: trunk/dports/devel/cloog-ppl/Portfile (0 => 70417)
--- trunk/dports/devel/cloog-ppl/Portfile (rev 0)
+++ trunk/dports/devel/cloog-ppl/Portfile 2010-08-08 18:52:21 UTC (rev 70417)
@@ -0,0 +1,37 @@
+# $Id$
+PortSystem 1.0
+
+name cloog-ppl
+version 0.15.9
+categories devel math
+
+maintainers openmaintainer adfernandes
+platforms darwin
+
+description The CLooG Code Generator in the Polyhedral Model's Home
+
+long_description CLooG is a free software and library to generate code for scanning Z-polyhedra. \
+ That is, it finds a code (e.g. in C, FORTRAN...) that reaches each \
+ integral point of one or more parameterized polyhedra. CLooG has been \
+ originally written to solve the code generation problem for optimizing \
+ compilers based on the polytope model. Nevertheless it is used now in \
+ various area e.g. to build control automata for high-level synthesis \
+ or to find the best polynomial approximation of a function. CLooG may \
+ help in any situation where scanning polyhedra matters. While the user \
+ has full control on generated code quality, CLooG is designed to avoid \
+ control overhead and to produce a very effective code.
+
+homepage http://repo.or.cz/w/cloog-ppl.git
+master_sites ftp://gcc.gnu.org/pub/gcc/infrastructure/
+
+checksums sha1 08c9458dbccaa3a7522156580f814dc14399febd
+
+depends_lib port:ppl port:polylib
+
+ # The 'ppl' port is needed so that 'cloog' can be used with 'gcc45+'. We
+ # don't use a variant since there's no way to guarantee a variant is set.
+configure.args --with-ppl
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex ${name}-(\[0-9.\]+)\\.tar.gz
Property changes on: trunk/dports/devel/cloog-ppl/Portfile
___________________________________________________________________