[88515] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jan 3 17:23:54 PST 2012


Revision: 88515
          http://trac.macports.org/changeset/88515
Author:   mww at macports.org
Date:     2012-01-03 17:23:54 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
re-add caml-ocamlmakefile as stub

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

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

Modified: trunk/dports/devel/caml-ocamlmakefile/Portfile
===================================================================
--- trunk/dports/devel/ocaml-ocamlmakefile/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/caml-ocamlmakefile/Portfile	2012-01-04 01:23:54 UTC (rev 88515)
@@ -1,48 +1,12 @@
 # $Id$
 
-PortSystem          1.0
+PortSystem  1.0
+replaced_by ocaml-ocamlmakefile
+PortGroup   obsolete 1.0
 
-name                ocaml-ocamlmakefile
+name                caml-ocamlmakefile
 version             6.33.0
+revision            1
 categories          devel ml
-maintainers         mww openmaintainer
 license             LGPL-2.1
-platforms           darwin
-supported_archs     noarch
-description         Automated compilation of complex OCaml-projects
-long_description    ${description}
 
-homepage            http://ocaml.info/home/ocaml_sources.html
-master_sites        http://hg.ocaml.info/release/ocaml-make/archive/
-
-distname            release-${version}
-use_bzip2           yes
-
-checksums           md5     25b6889a2c11c5d89d0e53fc3022f7fb \
-                    sha1    ed136853764b933496138041c52cfc2ed9e1f33f \
-                    rmd160  1588e420f45cc8c7517b6aefff755609eb3413bd
-
-depends_lib         port:ocaml \
-                    port:ocaml-findlib
-
-worksrcdir          ocaml-make-${distname}
-
-use_configure       no
-
-build               {}
-
-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/share/${name}/ \
-        ${destroot}${prefix}/share/doc/${name} \
-        ${destroot}${prefix}/share/examples/${name}
-    xinstall -m 644 -W ${worksrcpath} OCamlMakefile \
-        ${destroot}${prefix}/share/${name}
-    foreach d {calc camlp4 gtk idl threads} {
-        file copy ${worksrcpath}/${d} ${destroot}${prefix}/share/examples/${name}
-    }
-    xinstall -m 644 -W ${worksrcpath} README.txt LICENSE Changelog \
-        ${destroot}${prefix}/share/doc/${name}
-}
-
-livecheck.type      regex
-livecheck.regex     "ocaml-make/archive/release-(\[0-9\.]+).tar.bz2"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/2ca2c9bd/attachment.html>


More information about the macports-changes mailing list