[59310] trunk/dports/devel

avsm at macports.org avsm at macports.org
Tue Oct 13 06:21:06 PDT 2009


Revision: 59310
          http://trac.macports.org/changeset/59310
Author:   avsm at macports.org
Date:     2009-10-13 06:21:05 -0700 (Tue, 13 Oct 2009)
Log Message:
-----------
initial import of caml-text-0.2

Added Paths:
-----------
    trunk/dports/devel/caml-text/
    trunk/dports/devel/caml-text/Portfile
    trunk/dports/devel/caml-text/files/
    trunk/dports/devel/caml-text/files/patch-Makefile.diff

Added: trunk/dports/devel/caml-text/Portfile
===================================================================
--- trunk/dports/devel/caml-text/Portfile	                        (rev 0)
+++ trunk/dports/devel/caml-text/Portfile	2009-10-13 13:21:05 UTC (rev 59310)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem          1.0
+
+name                caml-text
+version             0.2
+distname            text-${version}
+categories          devel ml
+maintainers         avsm
+description         library for Unicode text in OCaml
+long_description    OCaml-Text is a library for dealing with text, \
+                    i.e. sequence of unicode characters, in a convenient way.
+platforms           darwin
+homepage            http://forge.ocamlcore.org/projects/ocaml-text/
+master_sites        http://forge.ocamlcore.org/frs/download.php/211/
+patchfiles          patch-Makefile.diff
+
+depends_lib         port:ocaml port:caml-findlib
+
+checksums           md5     8f6372dd2837d8b8c4050d0a3dc966e5 \
+                    sha1    16800464a73e82113087478d4212afd6af39291a \
+                    rmd160  f72dacb4004c81b2ea0b72bf40605cb9fe133eef
+
+use_configure       no
+set ocamlfind_destdir ${destroot}${prefix}/lib/ocaml/site-lib
+destroot.post_args  DESTDIR="$ocamlfind_destdir"
+
+livecheck.type      regex
+livecheck.url       http://forge.ocamlcore.org/frs/?group_id=100
+livecheck.regex     \>text-(.*)\.tar\.gz

Added: trunk/dports/devel/caml-text/files/patch-Makefile.diff
===================================================================
--- trunk/dports/devel/caml-text/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/devel/caml-text/files/patch-Makefile.diff	2009-10-13 13:21:05 UTC (rev 59310)
@@ -0,0 +1,12 @@
+--- Makefile.orig	2009-09-28 12:42:48.000000000 +0100
++++ Makefile	2009-09-28 12:44:05.000000000 +0100
+@@ -24,7 +24,8 @@
+ 
+ .PHONY: install
+ install:
+-	$(OF) install $(NAME) _build/META \
++	mkdir -p ${DESTDIR}
++	$(OF) install -destdir ${DESTDIR} -ldconf ignore $(NAME) _build/META \
+ 	  _build/src/*.mli \
+ 	  _build/src/*.cmi \
+ 	  _build/src/*.cmx \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091013/b978d361/attachment.html>


More information about the macports-changes mailing list