[79274] trunk/dports/devel

jmr at macports.org jmr at macports.org
Tue Jun 7 21:25:09 PDT 2011


Revision: 79274
          http://trac.macports.org/changeset/79274
Author:   jmr at macports.org
Date:     2011-06-07 21:25:09 -0700 (Tue, 07 Jun 2011)
Log Message:
-----------
New port: ocaml-vorbis, OCaml bindings for the libvorbis audio encoder/decoder library (#16190)

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

Added: trunk/dports/devel/ocaml-vorbis/Portfile
===================================================================
--- trunk/dports/devel/ocaml-vorbis/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-vorbis/Portfile	2011-06-08 04:25:09 UTC (rev 79274)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-vorbis
+version             0.4.1
+categories          devel ml audio
+maintainers         rastageeks.org:toots
+description         OCaml bindings for the vorbis audio library
+long_description    $description
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  a37a3f5a87276687d281ab5a0d3af7f9 \
+                    sha1  35a1662155019ab079ecec664fba8ea813d280e8 \
+                    rmd160  90ab99eb69c750ebbb21aae0371481b611c324b9
+
+depends_build       port:pkgconfig
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:ocaml-ogg \
+                    port:libvorbis
+
+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-vorbis/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/20110607/7294af20/attachment.html>


More information about the macports-changes mailing list