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:
Cheng-Lung Sung 2006-07-11 10:40:48 +00:00
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

View file

@ -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

View 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>

View 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

View 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/

View 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