SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
ShowTable.pm is a Perl 5 module which defines subroutines to print
arrays of data in a nicely formatted listing, using one of four
possible formats: simple table, boxed table, list style, and
HTML-formatting (for World-Wide-Web output). See the documentation
on ShowTable.pm for details on the formatting.
The program "showtable" reads data in a variety of formats from a
file or STDIN, optimally columnizes the data, and then feeds the
array of data to the ShowTable module for display. Showtable can
parse its own output as input (except for HTML). Individual or
ranges of columns may be selected for display, either by name or
by index.
In other words, showtable is a data formatting program. Using the
'-html' option, showtable can accept ASCII tabular data and format
it appropriately for display through a Web-browser.

View file

@ -0,0 +1,6 @@
@conflict py3-astropy-*
bin/showtable
${P5SITE}/Data/
${P5SITE}/Data/ShowTable.pm
@man man/man1/showtable.1
@man man/man3p/Data::ShowTable.3p