Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-Parse-CPAN-Meta: remove, part of perl since 2009



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff30897d0735
branches:  trunk
changeset: 438059:ff30897d0735
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 12:25:04 2020 +0000

description:
p5-Parse-CPAN-Meta: remove, part of perl since 2009

diffstat:

 devel/Makefile                    |   3 +--
 devel/p5-Parse-CPAN-Meta/DESCR    |  12 ------------
 devel/p5-Parse-CPAN-Meta/Makefile |  20 --------------------
 devel/p5-Parse-CPAN-Meta/distinfo |   6 ------
 doc/CHANGES-2020                  |   3 ++-
 5 files changed, 3 insertions(+), 41 deletions(-)

diffs (81 lines):

diff -r 7e36c0077306 -r ff30897d0735 devel/Makefile
--- a/devel/Makefile    Fri Sep 04 12:22:53 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 12:25:04 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3211 2020/09/04 12:19:47 wiz Exp $
+# $NetBSD: Makefile,v 1.3212 2020/09/04 12:25:04 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1709,7 +1709,6 @@
 SUBDIR+=       p5-Params-Util
 SUBDIR+=       p5-Params-Validate
 SUBDIR+=       p5-Params-ValidationCompiler
-SUBDIR+=       p5-Parse-CPAN-Meta
 SUBDIR+=       p5-Parse-CPAN-Packages
 SUBDIR+=       p5-Parse-ErrorString-Perl
 SUBDIR+=       p5-Parse-ExuberantCTags
diff -r 7e36c0077306 -r ff30897d0735 devel/p5-Parse-CPAN-Meta/DESCR
--- a/devel/p5-Parse-CPAN-Meta/DESCR    Fri Sep 04 12:22:53 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-Parse::CPAN::Meta is a parser for META.yml files, based on the parser half
-of YAML::Tiny.
-
-It supports a basic subset of the full YAML specification, enough to implement
-parsing of typical META.yml files, and other similarly simple YAML files.
-
-If you need something with more power, move up to a full YAML parser such as
-YAML, YAML::Syck or YAML::LibYAML.
-
-Parse::CPAN::Meta provides a very simply API of only two functions, based on
-the YAML functions of the same name. Wherever possible, identical calling
-semantics are used.
diff -r 7e36c0077306 -r ff30897d0735 devel/p5-Parse-CPAN-Meta/Makefile
--- a/devel/p5-Parse-CPAN-Meta/Makefile Fri Sep 04 12:22:53 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2020/08/31 18:08:39 wiz Exp $
-
-DISTNAME=      Parse-CPAN-Meta-1.4422
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Parse/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/Parse-CPAN-Meta
-COMMENT=       Perl5 module to parse META.yml and other similar CPAN metadata files
-LICENSE=       ${PERL5_LICENSE}
-
-#DEPENDS+=     {perl>=5.21.5,p5-JSON-PP>=2.27300}:../../converters/p5-JSON-PP
-
-USE_LANGUAGES=         # empty
-PERL5_PACKLIST=                auto/Parse/CPAN/Meta/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 7e36c0077306 -r ff30897d0735 devel/p5-Parse-CPAN-Meta/distinfo
--- a/devel/p5-Parse-CPAN-Meta/distinfo Fri Sep 04 12:22:53 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.13 2016/07/24 06:31:07 wen Exp $
-
-SHA1 (Parse-CPAN-Meta-1.4422.tar.gz) = 3f96ecfbeab892d6c309aa5d7510d3df190f50b3
-RMD160 (Parse-CPAN-Meta-1.4422.tar.gz) = 9bd76e59c6b94edad6545480695edaec48ce0f03
-SHA512 (Parse-CPAN-Meta-1.4422.tar.gz) = a6ed06735e88dab53b77760fa770827c575739e2f40bca9676cfc33cf8b690ae9d1d815201ffabe627284555215493398e4158813039308a878c531036700fb5
-Size (Parse-CPAN-Meta-1.4422.tar.gz) = 27513 bytes
diff -r 7e36c0077306 -r ff30897d0735 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 12:22:53 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 12:25:04 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4775 2020/09/04 12:19:47 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4776 2020/09/04 12:25:04 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7369,3 +7369,4 @@
        Removed devel/p5-Module-CoreList successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-Module-Load successor lang/perl5 [wiz 2020-09-04]
        Removed devel/p5-NEXT successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-Parse-CPAN-Meta successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index