pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Filter-BufferText Initial import of p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/68da0b369b94
branches:  trunk
changeset: 482787:68da0b369b94
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Nov 03 10:01:18 2004 +0000

description:
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:

 textproc/p5-XML-Filter-BufferText/DESCR    |   5 +++++
 textproc/p5-XML-Filter-BufferText/Makefile |  20 ++++++++++++++++++++
 textproc/p5-XML-Filter-BufferText/PLIST    |   1 +
 textproc/p5-XML-Filter-BufferText/distinfo |   4 ++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 93a6bb46a626 -r 68da0b369b94 textproc/p5-XML-Filter-BufferText/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-BufferText/DESCR   Wed Nov 03 10:01:18 2004 +0000
@@ -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 -r 93a6bb46a626 -r 68da0b369b94 textproc/p5-XML-Filter-BufferText/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-BufferText/Makefile        Wed Nov 03 10:01:18 2004 +0000
@@ -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@localhost
+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 -r 93a6bb46a626 -r 68da0b369b94 textproc/p5-XML-Filter-BufferText/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-BufferText/PLIST   Wed Nov 03 10:01:18 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/03 10:01:18 seb Exp $
diff -r 93a6bb46a626 -r 68da0b369b94 textproc/p5-XML-Filter-BufferText/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-BufferText/distinfo        Wed Nov 03 10:01:18 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index