import p5-String-Tagged-Terminal 0.05

OK benoit@

Comment:
format terminal output using String::Tagged

Description:
This subclass of String::Tagged provides a method, build_terminal, for
outputting the formatting tags embedded in the string as terminal
escape sequences, to render the the output in the appropriate style.
This commit is contained in:
bluhm 2022-11-13 17:31:20 +00:00
parent 03881fcf87
commit 2c8c772c29
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,26 @@
COMMENT = format terminal output using String::Tagged
DISTNAME = String-Tagged-Terminal-0.05
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = converters/p5-Convert-Color \
converters/p5-Convert-Color-XTerm \
devel/p5-String-Tagged
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
MODCPAN_EXAMPLES = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (String-Tagged-Terminal-0.05.tar.gz) = tB4IZomHLODeMvcvGFhXXW5eLUuoe6IliGiEiPLAt1g=
SIZE (String-Tagged-Terminal-0.05.tar.gz) = 17902

View File

@ -0,0 +1,3 @@
This subclass of String::Tagged provides a method, build_terminal, for
outputting the formatting tags embedded in the string as terminal
escape sequences, to render the the output in the appropriate style.

View File

@ -0,0 +1,7 @@
${P5SITE}/String/Tagged/Terminal/
${P5SITE}/String/Tagged/Terminal.pm
${P5SITE}/String/Tagged/Terminal/Win32Console.pm
@man man/man3p/String::Tagged::Terminal.3p
@man man/man3p/String::Tagged::Terminal::Win32Console.3p
share/examples/p5-String-Tagged-Terminal/
share/examples/p5-String-Tagged-Terminal/ex.pl