diff options
author | snj <snj@pkgsrc.org> | 2004-06-07 02:58:27 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-06-07 02:58:27 +0000 |
commit | 806d7d18ad44b6f09a54d14ae1aee0f4da1d0c1a (patch) | |
tree | 4d2436113248a5ce48ff12f7cc9537ec0c744a28 /mail/grepmail | |
parent | dc5f8fca04a4c878ea7ccaca3510d2a799afc1a9 (diff) | |
download | pkgsrc-806d7d18ad44b6f09a54d14ae1aee0f4da1d0c1a.tar.gz |
Update to 5.23. Changes:
* Fixed a bug in speed tests which would cause the grep implementation to
fail.
* Fixed incorrect output for emails without message bodies.
* Fixed filename output for -n, -m and other situations when input comes
from standard input.
* Added -w flag to match word boundaries.
* A warning is now issued and caching is disabled if -C is not specified
and $HOME is not set (as might be the case when running grepmail in a
cron job).
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/DESCR | 6 | ||||
-rw-r--r-- | mail/grepmail/Makefile | 6 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/mail/grepmail/DESCR b/mail/grepmail/DESCR index 9d8dad94cf2..48227e3e7da 100644 --- a/mail/grepmail/DESCR +++ b/mail/grepmail/DESCR @@ -1,3 +1,3 @@ -grepmail Searches a normal or gzip'ed mailbox for a given regular -expression, and returns those emails that match it. Also supports -searches constrained by date. +grepmail searches a normal or gzip'ed mailbox for a given regular +expression and outputs the emails that match it. It also supports +searches constrained by date and other factors. diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 8d9d27c7c4e..2af8c09d8a3 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2004/05/07 14:03:31 wiz Exp $ -# +# $NetBSD: Makefile,v 1.13 2004/06/07 02:58:27 snj Exp $ -DISTNAME= grepmail-5.22 -PKGREVISION= 1 +DISTNAME= grepmail-5.23 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 5aa1138ac6c..9a89d54c91d 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/12/18 14:24:01 grant Exp $ +$NetBSD: distinfo,v 1.7 2004/06/07 02:58:27 snj Exp $ -SHA1 (grepmail-5.22.tar.gz) = 0fa8c8755bd3b11b329bb52a5ffcebff1b55e27f -Size (grepmail-5.22.tar.gz) = 441252 bytes +SHA1 (grepmail-5.23.tar.gz) = fada5ed07aed9c8e8e1f44c7097d65985a0504dd +Size (grepmail-5.23.tar.gz) = 443806 bytes |