pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Add option "mutt-compressed-mbox", whi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/988a41734639
branches: trunk
changeset: 514473:988a41734639
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jun 12 18:50:29 2006 +0000
description:
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:
mail/mutt-devel/distinfo | 5 ++++-
mail/mutt-devel/options.mk | 14 ++++++++++++--
2 files changed, 16 insertions(+), 3 deletions(-)
diffs (48 lines):
diff -r f898e69e3457 -r 988a41734639 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo Mon Jun 12 17:04:38 2006 +0000
+++ b/mail/mutt-devel/distinfo Mon Jun 12 18:50:29 2006 +0000
@@ -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 -r f898e69e3457 -r 988a41734639 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk Mon Jun 12 17:04:38 2006 +0000
+++ b/mail/mutt-devel/options.mk Mon Jun 12 18:50:29 2006 +0000
@@ -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 @@
.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)
Home |
Main Index |
Thread Index |
Old Index