Revision: 93927 https://trac.macports.org/changeset/93927 Author: mww@macports.org Date: 2012-06-04 07:34:35 -0700 (Mon, 04 Jun 2012) Log Message: ----------- ocaml-async: new port Modified Paths: -------------- trunk/dports/devel/ocaml-async/Portfile Added Paths: ----------- trunk/dports/devel/ocaml-async/ Modified: trunk/dports/devel/ocaml-async/Portfile =================================================================== --- trunk/dports/devel/ocaml-variantslib/Portfile 2012-06-04 13:04:49 UTC (rev 93918) +++ trunk/dports/devel/ocaml-async/Portfile 2012-06-04 14:34:35 UTC (rev 93927) @@ -3,22 +3,23 @@ PortSystem 1.0 PortGroup ocaml 1.0 -name ocaml-variantslib +name ocaml-async version 108.00.01 categories devel ml platforms darwin license LGPL-2.1 maintainers mww openmaintainer -description OCaml variants as first class values +description Jane Street Capital's asynchronous execution library long_description ${description} homepage https://bitbucket.org/yminsky/ocaml-core/ master_sites https://bitbucket.org/yminsky/ocaml-core/downloads/ -distname variantslib-${version} +distname async-${version} -checksums rmd160 8568aca7574ec009326392312dc4844ae9a55334 \ - sha256 8c019a22009022f024972885a7988be44e4cad13f16753d179072b21d7f326a1 +checksums rmd160 576ce7807f42548f5e312d0f5638658128f8329a \ + sha256 68587507771f6f10cfefb0ed6c36598f6b6ca393c60f18ad198112435c31728c -depends_lib port:ocaml port:ocaml-findlib port:ocaml-type-conv +depends_lib port:ocaml port:ocaml-findlib port:ocaml-async-core port:ocaml-async-extra port:ocaml-async-unix use_oasis yes +