[114561] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Dec 10 03:24:37 PST 2013


Revision: 114561
          https://trac.macports.org/changeset/114561
Author:   mww at macports.org
Date:     2013-12-10 03:24:37 -0800 (Tue, 10 Dec 2013)
Log Message:
-----------
new port devel/ocaml-core-kernel

Added Paths:
-----------
    trunk/dports/devel/ocaml-core-kernel/
    trunk/dports/devel/ocaml-core-kernel/Portfile

Added: trunk/dports/devel/ocaml-core-kernel/Portfile
===================================================================
--- trunk/dports/devel/ocaml-core-kernel/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-core-kernel/Portfile	2013-12-10 11:24:37 UTC (rev 114561)
@@ -0,0 +1,44 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-core-kernel
+version             109.53.00
+categories          devel ml
+platforms           darwin
+license             Apache-2.0
+maintainers         mww openmaintainer
+description         Core-kernel is the system-independent part of the OCaml Core library
+long_description    Core is an industrial-strength alternative to the OCaml \
+                    standard library.  It was developed by Jane Street, which \
+                    is the largest industrial user of OCaml. ${description}
+
+homepage            https://ocaml.janestreet.com/code
+master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
+checksums           rmd160  d0bdcd500a1a9d9733776859fea03a74a2dcac15 \
+                    sha256  da666a3033a95bf851e5071195b883791191763c21960f4223d489f0610bbbe7
+
+distname            core_kernel-${version}
+
+depends_lib         port:ocaml \
+                    port:ocaml-findlib \
+                    port:ocaml-bin-prot \
+                    port:ocaml-comparelib \
+                    port:ocaml-fieldslib \
+                    port:ocaml-herelib \
+                    port:ocaml-pa-ounit \
+                    port:ocaml-pipebang \
+                    port:ocaml-res \
+                    port:ocaml-sexplib \
+                    port:ocaml-variantslib
+
+use_oasis           yes
+use_oasis_doc       yes
+
+configure.args-append "--override docdir ${destroot}${prefix}/share/doc/${name}"
+
+livecheck.type      regex
+livecheck.url       https://ocaml.janestreet.com/ocaml-core/
+livecheck.regex     (\[0-9\]+\\\.\[0-9\\\.\]+)
+


Property changes on: trunk/dports/devel/ocaml-core-kernel/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131210/ae56d3ee/attachment.html>


More information about the macports-changes mailing list