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: add version 5.01
details: https://anonhg.NetBSD.org/pkgsrc/rev/22ae3b647f1c
branches: trunk
changeset: 380225:22ae3b647f1c
user: markd <markd%pkgsrc.org@localhost>
date: Tue May 31 21:03:08 2022 +0000
description:
p5-Term-ANSIColor: add version 5.01
This module has two interfaces, one through color() and colored() and the
other through constants. It also offers the utility functions uncolor(),
colorstrip(), colorvalid(), and coloralias(), which have to be explicitly
imported to be used.
diffstat:
devel/Makefile | 3 ++-
devel/p5-Term-ANSIColor/DESCR | 4 ++++
devel/p5-Term-ANSIColor/Makefile | 16 ++++++++++++++++
devel/p5-Term-ANSIColor/distinfo | 5 +++++
4 files changed, 27 insertions(+), 1 deletions(-)
diffs (54 lines):
diff -r b0d2c7254df4 -r 22ae3b647f1c devel/Makefile
--- a/devel/Makefile Tue May 31 20:56:34 2022 +0000
+++ b/devel/Makefile Tue May 31 21:03:08 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3743 2022/05/31 20:49:09 markd Exp $
+# $NetBSD: Makefile,v 1.3744 2022/05/31 21:03:08 markd Exp $
#
COMMENT= Development utilities
@@ -2000,6 +2000,7 @@
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-Encoding
SUBDIR+= p5-Term-ProgressBar
diff -r b0d2c7254df4 -r 22ae3b647f1c devel/p5-Term-ANSIColor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ANSIColor/DESCR Tue May 31 21:03:08 2022 +0000
@@ -0,0 +1,4 @@
+This module has two interfaces, one through color() and colored() and the
+other through constants. It also offers the utility functions uncolor(),
+colorstrip(), colorvalid(), and coloralias(), which have to be explicitly
+imported to be used.
diff -r b0d2c7254df4 -r 22ae3b647f1c devel/p5-Term-ANSIColor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ANSIColor/Makefile Tue May 31 21:03:08 2022 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.28 2022/05/31 21:03:08 markd Exp $
+
+DISTNAME= Term-ANSIColor-5.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RR/RRA/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://metacpan.org/release/Term-ANSIColor
+COMMENT= Color screen output using ANSI escape sequences
+LICENSE= ${PERL5_LICENSE}
+
+PERL5_PACKLIST= auto/Term/ANSIColor/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b0d2c7254df4 -r 22ae3b647f1c devel/p5-Term-ANSIColor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ANSIColor/distinfo Tue May 31 21:03:08 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.13 2022/05/31 21:03:08 markd Exp $
+
+BLAKE2s (Term-ANSIColor-5.01.tar.gz) = 2d29e1c2bad44059455dbe50d7cf7fc0204c0839cd4ec99854befa00ab4c2ff1
+SHA512 (Term-ANSIColor-5.01.tar.gz) = 30602fb1553b7af77032e5cf34daf7b7256e9ca6dab914fcd5dfb3dca082c952f692c24b2cfaf0157190286b725bbef91156ee93bdc9946ee078ee4035a1f7d9
+Size (Term-ANSIColor-5.01.tar.gz) = 57411 bytes
Home |
Main Index |
Thread Index |
Old Index