1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/textproc/p5-Text-ANSITable/pkg-plist
Sunpoet Po-Chuan Hsieh b6a2fd887a Add p5-Text-ANSITable
Text::ANSITable is yet another text table formatter module like Text::ASCIITable
or Text::SimpleTable, with the following differences:
- Colors and color themes: ANSI color codes will be used by default (even 256
  and 24bit colors), but will degrade to lower color depth and black/white
  according to terminal support.
- Box-drawing characters: Box-drawing characters will be used by default, but
  will degrade to using normal ASCII characters if terminal does not support them.
- Unicode and wide character support: Border styles using Unicode characters
  (double lines, bold/heavy lines, brick style, etc). Columns containing wide
  characters stay aligned. (Note: support for wide characters requires
  Text::ANSI::WideUtil which is currently set as an optional prereq, so you'll
  need to install it explicitly or set your CPAN client to install 'recommends'
  prereq).

Compared to Text::ASCIITable, it uses lower_case method/attr names instead of
CamelCase, and it uses arrayref for columns and add_row. When specifying border
styles, the order of characters are slightly different. More fine-grained
options to customize appearance.

WWW: https://metacpan.org/release/Text-ANSITable
2019-04-21 00:26:09 +00:00

15 lines
626 B
Plaintext

bin/ansitable-list-border-styles
bin/ansitable-list-color-themes
bin/ansitable-list-style-sets
%%SITE_PERL%%/Text/ANSITable.pm
%%SITE_PERL%%/Text/ANSITable/BorderStyle/Default.pm
%%SITE_PERL%%/Text/ANSITable/ColorTheme/Default.pm
%%SITE_PERL%%/Text/ANSITable/StyleSet/AltRow.pm
%%PERL5_MAN1%%/ansitable-list-border-styles.1.gz
%%PERL5_MAN1%%/ansitable-list-color-themes.1.gz
%%PERL5_MAN1%%/ansitable-list-style-sets.1.gz
%%PERL5_MAN3%%/Text::ANSITable.3.gz
%%PERL5_MAN3%%/Text::ANSITable::BorderStyle::Default.3.gz
%%PERL5_MAN3%%/Text::ANSITable::ColorTheme::Default.3.gz
%%PERL5_MAN3%%/Text::ANSITable::StyleSet::AltRow.3.gz