import p5-Text-CSV 1.16

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.

from eric olsen
This commit is contained in:
jasper 2009-12-28 09:31:27 +00:00
parent 5e8a427e19
commit ff82f19c5f
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 09:31:27 jasper Exp $
COMMENT= comma-separated values manipulation routines
MODULES= cpan
DISTNAME= Text-CSV-1.16
CATEGORIES= textproc
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Text-CSV-1.16.tar.gz) = y+HzHiwTqohllSezVCR0qQ==
RMD160 (Text-CSV-1.16.tar.gz) = FRgkjfBgXuA9BrzCjgpv74GlOM8=
SHA1 (Text-CSV-1.16.tar.gz) = iWJGyizdjl06g9U+60QNqvRcnqY=
SHA256 (Text-CSV-1.16.tar.gz) = k3GfcfRkA4Lgn2NWiCYIDOmHKHZH9t4ENj0X678Gp7M=
SIZE (Text-CSV-1.16.tar.gz) = 45569

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,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/12/28 09:31:27 jasper Exp $
${P5SITE}/Text/
${P5SITE}/Text/CSV.pm
${P5SITE}/Text/CSV_PP.pm
@man man/man3p/Text::CSV.3p
@man man/man3p/Text::CSV_PP.3p