diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-28 20:39:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-08-28 20:39:14 +0000 |
commit | 909dcf3f1463ade4e85faa71ac7312a10a5a79a8 (patch) | |
tree | 13debd44cfe1faf00ebe03bc60d299637f98af50 /textproc/Makefile | |
parent | 0afc54a430fb52117c924d3422b766aa3c82f904 (diff) |
Add p5-XML-Filter-GenericChunk 0.06,
XML::Filter::GenericChunk is a base class for SAX filters that are able to
Xparse wellballanced chunks from SAX events and transforms this chunk
Xinto a sequence of SAX events.
PR: 54729
Submitted by: Hansjoerg Pehofer <hansjoerg.pehofer@uibk.ac.at>
Notes
Notes:
svn path=/head/; revision=87929
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8667223ee1b1..3240d9bb287a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -265,6 +265,7 @@ SUBDIR += p5-XML-Filter-Base SUBDIR += p5-XML-Filter-BufferText SUBDIR += p5-XML-Filter-DetectWS + SUBDIR += p5-XML-Filter-GenericChunk SUBDIR += p5-XML-Filter-Reindent SUBDIR += p5-XML-Filter-SAX1toSAX2 SUBDIR += p5-XML-Filter-SAXT |