svn commit: r499500 - in head/textproc: . p5-Text-ANSI-Util
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 21 00:19:22 UTC 2019
Author: sunpoet
Date: Sun Apr 21 00:19:20 2019
New Revision: 499500
URL: https://svnweb.freebsd.org/changeset/ports/499500
Log:
Add p5-Text-ANSI-Util 0.22
Text::ANSI::Util provides routines for dealing with text that contains ANSI
color codes, e.g. for determining its length/width (excluding the color codes),
stripping the color codes, extracting the color codes, and so on.
WWW: https://metacpan.org/release/Text-ANSI-Util
Added:
head/textproc/p5-Text-ANSI-Util/
head/textproc/p5-Text-ANSI-Util/Makefile (contents, props changed)
head/textproc/p5-Text-ANSI-Util/distinfo (contents, props changed)
head/textproc/p5-Text-ANSI-Util/pkg-descr (contents, props changed)
head/textproc/p5-Text-ANSI-Util/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Apr 21 00:18:05 2019 (r499499)
+++ head/textproc/Makefile Sun Apr 21 00:19:20 2019 (r499500)
@@ -862,6 +862,7 @@
SUBDIR += p5-Term-QRCode
SUBDIR += p5-Test-Groonga
SUBDIR += p5-Test-Perl-Critic
+ SUBDIR += p5-Text-ANSI-Util
SUBDIR += p5-Text-ASCIIMathML
SUBDIR += p5-Text-ASCIITable
SUBDIR += p5-Text-Affixes
Added: head/textproc/p5-Text-ANSI-Util/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-ANSI-Util/Makefile Sun Apr 21 00:19:20 2019 (r499500)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Text-ANSI-Util
+PORTVERSION= 0.22
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Routines for text containing ANSI color codes
+
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+TEST_DEPENDS= p5-Data-Dump>=0:devel/p5-Data-Dump
+
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Text-ANSI-Util/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-ANSI-Util/distinfo Sun Apr 21 00:19:20 2019 (r499500)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552168548
+SHA256 (Text-ANSI-Util-0.22.tar.gz) = c96a915621c5acefa4031c755b248a25bc173b9682a0a483b7b6f8cc8a1dca02
+SIZE (Text-ANSI-Util-0.22.tar.gz) = 28122
Added: head/textproc/p5-Text-ANSI-Util/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-ANSI-Util/pkg-descr Sun Apr 21 00:19:20 2019 (r499500)
@@ -0,0 +1,5 @@
+Text::ANSI::Util provides routines for dealing with text that contains ANSI
+color codes, e.g. for determining its length/width (excluding the color codes),
+stripping the color codes, extracting the color codes, and so on.
+
+WWW: https://metacpan.org/release/Text-ANSI-Util
Added: head/textproc/p5-Text-ANSI-Util/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-ANSI-Util/pkg-plist Sun Apr 21 00:19:20 2019 (r499500)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Text/ANSI/BaseUtil.pm
+%%SITE_PERL%%/Text/ANSI/Util.pm
+%%PERL5_MAN3%%/Text::ANSI::BaseUtil.3.gz
+%%PERL5_MAN3%%/Text::ANSI::Util.3.gz
More information about the svn-ports-head
mailing list