[21126] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 4 13:22:16 PST 2007


Revision: 21126
          http://trac.macosforge.org/projects/macports/changeset/21126
Author:   erickt at macports.org
Date:     2007-01-04 13:22:16 -0800 (Thu, 04 Jan 2007)

Log Message:
-----------
added ports for the omake build system and the caml-menhir parser

Added Paths:
-----------
    trunk/dports/devel/caml-menhir/
    trunk/dports/devel/caml-menhir/Portfile
    trunk/dports/devel/omake/
    trunk/dports/devel/omake/Portfile

Added: trunk/dports/devel/caml-menhir/Portfile
===================================================================
--- trunk/dports/devel/caml-menhir/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-menhir/Portfile	2007-01-04 21:22:16 UTC (rev 21126)
@@ -0,0 +1,22 @@
+PortSystem          1.0
+name                caml-menhir
+version             20060615
+categories          devel
+maintainers         erickt at dslextreme.com
+description         Menhir is a LR(1) parser generator for the Objective Caml programming language.
+long_description    Menhir is a LR(1) parser generator for the Objective Caml programming language.
+homepage            http://cristal.inria.fr/~fpottier/menhir
+master_sites        http://cristal.inria.fr/~fpottier/menhir
+
+distname            menhir-${version}
+
+checksums           md5 773b4fc5ef62775b5a98e175e8f102e0 \
+                    sha1 c704b4320187c5e88f709377af8a36ce377a8237 \
+                    rmd160 e05c5a4ada5526a408b4bad835a14e652b0b9cf0
+
+depends_lib         port:caml-findlib \
+                    port:ocaml
+
+configure           {}
+
+destroot.env        PREFIX=${destroot}${prefix}

Added: trunk/dports/devel/omake/Portfile
===================================================================
--- trunk/dports/devel/omake/Portfile	                        (rev 0)
+++ trunk/dports/devel/omake/Portfile	2007-01-04 21:22:16 UTC (rev 21126)
@@ -0,0 +1,28 @@
+PortSystem          1.0
+name                omake
+version             0.9.8-2
+categories          devel
+maintainers         erickt at dslextreme.com
+description         OMake is a build system designed for scalability and portability
+long_description    OMake is a build system designed for scalability and portability. \
+                    It uses a syntax similar to make utilities you may have used, but \
+                    it features many additional enhancement
+homepage            http://omake.metaprl.org
+master_sites        http://omake.metaprl.org/downloads
+
+worksrcdir          ${name}-0.9.8
+
+checksums           md5 47bf04eef08b25f7ba0b039463344cdf \
+                    sha1 ce5061a601c13df03d45cdf03617280178cb85ab \
+                    rmd160 782e6135958b09d7a5ea7621b5c76f3b52325f1a
+
+depends_lib         port:ocaml
+
+configure           {}
+
+build.env           PREFIX=${prefix}
+destroot.env        INSTALL_ROOT=${destroot}
+
+variant menhir {
+  depends_lib-append port:caml-menhir
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070104/21bb3351/attachment.html


More information about the macports-changes mailing list