diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-13 17:46:55 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-09-13 17:46:55 +0000 |
commit | 06bddcbbd1d8b2ef2546917dc4f2c9aa362d2800 (patch) | |
tree | 577c8524c82cb5e20e2569aa736a4fdaebd19ee8 /devel/p5-Data-ShowTable | |
parent | 88bf7e5ce6b8028bfe1a0860e9ce952ade9e8951 (diff) | |
download | ports-06bddcbbd1d8b2ef2546917dc4f2c9aa362d2800.tar.gz ports-06bddcbbd1d8b2ef2546917dc4f2c9aa362d2800.zip |
Notes
Diffstat (limited to 'devel/p5-Data-ShowTable')
-rw-r--r-- | devel/p5-Data-ShowTable/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg-descr | 15 | ||||
-rw-r--r-- | devel/p5-Data-ShowTable/pkg-plist | 5 |
5 files changed, 48 insertions, 0 deletions
diff --git a/devel/p5-Data-ShowTable/Makefile b/devel/p5-Data-ShowTable/Makefile new file mode 100644 index 000000000000..653c5ddaef55 --- /dev/null +++ b/devel/p5-Data-ShowTable/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Data-ShowTable +# Version required: 3.3 +# Date created: September 10th 1997 +# Whom: James FitzGibbon <jfitz@FreeBSD.org> +# +# $Id$ +# + +DISTNAME= Data-ShowTable-3.3 +PKGNAME= p5-Data-ShowTable-3.3 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Data + +MAINTAINER= jfitz@FreeBSD.ORG + +USE_PERL5= YES + +MAN1= showtable.1 +MAN3= Data::ShowTable.3 +MAN3PREFIX= ${PREFIX}/lib/perl5 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include <bsd.port.mk> diff --git a/devel/p5-Data-ShowTable/distinfo b/devel/p5-Data-ShowTable/distinfo new file mode 100644 index 000000000000..2f064be17c79 --- /dev/null +++ b/devel/p5-Data-ShowTable/distinfo @@ -0,0 +1 @@ +MD5 (Data-ShowTable-3.3.tar.gz) = e8a3060790803bdf9f0fcb73bb4e71c4 diff --git a/devel/p5-Data-ShowTable/pkg-comment b/devel/p5-Data-ShowTable/pkg-comment new file mode 100644 index 000000000000..e3b9b893c52c --- /dev/null +++ b/devel/p5-Data-ShowTable/pkg-comment @@ -0,0 +1 @@ +perl5 module to pretty-print arrays of data diff --git a/devel/p5-Data-ShowTable/pkg-descr b/devel/p5-Data-ShowTable/pkg-descr new file mode 100644 index 000000000000..d2f092a38798 --- /dev/null +++ b/devel/p5-Data-ShowTable/pkg-descr @@ -0,0 +1,15 @@ +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 tablular data and format it appropriately +for display through a Web-browser. diff --git a/devel/p5-Data-ShowTable/pkg-plist b/devel/p5-Data-ShowTable/pkg-plist new file mode 100644 index 000000000000..b3352b1d3535 --- /dev/null +++ b/devel/p5-Data-ShowTable/pkg-plist @@ -0,0 +1,5 @@ +bin/showtable +lib/perl5/man/man3/Data::ShowTable.3.gz +lib/perl5/site_perl/Data/ShowTable.pm +man/man1/showtable.1.gz +lib/perl5/site_perl/i386-freebsd/auto/Data/ShowTable/.packlist |