[88516] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jan 3 17:25:16 PST 2012


Revision: 88516
          http://trac.macports.org/changeset/88516
Author:   mww at macports.org
Date:     2012-01-03 17:25:15 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
re-add as stub

Modified Paths:
--------------
    trunk/dports/devel/caml-extlib/Portfile

Added Paths:
-----------
    trunk/dports/devel/caml-extlib/

Modified: trunk/dports/devel/caml-extlib/Portfile
===================================================================
--- trunk/dports/devel/ocaml-extlib/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/caml-extlib/Portfile	2012-01-04 01:25:15 UTC (rev 88516)
@@ -1,45 +1,12 @@
 # $Id$
 
 PortSystem 1.0
+replaced_by ocaml-extlib
+PortGroup obsolete 1.0
 
-name                ocaml-extlib
+name                caml-extlib
 version             1.5.2
-revision            1
+revision            2
 categories          devel ml
-maintainers         mww openmaintainer
 license             LGPL-2.1
-description         Extended Standard Library for OCaml
-long_description    A User-supported Extended Standard Library for OCaml
-homepage            http://code.google.com/p/ocaml-extlib/
-platforms           darwin
-master_sites        googlecode:ocaml-extlib
 
-checksums           md5     839f9bf5a971fa07935c96ba7e209f86 \
-                    rmd160  ff554b614c099bce562f82b148067c731eddf059 \
-                    sha256  ca6d69adeba4242ce41c02a23746ba1e464c0bbec66e2d16b02c3c6e85dc10aa
-distname            extlib-${version}
-
-patchfiles          patch-install.ml
-
-depends_lib         port:ocaml port:ocaml-findlib
-
-use_configure       no
-
-build {}
-
-destroot.cmd        "${prefix}/bin/ocaml"
-destroot.pre_args   install.ml
-destroot.args       -b -n -doc
-destroot.post_args
-
-pre-destroot {
-        set extlib_destdir ${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]
-        xinstall -m 755 -d ${extlib_destdir}
-        reinplace s|##PREFIX##|${prefix}| ${worksrcpath}/install.ml
-        reinplace s|##DESTDIR##|${extlib_destdir}| ${worksrcpath}/install.ml
-}
-
-post-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/doc
-    file copy ${worksrcpath}/extlib-doc ${destroot}${prefix}/share/doc/${name}
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/2a41e4c6/attachment.html>


More information about the macports-changes mailing list