diff options
author | hoek <hoek@FreeBSD.org> | 1997-11-15 06:51:10 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1997-11-15 06:51:10 +0800 |
commit | f8d304148d79951d232d158149770450207019c1 (patch) | |
tree | 162809a8c6d56795e1ac0fa9d82b8654aa5a0cfe /mail/tkrat2/files | |
parent | be24a7ef07e429dd9fdcc6098f8d45aad22468a4 (diff) | |
download | freebsd-ports-gnome-f8d304148d79951d232d158149770450207019c1.tar.gz freebsd-ports-gnome-f8d304148d79951d232d158149770450207019c1.tar.zst freebsd-ports-gnome-f8d304148d79951d232d158149770450207019c1.zip |
Tkrat, Tcl/Tk mail reader. For those Tcl fans of you, this
mail reader is for you! :) Described by submitter as
"Tk-ized pine".
PR: ports/4343 ports/4857 (please limit one pr per port
and send followups to original pr)
Submitted by: Bruce Gingery <bgingery@gtcs.com>
Diffstat (limited to 'mail/tkrat2/files')
-rw-r--r-- | mail/tkrat2/files/patch-aa | 27 | ||||
-rw-r--r-- | mail/tkrat2/files/ratatoskrc | 26 |
2 files changed, 53 insertions, 0 deletions
diff --git a/mail/tkrat2/files/patch-aa b/mail/tkrat2/files/patch-aa new file mode 100644 index 000000000000..9d2348bc618f --- /dev/null +++ b/mail/tkrat2/files/patch-aa @@ -0,0 +1,27 @@ +*** Makefile.in.orig Tue Oct 21 16:00:48 1997 +--- Makefile.in Sun Nov 9 00:44:42 1997 +*************** +*** 15,26 **** + all: build + + build: +- -cd imap-4.1; \ +- if test "`cat OSTYPE 2>/dev/null`" = "${OSTYPE}" ; then \ +- ${MAKE}; \ +- else \ +- ${MAKE} ${OSTYPE}; \ +- fi + cd lib; ${MAKE} + cd script; ${MAKE} + cd tkrat; ${MAKE} +--- 15,20 ---- +*************** +*** 32,38 **** + cd misc; ${MAKE} install + + clean: +- cd imap-4.1; ${MAKE} clean + cd lib; ${MAKE} clean + cd script; ${MAKE} clean + cd tkrat; ${MAKE} clean +--- 26,31 ---- diff --git a/mail/tkrat2/files/ratatoskrc b/mail/tkrat2/files/ratatoskrc new file mode 100644 index 000000000000..7136901a0336 --- /dev/null +++ b/mail/tkrat2/files/ratatoskrc @@ -0,0 +1,26 @@ +# Minimum defaults or important defaults... +# +# See the file /usr/local/share/doc/tkrat/CONFIGURATION for a more +# detailed explanation of these. +# + +# Which domain we should pretend we are from +set option(masquerade_as) {} + +# Which domain we are in +set option(domain) {} + +# Should we sent even though we have a bad hostname? +set option(force_send) 0 + +# Command to get default folder +set option(default_folder) "INBOX file {} /var/mail/$env(USER)" + +# Default sending program +set option(sendprog) /usr/sbin/sendmail + +# Can the sending program handle eightbit data +set option(sendprog_8bit) true + +# Use the sending program, or use smtp +set option(sendprot) prog |