Date: Sun, 7 Sep 2003 19:28:24 -0700 (PDT) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/pear-XML_XPath Makefile distinfo pkg-descr pkg-plist Message-ID: <200309080228.h882SOoH011281@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/09/07 19:28:24 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/pear-XML_XPath Makefile distinfo pkg-descr pkg-plist Log: New port: PEAR class provided an XPath/DOM XML manipulation This is an XML parser based on PHP's 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. PR: ports/56446 Submitted by: Alex Miller <asm@asm.kiev.ua> Revision Changes Path 1.1274 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/pear-XML_XPath/Makefile (new) 1.1 +1 -0 ports/devel/pear-XML_XPath/distinfo (new) 1.1 +7 -0 ports/devel/pear-XML_XPath/pkg-descr (new) 1.1 +9 -0 ports/devel/pear-XML_XPath/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309080228.h882SOoH011281>