[92065] trunk/dports/devel

landonf at macports.org landonf at macports.org
Mon Apr 16 21:24:01 PDT 2012


Revision: 92065
          https://trac.macports.org/changeset/92065
Author:   landonf at macports.org
Date:     2012-04-16 21:24:00 -0700 (Mon, 16 Apr 2012)
Log Message:
-----------
Add port for ocaml-fileutils: http://ocaml-fileutils.forge.ocamlcore.org/

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

Added: trunk/dports/devel/ocaml-fileutils/Portfile
===================================================================
--- trunk/dports/devel/ocaml-fileutils/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-fileutils/Portfile	2012-04-17 04:24:00 UTC (rev 92065)
@@ -0,0 +1,38 @@
+# $Id: Portfile 89881 2012-02-14 02:13:33Z takanori at macports.org $
+
+PortSystem 1.0
+
+name                ocaml-fileutils
+version             0.4.3
+categories          devel ml
+maintainers         landonf openmaintainer
+license             LGPL-2.1
+description         OCaml POSIX-like file library
+long_description    Library to provide pure OCaml functions to manipulate  \
+                    real file (POSIX like) and filename.
+
+homepage            http://ocaml-fileutils.forge.ocamlcore.org/
+platforms           darwin
+master_sites        http://forge.ocamlcore.org/frs/download.php/625/
+
+checksums           md5     b2a3c8541a130d7c601a7deb5e982ef7 \
+                    sha1    a2a7326565f8cf5d8cc11264b9612329579a9d46 \
+                    rmd160  181e7c8ea72fb4438809705584a2ee7e132367e6
+
+livecheck.type      regex
+livecheck.regex     {>ocaml-fileutils-(.*)\.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/d8017d11/attachment-0001.html>


More information about the macports-changes mailing list