Perl module to determine attributes of ANSI-colored string.

WWW: https://metacpan.org/release/Parse-ANSIColor-Tiny
This commit is contained in:
Alexey Dokuchaev 2020-07-09 11:36:36 +00:00
parent a834274fb2
commit 6ac3df6a6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541744
5 changed files with 33 additions and 0 deletions

View File

@ -628,6 +628,7 @@
SUBDIR += p5-PPIx-QuoteLike
SUBDIR += p5-PPIx-Regexp
SUBDIR += p5-PPIx-Utilities
SUBDIR += p5-Parse-ANSIColor-Tiny
SUBDIR += p5-Parse-BooleanLogic
SUBDIR += p5-Parse-CSV
SUBDIR += p5-Parse-FixedLength

View File

@ -0,0 +1,20 @@
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= Parse-ANSIColor-Tiny
PORTVERSION= 0.601
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Determine attributes of ANSI-colored string
TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \
p5-Test-Requires>=0:devel/p5-Test-Requires
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1504709101
SHA256 (Parse-ANSIColor-Tiny-0.601.tar.gz) = f90d0bb745690be7fef0574c6e8a9f0bed0fc9b57ac9482033c5e74005b8c357
SIZE (Parse-ANSIColor-Tiny-0.601.tar.gz) = 35148

View File

@ -0,0 +1,7 @@
Parse a string colored with ANSI escape sequences into a structure suitable
for reformatting (into HTML, for example).
The output of terminal commands can be marked up with colors and formatting
that in some instances you'd like to preserve.
WWW: https://metacpan.org/release/Parse-ANSIColor-Tiny

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Parse/ANSIColor/Tiny.pm
%%PERL5_MAN3%%/Parse::ANSIColor::Tiny.3.gz