mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Add p5-Text-Table-More 0.011
Text::Table::More uses the simple interface of Text::Table::Tiny with support for more formatting options like column/row spans, border style, per-row/column/cell align/valign. WWW: https://metacpan.org/release/Text-Table-More
This commit is contained in:
parent
aeca79ffb1
commit
69ac03ba73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567598
@ -933,6 +933,7 @@
|
||||
SUBDIR += p5-Text-Table-HTML-DataTables
|
||||
SUBDIR += p5-Text-Table-LTSV
|
||||
SUBDIR += p5-Text-Table-Manifold
|
||||
SUBDIR += p5-Text-Table-More
|
||||
SUBDIR += p5-Text-Table-Org
|
||||
SUBDIR += p5-Text-Table-Paragraph
|
||||
SUBDIR += p5-Text-Table-TSV
|
||||
|
30
textproc/p5-Text-Table-More/Makefile
Normal file
30
textproc/p5-Text-Table-More/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Table-More
|
||||
PORTVERSION= 0.011
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Generate text table with simple interface and many options
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= p5-BorderStyles-Standard>=0:devel/p5-BorderStyles-Standard \
|
||||
p5-List-AllUtils>=0:devel/p5-List-AllUtils \
|
||||
p5-Module-Load-Util>=0.004:devel/p5-Module-Load-Util \
|
||||
p5-String-Pad>=0:textproc/p5-String-Pad \
|
||||
p5-Text-NonWideChar-Util>=0:textproc/p5-Text-NonWideChar-Util
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-Table-More/distinfo
Normal file
3
textproc/p5-Text-Table-More/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1614794164
|
||||
SHA256 (Text-Table-More-0.011.tar.gz) = 86dff8b76ed4c5401d57fea6b05ea789c3f56e7a2118a29ead437f06b5b4128f
|
||||
SIZE (Text-Table-More-0.011.tar.gz) = 27235
|
5
textproc/p5-Text-Table-More/pkg-descr
Normal file
5
textproc/p5-Text-Table-More/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Text::Table::More uses the simple interface of Text::Table::Tiny with support
|
||||
for more formatting options like column/row spans, border style,
|
||||
per-row/column/cell align/valign.
|
||||
|
||||
WWW: https://metacpan.org/release/Text-Table-More
|
3
textproc/p5-Text-Table-More/pkg-plist
Normal file
3
textproc/p5-Text-Table-More/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/Text/Table/More.pm
|
||||
%%SITE_PERL%%/auto/share/dist/Text-Table-More/examples/emmy.pl
|
||||
%%PERL5_MAN3%%/Text::Table::More.3.gz
|
Loading…
x
Reference in New Issue
Block a user