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:45:48 UTC 2018

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

Log Message:
devel: Import p5-Menlo-Legacy version 1.9022.

Menlo::Legacy is a package to install Menlo::CLI::Compat which is a
compatibility library that implements the classic version of cpanminus
internals and behavios. This is so that existing users of cpanm and API
clients such as Carton, Carmel and App::cpm) can rely on the stable
features and specific behaviors of cpanm.

This way Menlo can evolve and be refactored without the fear of breaking
any downstream clients, including cpanm itself.


To generate a diff of this commit:
cvs rdiff -u -r1.2713 -r1.2714 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Menlo-Legacy/DESCR \
    pkgsrc/devel/p5-Menlo-Legacy/Makefile \
    pkgsrc/devel/p5-Menlo-Legacy/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.2713 pkgsrc/devel/Makefile:1.2714
--- pkgsrc/devel/Makefile:1.2713        Thu Aug  9 11:36:36 2018
+++ pkgsrc/devel/Makefile       Thu Aug  9 11:45:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2713 2018/08/09 11:36:36 jperkin Exp $
+# $NetBSD: Makefile,v 1.2714 2018/08/09 11:45:48 jperkin Exp $
 #
 
 COMMENT=       Development utilities
@@ -1311,6 +1311,7 @@ SUBDIR+=  p5-Memoize
 SUBDIR+=       p5-Memoize-ExpireLRU
 SUBDIR+=       p5-Memoize-Memcached
 SUBDIR+=       p5-Menlo
+SUBDIR+=       p5-Menlo-Legacy
 SUBDIR+=       p5-MetaCPAN-API
 SUBDIR+=       p5-MetaCPAN-Client
 SUBDIR+=       p5-Method-Signatures

Added files:

Index: pkgsrc/devel/p5-Menlo-Legacy/DESCR
diff -u /dev/null pkgsrc/devel/p5-Menlo-Legacy/DESCR:1.1
--- /dev/null   Thu Aug  9 11:45:48 2018
+++ pkgsrc/devel/p5-Menlo-Legacy/DESCR  Thu Aug  9 11:45:48 2018
@@ -0,0 +1,8 @@
+Menlo::Legacy is a package to install Menlo::CLI::Compat which is a
+compatibility library that implements the classic version of cpanminus
+internals and behavios. This is so that existing users of cpanm and API
+clients such as Carton, Carmel and App::cpm) can rely on the stable
+features and specific behaviors of cpanm.
+
+This way Menlo can evolve and be refactored without the fear of breaking
+any downstream clients, including cpanm itself.
Index: pkgsrc/devel/p5-Menlo-Legacy/Makefile
diff -u /dev/null pkgsrc/devel/p5-Menlo-Legacy/Makefile:1.1
--- /dev/null   Thu Aug  9 11:45:48 2018
+++ pkgsrc/devel/p5-Menlo-Legacy/Makefile       Thu Aug  9 11:45:48 2018
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2018/08/09 11:45:48 jperkin Exp $
+
+DISTNAME=      Menlo-Legacy-1.9022
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Menlo/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Menlo-Legacy
+COMMENT=       Legacy internal and client support for Menlo
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Menlo-[0-9]*:../../devel/p5-Menlo
+
+PERL5_PACKLIST=        auto/Menlo/Legacy/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Menlo-Legacy/distinfo
diff -u /dev/null pkgsrc/devel/p5-Menlo-Legacy/distinfo:1.1
--- /dev/null   Thu Aug  9 11:45:48 2018
+++ pkgsrc/devel/p5-Menlo-Legacy/distinfo       Thu Aug  9 11:45:48 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/08/09 11:45:48 jperkin Exp $
+
+SHA1 (Menlo-Legacy-1.9022.tar.gz) = 56ed131ad4d69041e9e27f87264418d78c30d4cf
+RMD160 (Menlo-Legacy-1.9022.tar.gz) = a49f91672f5d28933231288fd7898d69eb2d410f
+SHA512 (Menlo-Legacy-1.9022.tar.gz) = 3e554b77449b540dfb3f48fb3d3980bac591cabcde051d2e1a66a865d8717be7fd87975cee3af1848209b52828597bc719434cddc16a4da8ec63edb153056b0b
+Size (Menlo-Legacy-1.9022.tar.gz) = 34493 bytes



Home | Main Index | Thread Index | Old Index