[59308] trunk/dports/devel

avsm at macports.org avsm at macports.org
Tue Oct 13 06:16:20 PDT 2009


Revision: 59308
          http://trac.macports.org/changeset/59308
Author:   avsm at macports.org
Date:     2009-10-13 06:16:15 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
initial import of caml-react-0.9.0

Added Paths:
-----------
    trunk/dports/devel/caml-react/
    trunk/dports/devel/caml-react/Portfile
    trunk/dports/devel/caml-react/files/
    trunk/dports/devel/caml-react/files/patch-META

Added: trunk/dports/devel/caml-react/Portfile
===================================================================
--- trunk/dports/devel/caml-react/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-react/Portfile	2009-10-13 13:16:15 UTC (rev 59308)
@@ -0,0 +1,42 @@
+# $Id$
+
+PortSystem          1.0
+
+name                caml-react
+version             0.9.0
+categories          devel ml
+maintainers         avsm
+description         Functional reactive progreamming for OCaml
+long_description    React is an OCaml module for functional reactive programming (FRP).\
+                    It provides support to program with time varying values : applicative \
+                    events and signals. React doesn't define any primitive event or signal, \
+                    this lets the client chooses the concrete timeline.
+homepage            http://erratique.ch/software/react
+platforms           darwin
+
+master_sites        http://erratique.ch/software/react/releases/
+use_bzip2           yes
+extract.suffix      .tbz
+distname            react-${version}
+patchfiles          patch-META
+
+depends_lib         port:ocaml
+
+checksums           md5     193a64a2abb0eebc6a88c19fba18ca85 \
+                    sha1    bc19c0b8c7ab647d030ce7e85ef61ffbbaae5499 \
+                    rmd160  0017145cc8f6e6b34906cd6036f4b2ef68ae0f1b
+
+use_configure       no
+use_parallel_build  no
+
+build.cmd           "./build"
+build.target        ""
+
+destroot.cmd        "./build"
+destroot.target     "install"
+destroot.env        INSTALLDIR=${destroot}${prefix}/lib/ocaml/site-lib/react
+destroot.destdir    ""
+
+livecheck.type      regex
+livecheck.url       http://erratique.ch/software/react/releases/
+livecheck.regex     \>react-(.*)\.tbz

Added: trunk/dports/devel/caml-react/files/patch-META
===================================================================
--- trunk/dports/devel/caml-react/files/patch-META	                        (rev 0)
+++ trunk/dports/devel/caml-react/files/patch-META	2009-10-13 13:16:15 UTC (rev 59308)
@@ -0,0 +1,7 @@
+--- src/META.orig	2009-09-28 12:23:53.000000000 +0100
++++ src/META	2009-09-28 12:23:59.000000000 +0100
+@@ -3,4 +3,3 @@
+ archive(byte) = "react.cmo"
+ archive(native) = "react.cmx"
+ archive(plugin,native) = "react.cmxs"
+-directory = "+react"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/d9a81e69/attachment.html>


More information about the macports-changes mailing list