[95786] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Sun Jul 22 06:57:49 PDT 2012


Revision: 95786
          https://trac.macports.org/changeset/95786
Author:   ryandesign at macports.org
Date:     2012-07-22 06:57:46 -0700 (Sun, 22 Jul 2012)
Log Message:
-----------
gecode: new port, version 3.7.3 (#35125)

Added Paths:
-----------
    trunk/dports/devel/gecode/
    trunk/dports/devel/gecode/Portfile

Added: trunk/dports/devel/gecode/Portfile
===================================================================
--- trunk/dports/devel/gecode/Portfile	                        (rev 0)
+++ trunk/dports/devel/gecode/Portfile	2012-07-22 13:57:46 UTC (rev 95786)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                gecode
+version             3.7.3
+categories          devel math
+platforms           darwin
+maintainers         brandonvalentine.com:brandon
+license             MIT
+
+description         Generic Constraint Development Environment
+
+long_description    Gecode is a toolkit for developing constraint-based systems and applications.\
+                    Gecode provides a constraint solver with state-of-the-art \
+                    performance while being modular and extensible.
+
+homepage            http://www.gecode.org/
+master_sites        ${homepage}download/
+use_7z              yes
+
+checksums           rmd160  b6a4f64c00b77eb2f274cb3d686a8c88bef78d0b \
+                    sha256  a19b8446b9a3656e64011bc859748f9c56544940b84785f1d4fba319e5027122
+
+depends_build       port:boost
+
+configure.args      --disable-doc-dot \
+                    --disable-examples \
+                    --disable-qt \
+                    --with-boost-include=${prefix}/include/boost
+
+variant qt description {Add QT support} {
+    depends_lib-append      port:qt4-mac
+    configure.args-delete   --disable-qt
+    configure.args-append   --enable-qt
+}
+
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}


Property changes on: trunk/dports/devel/gecode/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120722/40e774e8/attachment-0001.html>


More information about the macports-changes mailing list