summaryrefslogtreecommitdiff
path: root/mail/grepmail/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-01-20 08:28:17 +0000
committerwiz <wiz>2003-01-20 08:28:17 +0000
commit96ae725552481b0733121ff6043d895529695c0b (patch)
tree07b9d2a46ff58b1f4b4975c3983fd91d1e19b886 /mail/grepmail/Makefile
parent50111058a034ec74c69bd9e3d47945469536f66d (diff)
downloadpkgsrc-96ae725552481b0733121ff6043d895529695c0b.tar.gz
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.
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r--mail/grepmail/Makefile11
1 files changed, 5 insertions, 6 deletions
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"