- Add p5-Term-Table 0.004
Term::Table is used by some failing tests to provide diagnostics about what has gone wrong. This module is able to generic format rows of data into tables. WWW: http://search.cpan.org/dist/Term-Table/
This commit is contained in:
parent
7f8fed966f
commit
290f69440b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429116
@ -3283,6 +3283,7 @@
|
||||
SUBDIR += p5-Term-Size-Any
|
||||
SUBDIR += p5-Term-Size-Perl
|
||||
SUBDIR += p5-Term-Sk
|
||||
SUBDIR += p5-Term-Table
|
||||
SUBDIR += p5-Term-Title
|
||||
SUBDIR += p5-Term-UI
|
||||
SUBDIR += p5-Term-VT102
|
||||
|
25
devel/p5-Term-Table/Makefile
Normal file
25
devel/p5-Term-Table/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Term-Table
|
||||
PORTVERSION= 0.004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Format a header and rows into a table
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Simple>=1.302072:devel/p5-Test-Simple
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Term-Table/distinfo
Normal file
3
devel/p5-Term-Table/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1482334553
|
||||
SHA256 (Term-Table-0.004.tar.gz) = 3fe195ddc25c804101875082ef7e536b2ce85e8331d38ae02d1fb252bd61f2af
|
||||
SIZE (Term-Table-0.004.tar.gz) = 22603
|
4
devel/p5-Term-Table/pkg-descr
Normal file
4
devel/p5-Term-Table/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Term::Table is used by some failing tests to provide diagnostics about what has
|
||||
gone wrong. This module is able to generic format rows of data into tables.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Term-Table/
|
12
devel/p5-Term-Table/pkg-plist
Normal file
12
devel/p5-Term-Table/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/Term/Table.pm
|
||||
%%SITE_PERL%%/Term/Table/Cell.pm
|
||||
%%SITE_PERL%%/Term/Table/CellStack.pm
|
||||
%%SITE_PERL%%/Term/Table/HashBase.pm
|
||||
%%SITE_PERL%%/Term/Table/LineBreak.pm
|
||||
%%SITE_PERL%%/Term/Table/Util.pm
|
||||
%%PERL5_MAN3%%/Term::Table.3.gz
|
||||
%%PERL5_MAN3%%/Term::Table::Cell.3.gz
|
||||
%%PERL5_MAN3%%/Term::Table::CellStack.3.gz
|
||||
%%PERL5_MAN3%%/Term::Table::HashBase.3.gz
|
||||
%%PERL5_MAN3%%/Term::Table::LineBreak.3.gz
|
||||
%%PERL5_MAN3%%/Term::Table::Util.3.gz
|
Loading…
Reference in New Issue
Block a user