Add p5-Text-CSV_PP 1.01, comma-separated values manipulation routines PP
version. PR: ports/100064 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
aeedefcad6
commit
4936834788
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167458
5 changed files with 40 additions and 0 deletions
|
@ -454,6 +454,7 @@
|
|||
SUBDIR += p5-Text-Bind
|
||||
SUBDIR += p5-Text-CSV
|
||||
SUBDIR += p5-Text-CSV-Simple
|
||||
SUBDIR += p5-Text-CSV_PP
|
||||
SUBDIR += p5-Text-CSV_XS
|
||||
SUBDIR += p5-Text-Capitalize
|
||||
SUBDIR += p5-Text-Chomp
|
||||
|
|
23
textproc/p5-Text-CSV_PP/Makefile
Normal file
23
textproc/p5-Text-CSV_PP/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: p5-Text-CSV_PP
|
||||
# Date created: 2006-07-11
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-CSV_PP
|
||||
PORTVERSION= 1.01
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Comma-separated values manipulation routines PP version
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Text::CSV_PP.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include <bsd.port.post.mk>
|
3
textproc/p5-Text-CSV_PP/distinfo
Normal file
3
textproc/p5-Text-CSV_PP/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Text-CSV_PP-1.01.tar.gz) = 0f2db7130a6fce62ebe19af8bcf40538
|
||||
SHA256 (Text-CSV_PP-1.01.tar.gz) = b1a0922e4720e4b4ac342d2c8df60a8349eb09355883e348548d06f7e2850d7d
|
||||
SIZE (Text-CSV_PP-1.01.tar.gz) = 8923
|
7
textproc/p5-Text-CSV_PP/pkg-descr
Normal file
7
textproc/p5-Text-CSV_PP/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Text::CSV_PP has almost same functions of Text::CSV_XS which provides
|
||||
facilities for the composition and decomposition of comma-separated
|
||||
values. As its name suggests, Text::CSV_XS is a XS module and
|
||||
Text::CSV_PP is a Puer Perl one.
|
||||
|
||||
Author: Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
|
||||
WWW: http://search.cpan.org/dist/Text-CSV_PP/
|
6
textproc/p5-Text-CSV_PP/pkg-plist
Normal file
6
textproc/p5-Text-CSV_PP/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_PP/.packlist
|
||||
%%SITE_PERL%%/Text/CSV_PP.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_PP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in a new issue