Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-CPAN-Meta: remove, part of perl since 2011
details: https://anonhg.NetBSD.org/pkgsrc/rev/81693a55a3ba
branches: trunk
changeset: 438003:81693a55a3ba
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 10:40:11 2020 +0000
description:
p5-CPAN-Meta: remove, part of perl since 2011
diffstat:
devel/Makefile | 3 +--
devel/p5-CPAN-Meta/DESCR | 9 ---------
devel/p5-CPAN-Meta/Makefile | 24 ------------------------
devel/p5-CPAN-Meta/distinfo | 6 ------
doc/CHANGES-2020 | 3 ++-
5 files changed, 3 insertions(+), 42 deletions(-)
diffs (82 lines):
diff -r 689ede453332 -r 81693a55a3ba devel/Makefile
--- a/devel/Makefile Fri Sep 04 10:39:25 2020 +0000
+++ b/devel/Makefile Fri Sep 04 10:40:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3190 2020/09/04 10:22:46 wiz Exp $
+# $NetBSD: Makefile,v 1.3191 2020/09/04 10:40:11 wiz Exp $
#
COMMENT= Development utilities
@@ -1140,7 +1140,6 @@
SUBDIR+= p5-CPAN-DistnameInfo
SUBDIR+= p5-CPAN-FindDependencies
SUBDIR+= p5-CPAN-Inject
-SUBDIR+= p5-CPAN-Meta
SUBDIR+= p5-CPAN-Meta-Check
SUBDIR+= p5-CPAN-Meta-Requirements
SUBDIR+= p5-CPAN-Meta-YAML
diff -r 689ede453332 -r 81693a55a3ba devel/p5-CPAN-Meta/DESCR
--- a/devel/p5-CPAN-Meta/DESCR Fri Sep 04 10:39:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-Software distributions released to the CPAN include a META.json
-or, for older distributions, META.yml, which describes the
-distribution, its contents, and the requirements for building and
-installing the distribution. The data structure stored in the
-META.json file is described in CPAN::Meta::Spec.
-
-CPAN::Meta provides a simple class to represent this distribution
-metadata (or distmeta), along with some helpful methods for
-interrogating that data.
diff -r 689ede453332 -r 81693a55a3ba devel/p5-CPAN-Meta/Makefile
--- a/devel/p5-CPAN-Meta/Makefile Fri Sep 04 10:39:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2020/08/31 18:07:32 wiz Exp $
-
-DISTNAME= CPAN-Meta-2.150010
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CPAN/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/release/CPAN-Meta
-COMMENT= Perl module for handling the distribution metadata for a CPAN dist
-LICENSE= ${PERL5_LICENSE}
-
-# this is the meta data backend which used YAML/JSON to read ...
-#DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-Requirements>=2.121}:../../devel/p5-CPAN-Meta-Requirements
-#DEPENDS+= {perl>=5.17.1,p5-CPAN-Meta-YAML>=0.008}:../../devel/p5-CPAN-Meta-YAML
-#DEPENDS+= {perl>=5.17.1,p5-Parse-CPAN-Meta>=1.4403}:../../devel/p5-Parse-CPAN-Meta
-#DEPENDS+= {perl>=5.14.0,p5-version>=0.88}:../../devel/p5-version
-DEPENDS+= p5-Scalar-List-Utils>=1.33:../../devel/p5-Scalar-List-Utils
-
-PERL5_PACKLIST= auto/CPAN/Meta/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 689ede453332 -r 81693a55a3ba devel/p5-CPAN-Meta/distinfo
--- a/devel/p5-CPAN-Meta/distinfo Fri Sep 04 10:39:25 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.15 2016/08/21 07:08:09 wiz Exp $
-
-SHA1 (CPAN-Meta-2.150010.tar.gz) = 5add114b389b55df2ce7497f236c5b6a3a008fe2
-RMD160 (CPAN-Meta-2.150010.tar.gz) = 6f85c17dba70983ed6d7e0179675e2e9ed0f6d01
-SHA512 (CPAN-Meta-2.150010.tar.gz) = b5513c411de33e10da6751460e373a67c6c0245a98409fc525383feb1f9b913e9fcd23e6cc2e0faa93eab3ecb932e3ea31788d46e490ef67151c8842a096d700
-Size (CPAN-Meta-2.150010.tar.gz) = 115459 bytes
diff -r 689ede453332 -r 81693a55a3ba doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Sep 04 10:39:25 2020 +0000
+++ b/doc/CHANGES-2020 Fri Sep 04 10:40:11 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4741 2020/09/04 10:38:22 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4742 2020/09/04 10:40:11 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7335,3 +7335,4 @@
Removed devel/p5-AutoLoader successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-CPAN successor lang/perl5 [wiz 2020-09-04]
Updated textproc/po4a to 0.57nb3 [wiz 2020-09-04]
+ Removed devel/p5-CPAN-Meta successor lang/perl5 [wiz 2020-09-04]
Home |
Main Index |
Thread Index |
Old Index