mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Labeled Tab-separated Values (LTSV) format is a variant of
Tab-separated Values (TSV). Each record in a LTSV file is represented as a single line. Each field is separated by TAB and has a label and a value. The label and the value have been separated by ':'. WWW: http://search.cpan.org/dist/Text-LTSV/
This commit is contained in:
parent
ef9c2dcc5b
commit
b65bf070fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333177
5 changed files with 41 additions and 0 deletions
|
@ -811,6 +811,7 @@
|
||||||
SUBDIR += p5-Text-Highlight
|
SUBDIR += p5-Text-Highlight
|
||||||
SUBDIR += p5-Text-HikiDoc
|
SUBDIR += p5-Text-HikiDoc
|
||||||
SUBDIR += p5-Text-Hyphen
|
SUBDIR += p5-Text-Hyphen
|
||||||
|
SUBDIR += p5-Text-LTSV
|
||||||
SUBDIR += p5-Text-Language-Guess
|
SUBDIR += p5-Text-Language-Guess
|
||||||
SUBDIR += p5-Text-Lorem
|
SUBDIR += p5-Text-Lorem
|
||||||
SUBDIR += p5-Text-Markdown
|
SUBDIR += p5-Text-Markdown
|
||||||
|
|
22
textproc/p5-Text-LTSV/Makefile
Normal file
22
textproc/p5-Text-LTSV/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= Text-LTSV
|
||||||
|
PORTVERSION= 0.07
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= CPAN
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
|
COMMENT= Perl extension for Labeled Tab Separated Value manipulator
|
||||||
|
|
||||||
|
RUN_DEPENDS= \
|
||||||
|
p5-Project-Libs>0:${PORTSDIR}/devel/p5-Project-Libs \
|
||||||
|
p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash \
|
||||||
|
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
||||||
|
p5-YAML-Tiny-Color>0:${PORTSDIR}/textproc/p5-YAML-Tiny-Color
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
USES= perl5
|
||||||
|
USE_PERL5= configure
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
textproc/p5-Text-LTSV/distinfo
Normal file
2
textproc/p5-Text-LTSV/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (Text-LTSV-0.07.tar.gz) = 79071c738ece8d6449ffc6a0409ce3c49b554dc435a22d24a01ecf41b5e042bc
|
||||||
|
SIZE (Text-LTSV-0.07.tar.gz) = 29197
|
6
textproc/p5-Text-LTSV/pkg-descr
Normal file
6
textproc/p5-Text-LTSV/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
Labeled Tab-separated Values (LTSV) format is a variant of
|
||||||
|
Tab-separated Values (TSV). Each record in a LTSV file is represented
|
||||||
|
as a single line. Each field is separated by TAB and has a label and
|
||||||
|
a value. The label and the value have been separated by ':'.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Text-LTSV/
|
10
textproc/p5-Text-LTSV/pkg-plist
Normal file
10
textproc/p5-Text-LTSV/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
bin/ltsview
|
||||||
|
man/man1/ltsview.1.gz
|
||||||
|
%%PERL5_MAN3%%/Text::LTSV.3.gz
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV/.packlist
|
||||||
|
%%SITE_PERL%%/Text/LTSV.pm
|
||||||
|
%%SITE_PERL%%/Text/LTSV/Iterator.pm
|
||||||
|
@dirrm %%SITE_PERL%%/Text/LTSV
|
||||||
|
@dirrmtry %%SITE_PERL%%/Text
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/LTSV
|
||||||
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
Loading…
Add table
Reference in a new issue