From 306ccf763776cb273063e7411e5e934315c5b6bd Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 20 Jan 2003 08:28:17 +0000 Subject: Update to 4.91, from PR 19944 by Adrian Portelli. New in version 4.91: - Added missing dependency for Storable. - Storable now only necessary if you plan on using caching - Fixed a bug in test case 83 - Changed -s to support "<", ">", "<=", ">=" and "-". (Feature suggestion by Jens Schleusener) New in version 4.90: - Made Mail::Folder::SlowReader object-oriented - Removed FastReader from distribution. (It's no longer faster! Also, I couldn't integrate it easily with the new object-oriented reader design.) - Fixed a bug where in some cases emails were not being converted to mbox format before being printed - Made searches involving header-related constraints a bit faster - Added missing documentation for -F flag - Added -f flag to search based on message status. (Feature suggestion by Richard D Alloway) - Fixed a bug where -X and -Y flags after a pattern would not be processed - Added experimental caching capability, which is perhaps 5% slower the first time you run grepmail on a mail folder, and 10-20% faster on subsequent runs. The cache is stored in ~/.grepmail-cache. You must edit the grepmail file and set $USE_CACHING to true to use this feature. (Idea and initial patch by terry jones) New in version 4.81: - Fixed incompatibilities with older (5.005_03) versions of Perl - Fixed test cases which fail on operating systems (shells?) which emit "Broken Pipe" to standard output. I'd rather break the pipe than have grepmail gobble megabytes of data when it can't handle it. - Added --version flag (patch by Gerald Pfeifer) - Added documentation for -V flag. --- mail/grepmail/Makefile | 11 +++++------ mail/grepmail/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'mail/grepmail') diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 4caac00e820..df716ca2285 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2002/11/01 11:38:33 seb Exp $ +# $NetBSD: Makefile,v 1.8 2003/01/20 08:28:17 wiz Exp $ # -DISTNAME= grepmail-4.80 -PKGREVISION= 1 +DISTNAME= grepmail-4.91 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grepmail/} @@ -10,16 +9,16 @@ MAINTAINER= david@fundy.net HOMEPAGE= http://grepmail.sourceforge.net/ COMMENT= mbox formatted file search utility -DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate -DEPENDS+= p5-Inline-[0-9]*:../../devel/p5-Inline DEPENDS+= p5-Date-Manip-[0-9]*:../../devel/p5-Date-Manip +DEPENDS+= p5-Inline-[0-9]*:../../devel/p5-Inline +DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 +DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/grepmail/.packlist MAKE_PARAMS+= INSTALLDIRS=site -MAKE_PARAMS+= FASTREADER=1 .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 5de9ca7c75c..0f9960a6f98 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/10/31 08:18:41 seb Exp $ +$NetBSD: distinfo,v 1.4 2003/01/20 08:28:17 wiz Exp $ -SHA1 (grepmail-4.80.tar.gz) = 16e085376f68497eeac6f37e2d0019c9b02951d0 -Size (grepmail-4.80.tar.gz) = 714739 bytes +SHA1 (grepmail-4.91.tar.gz) = a16655a8d171bdd9117603fd39423f45924144c4 +Size (grepmail-4.91.tar.gz) = 690103 bytes -- cgit v1.2.3