pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-XML Initial import of p5-Class-XML vers...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0633b1674447
branches: trunk
changeset: 531623:0633b1674447
user: seb <seb%pkgsrc.org@localhost>
date: Fri Aug 03 06:57:01 2007 +0000
description:
Initial import of p5-Class-XML version 0.06 into The NetBSD
Packages Collection.
The Perl 5 module Class::XML is designed to make it reasonably easy
to create, consume or modify XML from Perl while thinking in terms
of Perl objects rather than the available XML APIs.
diffstat:
devel/p5-Class-XML/DESCR | 3 +++
devel/p5-Class-XML/Makefile | 23 +++++++++++++++++++++++
devel/p5-Class-XML/PLIST | 1 +
devel/p5-Class-XML/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 2bfe4efc014f -r 0633b1674447 devel/p5-Class-XML/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XML/DESCR Fri Aug 03 06:57:01 2007 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Class::XML is designed to make it reasonably easy
+to create, consume or modify XML from Perl while thinking in terms
+of Perl objects rather than the available XML APIs.
diff -r 2bfe4efc014f -r 0633b1674447 devel/p5-Class-XML/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XML/Makefile Fri Aug 03 06:57:01 2007 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $
+#
+
+DISTNAME= Class-XML-0.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Class-XML/
+COMMENT= Perl 5 module providing a simple XML abstraction
+
+USE_LANGUAGES= # empty
+PERL5_MODULE_TYPE= Module::Build
+
+DEPENDS+= p5-Class-Accessor>=0.19:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
+DEPENDS+= p5-XML-XPath>=1.13:../../textproc/p5-XML-XPath
+
+PERL5_PACKLIST= auto/Class/XML/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2bfe4efc014f -r 0633b1674447 devel/p5-Class-XML/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XML/PLIST Fri Aug 03 06:57:01 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $
diff -r 2bfe4efc014f -r 0633b1674447 devel/p5-Class-XML/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-XML/distinfo Fri Aug 03 06:57:01 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/08/03 06:57:01 seb Exp $
+
+SHA1 (Class-XML-0.06.tar.gz) = 4ea4dbaf75b03aed2bd7883765c092e7a15b4dc3
+RMD160 (Class-XML-0.06.tar.gz) = 16033a890cc5de36c4f6c6a13e947e5e7e3c7ebd
+Size (Class-XML-0.06.tar.gz) = 18284 bytes
Home |
Main Index |
Thread Index |
Old Index