pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-CPAN-FindDependencies Initial import of p5-CP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc85046c9fb6
branches:  trunk
changeset: 576562:dc85046c9fb6
user:      seb <seb%pkgsrc.org@localhost>
date:      Mon Jun 14 20:31:51 2010 +0000

description:
Initial import of p5-CPAN-FindDependencies version 2.34 in the
NetBSD Packages Collection.

The Perl 5 module CPAN::FindDependencies uses the CPAN packages
index to map modules to distributions and vice versa, and then
fetches distributions' META.yml or Makefile.PL files from
http://search.cpan.org/ to determine pre-requisites.

diffstat:

 devel/p5-CPAN-FindDependencies/DESCR    |   4 ++++
 devel/p5-CPAN-FindDependencies/Makefile |  29 +++++++++++++++++++++++++++++
 devel/p5-CPAN-FindDependencies/distinfo |   5 +++++
 3 files changed, 38 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 8254ba8b5a50 -r dc85046c9fb6 devel/p5-CPAN-FindDependencies/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-FindDependencies/DESCR      Mon Jun 14 20:31:51 2010 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module CPAN::FindDependencies uses the CPAN packages
+index to map modules to distributions and vice versa, and then
+fetches distributions' META.yml or Makefile.PL files from
+http://search.cpan.org/ to determine pre-requisites.
diff -r 8254ba8b5a50 -r dc85046c9fb6 devel/p5-CPAN-FindDependencies/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-FindDependencies/Makefile   Mon Jun 14 20:31:51 2010 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/14 20:31:51 seb Exp $
+#
+
+DISTNAME=      CPAN-FindDependencies-2.34
+PKGNAME=       p5-${DISTNAME}
+#PKGREVISION=  1
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/CPAN-FindDependencies/
+COMMENT=       Perl 5 module to find dependencies for modules on the CPAN
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/CPAN/FindDependencies/.packlist
+
+DEPENDS+=      p5-Capture-Tiny>=0.05:../../devel/p5-Capture-Tiny
+DEPENDS+=      p5-Devel-CheckOS>=1.52:../../devel/p5-Devel-CheckOS
+DEPENDS+=      p5-File-Temp>=0.19:../../devel/p5-File-Temp
+DEPENDS+=      p5-libwww>=1.41:../../www/p5-libwww
+DEPENDS+=      p5-Parse-CPAN-Packages>=2.31:../../devel/p5-Parse-CPAN-Packages
+DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI # really URI::file>=4.13
+DEPENDS+=      p5-YAML-Tiny>=1.36:../../textproc/p5-YAML-Tiny
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 8254ba8b5a50 -r dc85046c9fb6 devel/p5-CPAN-FindDependencies/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-FindDependencies/distinfo   Mon Jun 14 20:31:51 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/14 20:31:51 seb Exp $
+
+SHA1 (CPAN-FindDependencies-2.34.tar.gz) = ce9081b6e22c04b8c9666554a4b01c4c0a1b4ff0
+RMD160 (CPAN-FindDependencies-2.34.tar.gz) = 055fb3d29d4995095ffe9001359990046bc18c6b
+Size (CPAN-FindDependencies-2.34.tar.gz) = 26783 bytes



Home | Main Index | Thread Index | Old Index