[60882] trunk/dports/devel

mww at macports.org mww at macports.org
Fri Nov 27 01:05:30 PST 2009


Revision: 60882
          http://trac.macports.org/changeset/60882
Author:   mww at macports.org
Date:     2009-11-27 01:05:26 -0800 (Fri, 27 Nov 2009)
Log Message:
-----------
new port caml-inifiles

Added Paths:
-----------
    trunk/dports/devel/caml-inifiles/
    trunk/dports/devel/caml-inifiles/Portfile

Added: trunk/dports/devel/caml-inifiles/Portfile
===================================================================
--- trunk/dports/devel/caml-inifiles/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-inifiles/Portfile	2009-11-27 09:05:26 UTC (rev 60882)
@@ -0,0 +1,36 @@
+# $Id$
+
+PortSystem          1.0
+
+name                caml-inifiles
+version             1.2
+categories          devel ml
+maintainers         mww openmaintainer
+platforms           darwin
+license             BSD
+description         ini file parser for OCaml
+long_description    ${description}
+
+homepage            http://homepage.mac.com/letaris/
+master_sites        ${homepage}
+
+distname            inifiles-${version}
+
+checksums           md5     9deb802bdf98f5ead88598752d9ea5ac \
+                    sha1    215120d4957c2a1fabb869804ae1360aaf32f6ac \
+                    rmd160  977a0e72b7c247bedc83f87136572cca4b53bfe6
+
+depends_lib         port:ocaml port:caml-pcre
+
+use_configure       no
+
+use_parallel_build  no
+
+destroot {
+    set ocaml_site_path [exec ocamlfind printconf destdir]
+    xinstall -m 755 -d ${destroot}/${ocaml_site_path} \
+        ${destroot}/${prefix}/share/doc/${name}
+    system "cd ${worksrcpath} && OCAMLFIND_INSTFLAGS=\"-destdir ${destroot}/${ocaml_site_path}\" make install "
+    xinstall -m 644 -W ${worksrcpath} COPYING ${destroot}/${prefix}/share/doc/${name}/
+}
+


Property changes on: trunk/dports/devel/caml-inifiles/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091127/6b11f32c/attachment.html>


More information about the macports-changes mailing list