Port details |
- p5-Text-ANSITable Create nice formatted tables using extended ASCII and ANSI colors
- 0.609 textproc =2 0.609Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2019-04-21 00:26:28
- Last Update: 2023-07-31 16:39:55
- Commit Hash: 301eeee
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Text-ANSITable
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Text-ANSITable>0:textproc/p5-Text-ANSITable
- To install the port:
- cd /usr/ports/textproc/p5-Text-ANSITable/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-Text-ANSITable
- pkg install p5-Text-ANSITable
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Text-ANSITable
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1689398813
SHA256 (Text-ANSITable-0.609.tar.gz) = db9e931eb4aea24eb3288e8a851fb67e1d7dbdfbf10997095044d54abd310fdc
SIZE (Text-ANSITable-0.609.tar.gz) = 71468
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-File-ShareDir-Install>=0.06 : devel/p5-File-ShareDir-Install
- p5-BorderStyles-Standard>=0 : devel/p5-BorderStyles-Standard
- p5-Color-RGB-Util>=0.600 : devel/p5-Color-RGB-Util
- p5-ColorThemeBase-Static>=0.006 : devel/p5-ColorThemeBase-Static
- p5-ColorThemeUtil-ANSI>=0 : devel/p5-ColorThemeUtil-ANSI
- p5-ColorThemes-Standard>=0 : devel/p5-ColorThemes-Standard
- p5-Function-Fallback-CoreOrPP>=0 : devel/p5-Function-Fallback-CoreOrPP
- p5-JSON-MaybeXS>=0 : converters/p5-JSON-MaybeXS
- p5-Log-ger>=0.038 : devel/p5-Log-ger
- p5-Module-List>=0 : devel/p5-Module-List
- p5-Module-Load-Util>=0.009 : devel/p5-Module-Load-Util
- p5-Moo>=0 : devel/p5-Moo
- p5-Package-MoreUtil>=0.590 : devel/p5-Package-MoreUtil
- p5-Parse-VarName>=0 : devel/p5-Parse-VarName
- p5-Term-App-Roles>=0.031 : devel/p5-Term-App-Roles
- p5-Text-ANSI-Util>=0.22 : textproc/p5-Text-ANSI-Util
- p5-alias-module>=0 : devel/p5-alias-module
- p5-namespace-clean>=0 : devel/p5-namespace-clean
- perl5>=5.34<5.35 : lang/perl5.34
- perl5>=5.34<5.35 : lang/perl5.34
- Test dependencies:
-
- p5-Test-Exception>=0 : devel/p5-Test-Exception
- p5-Test-Needs>=0 : devel/p5-Test-Needs
- Runtime dependencies:
-
- p5-BorderStyles-Standard>=0 : devel/p5-BorderStyles-Standard
- p5-Color-RGB-Util>=0.600 : devel/p5-Color-RGB-Util
- p5-ColorThemeBase-Static>=0.006 : devel/p5-ColorThemeBase-Static
- p5-ColorThemeUtil-ANSI>=0 : devel/p5-ColorThemeUtil-ANSI
- p5-ColorThemes-Standard>=0 : devel/p5-ColorThemes-Standard
- p5-Function-Fallback-CoreOrPP>=0 : devel/p5-Function-Fallback-CoreOrPP
- p5-JSON-MaybeXS>=0 : converters/p5-JSON-MaybeXS
- p5-Log-ger>=0.038 : devel/p5-Log-ger
- p5-Module-List>=0 : devel/p5-Module-List
- p5-Module-Load-Util>=0.009 : devel/p5-Module-Load-Util
- p5-Moo>=0 : devel/p5-Moo
- p5-Package-MoreUtil>=0.590 : devel/p5-Package-MoreUtil
- p5-Parse-VarName>=0 : devel/p5-Parse-VarName
- p5-Term-App-Roles>=0.031 : devel/p5-Term-App-Roles
- p5-Text-ANSI-Util>=0.22 : textproc/p5-Text-ANSI-Util
- p5-alias-module>=0 : devel/p5-alias-module
- p5-namespace-clean>=0 : devel/p5-namespace-clean
- perl5>=5.34<5.35 : lang/perl5.34
- This port is required by:
- for Build
-
- net/p5-Net-Connection-ncnetstat
- sysutils/p5-Proc-ProcessTable-ncps
- textproc/p5-Text-Table-Any
- for Run
-
- net/p5-Net-Connection-ncnetstat
- sysutils/p5-Proc-ProcessTable-ncps
- textproc/p5-Text-Table-Any
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-Text-ANSITable
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.609 31 Jul 2023 16:39:55 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Text-ANSITable: Update to 0.609
Changes: https://metacpan.org/dist/Text-ANSITable/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.608 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.608 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.608 28 Feb 2022 23:47:12 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Text-ANSITable: Update to 0.608
Changes: https://metacpan.org/dist/Text-ANSITable/changes |
0.607 23 Jan 2022 18:18:40 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Text-ANSITable: Update to 0.607
Changes: https://metacpan.org/dist/Text-ANSITable/changes |
0.606 21 Sep 2021 03:44:11 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Text-ANSITable: Update to 0.606
Changes: https://metacpan.org/dist/Text-ANSITable/changes |
0.603 19 Sep 2021 05:59:55 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-Text-ANSITable: Update to 0.603
Changes: https://metacpan.org/dist/Text-ANSITable/changes |
0.602 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.602 07 Mar 2021 22:16:32 |
sunpoet |
Update to 0.602
Changes: https://metacpan.org/changes/distribution/Text-ANSITable |
0.601 05 Oct 2020 17:24:25 |
sunpoet |
Update to 0.601
Changes: https://metacpan.org/changes/distribution/Text-ANSITable |
0.600 14 Sep 2020 17:46:24 |
sunpoet |
Update to 0.600
Changes: https://metacpan.org/changes/distribution/Text-ANSITable |
0.501 21 Apr 2019 00:26:09 |
sunpoet |
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 |