diff options
author | wen <wen@pkgsrc.org> | 2013-04-03 08:11:17 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-04-03 08:11:17 +0000 |
commit | b6bc2161d7ec43b4b5b18a6af59a0d07f2068a6e (patch) | |
tree | 381caecd814db8d9c45cf667b31633c7d505026d /textproc | |
parent | 47fea25219414d4290de5c68bc3925a8ce5959aa (diff) | |
download | pkgsrc-b6bc2161d7ec43b4b5b18a6af59a0d07f2068a6e.tar.gz |
Update to 0.97
Upstream changes:
0.97 - 2013-03-30, H.Merijn Brand
* Regain the speed from 0.91 (buffer back to 1k)
* Minor cleanup in XS code
* Add diag_verbose attribute
0.96 - 2013-03-26, H.Merijn Brand
* No need to require Test::Harness if unused (RT#82693)
* parse ("") should return one empty field, not undef
* Now that we know the record number, show it in auto_diag
0.95 - 2013-01-13, H.Merijn Brand
* Introduce allow_unquoted_escape as workaround for RT#81295
* Update copyright to 2013
* Introduce print_hr () for RT#76143
* Dropped plans to support EBCDIC
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 80e1042a7b9..6f775050780 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2013/01/10 15:25:08 wen Exp $ +# $NetBSD: Makefile,v 1.43 2013/04/03 08:11:17 wen Exp $ # -DISTNAME= Text-CSV_XS-0.94 +DISTNAME= Text-CSV_XS-0.97 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tcx CATEGORIES= textproc perl5 diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index 73c30f06717..601af99e1e7 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2013/01/10 15:25:08 wen Exp $ +$NetBSD: distinfo,v 1.25 2013/04/03 08:11:17 wen Exp $ -SHA1 (Text-CSV_XS-0.94.tgz) = cd78491eebb90819b89e79ebcc57b318f4e7bf7f -RMD160 (Text-CSV_XS-0.94.tgz) = fb1d13ab39267cc8951ec141578d116d86fe0790 -Size (Text-CSV_XS-0.94.tgz) = 120898 bytes +SHA1 (Text-CSV_XS-0.97.tgz) = e4c11e54c07191ba233ac74ab2e89316ade507f9 +RMD160 (Text-CSV_XS-0.97.tgz) = b9ce11e8873159b108a23f7504b24b7684a78c73 +Size (Text-CSV_XS-0.97.tgz) = 122416 bytes |