[61305] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Dec 8 04:44:10 PST 2009


Revision: 61305
          http://trac.macports.org/changeset/61305
Author:   mww at macports.org
Date:     2009-12-08 04:44:06 -0800 (Tue, 08 Dec 2009)
Log Message:
-----------
new port devel/caml-core -- Jane Street's alternative Std lib for OCaml

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

Added: trunk/dports/devel/caml-core/Portfile
===================================================================
--- trunk/dports/devel/caml-core/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-core/Portfile	2009-12-08 12:44:06 UTC (rev 61305)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+
+name                caml-core
+version             0.6.0
+categories          devel ml
+platforms           darwin
+maintainers         mww openmaintainer
+description         Jane Street's alternative to the standard OCaml library
+long_description    ${description}
+homepage            http://www.janestreet.com/ocaml/
+master_sites        ${homepage}
+checksums           md5     75f83ec1f905617b5b86c207d0278e32 \
+                    sha1    eb18d710414ed712599719bd90304e0b08daba8e \
+                    rmd160  7fe705aa2c92bbd2be51b82b271617fefa4ab526
+
+distname            core-${version}
+
+extract.suffix      .tgz
+
+depends_lib         port:ocaml port:caml-findlib port:caml-sexplib port:caml-res port:caml-bin-prot port:caml-fieldslib
+
+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 {
+    xinstall -m 755 -d $ocamlfind_destdir/stublibs
+}


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


More information about the macports-changes mailing list