pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-App-cpanminus Initial import of p5-App-cpanmi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6743064bc48
branches:  trunk
changeset: 574266:c6743064bc48
user:      seb <seb%pkgsrc.org@localhost>
date:      Tue Apr 13 01:32:37 2010 +0000

description:
Initial import of p5-App-cpanminus version 0.9934 in the NetBSD
Packages Collection.

cpanminus is a script to get, unpack, build and install modules
from CPAN.

Why? It's dependency free, requires zero configuration, and stands
alone -- but it's maintainable and extensible with plugins and
friendly to shell scripting. When running, it requires only 10MB
of RAM.

diffstat:

 devel/p5-App-cpanminus/.swp     |  Bin 
 devel/p5-App-cpanminus/DESCR    |    7 +++++++
 devel/p5-App-cpanminus/Makefile |   22 ++++++++++++++++++++++
 devel/p5-App-cpanminus/distinfo |    5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 1e63a69f0ed6 -r c6743064bc48 devel/p5-App-cpanminus/.swp
Binary file devel/p5-App-cpanminus/.swp has changed
diff -r 1e63a69f0ed6 -r c6743064bc48 devel/p5-App-cpanminus/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-cpanminus/DESCR      Tue Apr 13 01:32:37 2010 +0000
@@ -0,0 +1,7 @@
+cpanminus is a script to get, unpack, build and install modules
+from CPAN.
+
+Why? It's dependency free, requires zero configuration, and stands
+alone -- but it's maintainable and extensible with plugins and
+friendly to shell scripting. When running, it requires only 10MB
+of RAM.
diff -r 1e63a69f0ed6 -r c6743064bc48 devel/p5-App-cpanminus/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-cpanminus/Makefile   Tue Apr 13 01:32:37 2010 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/04/13 01:32:37 seb Exp $
+#
+
+DISTNAME=              App-cpanminus-0.9934
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=App/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/App-cpanminus/
+COMMENT=               Perl5 script to get, unpack, build and install modules from CPAN
+LICENSE=               ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                auto/App/cpanminus/.packlist
+
+DEPENDS+=              p5-Module-Build>=0.36000:../../devel/p5-Module-Build
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1e63a69f0ed6 -r c6743064bc48 devel/p5-App-cpanminus/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-App-cpanminus/distinfo   Tue Apr 13 01:32:37 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/04/13 01:32:37 seb Exp $
+
+SHA1 (App-cpanminus-0.9934.tar.gz) = 66aff7fc16fc95a3ce12d1a0c1f10dc30302053c
+RMD160 (App-cpanminus-0.9934.tar.gz) = 3f8b081a2e86363a2e7fd2b8efbf959d8fb5241c
+Size (App-cpanminus-0.9934.tar.gz) = 54681 bytes



Home | Main Index | Thread Index | Old Index