mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
a2aa5dfa47
Tkabber is a free client for an instant messaging system called Jabber. It is written in Tcl/Tk and supports many features like support of unicode, ssl support, http proxy, file transfers and support of multi-user conference protocol. Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua> PR: 58389
11 lines
311 B
Tcl
11 lines
311 B
Tcl
--- tkabber.tcl.orig Mon Jun 9 13:00:36 2003
|
|
+++ tkabber.tcl Fri Oct 17 15:45:06 2003
|
|
@@ -1,6 +1,6 @@
|
|
#!/bin/sh
|
|
# the next line restarts using the correct interpreter \
|
|
-exec wish "$0" -name tkabber "$@"
|
|
+exec wish8.4 "$0" -name tkabber "$@"
|
|
|
|
# $Id: tkabber.tcl,v 1.159 2003/05/30 18:05:27 aleksey Exp $
|
|
|