diff options
author | clsung <clsung@FreeBSD.org> | 2008-04-14 16:23:37 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2008-04-14 16:23:37 +0800 |
commit | c89c0805319068b97706f252f1425374be51b256 (patch) | |
tree | 728aeb604d8cf04d1294bb2d2f6f17ad0373cae4 /textproc | |
parent | bd47318938226e0d8926a6d12f928384f1f2a680 (diff) | |
download | freebsd-ports-gnome-c89c0805319068b97706f252f1425374be51b256.tar.gz freebsd-ports-gnome-c89c0805319068b97706f252f1425374be51b256.tar.zst freebsd-ports-gnome-c89c0805319068b97706f252f1425374be51b256.zip |
- Update to 1.03
- add WWW
Changes: http://search.cpan.org/dist/Text-CSV/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-CSV/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile index 0a5db28c0d51..8b7d915df04f 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -6,12 +6,12 @@ # PORTNAME= Text-CSV -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Composition and decomposition of comma-separated values PERL_CONFIGURE= yes diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo index f0346df05092..c5d95d5711bb 100644 --- a/textproc/p5-Text-CSV/distinfo +++ b/textproc/p5-Text-CSV/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-CSV-1.02.tar.gz) = 36512c3906832e01adf3c86e3b8c6523 -SHA256 (Text-CSV-1.02.tar.gz) = b106ebb7cdf3e1163fb3a80c432d1f141d3068fcadd8a36530b0d707702f9e4d -SIZE (Text-CSV-1.02.tar.gz) = 29349 +MD5 (Text-CSV-1.03.tar.gz) = 530a8af93062c00023fac4c518c63d97 +SHA256 (Text-CSV-1.03.tar.gz) = 12039e31f7fa495f02cacc1c88a3bbc4b0be171413f7e3a3836e5697eefd367c +SIZE (Text-CSV-1.03.tar.gz) = 34649 diff --git a/textproc/p5-Text-CSV/pkg-descr b/textproc/p5-Text-CSV/pkg-descr index 314ce2f78fc2..3aadb3429b94 100644 --- a/textproc/p5-Text-CSV/pkg-descr +++ b/textproc/p5-Text-CSV/pkg-descr @@ -1,3 +1,5 @@ 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. + +WWW: http://search.cpan.org/dist/Text-CSV/ |