pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-XML-Rabbit Initial import of p5-XML-Rabbit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ef7295886eb
branches: trunk
changeset: 576570:1ef7295886eb
user: seb <seb%pkgsrc.org@localhost>
date: Mon Jun 14 21:58:37 2010 +0000
description:
Initial import of p5-XML-Rabbit version 0.0.1 in the NetBSD Packages
Collection.
The Perl 5 module XML::Rabbit is a simple Moose-based base class
you can use to make simple XPath-based XML extractors. Each attribute
in your class is linked to an XPath query that is executed on your
XML document when you request the value.
diffstat:
textproc/p5-XML-Rabbit/DESCR | 4 ++++
textproc/p5-XML-Rabbit/Makefile | 26 ++++++++++++++++++++++++++
textproc/p5-XML-Rabbit/distinfo | 5 +++++
3 files changed, 35 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 723ed2b8100d -r 1ef7295886eb textproc/p5-XML-Rabbit/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Rabbit/DESCR Mon Jun 14 21:58:37 2010 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module XML::Rabbit is a simple Moose-based base class
+you can use to make simple XPath-based XML extractors. Each attribute
+in your class is linked to an XPath query that is executed on your
+XML document when you request the value.
diff -r 723ed2b8100d -r 1ef7295886eb textproc/p5-XML-Rabbit/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Rabbit/Makefile Mon Jun 14 21:58:37 2010 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/14 21:58:37 seb Exp $
+
+DISTNAME= XML-Rabbit-0.0.1
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/XML-Rabbit/
+COMMENT= Perl 5 module to consume XML with Moose and xpath queries
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/XML/Rabbit/.packlist
+
+DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
+DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
+DEPENDS+= p5-Perl6-Junction-[0-9]*:../../devel/p5-Perl6-Junction
+DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 723ed2b8100d -r 1ef7295886eb textproc/p5-XML-Rabbit/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-XML-Rabbit/distinfo Mon Jun 14 21:58:37 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/14 21:58:37 seb Exp $
+
+SHA1 (XML-Rabbit-0.0.1.tar.gz) = 88233e4cd5bd253fffe568e06e6d64089bf8ed46
+RMD160 (XML-Rabbit-0.0.1.tar.gz) = e6ebdd4852c51ca63d265d2aef12c98c08b586da
+Size (XML-Rabbit-0.0.1.tar.gz) = 41024 bytes
Home |
Main Index |
Thread Index |
Old Index