Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-Getopt-Long: remove, part of perl since forever
details: https://anonhg.NetBSD.org/pkgsrc/rev/691030780f9e
branches: trunk
changeset: 438035:691030780f9e
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 11:37:33 2020 +0000
description:
p5-Getopt-Long: remove, part of perl since forever
diffstat:
devel/Makefile | 3 +--
devel/p5-Getopt-Long/DESCR | 7 -------
devel/p5-Getopt-Long/Makefile | 22 ----------------------
devel/p5-Getopt-Long/distinfo | 7 -------
devel/p5-Getopt-Long/patches/patch-Makefile.PL | 16 ----------------
doc/CHANGES-2020 | 3 ++-
6 files changed, 3 insertions(+), 55 deletions(-)
diffs (99 lines):
diff -r 9c0b14e705e4 -r 691030780f9e devel/Makefile
--- a/devel/Makefile Fri Sep 04 11:36:49 2020 +0000
+++ b/devel/Makefile Fri Sep 04 11:37:33 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3203 2020/09/04 11:33:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3204 2020/09/04 11:37:33 wiz Exp $
#
COMMENT= Development utilities
@@ -1427,7 +1427,6 @@
SUBDIR+= p5-Future
SUBDIR+= p5-Getopt-ArgvFile
SUBDIR+= p5-Getopt-Euclid
-SUBDIR+= p5-Getopt-Long
SUBDIR+= p5-Getopt-Long-Descriptive
SUBDIR+= p5-Getopt-Mixed
SUBDIR+= p5-Getopt-Simple
diff -r 9c0b14e705e4 -r 691030780f9e devel/p5-Getopt-Long/DESCR
--- a/devel/p5-Getopt-Long/DESCR Fri Sep 04 11:36:49 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-The Getopt::Long module implements an extended getopt function
-called GetOptions(). This function adheres to the POSIX syntax for
-command line options, with GNU extensions. In general, this means
-that options have long names instead of single letters, and are
-introduced with a double dash "--". Support for bundling of command
-line options, as was the case with the more traditional single-letter
-approach, is provided but not enabled by default.
diff -r 9c0b14e705e4 -r 691030780f9e devel/p5-Getopt-Long/Makefile
--- a/devel/p5-Getopt-Long/Makefile Fri Sep 04 11:36:49 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.35 2020/08/31 18:08:06 wiz Exp $
-
-DISTNAME= Getopt-Long-2.51
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/release/Getopt-Long
-COMMENT= Extended processing of command line options
-LICENSE= ${PERL5_LICENSE}
-
-DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
-
-REPLACE_PERL+= lib/Getopt/Long.pm
-
-USE_LANGUAGES= # empty
-PERL5_PACKLIST= auto/Getopt/Long/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 9c0b14e705e4 -r 691030780f9e devel/p5-Getopt-Long/distinfo
--- a/devel/p5-Getopt-Long/distinfo Fri Sep 04 11:36:49 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.17 2019/10/19 12:52:40 mef Exp $
-
-SHA1 (Getopt-Long-2.51.tar.gz) = c82316e543a3968ebc05635c6d6180bb9b1be382
-RMD160 (Getopt-Long-2.51.tar.gz) = d11c0ac795731d5b0fd06836e7648c32a038224e
-SHA512 (Getopt-Long-2.51.tar.gz) = e70b2c30f5f85d7bf387381782a22b55f76598e1b4e19102fbf463c4333e91090ad2da49965be6211821d4f7f109aa7e4153348a9142f38fdb1a39299c997c02
-Size (Getopt-Long-2.51.tar.gz) = 43623 bytes
-SHA1 (patch-Makefile.PL) = 6be5f0773432d6a28c5f1b43afdcf6fed0fd0b54
diff -r 9c0b14e705e4 -r 691030780f9e devel/p5-Getopt-Long/patches/patch-Makefile.PL
--- a/devel/p5-Getopt-Long/patches/patch-Makefile.PL Fri Sep 04 11:36:49 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2016/05/06 12:41:59 mef Exp $
-
-newgetopt.pl does exist in p5-Perl4-CoreLibs. To co-exist
-with that,
-
---- Makefile.PL.orig 2013-07-08 15:14:42.000000000 +0900
-+++ Makefile.PL 2016-04-25 22:02:20.000000000 +0900
-@@ -89,7 +89,7 @@ WriteMakefile(
- ),
-
- INSTALLDIRS => ($] < 5.011 ? 'perl' : 'site'),
-- PM => { "lib/newgetopt.pl" => '$(INST_LIB)/newgetopt.pl',
-+ PM => {
- "lib/Getopt/Long.pm" => '$(INST_LIB)/Getopt/Long.pm',
- },
- dist => { COMPRESS => 'gzip', SUFFIX => 'gz',
diff -r 9c0b14e705e4 -r 691030780f9e doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Sep 04 11:36:49 2020 +0000
+++ b/doc/CHANGES-2020 Fri Sep 04 11:37:33 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4760 2020/09/04 11:33:17 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4761 2020/09/04 11:37:33 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7354,3 +7354,4 @@
Removed devel/p5-ExtUtils-ParseXS successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-File-Path successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-File-Temp successor lang/perl5 [wiz 2020-09-04]
+ Removed devel/p5-Getopt-Long successor lang/perl5 [wiz 2020-09-04]
Home |
Main Index |
Thread Index |
Old Index