diff options
author | 2004-05-30 02:42:31 +0000 | |
---|---|---|
committer | 2004-05-30 02:42:31 +0000 | |
commit | 121a7b4353164ae6391ba771d9d56fa620754304 (patch) | |
tree | f83e08a9a90e5dc879b4b189f04437ae32228d5b /mail-client/exmh/files | |
parent | update linux sources to ppc64-sources (diff) | |
download | historical-121a7b4353164ae6391ba771d9d56fa620754304.tar.gz historical-121a7b4353164ae6391ba771d9d56fa620754304.tar.bz2 historical-121a7b4353164ae6391ba771d9d56fa620754304.zip |
Moved from net-mail/exmh to mail-client/exmh.
Diffstat (limited to 'mail-client/exmh/files')
-rw-r--r-- | mail-client/exmh/files/digest-exmh-2.5 | 1 | ||||
-rw-r--r-- | mail-client/exmh/files/digest-exmh-2.6.3 | 1 | ||||
-rw-r--r-- | mail-client/exmh/files/exmh-2.5-conf.patch | 108 | ||||
-rw-r--r-- | mail-client/exmh/files/exmh-2.6.3-conf.patch | 87 |
4 files changed, 197 insertions, 0 deletions
diff --git a/mail-client/exmh/files/digest-exmh-2.5 b/mail-client/exmh/files/digest-exmh-2.5 new file mode 100644 index 000000000000..e446e10639f8 --- /dev/null +++ b/mail-client/exmh/files/digest-exmh-2.5 @@ -0,0 +1 @@ +MD5 f40c3cebfe9102d66ec27a9098b4717e exmh-2.5.tar.gz 867121 diff --git a/mail-client/exmh/files/digest-exmh-2.6.3 b/mail-client/exmh/files/digest-exmh-2.6.3 new file mode 100644 index 000000000000..c8f61e2a8714 --- /dev/null +++ b/mail-client/exmh/files/digest-exmh-2.6.3 @@ -0,0 +1 @@ +MD5 5b04d70b7f827f4e520d8b68b28b3efe exmh-2.6.3.tar.gz 910556 diff --git a/mail-client/exmh/files/exmh-2.5-conf.patch b/mail-client/exmh/files/exmh-2.5-conf.patch new file mode 100644 index 000000000000..96489601444b --- /dev/null +++ b/mail-client/exmh/files/exmh-2.5-conf.patch @@ -0,0 +1,108 @@ +diff -urN exmh-2.5/exmh exmh-2.5.conf/exmh +--- exmh-2.5/exmh Thu May 23 10:20:22 2002 ++++ exmh-2.5.conf/exmh Thu May 23 10:17:46 2002 +@@ -1,4 +1,4 @@ +-#!wish -f ++#!/usr/bin/wish -f + # + # TK interface to the MH Mail utility + # Brent Welch <welch@acm.org> +@@ -17,6 +17,34 @@ + + # The following lines are patched by exmh.install + #CONFIGURATION ++set wish /usr/bin/wish ++set exmh(version) {version 2.5 07/13/2001} ++set exmh(name) exmh ++set exmh(maintainer) welch@acm.org ++set mh_path /usr/bin ++set exmh(slocal) /usr/bin/slocal ++set mime(dir) /usr/bin ++set mailcap_default /etc/mailcap ++set mimetypes_default /etc/mime.types ++set exmh(expect) /usr/bin/expect ++set exmh(expectk) /usr/bin/expectk ++set faces(dir) /usr/lib/faces ++set faces(set,user) {local users usenix misc} ++set faces(set,unknown) {domains unknown} ++set faces(set,news) news ++set faces(defaultDomain) eng.sun.com ++set faces(suffix) {xpm gif xbm} ++set pgp(pgp,path) /usr/bin ++set pgp(pgp5,path) /usr/bin ++set pgp(gpg,path) /usr/bin ++set pgp(pgp6,path) /usr/bin ++set glimpse(path) /usr/bin ++set sound(cmd) /usr/bin/play ++set exmh(library) /usr/lib/exmh-2.5 ++set install(dir,bin) /usr/bin ++set install(dir,man) /usr/share/man/man1 ++set install(dir,lib) /usr/lib/exmh-2.5 ++ + #END CONFIGURATION + + if [catch {file join a b}] { +diff -urN exmh-2.5/exmh-async exmh-2.5.conf/exmh-async +--- exmh-2.5/exmh-async Thu May 23 10:20:22 2002 ++++ exmh-2.5.conf/exmh-async Thu May 23 09:55:34 2002 +@@ -1,4 +1,4 @@ +-#!wish -f ++#!/usr/bin/wish -f + # + # async editor frontend for exmh + # Arg1: invoking interpreter's name (from [winfo name .]) +diff -urN exmh-2.5/exmh-bg exmh-2.5.conf/exmh-bg +--- exmh-2.5/exmh-bg Thu May 23 10:20:22 2002 ++++ exmh-2.5.conf/exmh-bg Thu May 23 10:18:18 2002 +@@ -1,4 +1,4 @@ +-#!wish -f ++#!/usr/bin/wish -f + # + # Background processing script for exmh. + # This does stuff and then sends messages to the background module +@@ -17,6 +17,34 @@ + # any specification. + + #CONFIGURATION ++set wish /usr/bin/wish ++set exmh(version) {version 2.5 07/13/2001} ++set exmh(name) exmh ++set exmh(maintainer) welch@acm.org ++set mh_path /usr/bin ++set exmh(slocal) /usr/bin/slocal ++set mime(dir) /usr/bin ++set mailcap_default /etc/mailcap ++set mimetypes_default /etc/mime.types ++set exmh(expect) /usr/bin/expect ++set exmh(expectk) /usr/bin/expectk ++set faces(dir) /usr/lib/faces ++set faces(set,user) {local users usenix misc} ++set faces(set,unknown) {domains unknown} ++set faces(set,news) news ++set faces(defaultDomain) eng.sun.com ++set faces(suffix) {xpm gif xbm} ++set pgp(pgp,path) /usr/bin ++set pgp(pgp5,path) /usr/bin ++set pgp(gpg,path) /usr/bin ++set pgp(pgp6,path) /usr/bin ++set glimpse(path) /usr/bin ++set sound(cmd) /usr/bin/play ++set exmh(library) /usr/lib/exmh-2.5 ++set install(dir,bin) /usr/bin ++set install(dir,man) /usr/share/man/man1 ++set install(dir,lib) /usr/lib/exmh-2.5 ++ + #END CONFIGURATION + + wm withdraw . +diff -urN exmh-2.5/ftp.expect exmh-2.5.conf/ftp.expect +--- exmh-2.5/ftp.expect Thu May 23 10:20:22 2002 ++++ exmh-2.5.conf/ftp.expect Thu May 23 09:55:34 2002 +@@ -1,6 +1,6 @@ + #!/bin/sh + # \ +-exec expect -f ++exec /usr/bin/expect -f + + set site [lindex $argv 0] + set dir [lindex $argv 1] diff --git a/mail-client/exmh/files/exmh-2.6.3-conf.patch b/mail-client/exmh/files/exmh-2.6.3-conf.patch new file mode 100644 index 000000000000..2cf64afa0001 --- /dev/null +++ b/mail-client/exmh/files/exmh-2.6.3-conf.patch @@ -0,0 +1,87 @@ +diff -urN exmh-2.6.3/exmh exmh-2.6.3-gentoo/exmh +--- exmh-2.6.3/exmh 2003-04-19 12:41:21.000000000 +0200 ++++ exmh-2.6.3-gentoo/exmh 2003-04-19 12:34:08.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!wish -f ++#!/usr/bin/wish -f + # + # TK interface to the MH Mail utility + # Brent Welch <welch@acm.org> +@@ -17,6 +17,8 @@ + + # The following lines are patched by exmh.install + #CONFIGURATION ++source /etc/exmh.conf ++set exmh(version) "version 2.6.3 04/02/2003 (gentoo $exmh(gentoo-config-version))" + #END CONFIGURATION + + if [catch {file join a b}] { +diff -urN exmh-2.6.3/exmh-bg exmh-2.6.3-gentoo/exmh-bg +--- exmh-2.6.3/exmh-bg 2003-04-19 12:41:21.000000000 +0200 ++++ exmh-2.6.3-gentoo/exmh-bg 2003-04-19 12:34:29.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!wish -f ++#!/usr/bin/wish -f + # + # Background processing script for exmh. + # This does stuff and then sends messages to the background module +@@ -17,6 +17,8 @@ + # any specification. + + #CONFIGURATION ++source /etc/exmh.conf ++set exmh(version) "version 2.6.3 04/02/2003 (gentoo $exmh(gentoo-config-version))" + #END CONFIGURATION + + wm withdraw . +diff -urN exmh-2.6.3/exmh-strip exmh-2.6.3-gentoo/exmh-strip +--- exmh-2.6.3/exmh-strip 2003-04-19 12:41:21.000000000 +0200 ++++ exmh-2.6.3-gentoo/exmh-strip 2003-04-19 12:33:58.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!wish ++#!/usr/bin/wish -f + # + # Utility to strip out attachments from MIME messages. + # They are replaced with references to the external files. +@@ -41,6 +41,8 @@ + # any specification. + + #CONFIGURATION ++source /etc/exmh.conf ++set exmh(version) "version 2.6.3 04/02/2003 (gentoo $exmh(gentoo-config-version))" + #END CONFIGURATION + + if {[catch {wm withdraw .}]} { +diff -urN exmh-2.6.3/gentoo/exmh.conf exmh-2.6.3-gentoo/gentoo/exmh.conf +--- exmh-2.6.3/gentoo/exmh.conf 1970-01-01 01:00:00.000000000 +0100 ++++ exmh-2.6.3-gentoo/gentoo/exmh.conf 2003-04-19 15:04:01.000000000 +0200 +@@ -0,0 +1,29 @@ ++# /etc/exmh.conf - configuration file for exmh ++# this is sourced by exmh, so please use tcl syntax ++set wish /usr/bin/wish ++set exmh(gentoo-config-version) {2.6.3} ++set exmh(name) exmh ++set exmh(maintainer) welch@acm.org ++set mh_path /usr/bin ++set exmh(slocal) /usr/bin/slocal ++set mime(dir) /usr/bin ++set mailcap_default /etc/mailcap ++set mimetypes_default /etc/mime.types ++set exmh(expect) /usr/bin/expect ++set exmh(expectk) /usr/expectk ++set faces(dir) /usr/lib/faces ++set faces(set,user) {local users usenix misc} ++set faces(set,unknown) {domains unknown} ++set faces(set,news) news ++set faces(defaultDomain) panasas.com ++set faces(suffix) {xpm gif xbm} ++set pgp(pgp,path) /usr/bin ++set pgp(pgp5,path) /usr/bin ++set pgp(gpg,path) /usr/bin ++set pgp(pgp6,path) /usr/bin ++set glimpse(path) /usr/bin ++set sound(cmd) {/usr/bin/play -v 38} ++set exmh(library) /usr/lib/exmh-2.6.3 ++set install(dir,bin) /usr/bin ++set install(dir,man) /usr/share/man/manl ++set install(dir,lib) /usr/lib/exmh-2.6.3 |