Wed Apr 23 20:26:04 2008 UTC ()
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


(wiz)
diff -r1.8 -r1.9 pkgsrc/textproc/p5-Text-Quoted/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/p5-Text-Quoted/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/textproc/p5-Text-Quoted/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Quoted/Makefile 2007/02/25 23:45:46 1.8
+++ pkgsrc/textproc/p5-Text-Quoted/Makefile 2008/04/23 20:26:04 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2007/02/25 23:45:46 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2008/04/23 20:26:04 wiz Exp $
2# 2#
3 3
4DISTNAME= Text-Quoted-2.02 4DISTNAME= Text-Quoted-2.05
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
8 8
9MAINTAINER= dieter.NetBSD@pandora.be 9MAINTAINER= dieter.NetBSD@pandora.be
10HOMEPAGE= http://search.cpan.org/dist/Text-Quoted/ 10HOMEPAGE= http://search.cpan.org/dist/Text-Quoted/
11COMMENT= Extract the structure of a quoted mail message 11COMMENT= Extract the structure of a quoted mail message
12 12
13DEPENDS+= p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat 13DEPENDS+= p5-Text-Autoformat>=1.04:../../textproc/p5-Text-Autoformat
14 14
15PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
16 16
17USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty

cvs diff -r1.5 -r1.6 pkgsrc/textproc/p5-Text-Quoted/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Text-Quoted/distinfo 2007/02/25 23:45:57 1.5
+++ pkgsrc/textproc/p5-Text-Quoted/distinfo 2008/04/23 20:26:04 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2007/02/25 23:45:57 wiz Exp $ 1$NetBSD: distinfo,v 1.6 2008/04/23 20:26:04 wiz Exp $
2 2
3SHA1 (Text-Quoted-2.02.tar.gz) = 5de58c0ff053314607236bbc9e97928efdcdafc5 3SHA1 (Text-Quoted-2.05.tar.gz) = 53486e42a9a464a410763a6e0886b6bc18c273b7
4RMD160 (Text-Quoted-2.02.tar.gz) = dc3b904b36cfd240af2b0433ba5acd0bdb90d96e 4RMD160 (Text-Quoted-2.05.tar.gz) = b2c9f91839c935a16c62ac9b1f03283dcc0f64bd
5Size (Text-Quoted-2.02.tar.gz) = 14504 bytes 5Size (Text-Quoted-2.05.tar.gz) = 17316 bytes