mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Remove the long obsolete mail/tkrat port. Remove the NO_LATEST_LINK from
mail/tkrat2/Makefile. Perhaps, tkrat2 should now be repo-copied into tkrat :) Or, may be, the place should be kept open for the upcoming tkrat3... Approved by: mail/tkrat's maintainer (petef)
This commit is contained in:
parent
ad3d1270ae
commit
8d8ae7ba6b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50253
@ -199,7 +199,6 @@
|
||||
SUBDIR += stuphead
|
||||
SUBDIR += sylpheed
|
||||
SUBDIR += teapop
|
||||
SUBDIR += tkrat
|
||||
SUBDIR += tkrat2
|
||||
SUBDIR += tlb
|
||||
SUBDIR += tmda
|
||||
|
@ -1,45 +0,0 @@
|
||||
# New ports collection makefile for: tkrat
|
||||
# Date created: 24 October 1997
|
||||
# Whom: Bruce Gingery <bgingery@gtcs.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= tkrat
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= mail tk82
|
||||
MASTER_SITES= ftp://ftp.karen.hik.se/pub2/unix/mail/ratatosk/ \
|
||||
ftp://ftp.mc.hik.se/pub/unix/mail/ratatosk/ \
|
||||
ftp://ftp.riken.go.jp/pub/net/mail/tkrat/ \
|
||||
ftp://ftp.uni-koeln.de/windows/xcontrib/
|
||||
|
||||
MAINTAINER= petef@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
|
||||
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
||||
tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
|
||||
c-client4.8:${PORTSDIR}/mail/cclient
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2 \
|
||||
--with-tk-config=${PREFIX}/lib/tk8.2
|
||||
|
||||
DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \
|
||||
doc/userproc.example
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
|
||||
@${MKDIR} ${PREFIX}/share/doc/tkrat
|
||||
.for f in ${DOCFILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/tkrat
|
||||
.endfor
|
||||
.else
|
||||
@${ECHO_MSG} "===> Not copying available documents"
|
||||
.endif
|
||||
@${MKDIR} ${PREFIX}/lib/ratatosk
|
||||
${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk
|
||||
#${CHMOD} ugo+wt /var/mail
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1 +0,0 @@
|
||||
MD5 (tkrat-1.2.tar.gz) = 125e7874aa0c669ef79b1efbeef92b3a
|
@ -1,22 +0,0 @@
|
||||
--- configure.orig Tue Jan 13 14:42:59 1998
|
||||
+++ configure Sun Nov 28 21:15:24 1999
|
||||
@@ -875,8 +875,8 @@
|
||||
test -n "$AWK" && break
|
||||
done
|
||||
|
||||
-# Extract the first word of "tclsh8.0", so it can be a program name with args.
|
||||
-set dummy tclsh8.0; ac_word=$2
|
||||
+# Extract the first word of "tclsh8.2", so it can be a program name with args.
|
||||
+set dummy tclsh8.2; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:882: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_tclsh'+set}'`\" = set"; then
|
||||
@@ -1994,7 +1994,7 @@
|
||||
for i in $tcl_dirs ; do
|
||||
tcl_include_dirs="$tcl_include_dirs $i/include"
|
||||
done
|
||||
-tcl_include_dirs="$tcl_include_dirs /usr/include/tcl /usr/include"
|
||||
+tcl_include_dirs="$tcl_include_dirs /usr/local/include/tcl8.2 /usr/local/include/tk8.2 /usr/include"
|
||||
tcl_dir=0
|
||||
for i in $tcl_include_dirs ; do
|
||||
if test -r $i/tcl.h ; then
|
@ -1,26 +0,0 @@
|
||||
# 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
|
@ -1 +0,0 @@
|
||||
A mail user agent for X with a Tcl/Tk user interface
|
@ -1,26 +0,0 @@
|
||||
Excerpted from the BLURB file...
|
||||
|
||||
TkRat is a graphical Mail User Agent (MUA) which handles MIME, POP3
|
||||
and IMAP4.1. It is mainly written in C, but the user interface is
|
||||
done in Tcl/Tk. The following is a non-exhaustive list of the
|
||||
capabilities:
|
||||
|
||||
* Multilingual interface (English, Swedish and Italian included)
|
||||
* MIME support: text/plain, image/gif and message/rfc822
|
||||
including multipart/mixed and multipart/alternate,
|
||||
Quoted-printable and Base64 encoding.
|
||||
* Supports MIME in headers
|
||||
* Composing: (tk's text widget plus many extensions) or an
|
||||
external editor of your choice.
|
||||
* Message database
|
||||
* Virtual folders: mbox, mh, IMAP or POP
|
||||
* Message hold: suspend the composing, continued later
|
||||
* Watcher: When the program is iconified it checks the mailbox
|
||||
* Uses sendmail OR direct SMTP or other MA
|
||||
* Supports Delivery Status Notifications - DSN ESMTP sendmail-8.7
|
||||
* Supports PGP/MIME and "old-style PGP message receipt"
|
||||
|
||||
WWW: http://www.dtek.chalmers.se/~maf/ratatosk/
|
||||
|
||||
- Pete
|
||||
petef@databits.net
|
@ -1,58 +0,0 @@
|
||||
bin/tkrat
|
||||
lib/tkratlib/alias.tcl
|
||||
lib/tkratlib/balloon.tcl
|
||||
lib/tkratlib/compose.tcl
|
||||
lib/tkratlib/convert.tcl
|
||||
lib/tkratlib/dbase.tcl
|
||||
lib/tkratlib/dsn.tcl
|
||||
lib/tkratlib/exp.tcl
|
||||
lib/tkratlib/fileselector.tcl
|
||||
lib/tkratlib/folder.tcl
|
||||
lib/tkratlib/font.tcl
|
||||
lib/tkratlib/help.tcl
|
||||
lib/tkratlib/info.tcl
|
||||
lib/tkratlib/keydef.tcl
|
||||
lib/tkratlib/languages.tcl
|
||||
lib/tkratlib/options.tcl
|
||||
lib/tkratlib/pgp.tcl
|
||||
lib/tkratlib/preferences.tcl
|
||||
lib/tkratlib/print.tcl
|
||||
lib/tkratlib/show.tcl
|
||||
lib/tkratlib/source.tcl
|
||||
lib/tkratlib/tclIndex
|
||||
lib/tkratlib/text_balText_en.tcl
|
||||
lib/tkratlib/text_balText_it.tcl
|
||||
lib/tkratlib/text_balText_sv.tcl
|
||||
lib/tkratlib/text_changes_en.tcl
|
||||
lib/tkratlib/text_changes_it.tcl
|
||||
lib/tkratlib/text_changes_sv.tcl
|
||||
lib/tkratlib/text_help_en.tcl
|
||||
lib/tkratlib/text_help_it.tcl
|
||||
lib/tkratlib/text_help_sv.tcl
|
||||
lib/tkratlib/text_t_en.tcl
|
||||
lib/tkratlib/text_t_it.tcl
|
||||
lib/tkratlib/text_t_sv.tcl
|
||||
lib/tkratlib/tkrat
|
||||
lib/tkratlib/tkrat.exec
|
||||
lib/tkratlib/tkrat.xbm
|
||||
lib/tkratlib/tkrat.xpm
|
||||
lib/tkratlib/tkrat_small.xbm
|
||||
lib/tkratlib/tkrat_smallmask.xbm
|
||||
lib/tkratlib/tkratmask.xbm
|
||||
lib/tkratlib/vfolder.tcl
|
||||
lib/tkratlib/vfolderdef.tcl
|
||||
lib/tkratlib/watcher.tcl
|
||||
lib/ratatosk/ratatoskrc
|
||||
lib/tkratlib/text_balText_fr.tcl
|
||||
lib/tkratlib/text_changes_fr.tcl
|
||||
lib/tkratlib/text_help_fr.tcl
|
||||
lib/tkratlib/text_t_fr.tcl
|
||||
%%PORTDOCS%%share/doc/tkrat/CONFIGURATION
|
||||
%%PORTDOCS%%share/doc/tkrat/COPYRIGHT
|
||||
%%PORTDOCS%%share/doc/tkrat/README
|
||||
%%PORTDOCS%%share/doc/tkrat/interface
|
||||
%%PORTDOCS%%share/doc/tkrat/userprocs
|
||||
%%PORTDOCS%%share/doc/tkrat/userproc.example
|
||||
%%PORTDOCS%%@dirrm share/doc/tkrat
|
||||
@dirrm lib/tkratlib
|
||||
@dirrm lib/ratatosk
|
@ -18,8 +18,6 @@ LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \
|
||||
tk83:${PORTSDIR}/x11-toolkits/tk83 \
|
||||
c-client4.8:${PORTSDIR}/mail/cclient
|
||||
|
||||
LATEST_LINK= tkrat2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user