diff options
author | zuntum <zuntum> | 2003-07-12 01:47:30 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2003-07-12 01:47:30 +0000 |
commit | 8b1d47817c09613ccc3827dfc84cdb1f6cbd1251 (patch) | |
tree | 80cc3a8cd29c288b9cc41fa1231bc9139782a8ab | |
parent | 6094bf6edd37b8215905a733ef7131edca68b7c9 (diff) | |
download | pkgsrc-8b1d47817c09613ccc3827dfc84cdb1f6cbd1251.tar.gz |
Update grepmail to 5.00
Changes:
- grepmail is now orders of magnitude faster for mailboxes which have very
large (>30MB) emails in them
- "grep" is now used to find the start of emails, if it is installed. For
mailboxes with large emails in them, this can speed things up by about 5x.
- Reduced memory consumption by about 3 times.
- -- now marks the end of options and the beginning of folders (Thanks to
Reuben Thomas <rrt@sc3d.org> for the idea.)
- -f now reads patterns from a file like GNU grep does. (Feature suggestion by
Darxus@chaosreigns.com)
- Added smail compatibility. (Thanks to Roy <qroy@ghg.net> for the patch.)
- The "**" prefix on warnings has been changed to "grepmail:"
- Date specifications without times (e.g. "today") are interpreted as midnight
of the given day instead of the current time of that day. (Bugfix and
initial patch by Reuben Thomas <rrt@sc3d.org>.)
- Fixed -i when used with -Y--it was always case sensitive. (Bugfix by Michael
C. Toren <mct@toren.net>)
- Updated t/functionality.t to avoid running gzip-related test cases when gzip
is not installed on the system.
- Improved some error messages so that they prepend "grepmail: " as they
should
- Cleaned up some warnings about ambiguous hash values (Thanks to Philip
Douglass <philipsd@sf.net> for pointing them out in a bug report.)
- Added a warning about the version of perl required for new pattern features
(Thanks to Philip Douglass <philipsd@sf.net> for the bug report.)
- -t flag is now -j
- Fixed broken Gnus support
- Improved test case for Gnus
-rw-r--r-- | mail/grepmail/Makefile | 4 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index df716ca2285..a1b74190a96 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/01/20 08:28:17 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/12 01:47:30 zuntum Exp $ # -DISTNAME= grepmail-4.91 +DISTNAME= grepmail-5.00 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 0f9960a6f98..38681fd2c95 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/01/20 08:28:17 wiz Exp $ +$NetBSD: distinfo,v 1.5 2003/07/12 01:47:31 zuntum Exp $ -SHA1 (grepmail-4.91.tar.gz) = a16655a8d171bdd9117603fd39423f45924144c4 -Size (grepmail-4.91.tar.gz) = 690103 bytes +SHA1 (grepmail-5.00.tar.gz) = 55f4594646dfeb4d32a58e0630e98bf3423ccc68 +Size (grepmail-5.00.tar.gz) = 699849 bytes |