[94481] trunk/dports/textproc

mww at macports.org mww at macports.org
Wed Jun 20 09:21:50 PDT 2012


Revision: 94481
          https://trac.macports.org/changeset/94481
Author:   mww at macports.org
Date:     2012-06-20 09:21:49 -0700 (Wed, 20 Jun 2012)
Log Message:
-----------
ocaml-xtmpl: new port

Added Paths:
-----------
    trunk/dports/textproc/ocaml-xtmpl/
    trunk/dports/textproc/ocaml-xtmpl/Portfile

Added: trunk/dports/textproc/ocaml-xtmpl/Portfile
===================================================================
--- trunk/dports/textproc/ocaml-xtmpl/Portfile	                        (rev 0)
+++ trunk/dports/textproc/ocaml-xtmpl/Portfile	2012-06-20 16:21:49 UTC (rev 94481)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-xtmpl
+version             0.1
+categories          textproc devel ml
+maintainers         mww openmaintainer
+platforms           darwin
+license             GPL-3
+description         Xtmpl is a small XML templating library for OCaml
+long_description    ${description}
+
+homepage            http://erratique.ch/software/xmlm
+master_sites        http://zoggy.github.com/xtmpl/
+
+distname            xtmpl-${version}
+
+checksums           rmd160  a2163cddb511ce4f1cc3a808a23d5c5127e0f6a6 \
+                    sha256  4f100255149587ee9b45b179f54529b2b1cf5eeee37a5613c5fdca723384b10d
+
+depends_lib         port:ocaml port:ocaml-findlib port:ocaml-xmlm
+
+
+configure {
+    reinplace "s|ocamlfind|${ocamlfind_wrapper}|g" ${worksrcpath}/Makefile
+}
+#post-destroot {
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     xtmpl-(\[0-9\.]+)${extract.suffix}
+


Property changes on: trunk/dports/textproc/ocaml-xtmpl/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120620/d0c97722/attachment.html>


More information about the macports-changes mailing list