aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-08-11 11:55:34 +0000
committerMark Murray <markm@FreeBSD.org>2001-08-11 11:55:34 +0000
commit7d506d4c1cd1ce4f97b2f679f76b01272f796e99 (patch)
treee777f3c8594406c6de5c572a325d87d3bb9e3739 /textproc/p5-Text-CSV
parent68b126ec35200d35c0552224158293c49a9492d2 (diff)
downloadports-7d506d4c1cd1ce4f97b2f679f76b01272f796e99.tar.gz
ports-7d506d4c1cd1ce4f97b2f679f76b01272f796e99.zip
Notes
Diffstat (limited to 'textproc/p5-Text-CSV')
-rw-r--r--textproc/p5-Text-CSV/Makefile22
-rw-r--r--textproc/p5-Text-CSV/distinfo1
-rw-r--r--textproc/p5-Text-CSV/pkg-comment1
-rw-r--r--textproc/p5-Text-CSV/pkg-descr3
-rw-r--r--textproc/p5-Text-CSV/pkg-plist17
5 files changed, 44 insertions, 0 deletions
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 <bsd.port.mk>
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