pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-XPath Initial import of p5-Class-XPath.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/619ef428f399
branches:  trunk
changeset: 476813:619ef428f399
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Jun 20 22:23:00 2004 +0000

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

 devel/p5-Class-XPath/DESCR    |   5 +++++
 devel/p5-Class-XPath/Makefile |  18 ++++++++++++++++++
 devel/p5-Class-XPath/PLIST    |   1 +
 devel/p5-Class-XPath/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 55b38f82d34c -r 619ef428f399 devel/p5-Class-XPath/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XPath/DESCR        Sun Jun 20 22:23:00 2004 +0000
@@ -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 -r 55b38f82d34c -r 619ef428f399 devel/p5-Class-XPath/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XPath/Makefile     Sun Jun 20 22:23:00 2004 +0000
@@ -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@localhost
+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 -r 55b38f82d34c -r 619ef428f399 devel/p5-Class-XPath/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XPath/PLIST        Sun Jun 20 22:23:00 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/06/20 22:23:00 schmonz Exp $
diff -r 55b38f82d34c -r 619ef428f399 devel/p5-Class-XPath/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XPath/distinfo     Sun Jun 20 22:23:00 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index