Revision: 93928 https://trac.macports.org/changeset/93928 Author: mww@macports.org Date: 2012-06-04 07:44:41 -0700 (Mon, 04 Jun 2012) Log Message: ----------- ocaml-core-extended: new port Added Paths: ----------- trunk/dports/devel/ocaml-core-extended/ trunk/dports/devel/ocaml-core-extended/Portfile Removed Paths: ------------- trunk/dports/devel/ocaml-core-extended/Portfile trunk/dports/devel/ocaml-core-extended/files/ Deleted: trunk/dports/devel/ocaml-core-extended/Portfile =================================================================== --- trunk/dports/devel/ocaml-core/Portfile 2012-06-02 08:44:36 UTC (rev 93881) +++ trunk/dports/devel/ocaml-core-extended/Portfile 2012-06-04 14:44:41 UTC (rev 93928) @@ -1,39 +0,0 @@ -# $Id$ - -PortSystem 1.0 - -name ocaml-core -version 107.01 -categories devel ml -platforms darwin -maintainers mww openmaintainer -description Jane Street's alternative to the standard OCaml library -license LGPL-2.1 -long_description ${description} -homepage http://www.janestreet.com/ocaml/ -master_sites ${homepage} -checksums md5 375d8f46e47d44e1de35cf36b78b9c8e \ - sha1 ef4443939cb42f5778912608d3023a669b06d44f \ - rmd160 5a496d71ac40bd709675e12a90233956a7a9309d - -distname core-${version} - -depends_lib port:ocaml port:ocaml-findlib port:ocaml-sexplib \ - port:ocaml-res port:ocaml-bin-prot port:ocaml-fieldslib - -use_configure no - -build.env PREFIX=${prefix} -use_parallel_build no - -set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib - -destroot.env OCAMLFIND_DESTDIR="$ocamlfind_destdir" - -pre-destroot { - xinstall -m 755 -d $ocamlfind_destdir/stublibs -} - -platform darwin { - patchfiles-append lib_zone.ml.diff -} Copied: trunk/dports/devel/ocaml-core-extended/Portfile (from rev 93923, trunk/dports/devel/ocaml-core/Portfile) =================================================================== --- trunk/dports/devel/ocaml-core-extended/Portfile (rev 0) +++ trunk/dports/devel/ocaml-core-extended/Portfile 2012-06-04 14:44:41 UTC (rev 93928) @@ -0,0 +1,24 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ocaml 1.0 + +name ocaml-core-extended +version 108.00.01 +categories devel ml +platforms darwin +license LGPL-2.1 +maintainers mww openmaintainer +description Jane Street Capital's extended standard library overlay +long_description ${description} +homepage https://bitbucket.org/yminsky/ocaml-core/ +master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ +checksums rmd160 a4eae4d538d87ab96f58c8a6769465a6573e8d61 \ + sha256 ac7cf7a399ed33a47c6fccc9eae3aa16bfe9f930d61642331f1fa1eb9b6fecf2 + +distname core_extended-${version} + +depends_lib port:ocaml port:ocaml-findlib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-pipebang port:ocaml-core port:ocaml-pcre port:ocaml-res + +use_oasis yes +
participants (1)
-
mww@macports.org