pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-LibXML-Iterator Initial import of p5-X...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63960f3e389f
branches:  trunk
changeset: 475882:63960f3e389f
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 29 01:42:39 2004 +0000

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

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

diffs (44 lines):

diff -r 208db342d5d1 -r 63960f3e389f textproc/p5-XML-LibXML-Iterator/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Iterator/DESCR     Sat May 29 01:42:39 2004 +0000
@@ -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 -r 208db342d5d1 -r 63960f3e389f textproc/p5-XML-LibXML-Iterator/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Iterator/Makefile  Sat May 29 01:42:39 2004 +0000
@@ -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@localhost
+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 -r 208db342d5d1 -r 63960f3e389f textproc/p5-XML-LibXML-Iterator/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Iterator/PLIST     Sat May 29 01:42:39 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/29 01:42:39 xtraeme Exp $
diff -r 208db342d5d1 -r 63960f3e389f textproc/p5-XML-LibXML-Iterator/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-LibXML-Iterator/distinfo  Sat May 29 01:42:39 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index