diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-02-28 08:48:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-02-28 08:48:37 +0000 |
commit | 5c4987423a8f215c54401c984cc4ca497e1d12a7 (patch) | |
tree | 08483f6c1a674ac8d12b4cbc5412e909870b903d /textproc | |
parent | 6fcc268439233d51ca121e17d1ae5e56117313e4 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/pkg-descr | 10 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/pkg-plist | 4 |
4 files changed, 17 insertions, 11 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index e0cae9a764c0..bee083f7a921 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -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 diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index ca4226cd8b49..b9fa71090296 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -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 diff --git a/textproc/p5-Text-CSV_XS/pkg-descr b/textproc/p5-Text-CSV_XS/pkg-descr index 314ce2f78fc2..59031ec09458 100644 --- a/textproc/p5-Text-CSV_XS/pkg-descr +++ b/textproc/p5-Text-CSV_XS/pkg-descr @@ -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/ diff --git a/textproc/p5-Text-CSV_XS/pkg-plist b/textproc/p5-Text-CSV_XS/pkg-plist index cdfd7385a9ca..8e3d386d89a3 100644 --- a/textproc/p5-Text-CSV_XS/pkg-plist +++ b/textproc/p5-Text-CSV_XS/pkg-plist @@ -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 |