diff options
author | seb <seb@pkgsrc.org> | 2004-11-03 10:01:18 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-11-03 10:01:18 +0000 |
commit | 5ceee2ba230b5047b0576391c6ca1dd2159e0c8d (patch) | |
tree | 510658b2a71bb0a6399983d117c8dc08e81448a0 /textproc | |
parent | 38c095907c2a93d1075bd3d92fa9a380bac836d6 (diff) | |
download | pkgsrc-5ceee2ba230b5047b0576391c6ca1dd2159e0c8d.tar.gz |
Initial import of p5-XML-Filer-BufferText version 1.01 into the NetBSD Packages
Collection.
This Perl 5 module is a very simple filter for XML parsers. One
common cause of grief (and programmer error) is that XML parsers
aren't required to provide character events in one chunk. They can,
but are not forced to, and most don't. This filter does the trivial
but often-repeated task of putting all characters into a single event.
Actually this is the second import hopefully in the right directory this
time. Sorry for the mess.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/DESCR | 5 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-BufferText/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/textproc/p5-XML-Filter-BufferText/DESCR b/textproc/p5-XML-Filter-BufferText/DESCR new file mode 100644 index 00000000000..e2eb1116859 --- /dev/null +++ b/textproc/p5-XML-Filter-BufferText/DESCR @@ -0,0 +1,5 @@ +This Perl 5 module is a very simple filter for XML parsers. One +common cause of grief (and programmer error) is that XML parsers +aren't required to provide character events in one chunk. They can, +but are not forced to, and most don't. This filter does the trivial +but often-repeated task of putting all characters into a single event. diff --git a/textproc/p5-XML-Filter-BufferText/Makefile b/textproc/p5-XML-Filter-BufferText/Makefile new file mode 100644 index 00000000000..a61a9e7da3a --- /dev/null +++ b/textproc/p5-XML-Filter-BufferText/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 10:01:18 seb Exp $ + +DISTNAME= XML-Filter-BufferText-1.01 +PKGNAME= p5-${DISTNAME} +#SVR4_PKGNAME= +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= seb@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/XML-Filter-BufferText/ +COMMENT= Perl5 module XML parser filter to put all characters() in one event + +DEPENDS+= p5-XML-SAX>=0.04:../../textproc/p5-XML-SAX + +USE_BUILDLINK3= YES +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Filter/BufferText/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-Filter-BufferText/PLIST b/textproc/p5-XML-Filter-BufferText/PLIST new file mode 100644 index 00000000000..22c0c6859c5 --- /dev/null +++ b/textproc/p5-XML-Filter-BufferText/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 10:01:18 seb Exp $ diff --git a/textproc/p5-XML-Filter-BufferText/distinfo b/textproc/p5-XML-Filter-BufferText/distinfo new file mode 100644 index 00000000000..46225e21ecf --- /dev/null +++ b/textproc/p5-XML-Filter-BufferText/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/03 10:01:18 seb Exp $ + +SHA1 (XML-Filter-BufferText-1.01.tar.gz) = 32ada41fb4d8843c1e587945279535e5cbf44cf1 +Size (XML-Filter-BufferText-1.01.tar.gz) = 2269 bytes |