diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-15 11:47:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-15 11:47:49 +0000 |
commit | 514b0ff1b284ab185ee39ba1c23b4d97de16c698 (patch) | |
tree | a411d98823825f7b90492ce8a5cf7bbfad11abcb | |
parent | 81eb918881248359ca732a65cdc8e498d8ec9206 (diff) | |
download | pkgsrc-514b0ff1b284ab185ee39ba1c23b4d97de16c698.tar.gz |
Import p5-Text-SimpleTable-AutoWidth-0.09 as textproc/p5-Text-SimpleTable-AutoWidth.
Simple eyecandy ASCII tables with auto-width selection.
-rw-r--r-- | textproc/p5-Text-SimpleTable-AutoWidth/DESCR | 1 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable-AutoWidth/Makefile | 20 | ||||
-rw-r--r-- | textproc/p5-Text-SimpleTable-AutoWidth/distinfo | 6 |
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/p5-Text-SimpleTable-AutoWidth/DESCR b/textproc/p5-Text-SimpleTable-AutoWidth/DESCR new file mode 100644 index 00000000000..16e666e9751 --- /dev/null +++ b/textproc/p5-Text-SimpleTable-AutoWidth/DESCR @@ -0,0 +1 @@ +Simple eyecandy ASCII tables with auto-width selection. diff --git a/textproc/p5-Text-SimpleTable-AutoWidth/Makefile b/textproc/p5-Text-SimpleTable-AutoWidth/Makefile new file mode 100644 index 00000000000..b60db28ce0b --- /dev/null +++ b/textproc/p5-Text-SimpleTable-AutoWidth/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2016/04/15 11:47:49 wiz Exp $ + +DISTNAME= Text-SimpleTable-AutoWidth-0.09 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~cub/Text-SimpleTable-AutoWidth/ +COMMENT= Simple Eyecandy ASCII Tables with auto-width selection +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Text-SimpleTable-[0-9]*:../../textproc/p5-Text-SimpleTable +DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Text/SimpleTable/AutoWidth/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Text-SimpleTable-AutoWidth/distinfo b/textproc/p5-Text-SimpleTable-AutoWidth/distinfo new file mode 100644 index 00000000000..c7ecea4b6d3 --- /dev/null +++ b/textproc/p5-Text-SimpleTable-AutoWidth/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/15 11:47:49 wiz Exp $ + +SHA1 (Text-SimpleTable-AutoWidth-0.09.tar.gz) = a6dee5fa4138730bcd4aa5c82891188e46407dd7 +RMD160 (Text-SimpleTable-AutoWidth-0.09.tar.gz) = 5e7666d4eef7c42f164462ce2e6925fcfd1e78bc +SHA512 (Text-SimpleTable-AutoWidth-0.09.tar.gz) = b35d80ee1040ab744b53d29381034ea7ac67c5a6973516efda67b2ab34412bbadec6397d91a452488dd99158b2a4ee84115f3a52c12cb0e771f77fdc05cfb9ab +Size (Text-SimpleTable-AutoWidth-0.09.tar.gz) = 11138 bytes |