1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00

Add YA perl module for dealing with Comma-Separated-Values (CSV) files.

This commit is contained in:
Mark Murray 2001-08-11 11:55:34 +00:00
parent 68b126ec35
commit 7d506d4c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46072
6 changed files with 45 additions and 0 deletions

View File

@ -103,6 +103,7 @@
SUBDIR += p5-String-Strip
SUBDIR += p5-Text-Autoformat
SUBDIR += p5-Text-Bind
SUBDIR += p5-Text-CSV
SUBDIR += p5-Text-CSV_XS
SUBDIR += p5-Text-DoubleMetaphone
SUBDIR += p5-Text-FillIn

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Text::CSV
# Date created: 10 August 2001
# Whom: markm@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Text-CSV
PORTVERSION= 0.01
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= markm@FreeBSD.org
PERL_CONFIGURE= yes
MAN3= Text::CSV.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Text-CSV-0.01.tar.gz) = f85f63d0e72b7c06164d894e5726a27a

View File

@ -0,0 +1 @@
Composition and decomposition of comma-separated values

View File

@ -0,0 +1,3 @@
Text::CSV provides facilities for the composition and decomposition of
comma-separated values. An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.

View File

@ -0,0 +1,17 @@
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/version.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/new.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/status.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/error_input.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/string.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/fields.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/combine.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/parse.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/_bite.al
lib/perl5/site_perl/%%PERL_VER%%/auto/Text/CSV/autosplit.ix
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/CSV/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Text/CSV.pm
@dirrm lib/perl5/site_perl/5.6.0/mach/auto/Text/CSV
@dirrm lib/perl5/site_perl/5.6.0/mach/auto/Text
@dirrm lib/perl5/site_perl/5.6.0/auto/Text/CSV
@dirrm lib/perl5/site_perl/5.6.0/auto/Text
@dirrm lib/perl5/site_perl/5.6.0/Text