From d31178a89a3aadb66912ab1861f1e8f0007f4b12 Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 29 May 2004 01:43:19 +0000 Subject: Initial import of p5-XML-NodeFilter-0.01. XML::NodeFilter is a generic node-filter class for DOM traversal as specified in the DOM Level 2 Traversal and Range specification. It extends that specification so this class is more easy to use for perl programmers. --- textproc/p5-XML-NodeFilter/DESCR | 4 ++++ textproc/p5-XML-NodeFilter/Makefile | 19 +++++++++++++++++++ textproc/p5-XML-NodeFilter/PLIST | 1 + textproc/p5-XML-NodeFilter/distinfo | 4 ++++ 4 files changed, 28 insertions(+) create mode 100644 textproc/p5-XML-NodeFilter/DESCR create mode 100644 textproc/p5-XML-NodeFilter/Makefile create mode 100644 textproc/p5-XML-NodeFilter/PLIST create mode 100644 textproc/p5-XML-NodeFilter/distinfo (limited to 'textproc') diff --git a/textproc/p5-XML-NodeFilter/DESCR b/textproc/p5-XML-NodeFilter/DESCR new file mode 100644 index 00000000000..5d038142ebb --- /dev/null +++ b/textproc/p5-XML-NodeFilter/DESCR @@ -0,0 +1,4 @@ +XML::NodeFilter is a generic node-filter class for DOM traversal as +specified in the DOM Level 2 Traversal and Range specification. It +extends that specification so this class is more easy to use for perl +programmers. diff --git a/textproc/p5-XML-NodeFilter/Makefile b/textproc/p5-XML-NodeFilter/Makefile new file mode 100644 index 00000000000..df2d36be77d --- /dev/null +++ b/textproc/p5-XML-NodeFilter/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 01:43:19 xtraeme Exp $ +# + +DISTNAME= XML-NodeFilter-0.01 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xlx +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Object that know how to "filter out" nodes + +DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/NodeFilter/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-NodeFilter/PLIST b/textproc/p5-XML-NodeFilter/PLIST new file mode 100644 index 00000000000..287848595e6 --- /dev/null +++ b/textproc/p5-XML-NodeFilter/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/29 01:43:19 xtraeme Exp $ diff --git a/textproc/p5-XML-NodeFilter/distinfo b/textproc/p5-XML-NodeFilter/distinfo new file mode 100644 index 00000000000..8f92e5f1ae2 --- /dev/null +++ b/textproc/p5-XML-NodeFilter/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/29 01:43:19 xtraeme Exp $ + +SHA1 (XML-NodeFilter-0.01.tar.gz) = 4a25dc8a9ccc71b18682752471da1f04b9c8905a +Size (XML-NodeFilter-0.01.tar.gz) = 6620 bytes -- cgit v1.2.3