jhs/mail/exmh2/files/patch-ja FreeBSD-4.7 *** exmh.install.orig Tue Nov 12 21:50:25 2002 --- exmh.install Tue Nov 12 21:58:36 2002 *************** *** 32,38 **** install_dirVar mh_path [installGuessDir /usr/local/bin inc] {MH binary directory} install_progVar exmh(slocal) [installGuessPath /usr/local/lib/mh/slocal slocal] {MH slocal program} install_dirVar mime(dir) [installGuessDir /usr/local/bin metamail] {Metamail bin directory} ! install_fileVar mailcap_default [installGuessPath /usr/etc/mailcap mailcap] {System mailcap file} install_fileVar mimetypes_default [installGuessPath /usr/local/lib/exmh-$vers/mime.types mime.types] {System mime.types file} install_expect exmh(expect) [installGuessPath /usr/local/bin/expect expect] {expect program} install_progVar exmh(expectk) [installGuessPath /usr/local/bin/expectk expectk] {expectk program} --- 32,41 ---- install_dirVar mh_path [installGuessDir /usr/local/bin inc] {MH binary directory} install_progVar exmh(slocal) [installGuessPath /usr/local/lib/mh/slocal slocal] {MH slocal program} install_dirVar mime(dir) [installGuessDir /usr/local/bin metamail] {Metamail bin directory} ! ! # ORIGINAL install_fileVar mailcap_default [installGuessPath /usr/etc/mailcap mailcap] {System mailcap file} ! install_fileVar mailcap_default [installGuessPath /usr/local/etc/mailcap mailcap] {System mailcap file} ! install_fileVar mimetypes_default [installGuessPath /usr/local/lib/exmh-$vers/mime.types mime.types] {System mime.types file} install_expect exmh(expect) [installGuessPath /usr/local/bin/expect expect] {expect program} install_progVar exmh(expectk) [installGuessPath /usr/local/bin/expectk expectk] {expectk program} *************** *** 42,48 **** install_var faces(set,unknown) {domains unknown} \ {Search path for generic faces} install_var faces(set,news) {news} {Search path for news faces} ! install_var faces(defaultDomain) eng.sun.com {Your default domain} install_var faces(suffix) {xpm gif xbm} {Faces file suffixes} install_dirVar pgp(pgp,path) [installGuessDir /usr/local/bin pgp] {Pgp2 bin directory} install_dirVar pgp(pgp5,path) [installGuessDir /usr/local/bin pgpk] {Pgp5 bin directory} --- 45,55 ---- install_var faces(set,unknown) {domains unknown} \ {Search path for generic faces} install_var faces(set,news) {news} {Search path for news faces} ! ! # ORIGINAL install_var faces(defaultDomain) eng.sun.com {Your default domain} ! # GENERALLY install_var faces(defaultDomain) freebsd.org {Your default domain} ! install_var faces(defaultDomain) berklix.com {Your default domain} ! install_var faces(suffix) {xpm gif xbm} {Faces file suffixes} install_dirVar pgp(pgp,path) [installGuessDir /usr/local/bin pgp] {Pgp2 bin directory} install_dirVar pgp(pgp5,path) [installGuessDir /usr/local/bin pgpk] {Pgp5 bin directory} *************** *** 60,67 **** install_dir bin [installGuessDir /usr/local/bin exmh] {Install bin directory} install_glob bin exmh exmh-bg exmh-async ftp.expect inc.expect exmh-strip install_sed .MASTER exmh exmh-bg exmh-async ftp.expect inc.expect exmh-strip ! install_dir man /usr/man/manl {Install man directory} ! install_glob man exmh*.l install_dir lib /usr/local/lib/exmh-$vers {Install lib directory} install_glob lib lib/*.tcl lib/*.bitmap lib/*.gif lib/*.ppm lib/help.* lib/*.FAQ lib/tclIndex lib/app-defaults* lib/*.mask lib/*.exp lib/mime.types lib/*.au lib/html lib/PgpDecryptExpect lib/bitmaps --- 67,79 ---- install_dir bin [installGuessDir /usr/local/bin exmh] {Install bin directory} install_glob bin exmh exmh-bg exmh-async ftp.expect inc.expect exmh-strip install_sed .MASTER exmh exmh-bg exmh-async ftp.expect inc.expect exmh-strip ! ! # ORIGINAL install_dir man /usr/man/manl {Install man directory} ! install_dir man /usr/local/man/manl {Install man directory} ! ! # ORIGINAL install_glob man exmh*.l ! install_glob man exmh*.1 ! install_dir lib /usr/local/lib/exmh-$vers {Install lib directory} install_glob lib lib/*.tcl lib/*.bitmap lib/*.gif lib/*.ppm lib/help.* lib/*.FAQ lib/tclIndex lib/app-defaults* lib/*.mask lib/*.exp lib/mime.types lib/*.au lib/html lib/PgpDecryptExpect lib/bitmaps # Pre FreeBSD-4.7 # *** exmh.install.orig Fri May 3 19:53:00 1996 # --- exmh.install Sun Jun 9 21:30:36 1996 # *************** # *** 26,39 **** # install_dirVar mh_path /usr/local/bin {MH binary directory} # install_progVar exmh(slocal) /usr/local/lib/mh/slocal {MH slocal program} # install_dirVar mime(dir) /usr/local/bin {Metamail bin directory} # ! install_fileVar mailcap_default /usr/etc/mailcap {System mailcap file} # install_expect exmh(expect) /usr/local/bin/expect {expect program} # install_dirVar faces(dir) /usr/local/faces/faces {Root dir of faces store} # install_var faces(set,user) {local users usenix misc} \ # {Search path for user faces} # install_var faces(set,unknown) {domains unknown} \ # {Search path for generic faces} # ! install_var faces(defaultDomain) eng.sun.com {Your default domain} # install_var faces(suffix) {xpm gif xbm} {Faces file suffixes} # install_dirVar pgp(path) /usr/local/bin {PGP bin directory} # install_dirVar glimpse(path) /usr/local/bin {Glimpse bin directory} # --- 26,39 ---- # install_dirVar mh_path /usr/local/bin {MH binary directory} # install_progVar exmh(slocal) /usr/local/lib/mh/slocal {MH slocal program} # install_dirVar mime(dir) /usr/local/bin {Metamail bin directory} # ! install_fileVar mailcap_default /usr/local/etc/mailcap {System mailcap file} # install_expect exmh(expect) /usr/local/bin/expect {expect program} # install_dirVar faces(dir) /usr/local/faces/faces {Root dir of faces store} # install_var faces(set,user) {local users usenix misc} \ # {Search path for user faces} # install_var faces(set,unknown) {domains unknown} \ # {Search path for generic faces} # ! install_var faces(defaultDomain) freebsd.org {Your default domain} # install_var faces(suffix) {xpm gif xbm} {Faces file suffixes} # install_dirVar pgp(path) /usr/local/bin {PGP bin directory} # install_dirVar glimpse(path) /usr/local/bin {Glimpse bin directory} # *************** # *** 48,55 **** # install_dir bin /usr/local/bin {Install bin directory} # install_glob bin exmh exmh-bg exmh-async ftp.expect # install_sed .MASTER exmh exmh-bg exmh-async ftp.expect # ! install_dir man /usr/man/manl {Install man directory} # ! install_glob man exmh*.l # install_dir lib /usr/local/lib/exmh-$vers {Install lib directory} # install_glob lib lib/*.tcl lib/*.bitmap lib/help.* lib/*.FAQ lib/tclIndex lib/app-defaults* lib/*.mask lib/*.exp lib/mime.types lib/*.au # # --- 48,55 ---- # install_dir bin /usr/local/bin {Install bin directory} # install_glob bin exmh exmh-bg exmh-async ftp.expect # install_sed .MASTER exmh exmh-bg exmh-async ftp.expect # ! install_dir man /usr/local/man/man1 {Install man directory} # ! install_glob man exmh*.1 # install_dir lib /usr/local/lib/exmh-$vers {Install lib directory} # install_glob lib lib/*.tcl lib/*.bitmap lib/help.* lib/*.FAQ lib/tclIndex lib/app-defaults* lib/*.mask lib/*.exp lib/mime.types lib/*.au #