[125138] trunk/dports/lang

mww at macports.org mww at macports.org
Sun Sep 7 07:19:40 PDT 2014


Revision: 125138
          https://trac.macports.org/changeset/125138
Author:   mww at macports.org
Date:     2014-09-07 07:19:40 -0700 (Sun, 07 Sep 2014)
Log Message:
-----------
new port: ocaml-camlp4

Added Paths:
-----------
    trunk/dports/lang/ocaml-camlp4/
    trunk/dports/lang/ocaml-camlp4/Portfile

Added: trunk/dports/lang/ocaml-camlp4/Portfile
===================================================================
--- trunk/dports/lang/ocaml-camlp4/Portfile	                        (rev 0)
+++ trunk/dports/lang/ocaml-camlp4/Portfile	2014-09-07 14:19:40 UTC (rev 125138)
@@ -0,0 +1,39 @@
+# $Id: Portfile 114594 2013-12-11 09:47:05Z mww at macports.org $
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+PortGroup           github 1.0
+
+github.setup        ocaml camlp4 4.02.0+1
+
+name                ocaml-camlp4
+categories          lang devel ml
+maintainers         mww openmaintainer
+license             {LGPL-2.1 OpenSSLException}
+description         /
+long_description    \
+    Camlp4 is a software system for writing extensible parsers for programming \
+    languages. It provides a set of OCaml libraries that are used to define \
+    grammars as well as loadable syntax extensions of such grammars. Camlp4 \
+    stands for Caml Preprocessor and Pretty-Printer and one of its most \
+    important applications is the definition of domain-specific extensions of \
+    the syntax of OCaml. \
+    Camlp4 was part of the official OCaml distribution until its version \
+    4.01.0. Since then it has been replaced by a simpler system which is \
+    easier to maintain and to learn: ppx rewriters and extension points.
+
+homepage            https://github.com/ocaml/camlp4
+platforms           darwin
+
+checksums           rmd160  4f10c7b345c5434967f4cbb9f751fed559a7f978 \
+                    sha256  89c73269adabf536596da129b978f2d37dc8193a61c1ea5804c94f692f828087
+
+configure.pre_args  --bindir=${prefix}/bin --libdir=${prefix}/lib --pkgdir=${ocamlfind_dir}
+
+use_parallel_build  no
+
+destroot.target     install
+destroot.destdir    BINDIR=${destroot}${prefix}/bin \
+                    LIBDIR=${destroot}${prefix}/lib/ocaml \
+                    MANDIR=${destroot}${prefix}/share/man
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140907/c02dc58e/attachment.html>


More information about the macports-changes mailing list