aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-XML_Parser
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-07 09:26:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-07 09:26:57 +0000
commit63734d9541dfcc51637d57f70b38aa556bedd142 (patch)
treed614c9dc8cb5190fb4eed19f7db344fb5a79fcaa /devel/pear-XML_Parser
parent8ca1b67ce3cca0777c5181475cbc87b400d29aa7 (diff)
downloadports-63734d9541dfcc51637d57f70b38aa556bedd142.tar.gz
ports-63734d9541dfcc51637d57f70b38aa556bedd142.zip
Notes
Diffstat (limited to 'devel/pear-XML_Parser')
-rw-r--r--devel/pear-XML_Parser/Makefile2
-rw-r--r--devel/pear-XML_Parser/pkg-descr25
2 files changed, 14 insertions, 13 deletions
diff --git a/devel/pear-XML_Parser/Makefile b/devel/pear-XML_Parser/Makefile
index d1207ea5dfc5..1f23893f8f2b 100644
--- a/devel/pear-XML_Parser/Makefile
+++ b/devel/pear-XML_Parser/Makefile
@@ -9,7 +9,7 @@ PORTNAME= XML_Parser
PORTVERSION= 1.2.7
CATEGORIES= devel pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= thomas@goodking.ca
COMMENT= PEAR XML parsing class based on PHP's bundled expat
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
diff --git a/devel/pear-XML_Parser/pkg-descr b/devel/pear-XML_Parser/pkg-descr
index 50f1c9df841c..5fbbb3b72f58 100644
--- a/devel/pear-XML_Parser/pkg-descr
+++ b/devel/pear-XML_Parser/pkg-descr
@@ -1,15 +1,16 @@
This is an XML parser based on PHPs built-in xml extension.
-It supports two basic modes of operation: "func" and "event". In "func" mode,
-it will look for a function named after each element (xmltag_ELEMENT for start
-tags and xmltag_ELEMENT_ for end tags), and in "event" mode it uses a set of
-generic callbacks.
-
-Since version 1.2.0 there's a new XML_Parser_Simple class that makes parsing
-of most XML documents easier, by automatically providing a stack for the
-elements.
-
-Furthermore its now possible to split the parser from the handler object, so
-you do not have to extend XML_Parser anymore in order to parse a document
-with it.
+
+It supports two basic modes of operation: "func" and "event". In
+"func" mode, it will look for a function named after each element
+(xmltag_ELEMENT for start tags and xmltag_ELEMENT_ for end tags),
+and in "event" mode it uses a set of generic callbacks.
+
+Since version 1.2.0 there's a new XML_Parser_Simple class that makes
+parsing of most XML documents easier, by automatically providing a
+stack for the elements.
+
+Furthermore its now possible to split the parser from the handler
+object, so you do not have to extend XML_Parser anymore in order
+to parse a document with it.
WWW: http://pear.php.net/package/XML_Parser/