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-Menlo-Legacy version 1.9022.
details: https://anonhg.NetBSD.org/pkgsrc/rev/10abbfeff435
branches: trunk
changeset: 311367:10abbfeff435
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Aug 09 11:45:48 2018 +0000
description:
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.
diffstat:
devel/Makefile | 3 ++-
devel/p5-Menlo-Legacy/DESCR | 8 ++++++++
devel/p5-Menlo-Legacy/Makefile | 18 ++++++++++++++++++
devel/p5-Menlo-Legacy/distinfo | 6 ++++++
4 files changed, 34 insertions(+), 1 deletions(-)
diffs (61 lines):
diff -r ec83d648646f -r 10abbfeff435 devel/Makefile
--- a/devel/Makefile Thu Aug 09 11:36:47 2018 +0000
+++ b/devel/Makefile Thu Aug 09 11:45:48 2018 +0000
@@ -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-ExpireLRU
SUBDIR+= p5-Memoize-Memcached
SUBDIR+= p5-Menlo
+SUBDIR+= p5-Menlo-Legacy
SUBDIR+= p5-MetaCPAN-API
SUBDIR+= p5-MetaCPAN-Client
SUBDIR+= p5-Method-Signatures
diff -r ec83d648646f -r 10abbfeff435 devel/p5-Menlo-Legacy/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Menlo-Legacy/DESCR Thu Aug 09 11:45:48 2018 +0000
@@ -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.
diff -r ec83d648646f -r 10abbfeff435 devel/p5-Menlo-Legacy/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Menlo-Legacy/Makefile Thu Aug 09 11:45:48 2018 +0000
@@ -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"
diff -r ec83d648646f -r 10abbfeff435 devel/p5-Menlo-Legacy/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Menlo-Legacy/distinfo Thu Aug 09 11:45:48 2018 +0000
@@ -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