diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-24 23:08:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-24 23:08:35 +0000 |
commit | 5db6375f5f4d1278a351c99727c097190dce952f (patch) | |
tree | 278932e99c093a0f3b168a1c34b259d2fe94abba /mail/p5-Mail-Mbox-MessageParser | |
parent | 1ad2866cf4613c1ac972035fe4784765f0961527 (diff) | |
download | pkgsrc-5db6375f5f4d1278a351c99727c097190dce952f.tar.gz |
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 <armin@xos.net> 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
<hpeberhard@users.sourceforge.net> for the bug report and sample input.)
- read_next_email now returns undef on end of file. (Thanks to Lucas Nussbaum
<lucas@lucas-nussbaum.net> for first reporting the bug. Thanks to Stephen
Gran <sgran@debian.org>, Frank Lichtenheld <djpig@debian.org>, Steinar
H. Gunderson <sgunderson@bigfoot.com>, Christian Hammers <ch@debian.org>,
gregor herrmann <gregor+debian@comodo.priv.at>, and Joey Hess
<joeyh@debian.org> for their efforts to fix or work around the bug. Finally,
thanks to Tassilo von Parseval <Tassilo.von.Parseval@rwth-aachen.de> for
(mis)using the module in an intuitive way that prompted the solution.)
- Simplified code by removing end_of_file attribute of parser objects.
Diffstat (limited to 'mail/p5-Mail-Mbox-MessageParser')
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
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 |