[114562] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Dec 10 04:03:36 PST 2013


Revision: 114562
          https://trac.macports.org/changeset/114562
Author:   mww at macports.org
Date:     2013-12-10 04:03:36 -0800 (Tue, 10 Dec 2013)
Log Message:
-----------
new port devel/ocaml-custom-printf

Added Paths:
-----------
    trunk/dports/devel/ocaml-custom-printf/
    trunk/dports/devel/ocaml-custom-printf/Portfile

Added: trunk/dports/devel/ocaml-custom-printf/Portfile
===================================================================
--- trunk/dports/devel/ocaml-custom-printf/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-custom-printf/Portfile	2013-12-10 12:03:36 UTC (rev 114562)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-custom-printf
+version             109.27.00
+categories          devel ml
+platforms           darwin
+license             Apache-2.0
+maintainers         mww openmaintainer
+description         OCaml syntax extension for printf format strings
+long_description    ${description}
+
+homepage            https://ocaml.janestreet.com/code
+master_sites        https://ocaml.janestreet.com/ocaml-core/${version}/individual/
+checksums           rmd160  318e0b07fc300af5c42fb657348b97f742e4b930 \
+                    sha256  3589effb015fceaab943bf7074493232d33f0eed3b4ad5500f10b6014f2dcda5
+
+distname            custom_printf-${version}
+
+depends_lib         port:ocaml \
+                    port:ocaml-findlib \
+                    port:ocaml-type-conv \
+                    port:ocaml-sexplib \
+                    port:ocaml-pa-ounit
+
+use_oasis           yes
+use_oasis_doc       yes
+
+configure.args-append "--override docdir ${destroot}${prefix}/share/doc/${name}"
+
+livecheck.type      regex
+livecheck.url       https://ocaml.janestreet.com/ocaml-core/
+livecheck.regex     (\[0-9\]+\\\.\[0-9\\\.\]+)
+


Property changes on: trunk/dports/devel/ocaml-custom-printf/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131210/2449780e/attachment.html>


More information about the macports-changes mailing list