mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update to 0.34
With minor mod to pkg-plist comparing to original PR PR: 120887 Submitted by: leeym
This commit is contained in:
parent
6fcc268439
commit
5c4987423a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208051
@ -6,14 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= Text-CSV_XS
|
||||
PORTVERSION= 0.23
|
||||
PORTVERSION= 0.34
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Text
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ache@FreeBSD.org
|
||||
COMMENT= Composition and decomposition of comma-separated values
|
||||
COMMENT= Comma-separated values manipulation routines
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Text-CSV_XS-0.23.tar.gz) = 936eca163a09e92353565ad37ee7a4fa
|
||||
SHA256 (Text-CSV_XS-0.23.tar.gz) = b5b5fdb4908dc58835162b3145aa096eaa38cca8d2e611c37364822b8571c60f
|
||||
SIZE (Text-CSV_XS-0.23.tar.gz) = 16164
|
||||
MD5 (Text-CSV_XS-0.34.tgz) = 9e10d0ccf0aa1111098eca12d0de87a3
|
||||
SHA256 (Text-CSV_XS-0.34.tgz) = 8364c61c2abc9faab55176b99dead364a3d655c9bab1dc34921dfa09967177d3
|
||||
SIZE (Text-CSV_XS-0.34.tgz) = 43233
|
||||
|
@ -1,3 +1,9 @@
|
||||
Text::CSV provides facilities for the composition and decomposition of
|
||||
comma-separated values. An instance of the Text::CSV class can combine
|
||||
Text::CSV_XS provides facilities for the composition and decomposition of
|
||||
comma-separated values. An instance of the Text::CSV_XS class can combine
|
||||
fields into a CSV string and parse a CSV string into fields.
|
||||
|
||||
The module accepts either strings or files as input and can utilize any
|
||||
user-specified characters as delimiters, separators, and escapes so it is
|
||||
perhaps better called ASV (anything separated values) rather than just CSV.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Text-CSV_XS/
|
||||
|
@ -3,5 +3,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS/CSV_XS.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/CSV_XS.pm
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/CSV_XS
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
||||
|
Loading…
Reference in New Issue
Block a user