pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-CPAN-Inject Importing devel/p5-CPAN-Inject ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3543fd4658d3
branches:  trunk
changeset: 569466:3543fd4658d3
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jan 16 14:17:25 2010 +0000

description:
Importing devel/p5-CPAN-Inject version 0.11 as indirect dependency of
scheduled import of Padre.

It takes any arbitrary Perl distribution tarball (open source or otherwise)
and injects it into the local CPAN file cache, smoothing some metadata
files to make it look as if it came from CPAN.

It makes use the officially blessed "Reserved Local CPAN Author" id "LOCAL"
as the author the distributions are added under.

diffstat:

 devel/p5-CPAN-Inject/DESCR    |   6 ++++++
 devel/p5-CPAN-Inject/Makefile |  28 ++++++++++++++++++++++++++++
 devel/p5-CPAN-Inject/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r f16618f366d6 -r 3543fd4658d3 devel/p5-CPAN-Inject/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Inject/DESCR        Sat Jan 16 14:17:25 2010 +0000
@@ -0,0 +1,6 @@
+It takes any arbitrary Perl distribution tarball (open source or otherwise)
+and injects it into the local CPAN file cache, smoothing some metadata
+files to make it look as if it came from CPAN.
+
+It makes use the officially blessed "Reserved Local CPAN Author" id "LOCAL"
+as the author the distributions are added under.
diff -r f16618f366d6 -r 3543fd4658d3 devel/p5-CPAN-Inject/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Inject/Makefile     Sat Jan 16 14:17:25 2010 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:17:25 sno Exp $
+
+DISTNAME=      CPAN-Inject-0.11
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CPAN/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/CPAN-Inject/
+COMMENT=       Inject a distribution for installation via the CPAN shell
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES=         # empty
+
+DEPENDS+=      p5-CPAN-Checksums>=1.05:../../devel/p5-CPAN-Checksums
+DEPENDS+=      p5-File-chmod>=0.30:../../sysutils/p5-File-chmod
+DEPENDS+=      p5-Params-Util>=0.21:../../devel/p5-Params-Util
+
+BUILD_DEPENDS+=        p5-File-Remove>=0.38:../../sysutils/p5-File-Remove
+BUILD_DEPENDS+=        p5-Test-Script>=1.02:../../devel/p5-Test-Script
+
+PERL5_PACKLIST=                auto/CPAN/Inject/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f16618f366d6 -r 3543fd4658d3 devel/p5-CPAN-Inject/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-CPAN-Inject/distinfo     Sat Jan 16 14:17:25 2010 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/01/16 14:17:25 sno Exp $
+
+SHA1 (CPAN-Inject-0.11.tar.gz) = 41ff95c0c8dd1852645a8a3a063b039960a11141
+RMD160 (CPAN-Inject-0.11.tar.gz) = 8b88ebb9890353ea932db79589871aeff64652b5
+Size (CPAN-Inject-0.11.tar.gz) = 54564 bytes



Home | Main Index | Thread Index | Old Index