pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Readd compressed mailbox support. Plea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0de1378e4259
branches:  trunk
changeset: 531025:0de1378e4259
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 17 21:06:50 2007 +0000

description:
Readd compressed mailbox support. Please keep the fragment and just
remove the option if it doesn't get updated in time again.

diffstat:

 mail/mutt-devel/distinfo   |   5 ++++-
 mail/mutt-devel/options.mk |  16 ++++++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 61274c189c4a -r 0de1378e4259 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo  Tue Jul 17 21:05:11 2007 +0000
+++ b/mail/mutt-devel/distinfo  Tue Jul 17 21:06:50 2007 +0000
@@ -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 -r 61274c189c4a -r 0de1378e4259 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Tue Jul 17 21:05:11 2007 +0000
+++ b/mail/mutt-devel/options.mk        Tue Jul 17 21:06:50 2007 +0000
@@ -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 @@
 .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)



Home | Main Index | Thread Index | Old Index