[88529] trunk/dports/devel

mww at macports.org mww at macports.org
Tue Jan 3 18:05:22 PST 2012


Revision: 88529
          http://trac.macports.org/changeset/88529
Author:   mww at macports.org
Date:     2012-01-03 18:05:22 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-camomile to ocaml-camomile, leave stub;

Modified Paths:
--------------
    trunk/dports/devel/caml-camomile/Portfile
    trunk/dports/devel/ocaml-camomile/Portfile

Added Paths:
-----------
    trunk/dports/devel/ocaml-camomile/

Modified: trunk/dports/devel/caml-camomile/Portfile
===================================================================
--- trunk/dports/devel/caml-camomile/Portfile	2012-01-04 02:01:55 UTC (rev 88528)
+++ trunk/dports/devel/caml-camomile/Portfile	2012-01-04 02:05:22 UTC (rev 88529)
@@ -1,57 +1,11 @@
 # $Id$
 
 PortSystem          1.0
+replaced_by ocaml-camomile
+PortGroup obsolete 1.0
 
 name                caml-camomile
 version             0.8.3
+revision            1
 categories          devel ml
-maintainers         toots at rastageeks.org
 license             LGPL-2+
-description         OCaml module to convert strings to and from various encodings
-long_description    ${description}
-homepage            http://camomile.sf.net/
-platforms           darwin
-master_sites        sourceforge:camomile
-distname            camomile-${version}
-use_bzip2           yes
-
-checksums           sha1    9f2600010820689805b5ab6e4048217ea821d535 \
-                    rmd160  56651ff4625dbdd9876784c1369c5a6ed6b290a6
-
-depends_lib         port:ocaml port:ocaml-findlib
-
-# ocaml is not universal
-universal_variant   no
-
-configure.cflags    {}
-configure.cxxflags  {}
-configure.cppflags  {}
-configure.ldflags   {}
-configure.cxx       {}
-configure.objc      {}
-configure.cpp       {}
-configure.cc        {}
-
-build.args          LIBDIRS=${prefix}/lib
-use_parallel_build  no
-
-proc ocamlfind_destdir {} {
-    # only bother calculating this darn thing once
-    variable ocamlfind_destdir {}
-    variable destroot
-    variable prefix
-    if {![string length $ocamlfind_destdir]} {
-        set ocamlfind_destdir ${destroot}[exec ${prefix}/bin/ocamlfind printconf destdir]
-    }
-    return $ocamlfind_destdir
-}
-
-pre-destroot {
-  system "mkdir -p [ocamlfind_destdir]"
-  reinplace "s#ocamlfind install#ocamlfind install -ldconf ignore -destdir '[ocamlfind_destdir]'#g" ${worksrcpath}/Makefile
-  reinplace "s#\$(DATADIR)#${destroot}\$(DATADIR)#g" ${worksrcpath}/Makefile
-  reinplace "s#\$(BINDIR)#${destroot}\$(BINDIR)#g" ${worksrcpath}/Makefile
-}
-
-livecheck.type      regex
-livecheck.regex     "camomile-(.*?).tar.bz2"

Modified: trunk/dports/devel/ocaml-camomile/Portfile
===================================================================
--- trunk/dports/devel/caml-camomile/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-camomile/Portfile	2012-01-04 02:05:22 UTC (rev 88529)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 
-name                caml-camomile
+name                ocaml-camomile
 version             0.8.3
 categories          devel ml
 maintainers         toots at rastageeks.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/c68d20cd/attachment.html>


More information about the macports-changes mailing list