[88533] trunk/dports/devel
mww at macports.org
mww at macports.org
Tue Jan 3 18:13:05 PST 2012
Revision: 88533
http://trac.macports.org/changeset/88533
Author: mww at macports.org
Date: 2012-01-03 18:13:05 -0800 (Tue, 03 Jan 2012)
Log Message:
-----------
rename caml-xmlm to ocaml-xmlm, leave stub;
Modified Paths:
--------------
trunk/dports/devel/caml-xmlm/Portfile
trunk/dports/devel/ocaml-xmlm/Portfile
Added Paths:
-----------
trunk/dports/devel/ocaml-xmlm/
Modified: trunk/dports/devel/caml-xmlm/Portfile
===================================================================
--- trunk/dports/devel/caml-xmlm/Portfile 2012-01-04 02:11:35 UTC (rev 88532)
+++ trunk/dports/devel/caml-xmlm/Portfile 2012-01-04 02:13:05 UTC (rev 88533)
@@ -1,49 +1,11 @@
# $Id$
PortSystem 1.0
+replaced_by ocaml-xmlm
+PortGroup obsolete 1.0
name caml-xmlm
version 1.0.2
-revision 1
+revision 2
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://erratique.ch/software/xmlm/releases/
-patchfiles patch-src-META.diff
-
-distname xmlm-${version}
-use_bzip2 yes
-extract.suffix .tbz
-
-checksums md5 8c891f84b6e64892445071b7706ba1a2 \
- sha1 051ec8bbffbf2d720e5bc5a845cbf300f3f5f61f \
- rmd160 e1feec0805e43e2e15ac7386b0e5d2375d44fe81
-
-depends_lib port:ocaml \
- port:ocaml-findlib
-
-use_configure no
-
-build.cmd ./build
-build.target
-
-destroot {
- set ocaml_site_path [exec ocamlfind printconf destdir]
- system "cd ${worksrcpath} && INSTALLDIR=${destroot}${ocaml_site_path}/xmlm ./build install"
- xinstall -m 755 -d ${destroot}${prefix}/share/doc
- file copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 -W ${worksrcpath} CHANGES README \
- ${destroot}${prefix}/share/doc/${name}
-}
-
Modified: trunk/dports/devel/ocaml-xmlm/Portfile
===================================================================
--- trunk/dports/devel/caml-xmlm/Portfile 2012-01-03 11:48:48 UTC (rev 88494)
+++ trunk/dports/devel/ocaml-xmlm/Portfile 2012-01-04 02:13:05 UTC (rev 88533)
@@ -2,9 +2,8 @@
PortSystem 1.0
-name caml-xmlm
+name ocaml-xmlm
version 1.0.2
-revision 1
categories devel ml textproc
maintainers mww openmaintainer
platforms darwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120103/427c5c5f/attachment.html>
More information about the macports-changes
mailing list