From 7d506d4c1cd1ce4f97b2f679f76b01272f796e99 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 11 Aug 2001 11:55:34 +0000 Subject: [PATCH] Add YA perl module for dealing with Comma-Separated-Values (CSV) files. --- textproc/Makefile | 1 + textproc/p5-Text-CSV/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Text-CSV/distinfo | 1 + textproc/p5-Text-CSV/pkg-comment | 1 + textproc/p5-Text-CSV/pkg-descr | 3 +++ textproc/p5-Text-CSV/pkg-plist | 17 +++++++++++++++++ 6 files changed, 45 insertions(+) create mode 100644 textproc/p5-Text-CSV/Makefile create mode 100644 textproc/p5-Text-CSV/distinfo create mode 100644 textproc/p5-Text-CSV/pkg-comment create mode 100644 textproc/p5-Text-CSV/pkg-descr create mode 100644 textproc/p5-Text-CSV/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 19ce0f970e76..e4e97e604ce8 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile new file mode 100644 index 000000000000..bd3bf47187e6 --- /dev/null +++ b/textproc/p5-Text-CSV/Makefile @@ -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 diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo new file mode 100644 index 000000000000..85f894083c7e --- /dev/null +++ b/textproc/p5-Text-CSV/distinfo @@ -0,0 +1 @@ +MD5 (Text-CSV-0.01.tar.gz) = f85f63d0e72b7c06164d894e5726a27a diff --git a/textproc/p5-Text-CSV/pkg-comment b/textproc/p5-Text-CSV/pkg-comment new file mode 100644 index 000000000000..1266996f8149 --- /dev/null +++ b/textproc/p5-Text-CSV/pkg-comment @@ -0,0 +1 @@ +Composition and decomposition of comma-separated values diff --git a/textproc/p5-Text-CSV/pkg-descr b/textproc/p5-Text-CSV/pkg-descr new file mode 100644 index 000000000000..314ce2f78fc2 --- /dev/null +++ b/textproc/p5-Text-CSV/pkg-descr @@ -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. diff --git a/textproc/p5-Text-CSV/pkg-plist b/textproc/p5-Text-CSV/pkg-plist new file mode 100644 index 000000000000..34ad51bb5880 --- /dev/null +++ b/textproc/p5-Text-CSV/pkg-plist @@ -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