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:
parent
68b126ec35
commit
7d506d4c1c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46072
@ -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
|
||||
|
22
textproc/p5-Text-CSV/Makefile
Normal file
22
textproc/p5-Text-CSV/Makefile
Normal 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>
|
1
textproc/p5-Text-CSV/distinfo
Normal file
1
textproc/p5-Text-CSV/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Text-CSV-0.01.tar.gz) = f85f63d0e72b7c06164d894e5726a27a
|
1
textproc/p5-Text-CSV/pkg-comment
Normal file
1
textproc/p5-Text-CSV/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Composition and decomposition of comma-separated values
|
3
textproc/p5-Text-CSV/pkg-descr
Normal file
3
textproc/p5-Text-CSV/pkg-descr
Normal 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.
|
17
textproc/p5-Text-CSV/pkg-plist
Normal file
17
textproc/p5-Text-CSV/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user