summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-04-18 01:33:53 +0000
committermef <mef@pkgsrc.org>2020-04-18 01:33:53 +0000
commit1e4a4e614e815ff228d8cee694dafe5b7114fdf9 (patch)
tree9b4391953a18e59dd29115d2869bed4bf829cf84 /devel
parent8b38b6ebdff07945480b533c9032d65aa23cda55 (diff)
downloadpkgsrc-1e4a4e614e815ff228d8cee694dafe5b7114fdf9.tar.gz
(devel/p5-Term-ANSIColor) Updated 4.06 to 5.01
Term::ANSIColor 5.01 (2020-01-17) Add support for NO_COLOR <https://no-color.org/> to suppress all formatting sequences. Thanks, Andrea Telatin. Document that aliases are expanded during alias definition, and thus an alias defined in terms of another alias will not change if the other alias is redefined. Fix SYNOPSIS example of uncolor. The function returns a list, not a reference to a list. Thanks, Joe Smith. (#131414) Term::ANSIColor 5.00 (2020-01-05) Drop support for Perl 5.6. The minimum supported version is now Perl 5.8. Perl 5.6 isn't supported by Travis-CI and is only spottily tested, so true support is dubious. Add suport for true color (24-bit color) via new rNNNgNNNbNNN and on_rNNNgNNNbNNN attributes. These are only supported via the function interface, not in the constant interface. Based on work by Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯. (#130083) Allow color aliases to map to multiple attributes instead of only one attribute. Based on work by Yanick Champoux. Aliases may now be defined in terms of other aliases. Document bad interactions between colored output to standard output and standard error when standard output is line-buffered in a couple of places in the manual and suggest setting autoflush() or EACHLINE as a fix. (#121974) Document how to support CLICOLOR <https://bixense.com/clicolors/> in programs using Term::ANSIColor. (Due to backward compatibility and non-output uses, there's no easy way to support CLICOLOR in the module automatically.) Update to rra-c-util 8.1: * Update perlcritic configuration. * Add SPDX-License-Identifier headers to all significant files.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Term-ANSIColor/Makefile5
-rw-r--r--devel/p5-Term-ANSIColor/distinfo10
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Term-ANSIColor/Makefile b/devel/p5-Term-ANSIColor/Makefile
index 7cd2cf153f1..6d34ba43ff0 100644
--- a/devel/p5-Term-ANSIColor/Makefile
+++ b/devel/p5-Term-ANSIColor/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2019/08/11 13:20:24 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2020/04/18 01:33:53 mef Exp $
-DISTNAME= Term-ANSIColor-4.06
+DISTNAME= Term-ANSIColor-5.01
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Term/}
diff --git a/devel/p5-Term-ANSIColor/distinfo b/devel/p5-Term-ANSIColor/distinfo
index b0a6514eac1..b3007d5b686 100644
--- a/devel/p5-Term-ANSIColor/distinfo
+++ b/devel/p5-Term-ANSIColor/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2016/10/30 05:10:10 mef Exp $
+$NetBSD: distinfo,v 1.11 2020/04/18 01:33:53 mef Exp $
-SHA1 (Term-ANSIColor-4.06.tar.gz) = cbe21ae64ebe13cc56d39c0b6ecf3c21171fe5a9
-RMD160 (Term-ANSIColor-4.06.tar.gz) = 7ace026f4dcfc48395bd611bb8ba2008f43dacfc
-SHA512 (Term-ANSIColor-4.06.tar.gz) = 1aeb282ff2cb0117efefcc91023b6c3f031f5f93569330d681dc7d042931126e58d9bec28603bed5b2ec2067ed2af606a37b7e3a7d50f32ee5a99267198c5ad7
-Size (Term-ANSIColor-4.06.tar.gz) = 51882 bytes
+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