[61041] trunk/dports/devel

avsm at macports.org avsm at macports.org
Mon Nov 30 10:51:07 PST 2009


Revision: 61041
          http://trac.macports.org/changeset/61041
Author:   avsm at macports.org
Date:     2009-11-30 10:51:06 -0800 (Mon, 30 Nov 2009)
Log Message:
-----------
add caml-ocamldsort as a build dependency generator for ocaml

Added Paths:
-----------
    trunk/dports/devel/caml-ocamldsort/
    trunk/dports/devel/caml-ocamldsort/Portfile

Added: trunk/dports/devel/caml-ocamldsort/Portfile
===================================================================
--- trunk/dports/devel/caml-ocamldsort/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-ocamldsort/Portfile	2009-11-30 18:51:06 UTC (rev 61041)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem          1.0
+
+name                caml-ocamldsort
+version             0.14.4
+distname            ocamldsort-${version}
+categories          devel ml
+maintainers         avsm
+description         Build dependency generator for OCaml
+long_description    The ocamldsort command scans a set of Objective Caml source files \
+		    (.ml and .mli files), sorts them according to their dependencies and \
+		    prints the sorted files in order to link their corresponding .cmo \
+		    and .cmi files.
+homepage            http://dimitri.mutu.net/ocaml.html
+platforms           darwin
+master_sites        ftp://quatramaran.ens.fr/pub/ara/ocamldsort/
+
+depends_lib         port:ocaml
+
+checksums           md5     9651d6afb204c0b22cd69be8a847e1d4 \
+                    sha1    ff1aeb64200e378af5c3f2af6ab6cfdc7b2b2a51 \
+                    rmd160  38f5a5a3d4f96f8e89af8214027d15c8a3f4bcd7
+
+configure.args-append --prefix="${destroot}${prefix}" --exec-prefix="${destroot}${prefix}" --mandir="${destroot}${prefix}/share/man"
+use_parallel_build  no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091130/d9fa4bfe/attachment.html>


More information about the macports-changes mailing list