View | Details | Raw Unified | Return to bug 120887
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	Text-CSV_XS
8
PORTNAME=	Text-CSV_XS
9
PORTVERSION=	0.23
9
PORTVERSION=	0.34
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	Text
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
13
EXTRACT_SUFX=	.tgz
14
14
15
MAINTAINER=	ache@FreeBSD.org
15
MAINTAINER=	ache@FreeBSD.org
16
COMMENT=	Composition and decomposition of comma-separated values
16
COMMENT=	Comma-separated values manipulation routines
17
17
18
PERL_CONFIGURE=	yes
18
PERL_CONFIGURE=	yes
19
19
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Text-CSV_XS-0.23.tar.gz) = 936eca163a09e92353565ad37ee7a4fa
1
MD5 (Text-CSV_XS-0.34.tgz) = 9e10d0ccf0aa1111098eca12d0de87a3
2
SHA256 (Text-CSV_XS-0.23.tar.gz) = b5b5fdb4908dc58835162b3145aa096eaa38cca8d2e611c37364822b8571c60f
2
SHA256 (Text-CSV_XS-0.34.tgz) = 8364c61c2abc9faab55176b99dead364a3d655c9bab1dc34921dfa09967177d3
3
SIZE (Text-CSV_XS-0.23.tar.gz) = 16164
3
SIZE (Text-CSV_XS-0.34.tgz) = 43233
(-)pkg-descr (-2 / +8 lines)
Lines 1-3 Link Here
1
Text::CSV provides facilities for the composition and decomposition of
1
Text::CSV_XS provides facilities for the composition and decomposition of
2
comma-separated values.  An instance of the Text::CSV class can combine
2
comma-separated values. An instance of the Text::CSV_XS class can combine
3
fields into a CSV string and parse a CSV string into fields.
3
fields into a CSV string and parse a CSV string into fields.
4
5
The module accepts either strings or files as input and can utilize any
6
user-specified characters as delimiters, separators, and escapes so it is
7
perhaps better called ASV (anything separated values) rather than just CSV.
8
9
WWW: http://search.cpan.org/dist/Text-CSV_XS/
(-)pkg-plist (-3 / +3 lines)
Lines 2-7 Link Here
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.bs
2
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.bs
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so
3
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so
4
%%SITE_PERL%%/%%PERL_ARCH%%/Text/CSV_XS.pm
4
%%SITE_PERL%%/%%PERL_ARCH%%/Text/CSV_XS.pm
5
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS
5
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS
6
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
6
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
7
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text
7
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text

Return to bug 120887