import p5-Convert-Color-XTerm 0.06

OK benoit@

Comment:
indexed colors used by XTerm

Description:
This subclass of Convert::Color::RGB8 provides lookup of the colors
that xterm uses by default. Note that the module is not intelligent
enough to actually parse the XTerm configuration on a machine, nor to
query a running terminal for its actual colors. It simply implements
the colors that are present as defaults in the XTerm source code.
This commit is contained in:
bluhm 2022-11-13 02:39:09 +00:00
parent f32cc71799
commit 73cebd1b58
4 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,22 @@
COMMENT = indexed colors used by XTerm
DISTNAME = Convert-Color-XTerm-0.06
CATEGORIES = converters
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = converters/p5-Convert-Color>=0.06
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
MODCPAN_EXAMPLES = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Convert-Color-XTerm-0.06.tar.gz) = rhtWOIWUu8zvbP/nCAB/i8zNRWnjGiwzdFIWpjUjeRY=
SIZE (Convert-Color-XTerm-0.06.tar.gz) = 13289

View File

@ -0,0 +1,5 @@
This subclass of Convert::Color::RGB8 provides lookup of the colors
that xterm uses by default. Note that the module is not intelligent
enough to actually parse the XTerm configuration on a machine, nor to
query a running terminal for its actual colors. It simply implements
the colors that are present as defaults in the XTerm source code.

View File

@ -0,0 +1,4 @@
${P5SITE}/Convert/Color/XTerm.pm
@man man/man3p/Convert::Color::XTerm.3p
share/examples/p5-Convert-Color-XTerm/
share/examples/p5-Convert-Color-XTerm/html-sample.pl