Revision
93942
Author
mww@macports.org
Date
2012-06-04 12:13:48 -0700 (Mon, 04 Jun 2012)

Log Message

ocaml-lacaml: new port

Added Paths

Removed Paths

Diff

Deleted: trunk/dports/math/ocaml-lacaml/Portfile (93881 => 93942)


--- trunk/dports/devel/ocaml-core/Portfile	2012-06-02 08:44:36 UTC (rev 93881)
+++ trunk/dports/math/ocaml-lacaml/Portfile	2012-06-04 19:13:48 UTC (rev 93942)
@@ -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/math/ocaml-lacaml/Portfile (from rev 93923, trunk/dports/devel/ocaml-core/Portfile) (0 => 93942)


--- trunk/dports/math/ocaml-lacaml/Portfile	                        (rev 0)
+++ trunk/dports/math/ocaml-lacaml/Portfile	2012-06-04 19:13:48 UTC (rev 93942)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-lacaml
+version             7.0.0
+categories          math devel ml
+platforms           darwin
+license             LGPL-2.1
+maintainers         mww openmaintainer
+description         OCaml interfaces to the BLAS- and LAPACK-library
+long_description    ${description}
+homepage            https://bitbucket.org/yminsky/ocaml-core/
+master_sites        http://forge.ocamlcore.org/frs/download.php/857/
+checksums           rmd160  54d20fe7caaef899295025f8c1b84454f463f356 \
+                    sha256  6e2430ba3c046e22a910fc4bdeac18ec4d9135bfd7cfe88a7d4cd483609a781e
+
+distname            lacaml-${version}
+
+patchfiles          patch-lib-exp10.c.diff patch-setup.conf.diff
+
+depends_lib         port:ocaml port:ocaml-findlib port:atlas
+
+use_oasis           yes
+