[79250] trunk/dports/devel

jmr at macports.org jmr at macports.org
Mon Jun 6 18:36:52 PDT 2011


Revision: 79250
          http://trac.macports.org/changeset/79250
Author:   jmr at macports.org
Date:     2011-06-06 18:36:52 -0700 (Mon, 06 Jun 2011)
Log Message:
-----------
New port: ocaml-taglib, OCaml bindings for the C taglib library (#16189)

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

Added: trunk/dports/devel/ocaml-taglib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-taglib/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-taglib/Portfile	2011-06-07 01:36:52 UTC (rev 79250)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-taglib
+version             0.1.2
+categories          devel ml audio
+maintainers         rastageeks.org:toots
+description         OCaml bindings for taglib
+long_description    This port contains an O'Caml interface for the TagLib \
+                    Audio Meta-Data Library, otherwise known as taglib.
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  375dba023b60bcc7247c792040b6d8bc \
+                    sha1  0e108b6c4403cff1bae598f3e8ed60f2533d156a \
+                    rmd160  164b62be58c3c79c1108610f9a62f214a575dea1
+
+depends_build       port:pkgconfig
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:taglib
+
+configure.pkg_config    ${prefix}/bin/pkg-config
+
+build.args          LIBDIRS=${prefix}/lib
+
+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-taglib/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/20110606/bdd9716b/attachment.html>


More information about the macports-changes mailing list