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.
This commit is contained in:
wiz 2007-02-24 23:08:35 +00:00
parent 1ad2866cf4
commit 5db6375f5f
2 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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