[78838] trunk/dports/devel

jmr at macports.org jmr at macports.org
Tue May 24 03:12:49 PDT 2011


Revision: 78838
          http://trac.macports.org/changeset/78838
Author:   jmr at macports.org
Date:     2011-05-24 03:12:48 -0700 (Tue, 24 May 2011)
Log Message:
-----------
New port: ocaml-dtools, a library for writing daemons in OCaml (#16177)

Added Paths:
-----------
    trunk/dports/devel/ocaml-dtools/
    trunk/dports/devel/ocaml-dtools/Portfile

Added: trunk/dports/devel/ocaml-dtools/Portfile
===================================================================
--- trunk/dports/devel/ocaml-dtools/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-dtools/Portfile	2011-05-24 10:12:48 UTC (rev 78838)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-dtools
+version             0.1.6
+categories          devel ml
+license             GPL-2+
+maintainers         rastageeks.org:toots
+description         library for writing daemons in OCaml
+long_description    dtools is a set of useful functions for writing daemon services in OCaml.
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5 27b35769a3e407c2ce0aa6eb81551909 \
+                    sha1 af5ea968a2c933b69c557748ad237e5b30087e50 \
+                    rmd160 f963e6ec83ddcfef2f898b78f83327867d1ce394
+
+depends_lib         port:ocaml \
+                    port:caml-findlib
+
+pre-destroot {
+  set ocamlfind_destdir "${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]"
+  file mkdir $ocamlfind_destdir
+  reinplace "s#\$(OCAMLFIND_INSTFLAGS)# -ldconf ignore -destdir '$ocamlfind_destdir'#g" \
+    ${worksrcpath}/src/OCamlMakefile
+}


Property changes on: trunk/dports/devel/ocaml-dtools/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/20110524/8218ab28/attachment-0001.html>


More information about the macports-changes mailing list