[94056] trunk/dports/www

mww at macports.org mww at macports.org
Thu Jun 7 09:57:32 PDT 2012


Revision: 94056
          https://trac.macports.org/changeset/94056
Author:   mww at macports.org
Date:     2012-06-07 09:57:32 -0700 (Thu, 07 Jun 2012)
Log Message:
-----------
ocaml-ocamlrss: new port

Added Paths:
-----------
    trunk/dports/www/ocaml-ocamlrss/
    trunk/dports/www/ocaml-ocamlrss/Portfile

Removed Paths:
-------------
    trunk/dports/www/ocaml-ocamlrss/Portfile
    trunk/dports/www/ocaml-ocamlrss/files/

Deleted: trunk/dports/www/ocaml-ocamlrss/Portfile
===================================================================
--- trunk/dports/devel/ocaml-core/Portfile	2012-06-02 08:44:36 UTC (rev 93881)
+++ trunk/dports/www/ocaml-ocamlrss/Portfile	2012-06-07 16:57:32 UTC (rev 94056)
@@ -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/www/ocaml-ocamlrss/Portfile (from rev 93964, trunk/dports/devel/ocaml-core/Portfile)
===================================================================
--- trunk/dports/www/ocaml-ocamlrss/Portfile	                        (rev 0)
+++ trunk/dports/www/ocaml-ocamlrss/Portfile	2012-06-07 16:57:32 UTC (rev 94056)
@@ -0,0 +1,32 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-ocamlrss
+version             2.0
+categories          www devel ml
+platforms           darwin
+license             LGPL-3
+maintainers         mww openmaintainer
+description         OCaml-RSS is a small OCaml library providing functions to parse and print RSS 2.0 files
+long_description    ${description}
+homepage            http://zoggy.github.com/ocamlrss/
+master_sites        http://zoggy.github.com/ocamlrss/
+checksums           rmd160  33fbfd5d641bc2a3f96cbd910bb7dacb8bb5fd29 \
+                    sha256  dc2a9e32c7c4aec3047538fd01da62bf61263d59c00c693623c77b4b763809b0
+
+distname            ocamlrss-${version}
+
+depends_lib         port:ocaml port:ocaml-findlib port:ocaml-xmlm
+
+configure {
+    reinplace "s|ocamlfind|${ocamlfind_wrapper}|g" ${worksrcpath}/Makefile
+}
+
+use_parallel_build  no
+
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ocamlrss-(\[0-9.\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120607/70c63361/attachment.html>


More information about the macports-changes mailing list