mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Add p5-Text-Table-LTSV 0.001
Text::Table::LTSV provides a single function, table, which formats a two-dimensional array of data as LTSV. WWW: https://metacpan.org/release/Text-Table-LTSV
This commit is contained in:
parent
a8d6b7d121
commit
8ca4b6ee79
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=499505
5 changed files with 32 additions and 0 deletions
|
@ -971,6 +971,7 @@
|
|||
SUBDIR += p5-Text-Table-CSV
|
||||
SUBDIR += p5-Text-Table-HTML
|
||||
SUBDIR += p5-Text-Table-HTML-DataTables
|
||||
SUBDIR += p5-Text-Table-LTSV
|
||||
SUBDIR += p5-Text-Table-Manifold
|
||||
SUBDIR += p5-Text-Table-Tiny
|
||||
SUBDIR += p5-Text-Table-XLSX
|
||||
|
|
22
textproc/p5-Text-Table-LTSV/Makefile
Normal file
22
textproc/p5-Text-Table-LTSV/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Table-LTSV
|
||||
PORTVERSION= 0.001
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Generate LTSV
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Text-Table-LTSV/distinfo
Normal file
3
textproc/p5-Text-Table-LTSV/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1552149397
|
||||
SHA256 (Text-Table-LTSV-0.001.tar.gz) = 5060cd1e136b082ee28a09f919b80118d2e77527309da4acd4fe5df868110c8b
|
||||
SIZE (Text-Table-LTSV-0.001.tar.gz) = 14876
|
4
textproc/p5-Text-Table-LTSV/pkg-descr
Normal file
4
textproc/p5-Text-Table-LTSV/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Text::Table::LTSV provides a single function, table, which formats a
|
||||
two-dimensional array of data as LTSV.
|
||||
|
||||
WWW: https://metacpan.org/release/Text-Table-LTSV
|
2
textproc/p5-Text-Table-LTSV/pkg-plist
Normal file
2
textproc/p5-Text-Table-LTSV/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%SITE_PERL%%/Text/Table/LTSV.pm
|
||||
%%PERL5_MAN3%%/Text::Table::LTSV.3.gz
|
Loading…
Add table
Reference in a new issue