summaryrefslogtreecommitdiff
path: root/mail/exmh
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-05-12 20:40:17 +0000
committeragc <agc@pkgsrc.org>2003-05-12 20:40:17 +0000
commitebda724b3400463cc50f157c54377e68e1d27886 (patch)
tree7cc40436b6db432e535a1358a500eafb27b7a379 /mail/exmh
parent7735e77fc79512ba176a93de4143efc7729d19f3 (diff)
downloadpkgsrc-ebda724b3400463cc50f157c54377e68e1d27886.tar.gz
Update exmh package from 2.5 to 2.6.3.
Requested by Steve Bellovin in PR 21507 Changes from previous version: 2.6.3 fixes a UI pause problem introduced in 2.6 2.6.2 bug fixes 2.6.1 generalised sequence handling - replace the "unseen" window with a sequences window, and add a Sequence menu. - display number of unseen messages in folder cache 2.6 Add a Sequences menu, and internal overhaul of sequence handling
Diffstat (limited to 'mail/exmh')
-rw-r--r--mail/exmh/Makefile4
-rw-r--r--mail/exmh/PLIST6
-rw-r--r--mail/exmh/distinfo8
-rw-r--r--mail/exmh/patches/patch-aw4
4 files changed, 11 insertions, 11 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile
index 14ec8a100e9..8eff79ab26d 100644
--- a/mail/exmh/Makefile
+++ b/mail/exmh/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2002/05/26 10:42:40 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2003/05/12 20:40:17 agc Exp $
# FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp
#
-DISTNAME= exmh-2.5
+DISTNAME= exmh-2.6.3
CATEGORIES= mail tk80
MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/
diff --git a/mail/exmh/PLIST b/mail/exmh/PLIST
index 8783914469d..c010ff23159 100644
--- a/mail/exmh/PLIST
+++ b/mail/exmh/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:00:00 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/05/12 20:40:17 agc Exp $
bin/exmh
bin/exmh-async
bin/exmh-bg
@@ -50,7 +50,6 @@ lib/${PKGNAME}/folder.tcl
lib/${PKGNAME}/folderNew.tcl
lib/${PKGNAME}/fontsel.tcl
lib/${PKGNAME}/ftoc.tcl
-lib/${PKGNAME}/ftocColor.tcl
lib/${PKGNAME}/ftocFind.tcl
lib/${PKGNAME}/ftp_get.tcl
lib/${PKGNAME}/getnews.tcl
@@ -175,6 +174,8 @@ lib/${PKGNAME}/seditQP.tcl
lib/${PKGNAME}/seditSel.tcl
lib/${PKGNAME}/select.tcl
lib/${PKGNAME}/send.tcl
+lib/${PKGNAME}/sequences.tcl
+lib/${PKGNAME}/seqwin.tcl
lib/${PKGNAME}/sound.tcl
lib/${PKGNAME}/source.tcl
lib/${PKGNAME}/tclIndex
@@ -184,7 +185,6 @@ lib/${PKGNAME}/textSelect.tcl
lib/${PKGNAME}/thread.tcl
lib/${PKGNAME}/timer.bitmap
lib/${PKGNAME}/tioga.tcl
-lib/${PKGNAME}/unseenwin.tcl
lib/${PKGNAME}/uri.tcl
lib/${PKGNAME}/url.bitmap
lib/${PKGNAME}/urlFace.tcl
diff --git a/mail/exmh/distinfo b/mail/exmh/distinfo
index bac2e420ece..ab2e84dbb91 100644
--- a/mail/exmh/distinfo
+++ b/mail/exmh/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2001/10/11 09:26:04 agc Exp $
+$NetBSD: distinfo,v 1.4 2003/05/12 20:40:18 agc Exp $
-SHA1 (exmh-2.5/exmh-2.5.tar.gz) = eb24358ae4f12b940b7ad5af64c7cf1f10e9e7fa
-Size (exmh-2.5/exmh-2.5.tar.gz) = 867121 bytes
-SHA1 (patch-aw) = d75b933531abfff577e989f5b372fb9189830424
+SHA1 (exmh-2.6.3/exmh-2.6.3.tar.gz) = 3d41d4c735b7248cb10937950ea2adb0e3f4033c
+Size (exmh-2.6.3/exmh-2.6.3.tar.gz) = 910556 bytes
+SHA1 (patch-aw) = 396ef41611de11a9ba48f15711e20f4e44f73da9
diff --git a/mail/exmh/patches/patch-aw b/mail/exmh/patches/patch-aw
index 5e9f9bad5b7..65f5e1f552e 100644
--- a/mail/exmh/patches/patch-aw
+++ b/mail/exmh/patches/patch-aw
@@ -1,4 +1,4 @@
-$NetBSD: patch-aw,v 1.2 1998/08/18 10:46:20 agc Exp $
+$NetBSD: patch-aw,v 1.3 2003/05/12 20:40:18 agc Exp $
Modify default threading offsets so that standard scan format is correct.
@@ -22,6 +22,6 @@ Modify default threading offsets so that standard scan format is correct.
-proc Thread_Ftoc { {selected 0} {breakoff 20} {mark "+->"} } {
+proc Thread_Ftoc { {selected 0} {breakoff 30} {mark "+->"} } {
- global exwin exmh ftoc msg
+ global exwin exmh ftoc msg mhProfile
#