Date: Fri, 6 Oct 2006 14:49:40 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/104072: [PATCH] devel/pear-XML_Parser: reformat pkg-descr, take maintainership Message-ID: <200610061849.k96IneH3028054@goodking.goodking.ca> Resent-Message-ID: <200610061900.k96J0ikr040915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 104072 >Category: ports >Synopsis: [PATCH] devel/pear-XML_Parser: reformat pkg-descr, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Oct 06 19:00:43 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct 2 02:05:54 EDT >Description: - reformat pkg-descr - Take maintainership Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-XML_Parser-1.2.7.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/pear-XML_Parser/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- Makefile 23 Sep 2006 00:23:27 -0000 1.13 +++ Makefile 6 Oct 2006 18:48:50 -0000 @@ -9,7 +9,7 @@ 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 Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/devel/pear-XML_Parser/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 9 Apr 2005 16:48:03 -0000 1.3 +++ pkg-descr 6 Oct 2006 18:48:50 -0000 @@ -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. +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. -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. +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/ --- pear-XML_Parser-1.2.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610061849.k96IneH3028054>