[92068] trunk/dports/devel

landonf at macports.org landonf at macports.org
Mon Apr 16 21:38:33 PDT 2012


Revision: 92068
          https://trac.macports.org/changeset/92068
Author:   landonf at macports.org
Date:     2012-04-16 21:38:33 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Add port for ocamlify: http://forge.ocamlcore.org/projects/ocamlify

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

Added: trunk/dports/devel/ocamlify/Portfile
===================================================================
--- trunk/dports/devel/ocamlify/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocamlify/Portfile	2012-04-17 04:38:33 UTC (rev 92068)
@@ -0,0 +1,37 @@
+# $Id: $
+
+PortSystem          1.0
+
+name                ocamlify
+version             0.0.1
+platforms           darwin
+categories          devel
+maintainers         landonf openmaintainer
+license             LGPL-2.1
+description         Generate OCaml source code by from OCaml string.
+long_description    OCamlify allows to create OCaml source code by including \
+                    whole files into OCaml string or string list. The code \
+                    generated can be compiled as a standard OCaml file. It \
+                    allows embedding external resources as OCaml code.
+
+homepage            http://ocamlify.forge.ocamlcore.org/
+master_sites        http://forge.ocamlcore.org/frs/download.php/379/
+
+checksums           md5     bcd97ad0f7203019019997197451dbf0 \
+                    sha1    edac27eb484f151076d645a8b8b6d502e5f72376 \
+                    rmd160  0a796a55491749b0677a5f956a6ed261b6bac408
+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"
+
+destroot {
+	xinstall -m 755 "${worksrcpath}/_build/src/ocamlify" "${destpath}${prefix}/bin"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120416/f76b081c/attachment.html>


More information about the macports-changes mailing list