pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Term-ANSIColor (devel/p5-Term-ANSIColor) Upda...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e2e7fe0c330f
branches: trunk
changeset: 427545:e2e7fe0c330f
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 18 01:33:53 2020 +0000
description:
(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:
devel/p5-Term-ANSIColor/Makefile | 5 ++---
devel/p5-Term-ANSIColor/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 599215108adf -r e2e7fe0c330f devel/p5-Term-ANSIColor/Makefile
--- a/devel/p5-Term-ANSIColor/Makefile Sat Apr 18 01:31:42 2020 +0000
+++ b/devel/p5-Term-ANSIColor/Makefile Sat Apr 18 01:33:53 2020 +0000
@@ -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 -r 599215108adf -r e2e7fe0c330f devel/p5-Term-ANSIColor/distinfo
--- a/devel/p5-Term-ANSIColor/distinfo Sat Apr 18 01:31:42 2020 +0000
+++ b/devel/p5-Term-ANSIColor/distinfo Sat Apr 18 01:33:53 2020 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index