diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 00:29:37 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-08 00:29:37 +0000 |
commit | 4c28ca343d11b2197a996ae2a73830e950028667 (patch) | |
tree | 5ecf5a5ad0cca5dac0d94aa563a337129d951948 /devel/Makefile | |
parent | New port: PEAR XML utility class (diff) |
New port: PEAR XML parsing class based on PHP's bundled expat
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/56361
Submitted by: Alex Miller <asm@asm.kiev.ua>
Notes
Notes:
svn path=/head/; revision=88708
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 94c15c00e874..6f0a3a04f12b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -801,6 +801,7 @@ SUBDIR += pear-HTML_Template_IT SUBDIR += pear-I18N SUBDIR += pear-PEAR + SUBDIR += pear-XML_Parser SUBDIR += pear-XML_Util SUBDIR += pedisassem SUBDIR += perforce |