pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-NodeFilter Initial import of p5-XML-No...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d34f6f4396f9
branches:  trunk
changeset: 475883:d34f6f4396f9
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 29 01:43:19 2004 +0000

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

 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(+), 0 deletions(-)

diffs (44 lines):

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



Home | Main Index | Thread Index | Old Index