diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 01:42:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-29 01:42:39 +0000 |
commit | bf9ed3b73143e16211430fdad24baebaa187d0fb (patch) | |
tree | 07cfc44dbfba32ed76d9fe4a599bf16aa41cb666 /textproc | |
parent | 3aeb63d65f442677e0e0d72ed8259f99478f9044 (diff) | |
download | pkgsrc-bf9ed3b73143e16211430fdad24baebaa187d0fb.tar.gz |
Initial import of p5-XML-LibXML-Iterator-1.00.
XML::LibXML::Iterator implements the iterator part of the DOM
Traversal and Range specification. This class allows to iterate
through a DOM as it is done through an ordinary array.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-LibXML-Iterator/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Iterator/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Iterator/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-XML-LibXML-Iterator/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-XML-LibXML-Iterator/DESCR b/textproc/p5-XML-LibXML-Iterator/DESCR new file mode 100644 index 00000000000..57f3719cf7a --- /dev/null +++ b/textproc/p5-XML-LibXML-Iterator/DESCR @@ -0,0 +1,3 @@ +XML::LibXML::Iterator implements the iterator part of the DOM +Traversal and Range specification. This class allows to iterate +through a DOM as it is done through an ordinary array. diff --git a/textproc/p5-XML-LibXML-Iterator/Makefile b/textproc/p5-XML-LibXML-Iterator/Makefile new file mode 100644 index 00000000000..7941dbc4226 --- /dev/null +++ b/textproc/p5-XML-LibXML-Iterator/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/29 01:42:39 xtraeme Exp $ +# + +DISTNAME= XML-LibXML-Iterator-1.00 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5xlx +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Iterator for XML::LibXML parsed documents + +DEPENDS+= p5-XML-LibXML-[0-9]*:../../textproc/p5-XML-LibXML +DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter + +USE_BUILDLINK3= yes +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/LibXML/Iterator/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-XML-LibXML-Iterator/PLIST b/textproc/p5-XML-LibXML-Iterator/PLIST new file mode 100644 index 00000000000..1fa82cf9bb6 --- /dev/null +++ b/textproc/p5-XML-LibXML-Iterator/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/29 01:42:39 xtraeme Exp $ diff --git a/textproc/p5-XML-LibXML-Iterator/distinfo b/textproc/p5-XML-LibXML-Iterator/distinfo new file mode 100644 index 00000000000..e4ad09c43da --- /dev/null +++ b/textproc/p5-XML-LibXML-Iterator/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/29 01:42:39 xtraeme Exp $ + +SHA1 (XML-LibXML-Iterator-1.00.tar.gz) = 2e8b13064ca77fc6de7c01e94a907a03214e06dd +Size (XML-LibXML-Iterator-1.00.tar.gz) = 6156 bytes |