[92066] trunk/dports/devel

landonf at macports.org landonf at macports.org
Mon Apr 16 21:28:54 PDT 2012


Revision: 92066
          https://trac.macports.org/changeset/92066
Author:   landonf at macports.org
Date:     2012-04-16 21:28:53 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Add port for ocaml-odn: https://forge.ocamlcore.org/projects/odn

Added Paths:
-----------
    trunk/dports/devel/ocaml-odn/
    trunk/dports/devel/ocaml-odn/Portfile

Added: trunk/dports/devel/ocaml-odn/Portfile
===================================================================
--- trunk/dports/devel/ocaml-odn/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-odn/Portfile	2012-04-17 04:28:53 UTC (rev 92066)
@@ -0,0 +1,40 @@
+# $Id: Portfile 89881 2012-02-14 02:13:33Z takanori at macports.org $
+
+PortSystem 1.0
+
+name                ocaml-odn
+version             0.0.8
+categories          devel ml
+maintainers         landonf openmaintainer
+license             LGPL-2.1
+description         OCaml data notation.
+long_description    This project uses type-conv to dump OCaml data structure \
+                    using OCaml data notation. This kind of data dumping helps \
+                    to write OCaml code generator, like OASIS.
+
+homepage            https://forge.ocamlcore.org/projects/odn
+platforms           darwin
+master_sites        https://forge.ocamlcore.org/frs/download.php/833/
+distname            ocaml-data-notation-${version}
+
+checksums           md5     1d674e3cbd0ea4f399d150cbbb349090 \
+                    sha1    4f52b94e51a4163b4f3f288b1c5960e8f0595a11 \
+                    rmd160  93c393a97b42e5914f961e4bd456a0f0f1d18b64
+
+livecheck.type      regex
+livecheck.regex     {>ocaml-data-notation-(.*)\.tar\.bz2}
+
+depends_lib         port:ocaml
+
+use_configure       no
+
+build.env           PREFIX=${prefix}
+build.target        build
+use_parallel_build  no
+
+set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
+destroot.env        OCAMLFIND_DESTDIR="$ocamlfind_destdir"
+
+pre-destroot {
+    file mkdir ${ocamlfind_destdir}
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/54dc9ce4/attachment.html>


More information about the macports-changes mailing list