[79085] trunk/dports/devel

jmr at macports.org jmr at macports.org
Wed Jun 1 16:55:18 PDT 2011


Revision: 79085
          http://trac.macports.org/changeset/79085
Author:   jmr at macports.org
Date:     2011-06-01 16:55:17 -0700 (Wed, 01 Jun 2011)
Log Message:
-----------
New port: ocaml-ogg, OCaml bindings for libogg (#16185)

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

Added: trunk/dports/devel/ocaml-ogg/Portfile
===================================================================
--- trunk/dports/devel/ocaml-ogg/Portfile	                        (rev 0)
+++ trunk/dports/devel/ocaml-ogg/Portfile	2011-06-01 23:55:17 UTC (rev 79085)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem          1.0
+
+name                ocaml-ogg
+version             0.2.0
+categories          devel ml multimedia
+maintainers         rastageeks.org:toots
+description         OCaml bindings for the libogg multimedia library
+long_description    This port contains an O'Caml interface for the Ogg \
+                    bitstream library, otherwise known as libogg.
+homepage            http://savonet.sf.net/
+platforms           darwin
+master_sites        sourceforge:savonet
+
+checksums           md5  eec171992ebb0cb24ec5877de51923ca \
+                    sha1  c632364a997ed53a9bb97f6f340d0d6558d810cb \
+                    rmd160  b8676342670e07ddc5008507184c3d6359babf9c
+
+depends_build       port:pkgconfig
+depends_lib         port:ocaml \
+                    port:caml-findlib \
+                    port:libogg
+
+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-ogg/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/20110601/b745e9e7/attachment.html>


More information about the macports-changes mailing list