diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 09:26:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-10-07 09:26:57 +0000 |
commit | 63734d9541dfcc51637d57f70b38aa556bedd142 (patch) | |
tree | d614c9dc8cb5190fb4eed19f7db344fb5a79fcaa /devel/pear-XML_Parser | |
parent | 8ca1b67ce3cca0777c5181475cbc87b400d29aa7 (diff) | |
download | ports-63734d9541dfcc51637d57f70b38aa556bedd142.tar.gz ports-63734d9541dfcc51637d57f70b38aa556bedd142.zip |
Notes
Diffstat (limited to 'devel/pear-XML_Parser')
-rw-r--r-- | devel/pear-XML_Parser/Makefile | 2 | ||||
-rw-r--r-- | devel/pear-XML_Parser/pkg-descr | 25 |
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/ |