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-DOMFilter-LibXML Initial import...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e9463dffc42
branches:  trunk
changeset: 525745:3e9463dffc42
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Feb 22 12:46:26 2007 +0000

description:
Initial import of p5-XML-Filter-DOMFilter-LibXML version 0.02 into
the NetBSD packages Collection.

This Perl 5 module provides a compromise between SAX and DOM
processing by allowing to use DOM API to process only reasonably
small parts of an XML document.

diffstat:

 textproc/p5-XML-Filter-DOMFilter-LibXML/DESCR    |   3 +++
 textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile |  19 +++++++++++++++++++
 textproc/p5-XML-Filter-DOMFilter-LibXML/PLIST    |   1 +
 textproc/p5-XML-Filter-DOMFilter-LibXML/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 7517f30d1f27 -r 3e9463dffc42 textproc/p5-XML-Filter-DOMFilter-LibXML/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/DESCR     Thu Feb 22 12:46:26 2007 +0000
@@ -0,0 +1,3 @@
+This Perl 5 module provides a compromise between SAX and DOM
+processing by allowing to use DOM API to process only reasonably
+small parts of an XML document.
diff -r 7517f30d1f27 -r 3e9463dffc42 textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/Makefile  Thu Feb 22 12:46:26 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/22 12:46:26 seb Exp $
+
+DISTNAME=      XML-Filter-DOMFilter-LibXML-0.02
+PKGNAME=       p5-${DISTNAME}
+#SVR4_PKGNAME=
+CATEGORIES=    textproc perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/XML-Filter-DOMFilter-LibXML/
+COMMENT=       Perl5 module SAX filter allowing DOM processing
+
+DEPENDS+=      p5-XML-LibXML>=1.53:../../textproc/p5-XML-LibXML
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=        auto/XML/Filter/DOMFilter/LibXML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7517f30d1f27 -r 3e9463dffc42 textproc/p5-XML-Filter-DOMFilter-LibXML/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/PLIST     Thu Feb 22 12:46:26 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/22 12:46:26 seb Exp $
diff -r 7517f30d1f27 -r 3e9463dffc42 textproc/p5-XML-Filter-DOMFilter-LibXML/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Filter-DOMFilter-LibXML/distinfo  Thu Feb 22 12:46:26 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/02/22 12:46:26 seb Exp $
+
+SHA1 (XML-Filter-DOMFilter-LibXML-0.02.tar.gz) = 967a4e1bf01e08719d6ec0bd95d10cc67f096150
+RMD160 (XML-Filter-DOMFilter-LibXML-0.02.tar.gz) = a40e28b5eb83ed332bdae7aa65141b8755b97fc0
+Size (XML-Filter-DOMFilter-LibXML-0.02.tar.gz) = 4215 bytes



Home | Main Index | Thread Index | Old Index