[88525] trunk/dports/devel

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


Revision: 88525
          http://trac.macports.org/changeset/88525
Author:   mww at macports.org
Date:     2012-01-03 17:57:16 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-pxp to ocaml-pxp, leave stub;

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

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

Modified: trunk/dports/devel/caml-pxp/Portfile
===================================================================
--- trunk/dports/devel/caml-pxp/Portfile	2012-01-04 01:54:59 UTC (rev 88524)
+++ trunk/dports/devel/caml-pxp/Portfile	2012-01-04 01:57:16 UTC (rev 88525)
@@ -1,54 +1,11 @@
 # $Id$
 
 PortSystem          1.0
+replaced_by ocaml-pxp
+PortGroup obsolete 1.0
 
 name                caml-pxp
 version             1.2.1
+revision            1
 categories          devel ml textproc
-maintainers         mww openmaintainer
-platforms           darwin
 license             BSD
-description         streaming XML input/output module for OCaml
-long_description    Xmlm is an OCaml module providing streaming XML \
-                    input/output. It aims at making XML processing robust and \
-                    painless. The streaming interface can process documents \
-                    without building an in-memory representation. It lets the \
-                    programmer translate its data structures to XML documents \
-                    and vice-versa. Functions are provided to easily transform \
-                    arborescent data structures to/from XML documents.
-
-homepage            http://erratique.ch/software/xmlm
-master_sites        http://download.camlcity.org/download/
-
-distname            pxp-${version}
-
-checksums           md5     a22d9124516b8045d7e4b0978c6fd3f6 \
-                    sha1    09754a2db5fd08c189ad52b5ebff37232a62665f \
-                    rmd160  62fef42242d3fd0a04f4c4ca9a053180bab71f23
-
-depends_lib         port:ocaml \
-                    port:ocaml-findlib \
-                    port:caml-ocamlnet
-
-configure.pre_args
-configure.args      -with-lex
-
-use_parallel_build  no
-build.target        all opt
-
-pre-destroot {
-    set ocaml_site_path [exec ocamlfind printconf destdir]
-
-    foreach file {gensrc/pxp-lex-iso88591/Makefile gensrc/pxp-lex-iso885910/Makefile \
-        gensrc/pxp-lex-iso885913/Makefile gensrc/pxp-lex-iso885914/Makefile gensrc/pxp-lex-iso885915/Makefile \
-        gensrc/pxp-lex-iso885916/Makefile gensrc/pxp-lex-iso88592/Makefile gensrc/pxp-lex-iso88593/Makefile \
-        gensrc/pxp-lex-iso88594/Makefile gensrc/pxp-lex-iso88595/Makefile gensrc/pxp-lex-iso88596/Makefile \
-        gensrc/pxp-lex-iso88597/Makefile gensrc/pxp-lex-iso88598/Makefile gensrc/pxp-lex-iso88599/Makefile \
-        gensrc/pxp-lex-utf8/Makefile gensrc/pxp-ulex-utf8/Makefile gensrc/pxp-wlex/Makefile \
-        gensrc/pxp-wlex-utf8/Makefile src/pxp/Makefile src/pxp-engine/Makefile src/pxp-pp/Makefile} {
-        reinplace "s|\$(OCAMLFIND) install|\$(OCAMLFIND) install -destdir ${destroot}/${ocaml_site_path}|g" "${worksrcpath}/${file}"
-    }
-
-    xinstall -m 755 -d ${destroot}${ocaml_site_path}
-}
-

Modified: trunk/dports/devel/ocaml-pxp/Portfile
===================================================================
--- trunk/dports/devel/caml-pxp/Portfile	2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-pxp/Portfile	2012-01-04 01:57:16 UTC (rev 88525)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 
-name                caml-pxp
+name                ocaml-pxp
 version             1.2.1
 categories          devel ml textproc
 maintainers         mww openmaintainer
@@ -28,7 +28,7 @@
 
 depends_lib         port:ocaml \
                     port:ocaml-findlib \
-                    port:caml-ocamlnet
+                    port:ocaml-ocamlnet
 
 configure.pre_args
 configure.args      -with-lex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/a878e1c3/attachment-0001.html>


More information about the macports-changes mailing list