From b036e51828ff6bfa2caedfd3d661717e492ed794 Mon Sep 17 00:00:00 2001 From: Lars Thegler Date: Wed, 20 Apr 2005 12:10:41 +0000 Subject: Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCII characters. --- textproc/p5-Text-ASCIITable/Makefile | 23 +++++++++++++++++++++++ textproc/p5-Text-ASCIITable/distinfo | 2 ++ textproc/p5-Text-ASCIITable/pkg-descr | 5 +++++ textproc/p5-Text-ASCIITable/pkg-plist | 7 +++++++ 4 files changed, 37 insertions(+) create mode 100644 textproc/p5-Text-ASCIITable/Makefile create mode 100644 textproc/p5-Text-ASCIITable/distinfo create mode 100644 textproc/p5-Text-ASCIITable/pkg-descr create mode 100644 textproc/p5-Text-ASCIITable/pkg-plist (limited to 'textproc/p5-Text-ASCIITable') 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 +# +# $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 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 -- cgit v1.2.3