pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Aug  9 11:50:18 UTC 2018

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/p5-Carton: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2714 -r1.2715 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Carton/DESCR \
    pkgsrc/devel/p5-Carton/Makefile pkgsrc/devel/p5-Carton/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2714 pkgsrc/devel/Makefile:1.2715
--- pkgsrc/devel/Makefile:1.2714        Thu Aug  9 11:45:48 2018
+++ pkgsrc/devel/Makefile       Thu Aug  9 11:50:17 2018
@@ -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
 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

Added files:

Index: pkgsrc/devel/p5-Carton/DESCR
diff -u /dev/null pkgsrc/devel/p5-Carton/DESCR:1.1
--- /dev/null   Thu Aug  9 11:50:18 2018
+++ pkgsrc/devel/p5-Carton/DESCR        Thu Aug  9 11:50:17 2018
@@ -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.
Index: pkgsrc/devel/p5-Carton/Makefile
diff -u /dev/null pkgsrc/devel/p5-Carton/Makefile:1.1
--- /dev/null   Thu Aug  9 11:50:18 2018
+++ pkgsrc/devel/p5-Carton/Makefile     Thu Aug  9 11:50:17 2018
@@ -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"
Index: pkgsrc/devel/p5-Carton/distinfo
diff -u /dev/null pkgsrc/devel/p5-Carton/distinfo:1.1
--- /dev/null   Thu Aug  9 11:50:18 2018
+++ pkgsrc/devel/p5-Carton/distinfo     Thu Aug  9 11:50:17 2018
@@ -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