Revision: 93924 https://trac.macports.org/changeset/93924 Author: mww@macports.org Date: 2012-06-04 07:19:17 -0700 (Mon, 04 Jun 2012) Log Message: ----------- ocaml-async-core: new port Added Paths: ----------- trunk/dports/devel/ocaml-async-core/ trunk/dports/devel/ocaml-async-core/Portfile Removed Paths: ------------- trunk/dports/devel/ocaml-async-core/Portfile trunk/dports/devel/ocaml-async-core/files/ Deleted: trunk/dports/devel/ocaml-async-core/Portfile =================================================================== --- trunk/dports/devel/ocaml-core/Portfile 2012-06-02 08:44:36 UTC (rev 93881) +++ trunk/dports/devel/ocaml-async-core/Portfile 2012-06-04 14:19:17 UTC (rev 93924) @@ -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-async-core/Portfile (from rev 93923, trunk/dports/devel/ocaml-core/Portfile) =================================================================== --- trunk/dports/devel/ocaml-async-core/Portfile (rev 0) +++ trunk/dports/devel/ocaml-async-core/Portfile 2012-06-04 14:19:17 UTC (rev 93924) @@ -0,0 +1,24 @@ +# $Id$ + +PortSystem 1.0 +PortGroup ocaml 1.0 + +name ocaml-async-core +version 108.00.01 +categories devel ml +platforms darwin +license LGPL-2.1 +maintainers mww openmaintainer +description Jane Street Capital's asynchronous execution library (core) +long_description ${description} +homepage https://bitbucket.org/yminsky/ocaml-core/ +master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ +checksums rmd160 51e2c9760b0b5a8e3f9572ed6444e2d711f80b31 \ + sha256 c977d9e6a472604712a297c4849c20c65013153ad636877c7bbe8cc06f70c022 + +distname async_core-${version} + +depends_lib port:ocaml port:ocaml-findlib port:ocaml-sexplib port:ocaml-fieldslib port:ocaml-bin-prot port:ocaml-pa-ounit port:ocaml-core + +use_oasis yes +