diff options
author | lth <lth@FreeBSD.org> | 2005-04-20 20:10:41 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2005-04-20 20:10:41 +0800 |
commit | ede9c67d99d7590533bb7aed45733bbe6d808129 (patch) | |
tree | bc10ba5a433e403f14ac74134db1467bd0bc55e5 | |
parent | 373b2a45cc51ff22f7160fda9b0a5d29ff128512 (diff) | |
download | freebsd-ports-gnome-ede9c67d99d7590533bb7aed45733bbe6d808129.tar.gz freebsd-ports-gnome-ede9c67d99d7590533bb7aed45733bbe6d808129.tar.zst freebsd-ports-gnome-ede9c67d99d7590533bb7aed45733bbe6d808129.zip |
Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCII
characters.
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-Text-ASCIITable/pkg-plist | 7 |
5 files changed, 38 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 836209f1c614..b8658b712d01 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -357,6 +357,7 @@ SUBDIR += p5-String-Strip SUBDIR += p5-TeX-Hyphen SUBDIR += p5-Template-Magic + SUBDIR += p5-Text-ASCIITable SUBDIR += p5-Text-Affixes SUBDIR += p5-Text-Aligner SUBDIR += p5-Text-Aspell diff --git a/textproc/p5-Text-ASCIITable/Makefile b/textproc/p5-Text-ASCIITable/Makefile new file mode 100644 index 000000000000..bee0aca72dc7 --- /dev/null +++ b/textproc/p5-Text-ASCIITable/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-ASCIITable +# Date created: 20 April 2005 +# Whom: Lars Thegler <lth@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-ASCIITable +PORTVERSION= 0.15 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= lth@FreeBSD.org +COMMENT= Create a nice formatted table using ASCII characters + +PERL_CONFIGURE= yes + +MAN3= Text::ASCIITable.3 \ + Text::ASCIITable::Wrap.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-ASCIITable/distinfo b/textproc/p5-Text-ASCIITable/distinfo new file mode 100644 index 000000000000..20f0d9919575 --- /dev/null +++ b/textproc/p5-Text-ASCIITable/distinfo @@ -0,0 +1,2 @@ +MD5 (Text-ASCIITable-0.15.tar.gz) = 6f809fdd19d393a09ba2eee136bcc6ab +SIZE (Text-ASCIITable-0.15.tar.gz) = 17074 diff --git a/textproc/p5-Text-ASCIITable/pkg-descr b/textproc/p5-Text-ASCIITable/pkg-descr new file mode 100644 index 000000000000..0ac16fca2b22 --- /dev/null +++ b/textproc/p5-Text-ASCIITable/pkg-descr @@ -0,0 +1,5 @@ +Pretty nifty if you want to output dynamic text to your console or +other fixed-size-font displays, and at the same time it will display +it in a nice human-readable, or "cool" way. + +WWW: http://search.cpan.org/dist/Text-ASCIITable diff --git a/textproc/p5-Text-ASCIITable/pkg-plist b/textproc/p5-Text-ASCIITable/pkg-plist new file mode 100644 index 000000000000..8dc79042837e --- /dev/null +++ b/textproc/p5-Text-ASCIITable/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Text/ASCIITable.pm +%%SITE_PERL%%/Text/ASCIITable/Wrap.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIITable/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/ASCIITable +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@dirrm %%SITE_PERL%%/Text/ASCIITable +@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true |