aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Thegler <lth@FreeBSD.org>2005-04-20 12:10:41 +0000
committerLars Thegler <lth@FreeBSD.org>2005-04-20 12:10:41 +0000
commitb036e51828ff6bfa2caedfd3d661717e492ed794 (patch)
tree8846930e93bee38d3129c117dfb9a1c15fad8c70
parent23f2048aab7b4708a4a1b5af864b2959ba778976 (diff)
downloadports-b036e51828ff6bfa2caedfd3d661717e492ed794.tar.gz
ports-b036e51828ff6bfa2caedfd3d661717e492ed794.zip
Add p5-Text-ASCIITable 0.15, create a nice formatted table using ASCII
characters.
Notes
Notes: svn path=/head/; revision=133745
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Text-ASCIITable/Makefile23
-rw-r--r--textproc/p5-Text-ASCIITable/distinfo2
-rw-r--r--textproc/p5-Text-ASCIITable/pkg-descr5
-rw-r--r--textproc/p5-Text-ASCIITable/pkg-plist7
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