[94140] trunk/dports/devel/ocaml-pxp/Portfile

mww at macports.org mww at macports.org
Sat Jun 9 17:32:52 PDT 2012


Revision: 94140
          https://trac.macports.org/changeset/94140
Author:   mww at macports.org
Date:     2012-06-09 17:32:51 -0700 (Sat, 09 Jun 2012)
Log Message:
-----------
ocaml-pxp: fix description

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

Modified: trunk/dports/devel/ocaml-pxp/Portfile
===================================================================
--- trunk/dports/devel/ocaml-pxp/Portfile	2012-06-10 00:23:41 UTC (rev 94139)
+++ trunk/dports/devel/ocaml-pxp/Portfile	2012-06-10 00:32:51 UTC (rev 94140)
@@ -8,14 +8,13 @@
 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.
+description         Polymorphic XML Parser for OCaml
+long_description    \
+    PXP is an XML parser for OCaml. It represents the parsed document either \
+    as tree or as stream of events. In tree mode, it is possible to validate \
+    the XML document against a DTD. The acronym PXP means Polymorphic XML \
+    Parser. This name reflects the ability to create XML trees with \
+    polymorphic type parameters.
 
 homepage            http://projects.camlcity.org/projects/pxp.html
 master_sites        http://download.camlcity.org/download/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120609/9655708a/attachment.html>


More information about the macports-changes mailing list