[78878] trunk/dports/devel

jmr at macports.org jmr at macports.org
Wed May 25 07:17:00 PDT 2011


Revision: 78878
          http://trac.macports.org/changeset/78878
Author:   jmr at macports.org
Date:     2011-05-25 07:16:59 -0700 (Wed, 25 May 2011)
Log Message:
-----------
New port: ocaml-duppy, Advanced scheduler for OCaml (#16178)

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

Added: trunk/dports/devel/ocaml-duppy/Portfile
===================================================================
--- trunk/dports/devel/ocaml-duppy/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-duppy/Portfile	2011-05-25 14:16:59 UTC (rev 78878)
@@ -0,0 +1,33 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-duppy
+version             0.1.2
+categories          devel ml
+maintainers         rastageeks.org:toots
+description         Advanced scheduler for OCaml
+long_description    Duppy is an event scheduler written for OCaml. \
+                    It allows the user to execute tasks according to \
+                    some events on unix sockets, or a given delay. \
+                    Several threaded queues can proceed tasks in parallel. \
+                    Tasks are processed according to an abstract notion of \
+                    priority.
+homepage            http://www.rastageeks.org/duppy.html
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5 97e5154a8054fde1751c315a5aabaadb \
+                    sha1 407fe40d816a145f0682004a80c9fae0c38cfcd3 \
+                    rmd160 313dd2193e855cb843abd4de5c2709317675a6b9
+
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:caml-pcre
+
+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-duppy/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/20110525/f6bce418/attachment.html>


More information about the macports-changes mailing list