pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel devel: Import p5-Carton version 1.0.34.
details: https://anonhg.NetBSD.org/pkgsrc/rev/34b092ee2fc8
branches: trunk
changeset: 311369:34b092ee2fc8
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 09 11:50:17 2018 +0000
description:
devel: Import p5-Carton version 1.0.34.
carton is a command line tool to track the Perl module dependencies for
your Perl application. Dependencies are declared using cpanfile format,
and the managed dependencies are tracked in a cpanfile.snapshot file,
which is meant to be version controlled, and the snapshot file allows
other developers of your application will have the exact same versions
of the modules.
diffstat:
devel/Makefile | 3 ++-
devel/p5-Carton/DESCR | 6 ++++++
devel/p5-Carton/Makefile | 19 +++++++++++++++++++
devel/p5-Carton/distinfo | 6 ++++++
4 files changed, 33 insertions(+), 1 deletions(-)
diffs (60 lines):
diff -r d32ed6194162 -r 34b092ee2fc8 devel/Makefile
--- a/devel/Makefile Thu Aug 09 11:46:03 2018 +0000
+++ b/devel/Makefile Thu Aug 09 11:50:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2714 2018/08/09 11:45:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.2715 2018/08/09 11:50:17 jperkin Exp $
#
COMMENT= Development utilities
@@ -925,6 +925,7 @@
SUBDIR+= p5-Carp-Assert-More
SUBDIR+= p5-Carp-Clan
SUBDIR+= p5-Carp-REPL
+SUBDIR+= p5-Carton
SUBDIR+= p5-Check-ISA
SUBDIR+= p5-Class-Accessor
SUBDIR+= p5-Class-Accessor-Chained
diff -r d32ed6194162 -r 34b092ee2fc8 devel/p5-Carton/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Carton/DESCR Thu Aug 09 11:50:17 2018 +0000
@@ -0,0 +1,6 @@
+carton is a command line tool to track the Perl module dependencies for
+your Perl application. Dependencies are declared using cpanfile format,
+and the managed dependencies are tracked in a cpanfile.snapshot file,
+which is meant to be version controlled, and the snapshot file allows
+other developers of your application will have the exact same versions
+of the modules.
diff -r d32ed6194162 -r 34b092ee2fc8 devel/p5-Carton/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Carton/Makefile Thu Aug 09 11:50:17 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/08/09 11:50:17 jperkin Exp $
+
+DISTNAME= Carton-v1.0.34
+PKGNAME= p5-${DISTNAME:S/-v/-/}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MI/MIYAGAWA/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/carton
+COMMENT= Perl module dependency manager (aka Bundler for Perl)
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Menlo-Legacy-[0-9]*:../../devel/p5-Menlo-Legacy
+DEPENDS+= p5-Path-Tiny-[0-9]*:../../filesystems/p5-Path-Tiny
+
+PERL5_PACKLIST= auto/Carton/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d32ed6194162 -r 34b092ee2fc8 devel/p5-Carton/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Carton/distinfo Thu Aug 09 11:50:17 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/09 11:50:17 jperkin Exp $
+
+SHA1 (Carton-v1.0.34.tar.gz) = 5bae7d3e36757c2dfd1729145baaa6eb2faa7737
+RMD160 (Carton-v1.0.34.tar.gz) = 12c084cc0f0e0f1cec982ba9d9190fcdcf717f9e
+SHA512 (Carton-v1.0.34.tar.gz) = 6c34dd95f749a8fd91843a63c87b802f1bb967511e3737a58fa2d80360f36cb62db1d66f740921ec3d4d6c624872bd7aa9c146e5eccdb8ac58f6d0a300ddba9e
+Size (Carton-v1.0.34.tar.gz) = 85808 bytes
Home |
Main Index |
Thread Index |
Old Index