diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-11-08 02:05:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2013-11-08 02:05:38 +0000 |
commit | b65bf070fa14b0e1ef0446d3c8a419b7b44e6dfc (patch) | |
tree | fd34b4397f7a834e07ccc0cd9294c458686e534e /textproc/p5-Text-LTSV | |
parent | ef9c2dcc5bdfd3708da511ea15b47c70c05dace3 (diff) | |
download | ports-b65bf070fa14b0e1ef0446d3c8a419b7b44e6dfc.tar.gz ports-b65bf070fa14b0e1ef0446d3c8a419b7b44e6dfc.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-LTSV')
-rw-r--r-- | textproc/p5-Text-LTSV/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-LTSV/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-LTSV/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/p5-Text-LTSV/pkg-plist | 10 |
4 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-Text-LTSV/Makefile b/textproc/p5-Text-LTSV/Makefile new file mode 100644 index 000000000000..5932ea452b4e --- /dev/null +++ b/textproc/p5-Text-LTSV/Makefile @@ -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> diff --git a/textproc/p5-Text-LTSV/distinfo b/textproc/p5-Text-LTSV/distinfo new file mode 100644 index 000000000000..c9d98c02e878 --- /dev/null +++ b/textproc/p5-Text-LTSV/distinfo @@ -0,0 +1,2 @@ +SHA256 (Text-LTSV-0.07.tar.gz) = 79071c738ece8d6449ffc6a0409ce3c49b554dc435a22d24a01ecf41b5e042bc +SIZE (Text-LTSV-0.07.tar.gz) = 29197 diff --git a/textproc/p5-Text-LTSV/pkg-descr b/textproc/p5-Text-LTSV/pkg-descr new file mode 100644 index 000000000000..6f92ba1d639d --- /dev/null +++ b/textproc/p5-Text-LTSV/pkg-descr @@ -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/ diff --git a/textproc/p5-Text-LTSV/pkg-plist b/textproc/p5-Text-LTSV/pkg-plist new file mode 100644 index 000000000000..854c964657dd --- /dev/null +++ b/textproc/p5-Text-LTSV/pkg-plist @@ -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 |