diff options
author | Lars Thegler <lth@FreeBSD.org> | 2005-04-20 12:10:41 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2005-04-20 12:10:41 +0000 |
commit | b036e51828ff6bfa2caedfd3d661717e492ed794 (patch) | |
tree | 8846930e93bee38d3129c117dfb9a1c15fad8c70 /textproc/p5-Text-ASCIITable | |
parent | 23f2048aab7b4708a4a1b5af864b2959ba778976 (diff) | |
download | ports-b036e51828ff6bfa2caedfd3d661717e492ed794.tar.gz ports-b036e51828ff6bfa2caedfd3d661717e492ed794.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-ASCIITable')
-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 |
4 files changed, 37 insertions, 0 deletions
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 |