Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCII

characters.
This commit is contained in:
Lars Thegler 2005-04-20 12:10:41 +00:00
parent 23f2048aab
commit b036e51828
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133745
5 changed files with 38 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Text-ASCIITable-0.15.tar.gz) = 6f809fdd19d393a09ba2eee136bcc6ab
SIZE (Text-ASCIITable-0.15.tar.gz) = 17074

View File

@ -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

View File

@ -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