Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc p5-Term-ReadLine: remove, part of perl since 1998
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b81c613b691
branches: trunk
changeset: 438074:2b81c613b691
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Sep 04 13:36:47 2020 +0000
description:
p5-Term-ReadLine: remove, part of perl since 1998
diffstat:
devel/Makefile | 3 +-
devel/p5-Term-ReadLine/DESCR | 9 --------
devel/p5-Term-ReadLine/Makefile | 26 ------------------------
devel/p5-Term-ReadLine/distinfo | 7 ------
devel/p5-Term-ReadLine/patches/patch-Makefile.PL | 15 -------------
doc/CHANGES-2020 | 3 +-
6 files changed, 3 insertions(+), 60 deletions(-)
diffs (104 lines):
diff -r 3f916d496bf6 -r 2b81c613b691 devel/Makefile
--- a/devel/Makefile Fri Sep 04 13:35:41 2020 +0000
+++ b/devel/Makefile Fri Sep 04 13:36:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3215 2020/09/04 13:32:40 wiz Exp $
+# $NetBSD: Makefile,v 1.3216 2020/09/04 13:36:47 wiz Exp $
#
COMMENT= Development utilities
@@ -1852,7 +1852,6 @@
SUBDIR+= p5-Term-ProgressBar-Simple
SUBDIR+= p5-Term-Prompt
SUBDIR+= p5-Term-ReadKey
-SUBDIR+= p5-Term-ReadLine
SUBDIR+= p5-Term-ReadLine-Perl
SUBDIR+= p5-Term-ReadLine-TTYtter
SUBDIR+= p5-Term-ReadPassword
diff -r 3f916d496bf6 -r 2b81c613b691 devel/p5-Term-ReadLine/DESCR
--- a/devel/p5-Term-ReadLine/DESCR Fri Sep 04 13:35:41 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-Term::ReadLine::Gnu (TRG) is an implementation of the interface to
-the GNU Readline Library. This module gives you input line editing
-facility, input history management facility, word completion
-facility, etc. It uses the real GNU Readline Library and has the
-interface with the almost all variables and functions which are
-documented in the GNU Readline/History Library. So you can program
-your custom editing function, your custom completion function, and
-so on with Perl. TRG may be useful for prototyping before programming
-with C.
diff -r 3f916d496bf6 -r 2b81c613b691 devel/p5-Term-ReadLine/Makefile
--- a/devel/p5-Term-ReadLine/Makefile Fri Sep 04 13:35:41 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.54 2020/08/31 18:08:56 wiz Exp $
-
-DISTNAME= Term-ReadLine-Gnu-1.36
-PKGNAME= p5-${DISTNAME:S/-Gnu//}
-PKGREVISION= 2
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://metacpan.org/release/Term-ReadLine-Gnu
-COMMENT= Interface to the GNU Readline Library
-LICENSE= ${PERL5_LICENSE} # see README
-
-PERL5_PACKLIST= auto/Term/ReadLine/Gnu/.packlist
-
-MAKE_PARAMS+= --prefix=${BUILDLINK_PREFIX.readline}
-
-WRKSRC= ${WRKDIR}/${DISTNAME:C/a$//}
-
-BROKEN_READLINE_DETECTION= yes
-
-REPLACE_PERL+= Gnu/XS.pm
-
-.include "../../devel/readline/buildlink3.mk"
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3f916d496bf6 -r 2b81c613b691 devel/p5-Term-ReadLine/distinfo
--- a/devel/p5-Term-ReadLine/distinfo Fri Sep 04 13:35:41 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.22 2019/08/29 19:45:07 schmonz Exp $
-
-SHA1 (Term-ReadLine-Gnu-1.36.tar.gz) = 1c79b6b2f9b1256313b5bf262682e42ecf9d13ea
-RMD160 (Term-ReadLine-Gnu-1.36.tar.gz) = 4f7b090100a108e22f763931f334ff6911640c98
-SHA512 (Term-ReadLine-Gnu-1.36.tar.gz) = be576c45808744b9e6ae703ba170fc19f8cc4a63e6c8d74486159ff44c6763815bded11c7a414a491553e82041da2e4c5f197785e91a461118b4efa7fde240e9
-Size (Term-ReadLine-Gnu-1.36.tar.gz) = 128336 bytes
-SHA1 (patch-Makefile.PL) = 77076432207d0143f9707098ec975d8972de68c5
diff -r 3f916d496bf6 -r 2b81c613b691 devel/p5-Term-ReadLine/patches/patch-Makefile.PL
--- a/devel/p5-Term-ReadLine/patches/patch-Makefile.PL Fri Sep 04 13:35:41 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.1 2019/08/29 19:45:07 schmonz Exp $
-
-Don't try to detect TERMCAP_LIB. Fixes at least Ubuntu builds.
-
---- Makefile.PL.orig 2017-11-25 13:50:24.000000000 +0000
-+++ Makefile.PL
-@@ -87,7 +87,7 @@ if ($Config{osname} eq 'os2') {
- || &search_lib('-lncurses')
- || &search_lib('-lcurses');
-
-- unless ($TERMCAP_LIB) {
-+ unless (1 || $TERMCAP_LIB) {
- warn "Could not find neither libtermcap, libtinfo, libncurses, or libcurses.\n";
- exit $err;
- }
diff -r 3f916d496bf6 -r 2b81c613b691 doc/CHANGES-2020
--- a/doc/CHANGES-2020 Fri Sep 04 13:35:41 2020 +0000
+++ b/doc/CHANGES-2020 Fri Sep 04 13:36:47 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4783 2020/09/04 13:32:40 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4784 2020/09/04 13:36:47 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@@ -7377,3 +7377,4 @@
Removed sysutils/p5-Sys-Syslog successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-Term-ANSIColor successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-Term-Cap successor lang/perl5 [wiz 2020-09-04]
+ Removed devel/p5-Term-ReadLine successor lang/perl5 [wiz 2020-09-04]
Home |
Main Index |
Thread Index |
Old Index