summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-07-25 13:53:10 +0000
committerbsiegert <bsiegert>2015-07-25 13:53:10 +0000
commit00503cfff7539d604d4f428b1e626d6b5f106d9c (patch)
tree855c91b20ab5009b001f8657a7928f1f1c783c95 /textproc
parent5aab83f8e89bff84523730c5a7a9d94241e9a3be (diff)
downloadpkgsrc-00503cfff7539d604d4f428b1e626d6b5f106d9c.tar.gz
Add a package for Text::Table. From David Gutteridge in PR pkg/50054.
Text::Table can be used to render plaintext/ASCII-art/Unicode-art tables.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile3
-rw-r--r--textproc/p5-Text-Table/DESCR2
-rw-r--r--textproc/p5-Text-Table/Makefile20
-rw-r--r--textproc/p5-Text-Table/distinfo5
4 files changed, 29 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index c73bdc9b9dc..a11bf660a7a 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.837 2015/07/21 20:15:00 bsiegert Exp $
+# $NetBSD: Makefile,v 1.838 2015/07/25 13:53:10 bsiegert Exp $
#
COMMENT= Text processing utilities (does not include desktop publishing)
@@ -526,6 +526,7 @@ SUBDIR+= p5-Text-Soundex
SUBDIR+= p5-Text-SpellChecker
SUBDIR+= p5-Text-Substitute
SUBDIR+= p5-Text-Tabs+Wrap
+SUBDIR+= p5-Text-Table
SUBDIR+= p5-Text-TabularDisplay
SUBDIR+= p5-Text-Template
SUBDIR+= p5-Text-Textile
diff --git a/textproc/p5-Text-Table/DESCR b/textproc/p5-Text-Table/DESCR
new file mode 100644
index 00000000000..623c80ed468
--- /dev/null
+++ b/textproc/p5-Text-Table/DESCR
@@ -0,0 +1,2 @@
+Text::Table can be used to render plaintext/ASCII-art/Unicode-art
+tables.
diff --git a/textproc/p5-Text-Table/Makefile b/textproc/p5-Text-Table/Makefile
new file mode 100644
index 00000000000..6d4361ed262
--- /dev/null
+++ b/textproc/p5-Text-Table/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2015/07/25 13:53:10 bsiegert Exp $
+
+DISTNAME= Text-Table-1.130
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Text-Table
+COMMENT= Perl module to generate formatted text tables
+LICENSE= mit
+
+BUILD_DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build
+
+DEPENDS+= p5-Text-Aligner-[0-9]*:../../textproc/p5-Text-Aligner
+
+PERL5_PACKLIST= auto/Text/Table/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Text-Table/distinfo b/textproc/p5-Text-Table/distinfo
new file mode 100644
index 00000000000..27192949df7
--- /dev/null
+++ b/textproc/p5-Text-Table/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/07/25 13:53:10 bsiegert Exp $
+
+SHA1 (Text-Table-1.130.tar.gz) = f66ed80371fcffe16788706c353e78aba03961b7
+RMD160 (Text-Table-1.130.tar.gz) = 002eeb7e7d2cc4810e82fb6e931fdc7e52e47f50
+Size (Text-Table-1.130.tar.gz) = 28019 bytes