diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 01:43:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 01:43:19 +0000 |
commit | e3fabb0114076c3e870b6c922b3327c941f31491 (patch) | |
tree | 01003233cbbc5b2d4364691ffa5e060fc8804cdd /textproc | |
parent | bf9ed3b73143e16211430fdad24baebaa187d0fb (diff) | |
download | pkgsrc-e3fabb0114076c3e870b6c922b3327c941f31491.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-NodeFilter/DESCR | 4 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-NodeFilter/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
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 |