[62874] trunk/dports/lang

mww at macports.org mww at macports.org
Wed Jan 20 10:00:22 PST 2010


Revision: 62874
          http://trac.macports.org/changeset/62874
Author:   mww at macports.org
Date:     2010-01-20 10:00:20 -0800 (Wed, 20 Jan 2010)
Log Message:
-----------
new port lang/ocaml-doc -- The OCaml reference manual

Added Paths:
-----------
    trunk/dports/lang/ocaml-doc/
    trunk/dports/lang/ocaml-doc/Portfile

Copied: trunk/dports/lang/ocaml-doc/Portfile (from rev 62873, trunk/dports/lang/ocaml/Portfile)
===================================================================
--- trunk/dports/lang/ocaml-doc/Portfile	                        (rev 0)
+++ trunk/dports/lang/ocaml-doc/Portfile	2010-01-20 18:00:20 UTC (rev 62874)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-doc
+version             3.11
+platforms           darwin
+maintainers         mww openmaintainer
+categories          lang ml
+description         The Objective Caml reference manual
+long_description    ${description}
+homepage            http://www.ocaml.org/
+master_sites        http://caml.inria.fr/pub/distrib/ocaml-${version} \
+                    ftp://ftp.inria.fr/INRIA/Projects/cristal/ocaml/ocaml-${version}
+distname            ocaml-${version}-refman.html
+checksums           md5     bfb4ed960974159f4224014a979baf6d \
+                    sha1    97159cf3d4ea64d0ca03f04997fdfc00982d22b0 \
+                    rmd160  8d77630ee0c3dcdae1ef142a59eb876271f1c335
+
+set docdir          ${prefix}/share/doc/${name}-${version}
+
+use_configure       no
+
+build               {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/share/doc
+    file copy ${workpath}/htmlman ${destroot}${prefix}/share/doc/${name}-${version}
+}
+
+livecheck.type	regex
+livecheck.url	http://caml.inria.fr/download.en.html
+livecheck.regex	"ocaml-.*/ocaml-(.*)-refman.html.tar.gz"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100120/76991ee3/attachment.html>


More information about the macports-changes mailing list