[94675] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jun 26 16:03:55 PDT 2012


Revision: 94675
          https://trac.macports.org/changeset/94675
Author:   mww at macports.org
Date:     2012-06-26 16:03:55 -0700 (Tue, 26 Jun 2012)
Log Message:
-----------
ocaml-safepss: new port

Added Paths:
-----------
    trunk/dports/devel/ocaml-safepass/
    trunk/dports/devel/ocaml-safepass/Portfile

Removed Paths:
-------------
    trunk/dports/devel/ocaml-safepass/Portfile
    trunk/dports/devel/ocaml-safepass/files/

Deleted: trunk/dports/devel/ocaml-safepass/Portfile
===================================================================
--- trunk/dports/devel/ocaml-core/Portfile	2012-05-15 12:02:05 UTC (rev 93111)
+++ trunk/dports/devel/ocaml-safepass/Portfile	2012-06-26 23:03:55 UTC (rev 94675)
@@ -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-safepass/Portfile (from rev 94122, trunk/dports/devel/ocaml-core/Portfile)
===================================================================
--- trunk/dports/devel/ocaml-safepass/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-safepass/Portfile	2012-06-26 23:03:55 UTC (rev 94675)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-safepass
+version             0.9
+categories          devel ml security
+platforms           darwin
+license             LGPL-2.1
+maintainers         mww openmaintainer
+description         OCaml library for safe storage of user passwords
+long_description    \
+    OCaml-safepass is a library enabling the safe storage of user passwords, \
+    for use in web applications. Passwords are salted and hashed using the \
+    bcrypt algorithm.
+
+homepage            http://ocaml-safepass.forge.ocamlcore.org/
+master_sites        http://forge.ocamlcore.org/frs/download.php/897/
+checksums           rmd160  94f85dd85c732abf81bd9afaa97335a5dd63a521 \
+                    sha256  49260d86378e69ec0262483c9999b70337b1ff16f822d05900a356e26b925535
+
+extract.suffix      .tgz
+
+depends_lib         port:ocaml port:ocaml-findlib
+
+configure.args-append "--override datarootdir ${destroot}${prefix}/share --override pkg_name ocaml-safepass"
+
+use_oasis           yes
+use_oasis_doc       yes
+
+livecheck.type      regex
+livecheck.url       http://forge.ocamlcore.org/frs/?group_id=302
+livecheck.regex     ocaml-safepass-(\[0-9.\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120626/20ba214a/attachment.html>


More information about the macports-changes mailing list