summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-17 21:06:50 +0000
committerjoerg <joerg>2007-07-17 21:06:50 +0000
commit87733fb43b8a4e104527a89672eb9bb3f38219df (patch)
tree68ecc66d564831b89b18fe3ff42e1afdecd804b8 /mail/mutt-devel
parentc47fb4ce5b4be9b3c362e7e413ac5a16f0b968ec (diff)
downloadpkgsrc-87733fb43b8a4e104527a89672eb9bb3f38219df.tar.gz
Readd compressed mailbox support. Please keep the fragment and just
remove the option if it doesn't get updated in time again.
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/distinfo5
-rw-r--r--mail/mutt-devel/options.mk16
2 files changed, 18 insertions, 3 deletions
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index e419b5d6fc8..0eef1c425b8 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.41 2007/06/10 20:01:34 tonio Exp $
+$NetBSD: distinfo,v 1.42 2007/07/17 21:06:50 joerg Exp $
SHA1 (mutt-1.5.16.tar.gz) = 4aaa82bdc75d5e12acc72df4f61fbbf87fd64fc1
RMD160 (mutt-1.5.16.tar.gz) = 3b345599aa62a956b9c881994ffd74156a5bf808
Size (mutt-1.5.16.tar.gz) = 3534894 bytes
+SHA1 (patch-1.5.16.rr.compressed.1.gz) = 9cb5f56c7bd79eedfc876e80dc8c1ccd412eb343
+RMD160 (patch-1.5.16.rr.compressed.1.gz) = 32e96012a6d49f616ef06562b9c29a7c95382fc2
+Size (patch-1.5.16.rr.compressed.1.gz) = 10542 bytes
SHA1 (patch-aa) = 59d89dce24110be2927c8a1ea1fa5b780d644372
SHA1 (patch-ab) = 4f9e8cbcec719263998d61fcc9a707548d804477
SHA1 (patch-ad) = ecfa994c7c5e494b6eb7356327b96de6559146fc
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk
index b845d120784..5d82a8e009b 100644
--- a/mail/mutt-devel/options.mk
+++ b/mail/mutt-devel/options.mk
@@ -1,11 +1,12 @@
-# $NetBSD: options.mk,v 1.25 2007/05/27 17:39:47 tonio Exp $
+# $NetBSD: options.mk,v 1.26 2007/07/17 21:06:51 joerg Exp $
# Global and legacy options
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
PKG_OPTIONS_REQUIRED_GROUPS= display
PKG_OPTIONS_GROUP.display= slang ncurses ncursesw curses
-PKG_SUPPORTED_OPTIONS= ssl smime sasl mutt-hcache idn mutt-smtp debug
+PKG_SUPPORTED_OPTIONS= debug idn ssl smime sasl
+PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox mutt-hcache mutt-smtp
PKG_SUGGESTED_OPTIONS= ssl smime curses
.include "../../mk/bsd.options.mk"
@@ -97,6 +98,17 @@ CONFIGURE_ARGS+= --disable-hcache
.endif
###
+### Compressed mail boxes
+### Internal SMTP relay support
+###
+.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
+PATCH_SITES= http://www.spinnaker.de/mutt/compressed/
+PATCHFILES+= patch-${PKGVERSION}.rr.compressed.1.gz
+PATCH_DIST_STRIP= -p1
+CONFIGURE_ARGS+= --enable-compressed
+.endif
+
+###
### Internal SMTP relay support
###
.if !empty(PKG_OPTIONS:Mmutt-smtp)