diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-06-20 22:23:00 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-06-20 22:23:00 +0000 |
commit | 80fb4df55219fda7a2f87d354d761d28d2ead597 (patch) | |
tree | 6ea5433f453c9238ca444b46a389620367f034eb /devel | |
parent | 82d090e89e1f64b0b7ad3392232b8823f72b6612 (diff) | |
download | pkgsrc-80fb4df55219fda7a2f87d354d761d28d2ead597.tar.gz |
Initial import of p5-Class-XPath.
Class::XPath is a Perl module which adds XPath-style matching to
your object trees. This means that you can find nodes using an
XPath-esque query with match() from anywhere in the tree. Also,
the xpath() method returns a unique path to a given node which can
be used as an identifier.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-XPath/DESCR | 5 | ||||
-rw-r--r-- | devel/p5-Class-XPath/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Class-XPath/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-XPath/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Class-XPath/DESCR b/devel/p5-Class-XPath/DESCR new file mode 100644 index 00000000000..7455e3fb736 --- /dev/null +++ b/devel/p5-Class-XPath/DESCR @@ -0,0 +1,5 @@ +Class::XPath is a Perl module which adds XPath-style matching to +your object trees. This means that you can find nodes using an +XPath-esque query with match() from anywhere in the tree. Also, +the xpath() method returns a unique path to a given node which can +be used as an identifier. diff --git a/devel/p5-Class-XPath/Makefile b/devel/p5-Class-XPath/Makefile new file mode 100644 index 00000000000..45d0f53dfe4 --- /dev/null +++ b/devel/p5-Class-XPath/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/06/20 22:23:00 schmonz Exp $ +# + +DISTNAME= Class-XPath-1.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} + +MAINTAINER= schmonz@NetBSD.org +COMMENT= Perl5 module for XPath-style matching in object trees + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/XPath/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Class-XPath/PLIST b/devel/p5-Class-XPath/PLIST new file mode 100644 index 00000000000..2d00c86210a --- /dev/null +++ b/devel/p5-Class-XPath/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 22:23:00 schmonz Exp $ diff --git a/devel/p5-Class-XPath/distinfo b/devel/p5-Class-XPath/distinfo new file mode 100644 index 00000000000..a836665a274 --- /dev/null +++ b/devel/p5-Class-XPath/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/06/20 22:23:00 schmonz Exp $ + +SHA1 (Class-XPath-1.4.tar.gz) = ac7d229c28305243df4aeacdfdc81bb6bf8867b7 +Size (Class-XPath-1.4.tar.gz) = 10802 bytes |