pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Parse-CPAN-Packages Initial import of p5-Pars...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58f6074e4c1b
branches: trunk
changeset: 576536:58f6074e4c1b
user: seb <seb%pkgsrc.org@localhost>
date: Mon Jun 14 04:32:45 2010 +0000
description:
Initial import of p5-Parse-CPAN-Packages version 2.31nb1 in the
NetBSD Packages Collection.
The Comprehensive Perl Archive Network (CPAN) is a very useful
collection of Perl code. It has several indices of the files that
it hosts, including a file named "02packages.details.txt.gz" in the
"modules" directory. This file contains lots of useful information
and the Perl 5 module Parse::CPAN::Packages provides a simple
interface to the data contained within.
diffstat:
devel/p5-Parse-CPAN-Packages/DESCR | 6 ++++++
devel/p5-Parse-CPAN-Packages/Makefile | 24 ++++++++++++++++++++++++
devel/p5-Parse-CPAN-Packages/distinfo | 5 +++++
3 files changed, 35 insertions(+), 0 deletions(-)
diffs (47 lines):
diff -r 6338954b2b54 -r 58f6074e4c1b devel/p5-Parse-CPAN-Packages/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-CPAN-Packages/DESCR Mon Jun 14 04:32:45 2010 +0000
@@ -0,0 +1,6 @@
+The Comprehensive Perl Archive Network (CPAN) is a very useful
+collection of Perl code. It has several indices of the files that
+it hosts, including a file named "02packages.details.txt.gz" in the
+"modules" directory. This file contains lots of useful information
+and the Perl 5 module Parse::CPAN::Packages provides a simple
+interface to the data contained within.
diff -r 6338954b2b54 -r 58f6074e4c1b devel/p5-Parse-CPAN-Packages/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-CPAN-Packages/Makefile Mon Jun 14 04:32:45 2010 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/14 04:32:45 seb Exp $
+#
+
+DISTNAME= Parse-CPAN-Packages-2.31
+PKGNAME= p5-${DISTNAME}
+#PKGREVISION= 1
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parse/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Parse-CPAN-Packages/
+COMMENT= Perl 5 module to parse 02packages.details.txt.gz
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Parse/CPAN/Packages/.packlist
+
+DEPENDS+= p5-CPAN-DistnameInfo-[0-9]*:../../devel/p5-CPAN-DistnameInfo
+DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6338954b2b54 -r 58f6074e4c1b devel/p5-Parse-CPAN-Packages/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Parse-CPAN-Packages/distinfo Mon Jun 14 04:32:45 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/14 04:32:45 seb Exp $
+
+SHA1 (Parse-CPAN-Packages-2.31.tar.gz) = dccddfbf610634b75086a374f159d5472452d59b
+RMD160 (Parse-CPAN-Packages-2.31.tar.gz) = d80ab3af3ea990479b4937ac8e683c42a3af74db
+Size (Parse-CPAN-Packages-2.31.tar.gz) = 8593 bytes
Home |
Main Index |
Thread Index |
Old Index