From 5db6375f5f4d1278a351c99727c097190dce952f Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 24 Feb 2007 23:08:35 +0000 Subject: Update to 1.5000: Version 1.5000: Thu Jan 11 2007 - The Cache and Grep implementations now detect when changes have occurred to the file being parsed, and automatically invalidate their cache values and revert to the Perl implementation. NOTE: This works well for appending to the mailbox, but undefined behavior occurs if modifications are made to the mailbox at locations earlier than the current position. (Thanks to Armin Obersteiner for the feature suggestion.) - Changed the reset test so that it doesn't create output with inconsistent line endings in the case of a dos mailbox. - Fixed a bug where occasionally the reading of the next email will go into an infinite loop when reading from standard input. (Thanks to for the bug report and sample input.) - read_next_email now returns undef on end of file. (Thanks to Lucas Nussbaum for first reporting the bug. Thanks to Stephen Gran , Frank Lichtenheld , Steinar H. Gunderson , Christian Hammers , gregor herrmann , and Joey Hess for their efforts to fix or work around the bug. Finally, thanks to Tassilo von Parseval for (mis)using the module in an intuitive way that prompted the solution.) - Simplified code by removing end_of_file attribute of parser objects. --- mail/p5-Mail-Mbox-MessageParser/Makefile | 6 +++--- mail/p5-Mail-Mbox-MessageParser/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'mail/p5-Mail-Mbox-MessageParser') diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index cb00c7519e8..a5dda179664 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.9 2006/10/15 10:06:44 obache Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/24 23:08:35 wiz Exp $ -DISTNAME= Mail-Mbox-MessageParser-1.4005 +DISTNAME= Mail-Mbox-MessageParser-1.5000 PKGNAME= p5-${DISTNAME} CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/~dcoppit/Mail-Mbox-MessageParser/ +HOMEPAGE= http://search.cpan.org/dist/Mail-Mbox-MessageParser/ COMMENT= Perl5 module for parsing mail messages DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget diff --git a/mail/p5-Mail-Mbox-MessageParser/distinfo b/mail/p5-Mail-Mbox-MessageParser/distinfo index 0795d077dfb..5c40af7dbc5 100644 --- a/mail/p5-Mail-Mbox-MessageParser/distinfo +++ b/mail/p5-Mail-Mbox-MessageParser/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2006/10/15 10:06:44 obache Exp $ +$NetBSD: distinfo,v 1.5 2007/02/24 23:08:35 wiz Exp $ -SHA1 (Mail-Mbox-MessageParser-1.4005.tar.gz) = 2730c3ca9e45710fe7b242c87c93c4d5125bb5d2 -RMD160 (Mail-Mbox-MessageParser-1.4005.tar.gz) = 8689fc03ee98c0662e02a8388b48886778c01cc7 -Size (Mail-Mbox-MessageParser-1.4005.tar.gz) = 276846 bytes +SHA1 (Mail-Mbox-MessageParser-1.5000.tar.gz) = d9a446f2700a8808297a1a8ce4bb9f972bf3e13f +RMD160 (Mail-Mbox-MessageParser-1.5000.tar.gz) = 410b46a68360b044124dc36442729e24e6d4eda6 +Size (Mail-Mbox-MessageParser-1.5000.tar.gz) = 279116 bytes -- cgit v1.2.3