Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc p5-Term-ANSIColor: remove, part of perl since 2000



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d7c4f63578e
branches:  trunk
changeset: 438070:4d7c4f63578e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 04 13:30:51 2020 +0000

description:
p5-Term-ANSIColor: remove, part of perl since 2000

diffstat:

 devel/Makefile                   |   3 +--
 devel/p5-Term-ANSIColor/DESCR    |  15 ---------------
 devel/p5-Term-ANSIColor/Makefile |  17 -----------------
 devel/p5-Term-ANSIColor/distinfo |   6 ------
 doc/CHANGES-2020                 |   3 ++-
 5 files changed, 3 insertions(+), 41 deletions(-)

diffs (81 lines):

diff -r e5a21c8343cb -r 4d7c4f63578e devel/Makefile
--- a/devel/Makefile    Fri Sep 04 13:29:52 2020 +0000
+++ b/devel/Makefile    Fri Sep 04 13:30:51 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3213 2020/09/04 13:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.3214 2020/09/04 13:30:51 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -1845,7 +1845,6 @@
 SUBDIR+=       p5-Template-Plugin-ListMoreUtils
 SUBDIR+=       p5-Template-Plugin-ListUtil
 SUBDIR+=       p5-Template-Plugin-VMethods
-SUBDIR+=       p5-Term-ANSIColor
 SUBDIR+=       p5-Term-Animation
 SUBDIR+=       p5-Term-Cap
 SUBDIR+=       p5-Term-Encoding
diff -r e5a21c8343cb -r 4d7c4f63578e devel/p5-Term-ANSIColor/DESCR
--- a/devel/p5-Term-ANSIColor/DESCR     Fri Sep 04 13:29:52 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-This module has two interfaces, one through color() and colored()
-and the other through constants. It also offers the utility function
-uncolor(), which has to be explicitly imported to be used (see
-"SYNOPSIS").
-
-color() takes any number of strings as arguments and considers them
-to be space-separated lists of attributes. It then forms and returns
-the escape sequence to set those attributes. It doesn't print it
-out, just returns it, so you'll have to print it yourself if you
-want to (this is so that you can save it as a string, pass it to
-something else, send it to a file handle, or do anything else with
-it that you might care to).
-
-uncolor() performs the opposite translation, turning escape sequences
-into a list of strings.
diff -r e5a21c8343cb -r 4d7c4f63578e devel/p5-Term-ANSIColor/Makefile
--- a/devel/p5-Term-ANSIColor/Makefile  Fri Sep 04 13:29:52 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-# $NetBSD: Makefile,v 1.26 2020/08/31 18:08:55 wiz Exp $
-
-DISTNAME=      Term-ANSIColor-5.01
-PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Term/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://metacpan.org/release/Term-ANSIColor
-COMMENT=       Perl termcap interface
-LICENSE=       ${PERL5_LICENSE}
-
-PERL5_PACKLIST=        auto/Term/ANSIColor/.packlist
-
-.include "../../lang/perl5/module.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r e5a21c8343cb -r 4d7c4f63578e devel/p5-Term-ANSIColor/distinfo
--- a/devel/p5-Term-ANSIColor/distinfo  Fri Sep 04 13:29:52 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.11 2020/04/18 01:33:53 mef Exp $
-
-SHA1 (Term-ANSIColor-5.01.tar.gz) = d76da2b01c70e4372ddd7810a15e170ecc693e25
-RMD160 (Term-ANSIColor-5.01.tar.gz) = 8d5a82b67fae717b384ae0eefdb6dc0e6130427d
-SHA512 (Term-ANSIColor-5.01.tar.gz) = 30602fb1553b7af77032e5cf34daf7b7256e9ca6dab914fcd5dfb3dca082c952f692c24b2cfaf0157190286b725bbef91156ee93bdc9946ee078ee4035a1f7d9
-Size (Term-ANSIColor-5.01.tar.gz) = 57411 bytes
diff -r e5a21c8343cb -r 4d7c4f63578e doc/CHANGES-2020
--- a/doc/CHANGES-2020  Fri Sep 04 13:29:52 2020 +0000
+++ b/doc/CHANGES-2020  Fri Sep 04 13:30:51 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4781 2020/09/04 13:25:32 wiz Exp $
+$NetBSD: CHANGES-2020,v 1.4782 2020/09/04 13:30:51 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -7375,3 +7375,4 @@
        Updated audio/din to 48 [fox 2020-09-04]
        Removed devel/p5-Pod-Usage successor lang/perl5 [wiz 2020-09-04]
        Removed sysutils/p5-Sys-Syslog successor lang/perl5 [wiz 2020-09-04]
+       Removed devel/p5-Term-ANSIColor successor lang/perl5 [wiz 2020-09-04]



Home | Main Index | Thread Index | Old Index