From bacfec4b5230bf8781fbbf46ba35339306f97d84 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 18 Dec 2003 14:24:01 +0000 Subject: Updated grepmail to 5.22. Major changes since 5.00: New in version 5.22: - X-Mailfolder header no longer has a line number when -n is used. (bugfix by Kevin Pfeiffer ) - New -B flag prints abbreviated headers (initial patch by Kevin Pfeiffer ) - Headers spanning multiple lines are now printed correctly in warnings and such. - Fixed a spurious warning which would be printed if caching was not enabled. - grepmail will now disable caching if the caching version of Mail::Mbox::MessageParser can not be loaded, instead of exiting. New in version 5.21: - Fixed line ending bugs under MS-DOS/Windows. New in version 5.20: - Added speed testing to the distribution - Fixed Makefile.PL so that test modules would not be installed. - Changed testing to use PERLRUN instead of FULLPERLRUN, which is not available with older versions of MakeMaker that ship with older versions of Perl. (Thanks to Ed Avis for catching this.) - Fixed interactive installation problems. (Thanks to Joey Hess for catching this (again).) - Fixed broken searching of $HOME/mail, $HOME/Mail, and $HOME/Mailbox directories when a mail folder can not be found. Changed $MAIL to $MAILDIR since $MAIL usually points to the user's inbox. (Bug found and initial patch by Peter Cordes .) - Cache file permissions are now set to protect against prying eyes. (Patch by Joey Hess ) - The user can now specify the cache file location with the -C flag. - Fixed compatibility problems with perl 5.005_01 New in version 5.10: - Extracted mail parsing into the new Mail::Mbox::MessageParser module. - Fixed small performance loss bugs in short-circuit matching of headers which were introduced in the last version - Fixed some uses of uninitialized values (Originally reported by Ed Avis .) - Improved performance a bit. - The Makefile.PL now uses the default values when run non-interactively. - Caching is now enabled by default. (It's no longer experimental.) Users can disable it during installation. - Date specifications without times (e.g. "today") are interpreted as midnight of the given day instead of the current time of that day. grepmail now relies on Date::Manip to handle this--users must upgrade Date::Manip to get this support. (Thanks to Reuben Thomas for working with Sullivan Beck to get TodayIsMidnight added to Date::Manip. Original bug report by Philip Douglass ) - Restructured test cases --- mail/grepmail/Makefile | 4 ++-- mail/grepmail/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index a1b74190a96..f85b5cdcecf 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/07/12 01:47:30 zuntum Exp $ +# $NetBSD: Makefile,v 1.10 2003/12/18 14:24:01 grant Exp $ # -DISTNAME= grepmail-5.00 +DISTNAME= grepmail-5.22 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 38681fd2c95..5aa1138ac6c 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/07/12 01:47:31 zuntum Exp $ +$NetBSD: distinfo,v 1.6 2003/12/18 14:24:01 grant Exp $ -SHA1 (grepmail-5.00.tar.gz) = 55f4594646dfeb4d32a58e0630e98bf3423ccc68 -Size (grepmail-5.00.tar.gz) = 699849 bytes +SHA1 (grepmail-5.22.tar.gz) = 0fa8c8755bd3b11b329bb52a5ffcebff1b55e27f +Size (grepmail-5.22.tar.gz) = 441252 bytes -- cgit v1.2.3