pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Term-ANSIColor
Module Name: pkgsrc
Committed By: mef
Date: Sat Apr 18 01:33:53 UTC 2020
Modified Files:
pkgsrc/devel/p5-Term-ANSIColor: Makefile distinfo
Log Message:
(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.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Term-ANSIColor/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/p5-Term-ANSIColor/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Term-ANSIColor/Makefile
diff -u pkgsrc/devel/p5-Term-ANSIColor/Makefile:1.24 pkgsrc/devel/p5-Term-ANSIColor/Makefile:1.25
--- pkgsrc/devel/p5-Term-ANSIColor/Makefile:1.24 Sun Aug 11 13:20:24 2019
+++ pkgsrc/devel/p5-Term-ANSIColor/Makefile Sat Apr 18 01:33:53 2020
@@ -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/}
Index: pkgsrc/devel/p5-Term-ANSIColor/distinfo
diff -u pkgsrc/devel/p5-Term-ANSIColor/distinfo:1.10 pkgsrc/devel/p5-Term-ANSIColor/distinfo:1.11
--- pkgsrc/devel/p5-Term-ANSIColor/distinfo:1.10 Sun Oct 30 05:10:10 2016
+++ pkgsrc/devel/p5-Term-ANSIColor/distinfo Sat Apr 18 01:33:53 2020
@@ -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