diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-03 22:07:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-08-03 22:07:42 +0000 |
commit | 9fc19b14a3ed55e2ca3523d0c4753bcddc3f9b16 (patch) | |
tree | 1c934dc917723932e2fcb9d1d1c8483c307ddcde /net-im | |
parent | 3be34847c7c4e9bea5e70e1ab801be86237fe474 (diff) | |
download | ports-9fc19b14a3ed55e2ca3523d0c4753bcddc3f9b16.tar.gz ports-9fc19b14a3ed55e2ca3523d0c4753bcddc3f9b16.zip |
- Update to 0.9.7
PR: ports/69952
Submitted by: Alexander Timoshenko <gonzo@univ.kiev.ua> (maintainer)
Notes
Notes:
svn path=/head/; revision=115363
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tkabber-devel/Makefile | 9 | ||||
-rw-r--r-- | net-im/tkabber-devel/distinfo | 4 | ||||
-rw-r--r-- | net-im/tkabber-devel/files/patch-default.tcl | 13 | ||||
-rw-r--r-- | net-im/tkabber-devel/files/patch-login.tcl | 15 | ||||
-rw-r--r-- | net-im/tkabber-devel/files/patch-tkabber.tcl | 15 | ||||
-rw-r--r-- | net-im/tkabber-devel/pkg-plist | 196 | ||||
-rw-r--r-- | net-im/tkabber/Makefile | 9 | ||||
-rw-r--r-- | net-im/tkabber/distinfo | 4 | ||||
-rw-r--r-- | net-im/tkabber/files/patch-default.tcl | 13 | ||||
-rw-r--r-- | net-im/tkabber/files/patch-login.tcl | 15 | ||||
-rw-r--r-- | net-im/tkabber/files/patch-tkabber.tcl | 15 | ||||
-rw-r--r-- | net-im/tkabber/pkg-plist | 196 |
12 files changed, 452 insertions, 52 deletions
diff --git a/net-im/tkabber-devel/Makefile b/net-im/tkabber-devel/Makefile index 294cd794bba8..d2d6c8f9e1e7 100644 --- a/net-im/tkabber-devel/Makefile +++ b/net-im/tkabber-devel/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tkabber -PORTVERSION= 0.9.6b +PORTVERSION= 0.9.7 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/tkabber/ -DISTNAME= tkabber-0.9.6beta MAINTAINER= gonzo@univ.kiev.ua COMMENT= Tcl/Tk based jabber client @@ -23,15 +22,15 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes -SUBDIRS = emoticons-tkabber plugins jabberlib-tclxml pixmaps \ - sounds textundo aniemoteicons msgs mclistbox-1.02 +SUBDIRS= aniemoteicons emoticons-tkabber ifaceck ifacetk plugins \ + jabberlib-tclxml pixmaps sounds textundo msgs mclistbox-1.02 do-install: ${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabber.tcl \ -name tkabber \"\$$@\"\n" > ${PREFIX}/bin/tkabber ${CHMOD} +x ${PREFIX}/bin/tkabber ${MKDIR} ${DATADIR} - ${CP} ${WRKSRC}/*.tcl ${WRKSRC}/*.xrdb ${DATADIR} + ${CP} ${WRKSRC}/*.tcl ${DATADIR} .for i in ${SUBDIRS} ${CP} -R ${WRKSRC}/${i} ${DATADIR} .endfor diff --git a/net-im/tkabber-devel/distinfo b/net-im/tkabber-devel/distinfo index 7d7539b277c3..53bbf34f9903 100644 --- a/net-im/tkabber-devel/distinfo +++ b/net-im/tkabber-devel/distinfo @@ -1,2 +1,2 @@ -MD5 (tkabber-0.9.6beta.tar.gz) = 65e44ae167339dc616c51ab30af030da -SIZE (tkabber-0.9.6beta.tar.gz) = 611677 +MD5 (tkabber-0.9.7.tar.gz) = 41a0f24239415edb8e3d2cd86e532f38 +SIZE (tkabber-0.9.7.tar.gz) = 714184 diff --git a/net-im/tkabber-devel/files/patch-default.tcl b/net-im/tkabber-devel/files/patch-default.tcl deleted file mode 100644 index 68c15319ea61..000000000000 --- a/net-im/tkabber-devel/files/patch-default.tcl +++ /dev/null @@ -1,13 +0,0 @@ ---- default.tcl.orig Sun Jan 25 21:49:09 2004 -+++ default.tcl Sun Jan 25 21:49:30 2004 -@@ -23,8 +23,8 @@ - - set loginconf(user) "" - set loginconf(password) "" --set loginconf(resource) tkabber --set loginconf(server) localhost -+set loginconf(resource) TKabber -+set loginconf(server) jabber.ru - set loginconf(usealtserver) 0 - set loginconf(altserver) "" - set loginconf(port) 5222 diff --git a/net-im/tkabber-devel/files/patch-login.tcl b/net-im/tkabber-devel/files/patch-login.tcl new file mode 100644 index 000000000000..22f7687b9d12 --- /dev/null +++ b/net-im/tkabber-devel/files/patch-login.tcl @@ -0,0 +1,15 @@ +--- login.tcl.orig Tue Aug 3 14:35:36 2004 ++++ login.tcl Tue Aug 3 14:35:54 2004 +@@ -36,10 +36,10 @@ + custom::defvar loginconf(usedigest) 1 \ + [::msgcat::mc "Use hashed password transmission."] \ + -group Login -type boolean +-custom::defvar loginconf(resource) "tkabber" \ ++custom::defvar loginconf(resource) "TKabber" \ + [::msgcat::mc "Resource."] \ + -group Login -type string +-custom::defvar loginconf(server) "localhost" \ ++custom::defvar loginconf(server) "jabber.ru" \ + [::msgcat::mc "Server name."] \ + -group Login -type string + custom::defvar loginconf(port) "5222" \ diff --git a/net-im/tkabber-devel/files/patch-tkabber.tcl b/net-im/tkabber-devel/files/patch-tkabber.tcl index b09a24981c17..194b89eea4b9 100644 --- a/net-im/tkabber-devel/files/patch-tkabber.tcl +++ b/net-im/tkabber-devel/files/patch-tkabber.tcl @@ -1,10 +1,19 @@ ---- tkabber.tcl.orig Mon Jun 9 13:00:36 2003 -+++ tkabber.tcl Fri Oct 17 15:45:06 2003 +--- tkabber.tcl.orig Tue Jul 27 17:37:59 2004 ++++ tkabber.tcl Tue Aug 3 14:34:43 2004 @@ -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 $ + # $Id: tkabber.tcl,v 1.219 2004/07/10 20:05:04 aleksey Exp $ +@@ -118,7 +118,7 @@ + debugmsg tkabber "closed $chan '$res'" + } + } +- exit $status ++ quit $status + } + + namespace eval ssj {} diff --git a/net-im/tkabber-devel/pkg-plist b/net-im/tkabber-devel/pkg-plist index 2b4a6b6498ee..9544a24466fb 100644 --- a/net-im/tkabber-devel/pkg-plist +++ b/net-im/tkabber-devel/pkg-plist @@ -5,12 +5,11 @@ bin/tkabber %%DATADIR%%/avatars.tcl %%DATADIR%%/balloon.tcl %%DATADIR%%/browser.tcl -%%DATADIR%%/bwidget_workarounds.tcl %%DATADIR%%/chats.tcl +%%DATADIR%%/ckabber.tcl %%DATADIR%%/custom.tcl %%DATADIR%%/datagathering.tcl %%DATADIR%%/default.tcl -%%DATADIR%%/default.xrdb %%DATADIR%%/disco.tcl %%DATADIR%%/emoticons-tkabber/FaceIronic.gif %%DATADIR%%/emoticons-tkabber/FaceStartled.gif @@ -28,6 +27,17 @@ bin/tkabber %%DATADIR%%/gpgme.tcl %%DATADIR%%/hooks.tcl %%DATADIR%%/iface.tcl +%%DATADIR%%/ifaceck/default.xrdb +%%DATADIR%%/ifaceck/iface.tcl +%%DATADIR%%/ifaceck/ilogin.tcl +%%DATADIR%%/ifaceck/iroster.tcl +%%DATADIR%%/ifaceck/widgets.tcl +%%DATADIR%%/ifacetk/bwidget_workarounds.tcl +%%DATADIR%%/ifacetk/default.xrdb +%%DATADIR%%/ifacetk/idefault.tcl +%%DATADIR%%/ifacetk/iface.tcl +%%DATADIR%%/ifacetk/ilogin.tcl +%%DATADIR%%/ifacetk/iroster.tcl %%DATADIR%%/iq.tcl %%DATADIR%%/itemedit.tcl %%DATADIR%%/jabberlib-tclxml/jabberlib.tcl @@ -57,6 +67,7 @@ bin/tkabber %%DATADIR%%/msgs/eu.msg %%DATADIR%%/msgs/fr.msg %%DATADIR%%/msgs/it.msg +%%DATADIR%%/msgs/nl.msg %%DATADIR%%/msgs/pl.msg %%DATADIR%%/msgs/pl.rc %%DATADIR%%/msgs/pt.msg @@ -66,6 +77,28 @@ bin/tkabber %%DATADIR%%/msgs/ua.msg %%DATADIR%%/muc.tcl %%DATADIR%%/negotiate.tcl +%%DATADIR%%/pixmaps/amibulb/browser/aim_online.gif +%%DATADIR%%/pixmaps/amibulb/browser/icq_online.gif +%%DATADIR%%/pixmaps/amibulb/browser/msn_online.gif +%%DATADIR%%/pixmaps/amibulb/browser/user.gif +%%DATADIR%%/pixmaps/amibulb/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/amibulb/docking/tkabber.ico +%%DATADIR%%/pixmaps/amibulb/roster/available-away.gif +%%DATADIR%%/pixmaps/amibulb/roster/available-chat.gif +%%DATADIR%%/pixmaps/amibulb/roster/available-dnd.gif +%%DATADIR%%/pixmaps/amibulb/roster/available-xa.gif +%%DATADIR%%/pixmaps/amibulb/roster/available.gif +%%DATADIR%%/pixmaps/amibulb/roster/group-closed.gif +%%DATADIR%%/pixmaps/amibulb/roster/group-opened.gif +%%DATADIR%%/pixmaps/amibulb/roster/icondef.xml +%%DATADIR%%/pixmaps/amibulb/roster/invisible.gif +%%DATADIR%%/pixmaps/amibulb/roster/stalker.gif +%%DATADIR%%/pixmaps/amibulb/roster/unavailable.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-groupchat.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-new-user.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-offline.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-online.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/jb.gif %%DATADIR%%/pixmaps/default/browser/aim_online.gif %%DATADIR%%/pixmaps/default/browser/gg_online.gif %%DATADIR%%/pixmaps/default/browser/glade-message.gif @@ -116,6 +149,7 @@ bin/tkabber %%DATADIR%%/pixmaps/default/services/icq_offline.xpm %%DATADIR%%/pixmaps/default/services/icq_online.xpm %%DATADIR%%/pixmaps/default/services/icq_xa.xpm +%%DATADIR%%/pixmaps/default/services/jud.gif %%DATADIR%%/pixmaps/default/services/msn_away.xpm %%DATADIR%%/pixmaps/default/services/msn_chat.xpm %%DATADIR%%/pixmaps/default/services/msn_dnd.xpm @@ -138,6 +172,7 @@ bin/tkabber %%DATADIR%%/pixmaps/default/services/yahoo_offline.xpm %%DATADIR%%/pixmaps/default/services/yahoo_online.xpm %%DATADIR%%/pixmaps/default/services/yahoo_xa.xpm +%%DATADIR%%/pixmaps/default/tkabber/bookmark.xpm %%DATADIR%%/pixmaps/default/tkabber/glade-groupchat.gif %%DATADIR%%/pixmaps/default/tkabber/glade-new-user.gif %%DATADIR%%/pixmaps/default/tkabber/glade-offline.gif @@ -201,6 +236,7 @@ bin/tkabber %%DATADIR%%/pixmaps/gabber/services/icq_offline.xpm %%DATADIR%%/pixmaps/gabber/services/icq_online.xpm %%DATADIR%%/pixmaps/gabber/services/icq_xa.xpm +%%DATADIR%%/pixmaps/gabber/services/jud.gif %%DATADIR%%/pixmaps/gabber/services/msn_away.xpm %%DATADIR%%/pixmaps/gabber/services/msn_chat.xpm %%DATADIR%%/pixmaps/gabber/services/msn_dnd.xpm @@ -222,6 +258,28 @@ bin/tkabber %%DATADIR%%/pixmaps/gabber/tkabber/glade-offline.gif %%DATADIR%%/pixmaps/gabber/tkabber/glade-online.gif %%DATADIR%%/pixmaps/gabber/tkabber/jb.gif +%%DATADIR%%/pixmaps/gush/browser/aim_online.gif +%%DATADIR%%/pixmaps/gush/browser/icq_online.gif +%%DATADIR%%/pixmaps/gush/browser/msn_online.gif +%%DATADIR%%/pixmaps/gush/browser/user.gif +%%DATADIR%%/pixmaps/gush/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/gush/docking/tkabber.ico +%%DATADIR%%/pixmaps/gush/roster/available-away.gif +%%DATADIR%%/pixmaps/gush/roster/available-chat.gif +%%DATADIR%%/pixmaps/gush/roster/available-dnd.gif +%%DATADIR%%/pixmaps/gush/roster/available-xa.gif +%%DATADIR%%/pixmaps/gush/roster/available.gif +%%DATADIR%%/pixmaps/gush/roster/available2.gif +%%DATADIR%%/pixmaps/gush/roster/group-closed.gif +%%DATADIR%%/pixmaps/gush/roster/group-opened.gif +%%DATADIR%%/pixmaps/gush/roster/invisible.gif +%%DATADIR%%/pixmaps/gush/roster/stalker.gif +%%DATADIR%%/pixmaps/gush/roster/unavailable.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-groupchat.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-new-user.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-offline.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-online.gif +%%DATADIR%%/pixmaps/gush/tkabber/jb.gif %%DATADIR%%/pixmaps/icq/docking/available-away.gif %%DATADIR%%/pixmaps/icq/docking/available-chat.gif %%DATADIR%%/pixmaps/icq/docking/available-dnd.gif @@ -253,7 +311,13 @@ bin/tkabber %%DATADIR%%/pixmaps/jajc/browser/msn_online.gif %%DATADIR%%/pixmaps/jajc/browser/user.gif %%DATADIR%%/pixmaps/jajc/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/jajc/docking/available-away.gif +%%DATADIR%%/pixmaps/jajc/docking/available-chat.gif +%%DATADIR%%/pixmaps/jajc/docking/available-dnd.gif +%%DATADIR%%/pixmaps/jajc/docking/available-xa.gif +%%DATADIR%%/pixmaps/jajc/docking/available.gif %%DATADIR%%/pixmaps/jajc/docking/tkabber.ico +%%DATADIR%%/pixmaps/jajc/docking/unavailable.gif %%DATADIR%%/pixmaps/jajc/roster/available-away.gif %%DATADIR%%/pixmaps/jajc/roster/available-chat.gif %%DATADIR%%/pixmaps/jajc/roster/available-dnd.gif @@ -278,6 +342,7 @@ bin/tkabber %%DATADIR%%/pixmaps/jajc/services/icq_offline.xpm %%DATADIR%%/pixmaps/jajc/services/icq_online.xpm %%DATADIR%%/pixmaps/jajc/services/icq_xa.xpm +%%DATADIR%%/pixmaps/jajc/services/jud.gif %%DATADIR%%/pixmaps/jajc/services/msn_away.xpm %%DATADIR%%/pixmaps/jajc/services/msn_chat.xpm %%DATADIR%%/pixmaps/jajc/services/msn_dnd.xpm @@ -303,6 +368,96 @@ bin/tkabber %%DATADIR%%/pixmaps/jarl/roster/available.gif %%DATADIR%%/pixmaps/jarl/roster/invisible.gif %%DATADIR%%/pixmaps/jarl/roster/unavailable.gif +%%DATADIR%%/pixmaps/kroc/browser/aim_online.gif +%%DATADIR%%/pixmaps/kroc/browser/gg_online.gif +%%DATADIR%%/pixmaps/kroc/browser/glade-message.gif +%%DATADIR%%/pixmaps/kroc/browser/group_on.gif +%%DATADIR%%/pixmaps/kroc/browser/icq_online.gif +%%DATADIR%%/pixmaps/kroc/browser/jud.gif +%%DATADIR%%/pixmaps/kroc/browser/msn_online.gif +%%DATADIR%%/pixmaps/kroc/browser/service-jabber.gif +%%DATADIR%%/pixmaps/kroc/browser/unknown.gif +%%DATADIR%%/pixmaps/kroc/browser/user.gif +%%DATADIR%%/pixmaps/kroc/browser/weather_online.gif +%%DATADIR%%/pixmaps/kroc/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/kroc/docking/available-away.gif +%%DATADIR%%/pixmaps/kroc/docking/available-chat.gif +%%DATADIR%%/pixmaps/kroc/docking/available-dnd.gif +%%DATADIR%%/pixmaps/kroc/docking/available-xa.gif +%%DATADIR%%/pixmaps/kroc/docking/available.gif +%%DATADIR%%/pixmaps/kroc/docking/invisible.gif +%%DATADIR%%/pixmaps/kroc/docking/tkabber.ico +%%DATADIR%%/pixmaps/kroc/docking/unavailable.gif +%%DATADIR%%/pixmaps/kroc/roster/available-away.gif +%%DATADIR%%/pixmaps/kroc/roster/available-chat.gif +%%DATADIR%%/pixmaps/kroc/roster/available-dnd.gif +%%DATADIR%%/pixmaps/kroc/roster/available-xa.gif +%%DATADIR%%/pixmaps/kroc/roster/available.gif +%%DATADIR%%/pixmaps/kroc/roster/group-closed.gif +%%DATADIR%%/pixmaps/kroc/roster/group-opened.gif +%%DATADIR%%/pixmaps/kroc/roster/group_closed.gif +%%DATADIR%%/pixmaps/kroc/roster/group_off.gif +%%DATADIR%%/pixmaps/kroc/roster/group_on.gif +%%DATADIR%%/pixmaps/kroc/roster/group_opened.gif +%%DATADIR%%/pixmaps/kroc/roster/invisible.gif +%%DATADIR%%/pixmaps/kroc/roster/stalker.gif +%%DATADIR%%/pixmaps/kroc/roster/unavailable.gif +%%DATADIR%%/pixmaps/kroc/services/aim_away.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_online.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_xa.xpm +%%DATADIR%%/pixmaps/kroc/services/gg_away.gif +%%DATADIR%%/pixmaps/kroc/services/gg_chat.gif +%%DATADIR%%/pixmaps/kroc/services/gg_dnd.gif +%%DATADIR%%/pixmaps/kroc/services/gg_offline.gif +%%DATADIR%%/pixmaps/kroc/services/gg_online.gif +%%DATADIR%%/pixmaps/kroc/services/gg_xa.gif +%%DATADIR%%/pixmaps/kroc/services/icq_away.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_online.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_xa.xpm +%%DATADIR%%/pixmaps/kroc/services/jud.gif +%%DATADIR%%/pixmaps/kroc/services/msn_away.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_online.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_xa.xpm +%%DATADIR%%/pixmaps/kroc/services/rss.xpm +%%DATADIR%%/pixmaps/kroc/services/rss2.xpm +%%DATADIR%%/pixmaps/kroc/services/rss3.xpm +%%DATADIR%%/pixmaps/kroc/services/sms.xpm +%%DATADIR%%/pixmaps/kroc/services/weather_away.gif +%%DATADIR%%/pixmaps/kroc/services/weather_chat.gif +%%DATADIR%%/pixmaps/kroc/services/weather_dnd.gif +%%DATADIR%%/pixmaps/kroc/services/weather_offline.gif +%%DATADIR%%/pixmaps/kroc/services/weather_online.gif +%%DATADIR%%/pixmaps/kroc/services/weather_xa.gif +%%DATADIR%%/pixmaps/kroc/services/yahoo_away.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_online.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_xa.xpm +%%DATADIR%%/pixmaps/kroc/tkabber/glade-groupchat.gif +%%DATADIR%%/pixmaps/kroc/tkabber/glade-new-user.gif +%%DATADIR%%/pixmaps/kroc/tkabber/glade-offline.gif +%%DATADIR%%/pixmaps/kroc/tkabber/glade-online.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-badsigned.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-encrypted.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-signed.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-unencrypted.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-unsigned.gif +%%DATADIR%%/pixmaps/kroc/tkabber/jb.gif +%%DATADIR%%/pixmaps/kroc/tkabber/new-msg.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_bk.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_case.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_exact.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_fw.gif %%DATADIR%%/pixmaps/psi/browser/aim_online.gif %%DATADIR%%/pixmaps/psi/browser/icq_online.gif %%DATADIR%%/pixmaps/psi/browser/msn_online.gif @@ -323,6 +478,7 @@ bin/tkabber %%DATADIR%%/pixmaps/psi/tkabber/glade-online.gif %%DATADIR%%/pixmaps/psi/tkabber/jb.gif %%DATADIR%%/plugins.tcl +%%DATADIR%%/plugins/chat/bookmark_highlighted.tcl %%DATADIR%%/plugins/chat/clear.tcl %%DATADIR%%/plugins/chat/complete_last_nick.tcl %%DATADIR%%/plugins/chat/completion.tcl @@ -341,11 +497,17 @@ bin/tkabber %%DATADIR%%/plugins/chat/highlight.tcl %%DATADIR%%/plugins/chat/history.tcl %%DATADIR%%/plugins/chat/info_commands.tcl +%%DATADIR%%/plugins/chat/irc_commands.tcl %%DATADIR%%/plugins/chat/logger.tcl %%DATADIR%%/plugins/chat/me_command.tcl -%%DATADIR%%/plugins/chat/nick_command.tcl +%%DATADIR%%/plugins/chat/nick_colors.tcl +%%DATADIR%%/plugins/chat/open_window.tcl +%%DATADIR%%/plugins/chat/popupmenu.tcl %%DATADIR%%/plugins/chat/send_message.tcl %%DATADIR%%/plugins/chat/unisymbols.tcl +%%DATADIR%%/plugins/filetransfer/http.tcl +%%DATADIR%%/plugins/filetransfer/jidlink.tcl +%%DATADIR%%/plugins/filetransfer/si.tcl %%DATADIR%%/plugins/general/autoaway.tcl %%DATADIR%%/plugins/general/clientinfo.tcl %%DATADIR%%/plugins/general/conferenceinfo.tcl @@ -361,11 +523,14 @@ bin/tkabber %%DATADIR%%/plugins/iq/version.tcl %%DATADIR%%/plugins/jidlink/dtcp.tcl %%DATADIR%%/plugins/jidlink/ibb.tcl +%%DATADIR%%/plugins/si/ibb.tcl +%%DATADIR%%/plugins/si/socks5.tcl %%DATADIR%%/plugins/unix/dockingtray.tcl %%DATADIR%%/plugins/unix/ispell.tcl %%DATADIR%%/plugins/unix/menu.tcl %%DATADIR%%/plugins/unix/menu8.4.tcl %%DATADIR%%/plugins/unix/wmdock.tcl +%%DATADIR%%/plugins/windows/console.tcl %%DATADIR%%/plugins/windows/mousewheel.tcl %%DATADIR%%/plugins/windows/taskbar.tcl %%DATADIR%%/presence.tcl @@ -373,6 +538,7 @@ bin/tkabber %%DATADIR%%/register.tcl %%DATADIR%%/roster.tcl %%DATADIR%%/search.tcl +%%DATADIR%%/si.tcl %%DATADIR%%/sound.tcl %%DATADIR%%/sounds/default/chat_their_message.wav %%DATADIR%%/sounds/default/connected.wav @@ -407,6 +573,8 @@ bin/tkabber %%EXAMPLESDIR%%/ice.xrdb %%EXAMPLESDIR%%/light.xrdb %%EXAMPLESDIR%%/mtr-config.tcl +%%EXAMPLESDIR%%/tclCarbonNotification-1.0.0/build.sh +%%EXAMPLESDIR%%/tclCarbonNotification-1.0.0/tclCarbonNotification.tcl %%EXAMPLESDIR%%/teo-config.tcl %%EXAMPLESDIR%%/teopetuk.xrdb %%EXAMPLESDIR%%/tkabber_setstatus @@ -416,15 +584,23 @@ bin/tkabber %%EXAMPLESDIR%%/tools/rssbot %%EXAMPLESDIR%%/tools/rssbot.tcl %%EXAMPLESDIR%%/warm.xrdb + %%PORTDOCS%%%%DOCSDIR%%/tkabber.html %%PORTDOCS%%%%DOCSDIR%%/tkabber.xml %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/aniemoteicons @dirrm %%DATADIR%%/emoticons-tkabber +@dirrm %%DATADIR%%/ifaceck +@dirrm %%DATADIR%%/ifacetk @dirrm %%DATADIR%%/jabberlib-tclxml/tclxml @dirrm %%DATADIR%%/jabberlib-tclxml @dirrm %%DATADIR%%/mclistbox-1.02 @dirrm %%DATADIR%%/msgs +@dirrm %%DATADIR%%/pixmaps/amibulb/browser +@dirrm %%DATADIR%%/pixmaps/amibulb/docking +@dirrm %%DATADIR%%/pixmaps/amibulb/roster +@dirrm %%DATADIR%%/pixmaps/amibulb/tkabber +@dirrm %%DATADIR%%/pixmaps/amibulb @dirrm %%DATADIR%%/pixmaps/default/browser @dirrm %%DATADIR%%/pixmaps/default/docking @dirrm %%DATADIR%%/pixmaps/default/roster @@ -439,6 +615,11 @@ bin/tkabber @dirrm %%DATADIR%%/pixmaps/gabber/services @dirrm %%DATADIR%%/pixmaps/gabber/tkabber @dirrm %%DATADIR%%/pixmaps/gabber +@dirrm %%DATADIR%%/pixmaps/gush/browser +@dirrm %%DATADIR%%/pixmaps/gush/docking +@dirrm %%DATADIR%%/pixmaps/gush/roster +@dirrm %%DATADIR%%/pixmaps/gush/tkabber +@dirrm %%DATADIR%%/pixmaps/gush @dirrm %%DATADIR%%/pixmaps/icq/docking @dirrm %%DATADIR%%/pixmaps/icq/roster @dirrm %%DATADIR%%/pixmaps/icq/tkabber @@ -451,15 +632,23 @@ bin/tkabber @dirrm %%DATADIR%%/pixmaps/jajc @dirrm %%DATADIR%%/pixmaps/jarl/roster @dirrm %%DATADIR%%/pixmaps/jarl +@dirrm %%DATADIR%%/pixmaps/kroc/browser +@dirrm %%DATADIR%%/pixmaps/kroc/docking +@dirrm %%DATADIR%%/pixmaps/kroc/roster +@dirrm %%DATADIR%%/pixmaps/kroc/services +@dirrm %%DATADIR%%/pixmaps/kroc/tkabber +@dirrm %%DATADIR%%/pixmaps/kroc @dirrm %%DATADIR%%/pixmaps/psi/browser @dirrm %%DATADIR%%/pixmaps/psi/roster @dirrm %%DATADIR%%/pixmaps/psi/tkabber @dirrm %%DATADIR%%/pixmaps/psi @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/plugins/chat +@dirrm %%DATADIR%%/plugins/filetransfer @dirrm %%DATADIR%%/plugins/general @dirrm %%DATADIR%%/plugins/iq @dirrm %%DATADIR%%/plugins/jidlink +@dirrm %%DATADIR%%/plugins/si @dirrm %%DATADIR%%/plugins/unix @dirrm %%DATADIR%%/plugins/windows @dirrm %%DATADIR%%/plugins @@ -468,5 +657,6 @@ bin/tkabber @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/textundo @dirrm %%DATADIR%% +@dirrm %%EXAMPLESDIR%%/tclCarbonNotification-1.0.0 @dirrm %%EXAMPLESDIR%%/tools @dirrm %%EXAMPLESDIR%% diff --git a/net-im/tkabber/Makefile b/net-im/tkabber/Makefile index 294cd794bba8..d2d6c8f9e1e7 100644 --- a/net-im/tkabber/Makefile +++ b/net-im/tkabber/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tkabber -PORTVERSION= 0.9.6b +PORTVERSION= 0.9.7 CATEGORIES= net MASTER_SITES= http://www.jabberstudio.org/files/tkabber/ -DISTNAME= tkabber-0.9.6beta MAINTAINER= gonzo@univ.kiev.ua COMMENT= Tcl/Tk based jabber client @@ -23,15 +22,15 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes -SUBDIRS = emoticons-tkabber plugins jabberlib-tclxml pixmaps \ - sounds textundo aniemoteicons msgs mclistbox-1.02 +SUBDIRS= aniemoteicons emoticons-tkabber ifaceck ifacetk plugins \ + jabberlib-tclxml pixmaps sounds textundo msgs mclistbox-1.02 do-install: ${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabber.tcl \ -name tkabber \"\$$@\"\n" > ${PREFIX}/bin/tkabber ${CHMOD} +x ${PREFIX}/bin/tkabber ${MKDIR} ${DATADIR} - ${CP} ${WRKSRC}/*.tcl ${WRKSRC}/*.xrdb ${DATADIR} + ${CP} ${WRKSRC}/*.tcl ${DATADIR} .for i in ${SUBDIRS} ${CP} -R ${WRKSRC}/${i} ${DATADIR} .endfor diff --git a/net-im/tkabber/distinfo b/net-im/tkabber/distinfo index 7d7539b277c3..53bbf34f9903 100644 --- a/net-im/tkabber/distinfo +++ b/net-im/tkabber/distinfo @@ -1,2 +1,2 @@ -MD5 (tkabber-0.9.6beta.tar.gz) = 65e44ae167339dc616c51ab30af030da -SIZE (tkabber-0.9.6beta.tar.gz) = 611677 +MD5 (tkabber-0.9.7.tar.gz) = 41a0f24239415edb8e3d2cd86e532f38 +SIZE (tkabber-0.9.7.tar.gz) = 714184 diff --git a/net-im/tkabber/files/patch-default.tcl b/net-im/tkabber/files/patch-default.tcl deleted file mode 100644 index 68c15319ea61..000000000000 --- a/net-im/tkabber/files/patch-default.tcl +++ /dev/null @@ -1,13 +0,0 @@ ---- default.tcl.orig Sun Jan 25 21:49:09 2004 -+++ default.tcl Sun Jan 25 21:49:30 2004 -@@ -23,8 +23,8 @@ - - set loginconf(user) "" - set loginconf(password) "" --set loginconf(resource) tkabber --set loginconf(server) localhost -+set loginconf(resource) TKabber -+set loginconf(server) jabber.ru - set loginconf(usealtserver) 0 - set loginconf(altserver) "" - set loginconf(port) 5222 diff --git a/net-im/tkabber/files/patch-login.tcl b/net-im/tkabber/files/patch-login.tcl new file mode 100644 index 000000000000..22f7687b9d12 --- /dev/null +++ b/net-im/tkabber/files/patch-login.tcl @@ -0,0 +1,15 @@ +--- login.tcl.orig Tue Aug 3 14:35:36 2004 ++++ login.tcl Tue Aug 3 14:35:54 2004 +@@ -36,10 +36,10 @@ + custom::defvar loginconf(usedigest) 1 \ + [::msgcat::mc "Use hashed password transmission."] \ + -group Login -type boolean +-custom::defvar loginconf(resource) "tkabber" \ ++custom::defvar loginconf(resource) "TKabber" \ + [::msgcat::mc "Resource."] \ + -group Login -type string +-custom::defvar loginconf(server) "localhost" \ ++custom::defvar loginconf(server) "jabber.ru" \ + [::msgcat::mc "Server name."] \ + -group Login -type string + custom::defvar loginconf(port) "5222" \ diff --git a/net-im/tkabber/files/patch-tkabber.tcl b/net-im/tkabber/files/patch-tkabber.tcl index b09a24981c17..194b89eea4b9 100644 --- a/net-im/tkabber/files/patch-tkabber.tcl +++ b/net-im/tkabber/files/patch-tkabber.tcl @@ -1,10 +1,19 @@ ---- tkabber.tcl.orig Mon Jun 9 13:00:36 2003 -+++ tkabber.tcl Fri Oct 17 15:45:06 2003 +--- tkabber.tcl.orig Tue Jul 27 17:37:59 2004 ++++ tkabber.tcl Tue Aug 3 14:34:43 2004 @@ -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 $ + # $Id: tkabber.tcl,v 1.219 2004/07/10 20:05:04 aleksey Exp $ +@@ -118,7 +118,7 @@ + debugmsg tkabber "closed $chan '$res'" + } + } +- exit $status ++ quit $status + } + + namespace eval ssj {} diff --git a/net-im/tkabber/pkg-plist b/net-im/tkabber/pkg-plist index 2b4a6b6498ee..9544a24466fb 100644 --- a/net-im/tkabber/pkg-plist +++ b/net-im/tkabber/pkg-plist @@ -5,12 +5,11 @@ bin/tkabber %%DATADIR%%/avatars.tcl %%DATADIR%%/balloon.tcl %%DATADIR%%/browser.tcl -%%DATADIR%%/bwidget_workarounds.tcl %%DATADIR%%/chats.tcl +%%DATADIR%%/ckabber.tcl %%DATADIR%%/custom.tcl %%DATADIR%%/datagathering.tcl %%DATADIR%%/default.tcl -%%DATADIR%%/default.xrdb %%DATADIR%%/disco.tcl %%DATADIR%%/emoticons-tkabber/FaceIronic.gif %%DATADIR%%/emoticons-tkabber/FaceStartled.gif @@ -28,6 +27,17 @@ bin/tkabber %%DATADIR%%/gpgme.tcl %%DATADIR%%/hooks.tcl %%DATADIR%%/iface.tcl +%%DATADIR%%/ifaceck/default.xrdb +%%DATADIR%%/ifaceck/iface.tcl +%%DATADIR%%/ifaceck/ilogin.tcl +%%DATADIR%%/ifaceck/iroster.tcl +%%DATADIR%%/ifaceck/widgets.tcl +%%DATADIR%%/ifacetk/bwidget_workarounds.tcl +%%DATADIR%%/ifacetk/default.xrdb +%%DATADIR%%/ifacetk/idefault.tcl +%%DATADIR%%/ifacetk/iface.tcl +%%DATADIR%%/ifacetk/ilogin.tcl +%%DATADIR%%/ifacetk/iroster.tcl %%DATADIR%%/iq.tcl %%DATADIR%%/itemedit.tcl %%DATADIR%%/jabberlib-tclxml/jabberlib.tcl @@ -57,6 +67,7 @@ bin/tkabber %%DATADIR%%/msgs/eu.msg %%DATADIR%%/msgs/fr.msg %%DATADIR%%/msgs/it.msg +%%DATADIR%%/msgs/nl.msg %%DATADIR%%/msgs/pl.msg %%DATADIR%%/msgs/pl.rc %%DATADIR%%/msgs/pt.msg @@ -66,6 +77,28 @@ bin/tkabber %%DATADIR%%/msgs/ua.msg %%DATADIR%%/muc.tcl %%DATADIR%%/negotiate.tcl +%%DATADIR%%/pixmaps/amibulb/browser/aim_online.gif +%%DATADIR%%/pixmaps/amibulb/browser/icq_online.gif +%%DATADIR%%/pixmaps/amibulb/browser/msn_online.gif +%%DATADIR%%/pixmaps/amibulb/browser/user.gif +%%DATADIR%%/pixmaps/amibulb/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/amibulb/docking/tkabber.ico +%%DATADIR%%/pixmaps/amibulb/roster/available-away.gif +%%DATADIR%%/pixmaps/amibulb/roster/available-chat.gif +%%DATADIR%%/pixmaps/amibulb/roster/available-dnd.gif +%%DATADIR%%/pixmaps/amibulb/roster/available-xa.gif +%%DATADIR%%/pixmaps/amibulb/roster/available.gif +%%DATADIR%%/pixmaps/amibulb/roster/group-closed.gif +%%DATADIR%%/pixmaps/amibulb/roster/group-opened.gif +%%DATADIR%%/pixmaps/amibulb/roster/icondef.xml +%%DATADIR%%/pixmaps/amibulb/roster/invisible.gif +%%DATADIR%%/pixmaps/amibulb/roster/stalker.gif +%%DATADIR%%/pixmaps/amibulb/roster/unavailable.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-groupchat.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-new-user.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-offline.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/glade-online.gif +%%DATADIR%%/pixmaps/amibulb/tkabber/jb.gif %%DATADIR%%/pixmaps/default/browser/aim_online.gif %%DATADIR%%/pixmaps/default/browser/gg_online.gif %%DATADIR%%/pixmaps/default/browser/glade-message.gif @@ -116,6 +149,7 @@ bin/tkabber %%DATADIR%%/pixmaps/default/services/icq_offline.xpm %%DATADIR%%/pixmaps/default/services/icq_online.xpm %%DATADIR%%/pixmaps/default/services/icq_xa.xpm +%%DATADIR%%/pixmaps/default/services/jud.gif %%DATADIR%%/pixmaps/default/services/msn_away.xpm %%DATADIR%%/pixmaps/default/services/msn_chat.xpm %%DATADIR%%/pixmaps/default/services/msn_dnd.xpm @@ -138,6 +172,7 @@ bin/tkabber %%DATADIR%%/pixmaps/default/services/yahoo_offline.xpm %%DATADIR%%/pixmaps/default/services/yahoo_online.xpm %%DATADIR%%/pixmaps/default/services/yahoo_xa.xpm +%%DATADIR%%/pixmaps/default/tkabber/bookmark.xpm %%DATADIR%%/pixmaps/default/tkabber/glade-groupchat.gif %%DATADIR%%/pixmaps/default/tkabber/glade-new-user.gif %%DATADIR%%/pixmaps/default/tkabber/glade-offline.gif @@ -201,6 +236,7 @@ bin/tkabber %%DATADIR%%/pixmaps/gabber/services/icq_offline.xpm %%DATADIR%%/pixmaps/gabber/services/icq_online.xpm %%DATADIR%%/pixmaps/gabber/services/icq_xa.xpm +%%DATADIR%%/pixmaps/gabber/services/jud.gif %%DATADIR%%/pixmaps/gabber/services/msn_away.xpm %%DATADIR%%/pixmaps/gabber/services/msn_chat.xpm %%DATADIR%%/pixmaps/gabber/services/msn_dnd.xpm @@ -222,6 +258,28 @@ bin/tkabber %%DATADIR%%/pixmaps/gabber/tkabber/glade-offline.gif %%DATADIR%%/pixmaps/gabber/tkabber/glade-online.gif %%DATADIR%%/pixmaps/gabber/tkabber/jb.gif +%%DATADIR%%/pixmaps/gush/browser/aim_online.gif +%%DATADIR%%/pixmaps/gush/browser/icq_online.gif +%%DATADIR%%/pixmaps/gush/browser/msn_online.gif +%%DATADIR%%/pixmaps/gush/browser/user.gif +%%DATADIR%%/pixmaps/gush/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/gush/docking/tkabber.ico +%%DATADIR%%/pixmaps/gush/roster/available-away.gif +%%DATADIR%%/pixmaps/gush/roster/available-chat.gif +%%DATADIR%%/pixmaps/gush/roster/available-dnd.gif +%%DATADIR%%/pixmaps/gush/roster/available-xa.gif +%%DATADIR%%/pixmaps/gush/roster/available.gif +%%DATADIR%%/pixmaps/gush/roster/available2.gif +%%DATADIR%%/pixmaps/gush/roster/group-closed.gif +%%DATADIR%%/pixmaps/gush/roster/group-opened.gif +%%DATADIR%%/pixmaps/gush/roster/invisible.gif +%%DATADIR%%/pixmaps/gush/roster/stalker.gif +%%DATADIR%%/pixmaps/gush/roster/unavailable.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-groupchat.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-new-user.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-offline.gif +%%DATADIR%%/pixmaps/gush/tkabber/glade-online.gif +%%DATADIR%%/pixmaps/gush/tkabber/jb.gif %%DATADIR%%/pixmaps/icq/docking/available-away.gif %%DATADIR%%/pixmaps/icq/docking/available-chat.gif %%DATADIR%%/pixmaps/icq/docking/available-dnd.gif @@ -253,7 +311,13 @@ bin/tkabber %%DATADIR%%/pixmaps/jajc/browser/msn_online.gif %%DATADIR%%/pixmaps/jajc/browser/user.gif %%DATADIR%%/pixmaps/jajc/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/jajc/docking/available-away.gif +%%DATADIR%%/pixmaps/jajc/docking/available-chat.gif +%%DATADIR%%/pixmaps/jajc/docking/available-dnd.gif +%%DATADIR%%/pixmaps/jajc/docking/available-xa.gif +%%DATADIR%%/pixmaps/jajc/docking/available.gif %%DATADIR%%/pixmaps/jajc/docking/tkabber.ico +%%DATADIR%%/pixmaps/jajc/docking/unavailable.gif %%DATADIR%%/pixmaps/jajc/roster/available-away.gif %%DATADIR%%/pixmaps/jajc/roster/available-chat.gif %%DATADIR%%/pixmaps/jajc/roster/available-dnd.gif @@ -278,6 +342,7 @@ bin/tkabber %%DATADIR%%/pixmaps/jajc/services/icq_offline.xpm %%DATADIR%%/pixmaps/jajc/services/icq_online.xpm %%DATADIR%%/pixmaps/jajc/services/icq_xa.xpm +%%DATADIR%%/pixmaps/jajc/services/jud.gif %%DATADIR%%/pixmaps/jajc/services/msn_away.xpm %%DATADIR%%/pixmaps/jajc/services/msn_chat.xpm %%DATADIR%%/pixmaps/jajc/services/msn_dnd.xpm @@ -303,6 +368,96 @@ bin/tkabber %%DATADIR%%/pixmaps/jarl/roster/available.gif %%DATADIR%%/pixmaps/jarl/roster/invisible.gif %%DATADIR%%/pixmaps/jarl/roster/unavailable.gif +%%DATADIR%%/pixmaps/kroc/browser/aim_online.gif +%%DATADIR%%/pixmaps/kroc/browser/gg_online.gif +%%DATADIR%%/pixmaps/kroc/browser/glade-message.gif +%%DATADIR%%/pixmaps/kroc/browser/group_on.gif +%%DATADIR%%/pixmaps/kroc/browser/icq_online.gif +%%DATADIR%%/pixmaps/kroc/browser/jud.gif +%%DATADIR%%/pixmaps/kroc/browser/msn_online.gif +%%DATADIR%%/pixmaps/kroc/browser/service-jabber.gif +%%DATADIR%%/pixmaps/kroc/browser/unknown.gif +%%DATADIR%%/pixmaps/kroc/browser/user.gif +%%DATADIR%%/pixmaps/kroc/browser/weather_online.gif +%%DATADIR%%/pixmaps/kroc/browser/yahoo_online.gif +%%DATADIR%%/pixmaps/kroc/docking/available-away.gif +%%DATADIR%%/pixmaps/kroc/docking/available-chat.gif +%%DATADIR%%/pixmaps/kroc/docking/available-dnd.gif +%%DATADIR%%/pixmaps/kroc/docking/available-xa.gif +%%DATADIR%%/pixmaps/kroc/docking/available.gif +%%DATADIR%%/pixmaps/kroc/docking/invisible.gif +%%DATADIR%%/pixmaps/kroc/docking/tkabber.ico +%%DATADIR%%/pixmaps/kroc/docking/unavailable.gif +%%DATADIR%%/pixmaps/kroc/roster/available-away.gif +%%DATADIR%%/pixmaps/kroc/roster/available-chat.gif +%%DATADIR%%/pixmaps/kroc/roster/available-dnd.gif +%%DATADIR%%/pixmaps/kroc/roster/available-xa.gif +%%DATADIR%%/pixmaps/kroc/roster/available.gif +%%DATADIR%%/pixmaps/kroc/roster/group-closed.gif +%%DATADIR%%/pixmaps/kroc/roster/group-opened.gif +%%DATADIR%%/pixmaps/kroc/roster/group_closed.gif +%%DATADIR%%/pixmaps/kroc/roster/group_off.gif +%%DATADIR%%/pixmaps/kroc/roster/group_on.gif +%%DATADIR%%/pixmaps/kroc/roster/group_opened.gif +%%DATADIR%%/pixmaps/kroc/roster/invisible.gif +%%DATADIR%%/pixmaps/kroc/roster/stalker.gif +%%DATADIR%%/pixmaps/kroc/roster/unavailable.gif +%%DATADIR%%/pixmaps/kroc/services/aim_away.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_online.xpm +%%DATADIR%%/pixmaps/kroc/services/aim_xa.xpm +%%DATADIR%%/pixmaps/kroc/services/gg_away.gif +%%DATADIR%%/pixmaps/kroc/services/gg_chat.gif +%%DATADIR%%/pixmaps/kroc/services/gg_dnd.gif +%%DATADIR%%/pixmaps/kroc/services/gg_offline.gif +%%DATADIR%%/pixmaps/kroc/services/gg_online.gif +%%DATADIR%%/pixmaps/kroc/services/gg_xa.gif +%%DATADIR%%/pixmaps/kroc/services/icq_away.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_online.xpm +%%DATADIR%%/pixmaps/kroc/services/icq_xa.xpm +%%DATADIR%%/pixmaps/kroc/services/jud.gif +%%DATADIR%%/pixmaps/kroc/services/msn_away.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_online.xpm +%%DATADIR%%/pixmaps/kroc/services/msn_xa.xpm +%%DATADIR%%/pixmaps/kroc/services/rss.xpm +%%DATADIR%%/pixmaps/kroc/services/rss2.xpm +%%DATADIR%%/pixmaps/kroc/services/rss3.xpm +%%DATADIR%%/pixmaps/kroc/services/sms.xpm +%%DATADIR%%/pixmaps/kroc/services/weather_away.gif +%%DATADIR%%/pixmaps/kroc/services/weather_chat.gif +%%DATADIR%%/pixmaps/kroc/services/weather_dnd.gif +%%DATADIR%%/pixmaps/kroc/services/weather_offline.gif +%%DATADIR%%/pixmaps/kroc/services/weather_online.gif +%%DATADIR%%/pixmaps/kroc/services/weather_xa.gif +%%DATADIR%%/pixmaps/kroc/services/yahoo_away.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_chat.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_dnd.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_offline.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_online.xpm +%%DATADIR%%/pixmaps/kroc/services/yahoo_xa.xpm +%%DATADIR%%/pixmaps/kroc/tkabber/glade-groupchat.gif +%%DATADIR%%/pixmaps/kroc/tkabber/glade-new-user.gif +%%DATADIR%%/pixmaps/kroc/tkabber/glade-offline.gif +%%DATADIR%%/pixmaps/kroc/tkabber/glade-online.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-badsigned.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-encrypted.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-signed.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-unencrypted.gif +%%DATADIR%%/pixmaps/kroc/tkabber/gpg-unsigned.gif +%%DATADIR%%/pixmaps/kroc/tkabber/jb.gif +%%DATADIR%%/pixmaps/kroc/tkabber/new-msg.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_bk.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_case.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_exact.gif +%%DATADIR%%/pixmaps/kroc/tkabber/search_fw.gif %%DATADIR%%/pixmaps/psi/browser/aim_online.gif %%DATADIR%%/pixmaps/psi/browser/icq_online.gif %%DATADIR%%/pixmaps/psi/browser/msn_online.gif @@ -323,6 +478,7 @@ bin/tkabber %%DATADIR%%/pixmaps/psi/tkabber/glade-online.gif %%DATADIR%%/pixmaps/psi/tkabber/jb.gif %%DATADIR%%/plugins.tcl +%%DATADIR%%/plugins/chat/bookmark_highlighted.tcl %%DATADIR%%/plugins/chat/clear.tcl %%DATADIR%%/plugins/chat/complete_last_nick.tcl %%DATADIR%%/plugins/chat/completion.tcl @@ -341,11 +497,17 @@ bin/tkabber %%DATADIR%%/plugins/chat/highlight.tcl %%DATADIR%%/plugins/chat/history.tcl %%DATADIR%%/plugins/chat/info_commands.tcl +%%DATADIR%%/plugins/chat/irc_commands.tcl %%DATADIR%%/plugins/chat/logger.tcl %%DATADIR%%/plugins/chat/me_command.tcl -%%DATADIR%%/plugins/chat/nick_command.tcl +%%DATADIR%%/plugins/chat/nick_colors.tcl +%%DATADIR%%/plugins/chat/open_window.tcl +%%DATADIR%%/plugins/chat/popupmenu.tcl %%DATADIR%%/plugins/chat/send_message.tcl %%DATADIR%%/plugins/chat/unisymbols.tcl +%%DATADIR%%/plugins/filetransfer/http.tcl +%%DATADIR%%/plugins/filetransfer/jidlink.tcl +%%DATADIR%%/plugins/filetransfer/si.tcl %%DATADIR%%/plugins/general/autoaway.tcl %%DATADIR%%/plugins/general/clientinfo.tcl %%DATADIR%%/plugins/general/conferenceinfo.tcl @@ -361,11 +523,14 @@ bin/tkabber %%DATADIR%%/plugins/iq/version.tcl %%DATADIR%%/plugins/jidlink/dtcp.tcl %%DATADIR%%/plugins/jidlink/ibb.tcl +%%DATADIR%%/plugins/si/ibb.tcl +%%DATADIR%%/plugins/si/socks5.tcl %%DATADIR%%/plugins/unix/dockingtray.tcl %%DATADIR%%/plugins/unix/ispell.tcl %%DATADIR%%/plugins/unix/menu.tcl %%DATADIR%%/plugins/unix/menu8.4.tcl %%DATADIR%%/plugins/unix/wmdock.tcl +%%DATADIR%%/plugins/windows/console.tcl %%DATADIR%%/plugins/windows/mousewheel.tcl %%DATADIR%%/plugins/windows/taskbar.tcl %%DATADIR%%/presence.tcl @@ -373,6 +538,7 @@ bin/tkabber %%DATADIR%%/register.tcl %%DATADIR%%/roster.tcl %%DATADIR%%/search.tcl +%%DATADIR%%/si.tcl %%DATADIR%%/sound.tcl %%DATADIR%%/sounds/default/chat_their_message.wav %%DATADIR%%/sounds/default/connected.wav @@ -407,6 +573,8 @@ bin/tkabber %%EXAMPLESDIR%%/ice.xrdb %%EXAMPLESDIR%%/light.xrdb %%EXAMPLESDIR%%/mtr-config.tcl +%%EXAMPLESDIR%%/tclCarbonNotification-1.0.0/build.sh +%%EXAMPLESDIR%%/tclCarbonNotification-1.0.0/tclCarbonNotification.tcl %%EXAMPLESDIR%%/teo-config.tcl %%EXAMPLESDIR%%/teopetuk.xrdb %%EXAMPLESDIR%%/tkabber_setstatus @@ -416,15 +584,23 @@ bin/tkabber %%EXAMPLESDIR%%/tools/rssbot %%EXAMPLESDIR%%/tools/rssbot.tcl %%EXAMPLESDIR%%/warm.xrdb + %%PORTDOCS%%%%DOCSDIR%%/tkabber.html %%PORTDOCS%%%%DOCSDIR%%/tkabber.xml %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/aniemoteicons @dirrm %%DATADIR%%/emoticons-tkabber +@dirrm %%DATADIR%%/ifaceck +@dirrm %%DATADIR%%/ifacetk @dirrm %%DATADIR%%/jabberlib-tclxml/tclxml @dirrm %%DATADIR%%/jabberlib-tclxml @dirrm %%DATADIR%%/mclistbox-1.02 @dirrm %%DATADIR%%/msgs +@dirrm %%DATADIR%%/pixmaps/amibulb/browser +@dirrm %%DATADIR%%/pixmaps/amibulb/docking +@dirrm %%DATADIR%%/pixmaps/amibulb/roster +@dirrm %%DATADIR%%/pixmaps/amibulb/tkabber +@dirrm %%DATADIR%%/pixmaps/amibulb @dirrm %%DATADIR%%/pixmaps/default/browser @dirrm %%DATADIR%%/pixmaps/default/docking @dirrm %%DATADIR%%/pixmaps/default/roster @@ -439,6 +615,11 @@ bin/tkabber @dirrm %%DATADIR%%/pixmaps/gabber/services @dirrm %%DATADIR%%/pixmaps/gabber/tkabber @dirrm %%DATADIR%%/pixmaps/gabber +@dirrm %%DATADIR%%/pixmaps/gush/browser +@dirrm %%DATADIR%%/pixmaps/gush/docking +@dirrm %%DATADIR%%/pixmaps/gush/roster +@dirrm %%DATADIR%%/pixmaps/gush/tkabber +@dirrm %%DATADIR%%/pixmaps/gush @dirrm %%DATADIR%%/pixmaps/icq/docking @dirrm %%DATADIR%%/pixmaps/icq/roster @dirrm %%DATADIR%%/pixmaps/icq/tkabber @@ -451,15 +632,23 @@ bin/tkabber @dirrm %%DATADIR%%/pixmaps/jajc @dirrm %%DATADIR%%/pixmaps/jarl/roster @dirrm %%DATADIR%%/pixmaps/jarl +@dirrm %%DATADIR%%/pixmaps/kroc/browser +@dirrm %%DATADIR%%/pixmaps/kroc/docking +@dirrm %%DATADIR%%/pixmaps/kroc/roster +@dirrm %%DATADIR%%/pixmaps/kroc/services +@dirrm %%DATADIR%%/pixmaps/kroc/tkabber +@dirrm %%DATADIR%%/pixmaps/kroc @dirrm %%DATADIR%%/pixmaps/psi/browser @dirrm %%DATADIR%%/pixmaps/psi/roster @dirrm %%DATADIR%%/pixmaps/psi/tkabber @dirrm %%DATADIR%%/pixmaps/psi @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/plugins/chat +@dirrm %%DATADIR%%/plugins/filetransfer @dirrm %%DATADIR%%/plugins/general @dirrm %%DATADIR%%/plugins/iq @dirrm %%DATADIR%%/plugins/jidlink +@dirrm %%DATADIR%%/plugins/si @dirrm %%DATADIR%%/plugins/unix @dirrm %%DATADIR%%/plugins/windows @dirrm %%DATADIR%%/plugins @@ -468,5 +657,6 @@ bin/tkabber @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/textundo @dirrm %%DATADIR%% +@dirrm %%EXAMPLESDIR%%/tclCarbonNotification-1.0.0 @dirrm %%EXAMPLESDIR%%/tools @dirrm %%EXAMPLESDIR%% |