[61301] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Dec 8 03:36:04 PST 2009


Revision: 61301
          http://trac.macports.org/changeset/61301
Author:   mww at macports.org
Date:     2009-12-08 03:36:03 -0800 (Tue, 08 Dec 2009)
Log Message:
-----------
new port devel/caml-res

Added Paths:
-----------
    trunk/dports/devel/caml-res/
    trunk/dports/devel/caml-res/Portfile

Added: trunk/dports/devel/caml-res/Portfile
===================================================================
--- trunk/dports/devel/caml-res/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-res/Portfile	2009-12-08 11:36:03 UTC (rev 61301)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem          1.0
+
+name                caml-res
+version             3.2.0
+distname            release-${version}
+worksrcdir          res-${distname}
+categories          devel ml
+maintainers         mww openmaintainer
+description         OCaml library for automatically resizing contiguous memory (arrays and strings)
+long_description	${description}
+homepage            http://www.ocaml.info/home/ocaml_sources.html
+platforms           darwin
+master_sites        http://hg.ocaml.info/release/res/archive/
+checksums           md5     21545649743375ef57693fb6f025c48e \
+                    sha1    ecddc0386ad02bc94cd46787fff7f262c3a8ca68 \
+                    rmd160  269eef9992177a1618e82df502beaafc5ed6e47c
+use_bzip2           yes
+
+livecheck.type      regex
+livecheck.regex     "res/archive/release-(\\d+(?:\\.\\d+)*).tar.bz2"
+
+depends_lib         port:ocaml port:caml-findlib
+
+use_configure       no
+
+build.env           PREFIX=${prefix}
+use_parallel_build  no
+
+set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
+
+destroot.env        OCAMLFIND_INSTFLAGS="-destdir $ocamlfind_destdir"
+
+pre-destroot {
+    file mkdir $ocamlfind_destdir
+}


Property changes on: trunk/dports/devel/caml-res/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091208/c3f59f1d/attachment.html>


More information about the macports-changes mailing list