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 a mutt-xlabel option, for the edit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a05fc9a81e55
branches: trunk
changeset: 541846:a05fc9a81e55
user: tonio <tonio%pkgsrc.org@localhost>
date: Sat Apr 26 11:11:15 2008 +0000
description:
Add a mutt-xlabel option, for the edit-label patch, which improves the support
for the X-Label flag in mutt.
Suggested by Michael-John Turner
diffstat:
mail/mutt-devel/distinfo | 5 ++++-
mail/mutt-devel/options.mk | 14 +++++++++++---
2 files changed, 15 insertions(+), 4 deletions(-)
diffs (58 lines):
diff -r 4432e2f7fb50 -r a05fc9a81e55 mail/mutt-devel/distinfo
--- a/mail/mutt-devel/distinfo Sat Apr 26 05:09:04 2008 +0000
+++ b/mail/mutt-devel/distinfo Sat Apr 26 11:11:15 2008 +0000
@@ -1,8 +1,11 @@
-$NetBSD: distinfo,v 1.46 2008/03/08 14:28:32 joerg Exp $
+$NetBSD: distinfo,v 1.47 2008/04/26 11:11:15 tonio Exp $
SHA1 (mutt-1.5.17.tar.gz) = 6b51745fc4baf463adde53e91efb2a6c7eec8492
RMD160 (mutt-1.5.17.tar.gz) = e5c84a27ad25730afe64879e91bed89a021e0580
Size (mutt-1.5.17.tar.gz) = 3572651 bytes
+SHA1 (patch-1.5.14.dgc.xlabel_ext.9) = a5e3a6542d16c3a4fbd833986655bdc5c7896e5e
+RMD160 (patch-1.5.14.dgc.xlabel_ext.9) = 137d89ca5d9001efb8bea79ea523487b22145384
+Size (patch-1.5.14.dgc.xlabel_ext.9) = 12881 bytes
SHA1 (patch-1.5.17.rr.compressed.1.gz) = 1f28b1a270871332a0c4dbaf11dd7132431b98db
RMD160 (patch-1.5.17.rr.compressed.1.gz) = 39e244d2bf9e6db5f9c9d88f2b64d8aa7ea6b87b
Size (patch-1.5.17.rr.compressed.1.gz) = 10589 bytes
diff -r 4432e2f7fb50 -r a05fc9a81e55 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk Sat Apr 26 05:09:04 2008 +0000
+++ b/mail/mutt-devel/options.mk Sat Apr 26 11:11:15 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.29 2008/04/12 22:43:03 jlam Exp $
+# $NetBSD: options.mk,v 1.30 2008/04/26 11:11:15 tonio Exp $
# Global and legacy options
@@ -6,7 +6,7 @@
PKG_OPTIONS_REQUIRED_GROUPS= display
PKG_OPTIONS_GROUP.display= slang ncurses ncursesw curses
PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl
-PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox mutt-hcache mutt-smtp
+PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox mutt-hcache mutt-smtp mutt-xlabel
PKG_SUGGESTED_OPTIONS= ssl smime curses
.include "../../mk/bsd.options.mk"
@@ -99,7 +99,6 @@
###
### Compressed mail boxes
-### Internal SMTP relay support
###
.if !empty(PKG_OPTIONS:Mmutt-compressed-mbox)
PATCH_SITES= http://www.spinnaker.de/mutt/compressed/
@@ -118,6 +117,15 @@
.endif
###
+### X-Label header support
+###
+.if !empty(PKG_OPTIONS:Mmutt-xlabel)
+PATCH_SITES= http://home.uchicago.edu/~dgc/sw/mutt/
+PATCHFILES+= patch-1.5.14.dgc.xlabel_ext.9
+PATCH_DIST_STRIP= -p1
+.endif
+
+###
### Internationalized Domain Names
###
.if !empty(PKG_OPTIONS:Midn)
Home |
Main Index |
Thread Index |
Old Index