summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-12 18:50:29 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-12 18:50:29 +0000
commit69d222d364fb28db207b313629cfeaf6bfca9320 (patch)
tree3dc7748b6829bc63da8d7058a629f2c755230699 /mail
parent4b3ce66cf1b0a1613d732d665dd6696ebd28d75a (diff)
downloadpkgsrc-69d222d364fb28db207b313629cfeaf6bfca9320.tar.gz
Add option "mutt-compressed-mbox", which includes the compressed
folders patch. It adds hooks for open, close and append to handle compressed or encrypted mboxes. Disabled by default.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/distinfo5
-rw-r--r--mail/mutt-devel/options.mk14
2 files changed, 16 insertions, 3 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index 2b826d3a019..44f4e570798 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.28 2005/10/05 20:08:32 tonio Exp $
+$NetBSD: distinfo,v 1.29 2006/06/12 18:50:29 joerg Exp $
SHA1 (mutt-1.5.11.tar.gz) = cc5823016fe7de6ee3a131b19a3f78796f9f53d5
RMD160 (mutt-1.5.11.tar.gz) = 812bfa6b1c9bfb1650341f7522298699c7b214a5
Size (mutt-1.5.11.tar.gz) = 3187375 bytes
+SHA1 (patch-1.5.11.rr.compressed.1.gz) = 0a82f2253d11655a6f743d1a2cfc82877c4ef134
+RMD160 (patch-1.5.11.rr.compressed.1.gz) = 00f3302e86ce382e274e1b1745e0082ef1f643c4
+Size (patch-1.5.11.rr.compressed.1.gz) = 10433 bytes
SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
SHA1 (patch-ab) = deab9098ad64ab77b29233a3bf3df1439f36989a
SHA1 (patch-ac) = b48ff9f66ff2b483b5aa0c312e08bd22c7cf03be
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index 9b5fd24bc6b..e150ec8e696 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.13 2006/04/13 21:45:13 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2006/06/12 18:50:29 joerg Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
-PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl mutt-hcache idn
+PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl mutt-hcache idn mutt-compressed-mbox
PKG_SUGGESTED_OPTIONS= ssl
.include "../../mk/bsd.options.mk"
@@ -59,6 +59,16 @@ CONFIGURE_ARGS+= --disable-hcache
.endif
###
+### Compressed mail boxes
+###
+.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
+PATCH_SITES+= http://www.spinnaker.de/mutt/compressed/
+PATCHFILES+= patch-1.5.11.rr.compressed.1.gz
+PATCH_DIST_STRIP= -p1
+CONFIGURE_ARGS+= --enable-compressed
+.endif
+
+###
### Internationalized Domain Names
###
.if !empty(PKG_OPTIONS:Midn)