diff options
author | sno <sno@pkgsrc.org> | 2009-08-19 09:06:44 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-08-19 09:06:44 +0000 |
commit | 260223b7fd88136acba1e859aefd4d097f57a49e (patch) | |
tree | b0e2f0fbae9362dc2f05170ef6b45bddecc485d4 /textproc | |
parent | 45fcf25bdab6681f1df7cc762b9884d7447c0481 (diff) | |
download | pkgsrc-260223b7fd88136acba1e859aefd4d097f57a49e.tar.gz |
Importing package for p5 module Text::TabularDisplay 1.22 as dependency
of upcoming imported package for perl5 module Text::RecordParser.
Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql
text monitor.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-TabularDisplay/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Text-TabularDisplay/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-TabularDisplay/distinfo | 5 |
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/p5-Text-TabularDisplay/DESCR b/textproc/p5-Text-TabularDisplay/DESCR new file mode 100644 index 00000000000..ca0e54757ff --- /dev/null +++ b/textproc/p5-Text-TabularDisplay/DESCR @@ -0,0 +1,3 @@ +Text::TabularDisplay simplifies displaying textual data in a table. The +output is identical to the columnar display of query results in the mysql +text monitor. diff --git a/textproc/p5-Text-TabularDisplay/Makefile b/textproc/p5-Text-TabularDisplay/Makefile new file mode 100644 index 00000000000..73bd090c0c8 --- /dev/null +++ b/textproc/p5-Text-TabularDisplay/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/08/19 09:06:44 sno Exp $ +# + +DISTNAME= Text-TabularDisplay-1.22 +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-TabularDisplay/ +COMMENT= Display text in formatted table output + +PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/TabularDisplay/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-TabularDisplay/distinfo b/textproc/p5-Text-TabularDisplay/distinfo new file mode 100644 index 00000000000..2e26f7b858b --- /dev/null +++ b/textproc/p5-Text-TabularDisplay/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/08/19 09:06:44 sno Exp $ + +SHA1 (Text-TabularDisplay-1.22.tar.gz) = 36cc0e9e9bf2faa71285ff5e32aea620d7a1e481 +RMD160 (Text-TabularDisplay-1.22.tar.gz) = 13e9448e308a07d0f2a7b754a4e57c0f184e1762 +Size (Text-TabularDisplay-1.22.tar.gz) = 12661 bytes |