[95665] trunk/dports/devel

mww at macports.org mww at macports.org
Wed Jul 18 14:25:48 PDT 2012


Revision: 95665
          https://trac.macports.org/changeset/95665
Author:   mww at macports.org
Date:     2012-07-18 14:25:48 -0700 (Wed, 18 Jul 2012)
Log Message:
-----------
ocaml-eliom: new port

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

Added: trunk/dports/devel/ocaml-eliom/Portfile
===================================================================
--- trunk/dports/devel/ocaml-eliom/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-eliom/Portfile	2012-07-18 21:25:48 UTC (rev 95665)
@@ -0,0 +1,52 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup           ocaml 1.0
+
+name                ocaml-eliom
+version             2.2.2
+categories          devel www ml
+platforms           darwin
+license             {LGPL-2.1 OpenSSLException}
+maintainers         mww openmaintainer
+description         OCaml framework for programming web applications
+long_description    \
+    Eliom is a framework for programming web sites and client/server web \
+    applications. It uses very new concepts making programming very different \
+    from all other web programming tools, and allowing to write a complex web \
+    site in very few lines of code.
+
+homepage            http://ocsigen.org/eliom/
+master_sites        http://ocsigen.org/download/
+checksums           rmd160  b8e32940187d03b6dac2c0bcc98d0c27f45c6a52 \
+                    sha256  bfca844180ec19dcd0f6eec39ed118e15919bd7990c142126242443c905b1caf
+
+distname            eliom-${version}
+
+depends_lib         port:ocaml port:ocaml-findlib port:ocaml-js_of_ocaml \
+                    port:ocsigen port:ocaml-deriving-ocsigen port:ocaml-lwt \
+                    port:ocaml-calendar port:ocaml-cryptokit port:tyxml
+
+post-extract {
+    file attributes ${worksrcpath}/configure -permissions +x
+}
+
+configure.pre_args  --prefix ${prefix}
+configure.args      --mandir ${prefix}/share/man \
+                    --temproot ${destroot} \
+                    --docdir ${prefix}/share/doc/${name}
+
+use_parallel_build  no
+build.target        all doc
+
+destroot.target     install install.doc
+
+livecheck.type      regex
+livecheck.url       http://ocsigen.org/ocsigenserver/install
+livecheck.regex     ocsigenserver-(\[0-9.\]+)${extract.suffix}
+
+post-destroot {
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpatH} CHANGES COPYING LICENSE README VERSION \
+        ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/devel/ocaml-eliom/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/20120718/67977225/attachment.html>


More information about the macports-changes mailing list