diff options
author | wiz <wiz> | 2008-04-23 20:26:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-04-23 20:26:04 +0000 |
commit | d737d350a483475a26d2507a71cc9248ce4a4536 (patch) | |
tree | 5af5949697a0a081e149cee90198d1375667233e /textproc | |
parent | 066215575b0d7534da51248f7eda0643a7192abc (diff) | |
download | pkgsrc-d737d350a483475a26d2507a71cc9248ce4a4536.tar.gz |
Update to 2.05:
2.05 Wed Jan 24 2008
- fix tests failure under perl 5.6.x,
thanks to David Cantrell for cpan testing it
2.04 Wed Jan 23 2008
- use own expand_tabs instead of Text::Tabs
- avoid segfaults when pos() is used inside of regexp
2.03 Wed Nov 7 2007
- delete a lot of unused code
- many micro optimisations
- performance improvements, up to 1.5x in total
- clanups of Makefile, README
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Quoted/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-Quoted/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-Quoted/Makefile b/textproc/p5-Text-Quoted/Makefile index df6777babfe..2dd2bd0ed7b 100644 --- a/textproc/p5-Text-Quoted/Makefile +++ b/textproc/p5-Text-Quoted/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2007/02/25 23:45:46 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2008/04/23 20:26:04 wiz Exp $ # -DISTNAME= Text-Quoted-2.02 +DISTNAME= Text-Quoted-2.05 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} diff --git a/textproc/p5-Text-Quoted/distinfo b/textproc/p5-Text-Quoted/distinfo index 5c6632b2d13..2d4b1426d4a 100644 --- a/textproc/p5-Text-Quoted/distinfo +++ b/textproc/p5-Text-Quoted/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2007/02/25 23:45:57 wiz Exp $ +$NetBSD: distinfo,v 1.6 2008/04/23 20:26:04 wiz Exp $ -SHA1 (Text-Quoted-2.02.tar.gz) = 5de58c0ff053314607236bbc9e97928efdcdafc5 -RMD160 (Text-Quoted-2.02.tar.gz) = dc3b904b36cfd240af2b0433ba5acd0bdb90d96e -Size (Text-Quoted-2.02.tar.gz) = 14504 bytes +SHA1 (Text-Quoted-2.05.tar.gz) = 53486e42a9a464a410763a6e0886b6bc18c273b7 +RMD160 (Text-Quoted-2.05.tar.gz) = b2c9f91839c935a16c62ac9b1f03283dcc0f64bd +Size (Text-Quoted-2.05.tar.gz) = 17316 bytes |