mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Perl module to determine attributes of ANSI-colored string.
WWW: https://metacpan.org/release/Parse-ANSIColor-Tiny
This commit is contained in:
parent
a834274fb2
commit
6ac3df6a6a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541744
@ -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
|
||||
|
20
textproc/p5-Parse-ANSIColor-Tiny/Makefile
Normal file
20
textproc/p5-Parse-ANSIColor-Tiny/Makefile
Normal 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>
|
3
textproc/p5-Parse-ANSIColor-Tiny/distinfo
Normal file
3
textproc/p5-Parse-ANSIColor-Tiny/distinfo
Normal 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
|
7
textproc/p5-Parse-ANSIColor-Tiny/pkg-descr
Normal file
7
textproc/p5-Parse-ANSIColor-Tiny/pkg-descr
Normal 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
|
2
textproc/p5-Parse-ANSIColor-Tiny/pkg-plist
Normal file
2
textproc/p5-Parse-ANSIColor-Tiny/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Parse/ANSIColor/Tiny.pm
|
||||
%%PERL5_MAN3%%/Parse::ANSIColor::Tiny.3.gz
|
Loading…
Reference in New Issue
Block a user