[87918] trunk/dports/lang

mww at macports.org mww at macports.org
Mon Dec 12 09:59:12 PST 2011


Revision: 87918
          http://trac.macports.org/changeset/87918
Author:   mww at macports.org
Date:     2011-12-12 09:59:10 -0800 (Mon, 12 Dec 2011)
Log Message:
-----------
ocamldot: new port lang/ocamldot

Added Paths:
-----------
    trunk/dports/lang/ocamldot/
    trunk/dports/lang/ocamldot/Portfile

Added: trunk/dports/lang/ocamldot/Portfile
===================================================================
--- trunk/dports/lang/ocamldot/Portfile	                        (rev 0)
+++ trunk/dports/lang/ocamldot/Portfile	2011-12-12 17:59:10 UTC (rev 87918)
@@ -0,0 +1,43 @@
+# $Id$
+
+PortSystem        1.0
+
+name                ocamldot
+# this version number is just slapped on -- there is none and the project is stale since 2001
+version             1.0
+platforms           darwin
+maintainers         mww openmaintainer
+categories          lang ml graphics
+description         dependency graph generator for OCaml generating graphviz dot files
+license             LGPL
+homepage            http://www.ocaml.org/
+master_sites        http://trevorjim.com/ocamldot/
+
+long_description    ${description}
+
+distfiles           ocamldot.tar
+checksums           md5     90c6e541359458d25c1defb225337d75 \
+                    sha1    91858540053f9cf59d410164f65365a6685a1678 \
+                    rmd160  574f4965a9f441008ca5bdab6425ded31a4c986d
+
+depends_lib         port:ocaml
+
+extract.cmd         cat
+extract.pre_args
+
+worksrcdir          ocamldot
+
+use_parallel_build  no
+universal_variant   no
+
+use_configure       no
+
+build.target        ocamldot
+
+destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/bin \
+        ${destroot}${prefix}/share/man/man1
+    xinstall -m 755 ${worksrcpath}/ocamldot ${destroot}${prefix}/bin/
+    xinstall -m 644 ${worksrcpath}/ocamldot.1 ${destroot}${prefix}/share/man/man1/
+}
+


Property changes on: trunk/dports/lang/ocamldot/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111212/5cdca02d/attachment.html>


More information about the macports-changes mailing list