From 63734d9541dfcc51637d57f70b38aa556bedd142 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 7 Oct 2006 09:26:57 +0000 Subject: - Reformat pkg-descr - Pass maintainership to submitter PR: ports/104072 Submitted by: Thomas Abthorpe --- devel/pear-XML_Parser/Makefile | 2 +- devel/pear-XML_Parser/pkg-descr | 25 +++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) (limited to 'devel/pear-XML_Parser') 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/ -- cgit v1.2.3