aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-05-23 17:18:09 +0000
committerRene Ladan <rene@FreeBSD.org>2014-05-23 17:18:09 +0000
commitf3805d85d401fc625fab0e7c934ab073fbe3978e (patch)
tree36c26431cd0a176986cefa311545b25aa0ff3c18 /net-im
parentac00a8d1af7e691c2f04857f99b54505773d3089 (diff)
downloadports-f3805d85d401fc625fab0e7c934ab073fbe3978e.tar.gz
ports-f3805d85d401fc625fab0e7c934ab073fbe3978e.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/tkabber-devel/Makefile75
-rw-r--r--net-im/tkabber-devel/distinfo2
-rw-r--r--net-im/tkabber-devel/files/patch-tkabber.tcl11
-rw-r--r--net-im/tkabber-devel/pkg-descr6
-rw-r--r--net-im/tkabber-devel/pkg-plist502
6 files changed, 0 insertions, 597 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index a664d4c7abb5..611a70153139 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -162,7 +162,6 @@
SUBDIR += telepathy-salut
SUBDIR += telepathy-sofiasip
SUBDIR += tkabber
- SUBDIR += tkabber-devel
SUBDIR += tkabber-plugins
SUBDIR += tkabbur
SUBDIR += tox
diff --git a/net-im/tkabber-devel/Makefile b/net-im/tkabber-devel/Makefile
deleted file mode 100644
index f6a3a52f53a2..000000000000
--- a/net-im/tkabber-devel/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# Created by: Denis Shaposhnikov <dsh@vlink.ru>
-# $FreeBSD$
-
-PORTNAME= tkabber
-PORTVERSION= 0.11.1.a.20100207
-PORTREVISION= 1
-CATEGORIES= net-im
-MASTER_SITES= http://wizard.volgograd.ru/distfiles/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= dsh@wizard.volgograd.ru
-COMMENT= Tcl/Tk based jabber client, development version
-
-LIB_DEPENDS= libtkXwin.so:${PORTSDIR}/x11/tkXwin
-RUN_DEPENDS= tcllib>=1.10:${PORTSDIR}/devel/tcllib \
- tcltls>=1.5.0:${PORTSDIR}/devel/tcltls \
- bwidget>=1.8.0:${PORTSDIR}/x11-toolkits/bwidget
-
-CONFLICTS= tkabber-[0-9]*
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-DEPRECATED= Unfetchable, outdated by net-im/tkabber
-EXPIRATION_DATE=2014-05-23
-
-USE_BZIP2= yes
-USES= tk:85+,run
-
-PORTDOCS= *
-PORTEXAMPLES= *
-
-DESKTOP_ENTRIES= "${PORTNAME}" \
- "${COMMENT}" \
- "" \
- "tkabber" \
- "Network;InstantMessaging;" \
- false
-
-SUBDIRS= emoticons ifacetk mclistbox msgs pixmaps plugins sounds \
- tclxmpp trans
-
-OPTIONS_DEFINE= ZLIB
-
-.include <bsd.port.options.mk>
-
-do-install:
- ${ECHO} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
- -name tkabber \"\$$@\"\n" > ${WRKDIR}/tkabber.sh
- ${INSTALL_SCRIPT} ${WRKDIR}/tkabber.sh ${STAGEDIR}${PREFIX}/bin/tkabber
-
- ${ECHO} -e "#!/bin/sh\nexec ${TCLSH} ${DATADIR}/tkabber-remote.tcl \
- -name tkabber-remote \"\$$@\"\n" > ${WRKDIR}/tkabber-remote.sh
- ${INSTALL_SCRIPT} ${WRKDIR}/tkabber-remote.sh ${STAGEDIR}${PREFIX}/bin/tkabber-remote
-
- ${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/*.tcl ${STAGEDIR}${DATADIR}
- (cd ${WRKSRC} && ${COPYTREE_SHARE} "${SUBDIRS}" ${STAGEDIR}${DATADIR})
- ${HEAD} -1 ${WRKSRC}/ChangeLog > ${STAGEDIR}${DATADIR}/version
-
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
-
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
-. for i in AUTHORS COPYING ChangeLog README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
-. endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
-.endif
-
-.if ${PORT_OPTIONS:MZLIB}
-LIB_DEPENDS+= libztcl[0-9].so:${PORTSDIR}/devel/ztcl
-.endif
-
-.include <bsd.port.mk>
diff --git a/net-im/tkabber-devel/distinfo b/net-im/tkabber-devel/distinfo
deleted file mode 100644
index 34cb8494a5b6..000000000000
--- a/net-im/tkabber-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (tkabber-0.11.1.a.20100207.tar.bz2) = 2d9717eb0bdcdbc06b438016c065cfa02a216d7afb45d124d2834d30b64a0b63
-SIZE (tkabber-0.11.1.a.20100207.tar.bz2) = 1050735
diff --git a/net-im/tkabber-devel/files/patch-tkabber.tcl b/net-im/tkabber-devel/files/patch-tkabber.tcl
deleted file mode 100644
index 01e4b3c1a92c..000000000000
--- a/net-im/tkabber-devel/files/patch-tkabber.tcl
+++ /dev/null
@@ -1,11 +0,0 @@
---- tkabber.tcl.orig Sat Mar 17 20:24:28 2007
-+++ tkabber.tcl Mon Mar 26 12:56:48 2007
-@@ -104,7 +104,7 @@
- return $snapshot
- }
-
--set tkabber_version "0.11.1-svn[get_snapshot [fullpath ChangeLog]]"
-+set tkabber_version "0.11.1-svn[get_snapshot [fullpath version]]"
- set toolkit_version "Tcl/Tk [info patchlevel]"
-
- proc rescmd {id res ls} {
diff --git a/net-im/tkabber-devel/pkg-descr b/net-im/tkabber-devel/pkg-descr
deleted file mode 100644
index a6b84e265228..000000000000
--- a/net-im/tkabber-devel/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-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.
-
-WWW: http://tkabber.jabber.ru/
diff --git a/net-im/tkabber-devel/pkg-plist b/net-im/tkabber-devel/pkg-plist
deleted file mode 100644
index 0d6759ac3bf3..000000000000
--- a/net-im/tkabber-devel/pkg-plist
+++ /dev/null
@@ -1,502 +0,0 @@
-bin/tkabber
-bin/tkabber-remote
-%%DATADIR%%/Tclx.tcl
-%%DATADIR%%/balloon.tcl
-%%DATADIR%%/chats.tcl
-%%DATADIR%%/configdir.tcl
-%%DATADIR%%/custom.tcl
-%%DATADIR%%/datagathering.tcl
-%%DATADIR%%/default.tcl
-%%DATADIR%%/disco.tcl
-%%DATADIR%%/emoticons/default/beer.gif
-%%DATADIR%%/emoticons/default/facegrinning.gif
-%%DATADIR%%/emoticons/default/facehappy.gif
-%%DATADIR%%/emoticons/default/faceironic.gif
-%%DATADIR%%/emoticons/default/facesad.gif
-%%DATADIR%%/emoticons/default/facestartled.gif
-%%DATADIR%%/emoticons/default/facestraight.gif
-%%DATADIR%%/emoticons/default/facewinking.gif
-%%DATADIR%%/emoticons/default/faceyukky.gif
-%%DATADIR%%/emoticons/default/icondef.xml
-%%DATADIR%%/filetransfer.tcl
-%%DATADIR%%/filters.tcl
-%%DATADIR%%/gpgme.tcl
-%%DATADIR%%/hooks.tcl
-%%DATADIR%%/idna.tcl
-%%DATADIR%%/iface.tcl
-%%DATADIR%%/ifacetk/buttonbar.tcl
-%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
-%%DATADIR%%/ifacetk/default.xrdb
-%%DATADIR%%/ifacetk/idefault.tcl
-%%DATADIR%%/ifacetk/iface.tcl
-%%DATADIR%%/ifacetk/login.tcl
-%%DATADIR%%/ifacetk/muc.tcl
-%%DATADIR%%/ifacetk/roster.tcl
-%%DATADIR%%/ifacetk/systray.tcl
-%%DATADIR%%/ifacetk/unix.xrdb
-%%DATADIR%%/iq.tcl
-%%DATADIR%%/itemedit.tcl
-%%DATADIR%%/login.tcl
-%%DATADIR%%/mclistbox/mclistbox.tcl
-%%DATADIR%%/messages.tcl
-%%DATADIR%%/msgs/ca.msg
-%%DATADIR%%/msgs/de.msg
-%%DATADIR%%/msgs/eo.msg
-%%DATADIR%%/msgs/es.msg
-%%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
-%%DATADIR%%/msgs/ro.msg
-%%DATADIR%%/msgs/ru.msg
-%%DATADIR%%/msgs/ru.rc
-%%DATADIR%%/msgs/uk.msg
-%%DATADIR%%/msgs/uk.rc
-%%DATADIR%%/muc.tcl
-%%DATADIR%%/namespaces.tcl
-%%DATADIR%%/pep.tcl
-%%DATADIR%%/pixmaps.tcl
-%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
-%%DATADIR%%/pixmaps/default-blue/docking/available-chat.gif
-%%DATADIR%%/pixmaps/default-blue/docking/available-dnd.gif
-%%DATADIR%%/pixmaps/default-blue/docking/available.gif
-%%DATADIR%%/pixmaps/default-blue/docking/tkabber.ico
-%%DATADIR%%/pixmaps/default-blue/icondef.xml
-%%DATADIR%%/pixmaps/default-blue/roster/available-away.gif
-%%DATADIR%%/pixmaps/default-blue/roster/available-chat.gif
-%%DATADIR%%/pixmaps/default-blue/roster/available-dnd.gif
-%%DATADIR%%/pixmaps/default-blue/roster/available.gif
-%%DATADIR%%/pixmaps/default/docking/available-away.gif
-%%DATADIR%%/pixmaps/default/docking/available-chat.gif
-%%DATADIR%%/pixmaps/default/docking/available-dnd.gif
-%%DATADIR%%/pixmaps/default/docking/available-xa.gif
-%%DATADIR%%/pixmaps/default/docking/available.gif
-%%DATADIR%%/pixmaps/default/docking/blank.gif
-%%DATADIR%%/pixmaps/default/docking/invisible.gif
-%%DATADIR%%/pixmaps/default/docking/message-personal.gif
-%%DATADIR%%/pixmaps/default/docking/message-server.gif
-%%DATADIR%%/pixmaps/default/docking/message.gif
-%%DATADIR%%/pixmaps/default/docking/tkabber.ico
-%%DATADIR%%/pixmaps/default/docking/unavailable.gif
-%%DATADIR%%/pixmaps/default/icondef.xml
-%%DATADIR%%/pixmaps/default/roster/available-away.gif
-%%DATADIR%%/pixmaps/default/roster/available-chat.gif
-%%DATADIR%%/pixmaps/default/roster/available-dnd.gif
-%%DATADIR%%/pixmaps/default/roster/available-xa.gif
-%%DATADIR%%/pixmaps/default/roster/available.gif
-%%DATADIR%%/pixmaps/default/roster/conference-available.gif
-%%DATADIR%%/pixmaps/default/roster/conference-unavailable.gif
-%%DATADIR%%/pixmaps/default/roster/group-closed.gif
-%%DATADIR%%/pixmaps/default/roster/group-opened.gif
-%%DATADIR%%/pixmaps/default/roster/invisible.gif
-%%DATADIR%%/pixmaps/default/roster/stalker.gif
-%%DATADIR%%/pixmaps/default/roster/unavailable.gif
-%%DATADIR%%/pixmaps/default/services/aim_away.gif
-%%DATADIR%%/pixmaps/default/services/aim_chat.gif
-%%DATADIR%%/pixmaps/default/services/aim_dnd.gif
-%%DATADIR%%/pixmaps/default/services/aim_offline.gif
-%%DATADIR%%/pixmaps/default/services/aim_online.gif
-%%DATADIR%%/pixmaps/default/services/aim_xa.gif
-%%DATADIR%%/pixmaps/default/services/gg_away.gif
-%%DATADIR%%/pixmaps/default/services/gg_chat.gif
-%%DATADIR%%/pixmaps/default/services/gg_dnd.gif
-%%DATADIR%%/pixmaps/default/services/gg_offline.gif
-%%DATADIR%%/pixmaps/default/services/gg_online.gif
-%%DATADIR%%/pixmaps/default/services/gg_xa.gif
-%%DATADIR%%/pixmaps/default/services/icq_away.gif
-%%DATADIR%%/pixmaps/default/services/icq_chat.gif
-%%DATADIR%%/pixmaps/default/services/icq_dnd.gif
-%%DATADIR%%/pixmaps/default/services/icq_offline.gif
-%%DATADIR%%/pixmaps/default/services/icq_online.gif
-%%DATADIR%%/pixmaps/default/services/icq_xa.gif
-%%DATADIR%%/pixmaps/default/services/jud.gif
-%%DATADIR%%/pixmaps/default/services/mrim_away.gif
-%%DATADIR%%/pixmaps/default/services/mrim_offline.gif
-%%DATADIR%%/pixmaps/default/services/mrim_online.gif
-%%DATADIR%%/pixmaps/default/services/msn_away.gif
-%%DATADIR%%/pixmaps/default/services/msn_chat.gif
-%%DATADIR%%/pixmaps/default/services/msn_dnd.gif
-%%DATADIR%%/pixmaps/default/services/msn_offline.gif
-%%DATADIR%%/pixmaps/default/services/msn_online.gif
-%%DATADIR%%/pixmaps/default/services/msn_xa.gif
-%%DATADIR%%/pixmaps/default/services/rss_offline.gif
-%%DATADIR%%/pixmaps/default/services/rss_online.gif
-%%DATADIR%%/pixmaps/default/services/server.gif
-%%DATADIR%%/pixmaps/default/services/sms.gif
-%%DATADIR%%/pixmaps/default/services/weather_away.gif
-%%DATADIR%%/pixmaps/default/services/weather_chat.gif
-%%DATADIR%%/pixmaps/default/services/weather_dnd.gif
-%%DATADIR%%/pixmaps/default/services/weather_offline.gif
-%%DATADIR%%/pixmaps/default/services/weather_online.gif
-%%DATADIR%%/pixmaps/default/services/weather_xa.gif
-%%DATADIR%%/pixmaps/default/services/yahoo_away.gif
-%%DATADIR%%/pixmaps/default/services/yahoo_chat.gif
-%%DATADIR%%/pixmaps/default/services/yahoo_dnd.gif
-%%DATADIR%%/pixmaps/default/services/yahoo_offline.gif
-%%DATADIR%%/pixmaps/default/services/yahoo_online.gif
-%%DATADIR%%/pixmaps/default/services/yahoo_xa.gif
-%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-blue.gif
-%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-green.gif
-%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-red.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-badencrypted.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-badsigned.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-encrypted.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-signed.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-unencrypted.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-unsigned.gif
-%%DATADIR%%/pixmaps/default/tkabber/gpg-vsigned.gif
-%%DATADIR%%/pixmaps/default/tkabber/tkabber-logo.gif
-%%DATADIR%%/pixmaps/default/tkabber/toolbar-add-user.gif
-%%DATADIR%%/pixmaps/default/tkabber/toolbar-disco.gif
-%%DATADIR%%/pixmaps/default/tkabber/toolbar-join-conference.gif
-%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-offline.gif
-%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-online.gif
-%%DATADIR%%/pixmaps/default/tkabber/xaddress-blue.gif
-%%DATADIR%%/pixmaps/default/tkabber/xaddress-green.gif
-%%DATADIR%%/pixmaps/default/tkabber/xaddress-red.gif
-%%DATADIR%%/pixmaps/feather16/docking/available-away.gif
-%%DATADIR%%/pixmaps/feather16/docking/available-chat.gif
-%%DATADIR%%/pixmaps/feather16/docking/available-dnd.gif
-%%DATADIR%%/pixmaps/feather16/docking/available-xa.gif
-%%DATADIR%%/pixmaps/feather16/docking/available.gif
-%%DATADIR%%/pixmaps/feather16/docking/blank.gif
-%%DATADIR%%/pixmaps/feather16/docking/invisible.gif
-%%DATADIR%%/pixmaps/feather16/docking/message-personal.gif
-%%DATADIR%%/pixmaps/feather16/docking/message-server.gif
-%%DATADIR%%/pixmaps/feather16/docking/message.gif
-%%DATADIR%%/pixmaps/feather16/docking/tkabber.ico
-%%DATADIR%%/pixmaps/feather16/docking/unavailable.gif
-%%DATADIR%%/pixmaps/feather16/icondef.xml
-%%DATADIR%%/pixmaps/feather16/roster/available-away.gif
-%%DATADIR%%/pixmaps/feather16/roster/available-chat.gif
-%%DATADIR%%/pixmaps/feather16/roster/available-dnd.gif
-%%DATADIR%%/pixmaps/feather16/roster/available-xa.gif
-%%DATADIR%%/pixmaps/feather16/roster/available.gif
-%%DATADIR%%/pixmaps/feather16/roster/conference-available.gif
-%%DATADIR%%/pixmaps/feather16/roster/conference-unavailable.gif
-%%DATADIR%%/pixmaps/feather16/roster/invisible.gif
-%%DATADIR%%/pixmaps/feather16/roster/stalker.gif
-%%DATADIR%%/pixmaps/feather16/roster/unavailable.gif
-%%DATADIR%%/pixmaps/feather16/services/rss_away.gif
-%%DATADIR%%/pixmaps/feather16/services/rss_chat.gif
-%%DATADIR%%/pixmaps/feather16/services/rss_dnd.gif
-%%DATADIR%%/pixmaps/feather16/services/rss_offline.gif
-%%DATADIR%%/pixmaps/feather16/services/rss_online.gif
-%%DATADIR%%/pixmaps/feather16/services/rss_xa.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badencrypted.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badsigned.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-encrypted.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-signed.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unencrypted.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unsigned.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/gpg-vsigned.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-add-user.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-disco.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-join-conference.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-offline.gif
-%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-online.gif
-%%DATADIR%%/pixmaps/feather22/icondef.xml
-%%DATADIR%%/pixmaps/feather22/roster/available-away.gif
-%%DATADIR%%/pixmaps/feather22/roster/available-chat.gif
-%%DATADIR%%/pixmaps/feather22/roster/available-dnd.gif
-%%DATADIR%%/pixmaps/feather22/roster/available-xa.gif
-%%DATADIR%%/pixmaps/feather22/roster/available.gif
-%%DATADIR%%/pixmaps/feather22/roster/invisible.gif
-%%DATADIR%%/pixmaps/feather22/roster/unavailable.gif
-%%DATADIR%%/pixmaps/stars/docking/available-away.gif
-%%DATADIR%%/pixmaps/stars/docking/available-chat.gif
-%%DATADIR%%/pixmaps/stars/docking/available-dnd.gif
-%%DATADIR%%/pixmaps/stars/docking/available-xa.gif
-%%DATADIR%%/pixmaps/stars/docking/available.gif
-%%DATADIR%%/pixmaps/stars/docking/invisible.gif
-%%DATADIR%%/pixmaps/stars/docking/message-personal.gif
-%%DATADIR%%/pixmaps/stars/docking/message-server.gif
-%%DATADIR%%/pixmaps/stars/docking/message.gif
-%%DATADIR%%/pixmaps/stars/docking/unavailable.gif
-%%DATADIR%%/pixmaps/stars/icondef.xml
-%%DATADIR%%/pixmaps/stars/roster/available-away.gif
-%%DATADIR%%/pixmaps/stars/roster/available-chat.gif
-%%DATADIR%%/pixmaps/stars/roster/available-dnd.gif
-%%DATADIR%%/pixmaps/stars/roster/available-xa.gif
-%%DATADIR%%/pixmaps/stars/roster/available.gif
-%%DATADIR%%/pixmaps/stars/roster/conference-available.gif
-%%DATADIR%%/pixmaps/stars/roster/conference-unavailable.gif
-%%DATADIR%%/pixmaps/stars/roster/group-closed.gif
-%%DATADIR%%/pixmaps/stars/roster/group-opened.gif
-%%DATADIR%%/pixmaps/stars/roster/invisible.gif
-%%DATADIR%%/pixmaps/stars/roster/stalker.gif
-%%DATADIR%%/pixmaps/stars/roster/unavailable.gif
-%%DATADIR%%/pixmaps/stars/services/rss_away.gif
-%%DATADIR%%/pixmaps/stars/services/rss_chat.gif
-%%DATADIR%%/pixmaps/stars/services/rss_dnd.gif
-%%DATADIR%%/pixmaps/stars/services/rss_offline.gif
-%%DATADIR%%/pixmaps/stars/services/rss_online.gif
-%%DATADIR%%/pixmaps/stars/services/rss_xa.gif
-%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark.gif
-%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark1.gif
-%%DATADIR%%/pixmaps/stars/tkabber/new-msg.gif
-%%DATADIR%%/pixmaps/stars/tkabber/toolbar-add-user.gif
-%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco.gif
-%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco_old.gif
-%%DATADIR%%/pixmaps/stars/tkabber/toolbar-join-conference.gif
-%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-offline.gif
-%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-online.gif
-%%DATADIR%%/pixmaps/stars/tkabber/xaddress.gif
-%%DATADIR%%/plugins.tcl
-%%DATADIR%%/plugins/chat/abbrev.tcl
-%%DATADIR%%/plugins/chat/bookmark_highlighted.tcl
-%%DATADIR%%/plugins/chat/chatstate.tcl
-%%DATADIR%%/plugins/chat/clear.tcl
-%%DATADIR%%/plugins/chat/complete_last_nick.tcl
-%%DATADIR%%/plugins/chat/completion.tcl
-%%DATADIR%%/plugins/chat/disco.tcl
-%%DATADIR%%/plugins/chat/draw_error.tcl
-%%DATADIR%%/plugins/chat/draw_info.tcl
-%%DATADIR%%/plugins/chat/draw_message.tcl
-%%DATADIR%%/plugins/chat/draw_normal_message.tcl
-%%DATADIR%%/plugins/chat/draw_server_message.tcl
-%%DATADIR%%/plugins/chat/draw_timestamp.tcl
-%%DATADIR%%/plugins/chat/draw_xhtml_message.tcl
-%%DATADIR%%/plugins/chat/empty_body.tcl
-%%DATADIR%%/plugins/chat/events.tcl
-%%DATADIR%%/plugins/chat/exec_command.tcl
-%%DATADIR%%/plugins/chat/histool.tcl
-%%DATADIR%%/plugins/chat/history.tcl
-%%DATADIR%%/plugins/chat/info_commands.tcl
-%%DATADIR%%/plugins/chat/insert_nick.tcl
-%%DATADIR%%/plugins/chat/irc_commands.tcl
-%%DATADIR%%/plugins/chat/log_on_open.tcl
-%%DATADIR%%/plugins/chat/logger.tcl
-%%DATADIR%%/plugins/chat/me_command.tcl
-%%DATADIR%%/plugins/chat/muc_commands.tcl
-%%DATADIR%%/plugins/chat/muc_ignore.tcl
-%%DATADIR%%/plugins/chat/nick_colors.tcl
-%%DATADIR%%/plugins/chat/open_chat.tcl
-%%DATADIR%%/plugins/chat/open_window.tcl
-%%DATADIR%%/plugins/chat/popupmenu.tcl
-%%DATADIR%%/plugins/chat/postpone.tcl
-%%DATADIR%%/plugins/chat/send_message.tcl
-%%DATADIR%%/plugins/chat/shuffle.tcl
-%%DATADIR%%/plugins/chat/unisymbols.tcl
-%%DATADIR%%/plugins/chat/update_tab.tcl
-%%DATADIR%%/plugins/filetransfer/http.tcl
-%%DATADIR%%/plugins/filetransfer/si.tcl
-%%DATADIR%%/plugins/general/autoaway.tcl
-%%DATADIR%%/plugins/general/avatars.tcl
-%%DATADIR%%/plugins/general/bob.tcl
-%%DATADIR%%/plugins/general/caps.tcl
-%%DATADIR%%/plugins/general/captcha.tcl
-%%DATADIR%%/plugins/general/clientinfo.tcl
-%%DATADIR%%/plugins/general/comm.tcl
-%%DATADIR%%/plugins/general/copy_jid.tcl
-%%DATADIR%%/plugins/general/geometry.tcl
-%%DATADIR%%/plugins/general/headlines.tcl
-%%DATADIR%%/plugins/general/ispell.tcl
-%%DATADIR%%/plugins/general/jitworkaround.tcl
-%%DATADIR%%/plugins/general/message_archive.tcl
-%%DATADIR%%/plugins/general/offline.tcl
-%%DATADIR%%/plugins/general/rawxml.tcl
-%%DATADIR%%/plugins/general/remote.tcl
-%%DATADIR%%/plugins/general/session.tcl
-%%DATADIR%%/plugins/general/sigh.tcl
-%%DATADIR%%/plugins/general/sound.tcl
-%%DATADIR%%/plugins/general/stats.tcl
-%%DATADIR%%/plugins/general/subscribe_gateway.tcl
-%%DATADIR%%/plugins/general/tkcon.tcl
-%%DATADIR%%/plugins/general/xaddress.tcl
-%%DATADIR%%/plugins/general/xcommands.tcl
-%%DATADIR%%/plugins/iq/browse.tcl
-%%DATADIR%%/plugins/iq/last.tcl
-%%DATADIR%%/plugins/iq/ping.tcl
-%%DATADIR%%/plugins/iq/time.tcl
-%%DATADIR%%/plugins/iq/time2.tcl
-%%DATADIR%%/plugins/iq/version.tcl
-%%DATADIR%%/plugins/pep/user_activity.tcl
-%%DATADIR%%/plugins/pep/user_location.tcl
-%%DATADIR%%/plugins/pep/user_mood.tcl
-%%DATADIR%%/plugins/pep/user_tune.tcl
-%%DATADIR%%/plugins/richtext/chatlog.tcl
-%%DATADIR%%/plugins/richtext/emoticons.tcl
-%%DATADIR%%/plugins/richtext/highlight.tcl
-%%DATADIR%%/plugins/richtext/stylecodes.tcl
-%%DATADIR%%/plugins/richtext/urls.tcl
-%%DATADIR%%/plugins/roster/annotations.tcl
-%%DATADIR%%/plugins/roster/backup.tcl
-%%DATADIR%%/plugins/roster/bkup_annotations.tcl
-%%DATADIR%%/plugins/roster/bkup_conferences.tcl
-%%DATADIR%%/plugins/roster/bkup_metacontacts.tcl
-%%DATADIR%%/plugins/roster/cache_categories.tcl
-%%DATADIR%%/plugins/roster/conferenceinfo.tcl
-%%DATADIR%%/plugins/roster/conferences.tcl
-%%DATADIR%%/plugins/roster/fetch_nicknames.tcl
-%%DATADIR%%/plugins/roster/metacontacts.tcl
-%%DATADIR%%/plugins/roster/rosterx.tcl
-%%DATADIR%%/plugins/search/browser.tcl
-%%DATADIR%%/plugins/search/chat.tcl
-%%DATADIR%%/plugins/search/custom.tcl
-%%DATADIR%%/plugins/search/headlines.tcl
-%%DATADIR%%/plugins/search/logger.tcl
-%%DATADIR%%/plugins/search/rawxml.tcl
-%%DATADIR%%/plugins/search/search.tcl
-%%DATADIR%%/plugins/search/spanel.tcl
-%%DATADIR%%/plugins/si/ibb.tcl
-%%DATADIR%%/plugins/si/iqibb.tcl
-%%DATADIR%%/plugins/si/socks5.tcl
-%%DATADIR%%/plugins/unix/dockingtray.tcl
-%%DATADIR%%/plugins/unix/icon.tcl
-%%DATADIR%%/plugins/unix/menu.tcl
-%%DATADIR%%/plugins/unix/menu8.4.tcl
-%%DATADIR%%/plugins/unix/systray.tcl
-%%DATADIR%%/plugins/unix/tktray.tcl
-%%DATADIR%%/plugins/unix/wmdock.tcl
-%%DATADIR%%/plugins/windows/console.tcl
-%%DATADIR%%/plugins/windows/mousewheel.tcl
-%%DATADIR%%/plugins/windows/taskbar.tcl
-%%DATADIR%%/presence.tcl
-%%DATADIR%%/privacy.tcl
-%%DATADIR%%/proxy.tcl
-%%DATADIR%%/pubsub.tcl
-%%DATADIR%%/register.tcl
-%%DATADIR%%/richtext.tcl
-%%DATADIR%%/roster.tcl
-%%DATADIR%%/search.tcl
-%%DATADIR%%/si.tcl
-%%DATADIR%%/sounds/default/chat_my_message.wav
-%%DATADIR%%/sounds/default/chat_their_message.wav
-%%DATADIR%%/sounds/default/connected.wav
-%%DATADIR%%/sounds/default/disconnected.wav
-%%DATADIR%%/sounds/default/groupchat_my_message.wav
-%%DATADIR%%/sounds/default/groupchat_server_message.wav
-%%DATADIR%%/sounds/default/groupchat_their_message.wav
-%%DATADIR%%/sounds/default/groupchat_their_message_to_me.wav
-%%DATADIR%%/sounds/default/presence_available.wav
-%%DATADIR%%/sounds/default/presence_unavailable.wav
-%%DATADIR%%/sounds/default/sigh.wav
-%%DATADIR%%/sounds/psi/chat_their_message.wav
-%%DATADIR%%/sounds/psi/connected.wav
-%%DATADIR%%/sounds/psi/groupchat_server_message.wav
-%%DATADIR%%/sounds/psi/groupchat_their_message.wav
-%%DATADIR%%/sounds/psi/groupchat_their_message_to_me.wav
-%%DATADIR%%/sounds/psi/presence_available.wav
-%%DATADIR%%/sounds/psi/presence_unavailable.wav
-%%DATADIR%%/splash.tcl
-%%DATADIR%%/tclxmpp/ChangeLog
-%%DATADIR%%/tclxmpp/doc/xmpp.man
-%%DATADIR%%/tclxmpp/doc/xmpp_jid.man
-%%DATADIR%%/tclxmpp/doc/xmpp_xml.man
-%%DATADIR%%/tclxmpp/examples/chessbot.tcl
-%%DATADIR%%/tclxmpp/examples/echo.tcl
-%%DATADIR%%/tclxmpp/examples/jsend.tcl
-%%DATADIR%%/tclxmpp/examples/rssbot.tcl
-%%DATADIR%%/tclxmpp/license.terms
-%%DATADIR%%/tclxmpp/tclxml/pkgIndex.tcl
-%%DATADIR%%/tclxmpp/tclxml/sgml.tcl
-%%DATADIR%%/tclxmpp/tclxml/sgmlparser.tcl
-%%DATADIR%%/tclxmpp/tclxml/tclparser.tcl
-%%DATADIR%%/tclxmpp/tclxml/xml.tcl
-%%DATADIR%%/tclxmpp/tclxml/xmltcl.tcl
-%%DATADIR%%/tclxmpp/xmpp/annotations.tcl
-%%DATADIR%%/tclxmpp/xmpp/auth.tcl
-%%DATADIR%%/tclxmpp/xmpp/blocking.tcl
-%%DATADIR%%/tclxmpp/xmpp/bob.tcl
-%%DATADIR%%/tclxmpp/xmpp/bookmarks.tcl
-%%DATADIR%%/tclxmpp/xmpp/component.tcl
-%%DATADIR%%/tclxmpp/xmpp/compress.tcl
-%%DATADIR%%/tclxmpp/xmpp/data.tcl
-%%DATADIR%%/tclxmpp/xmpp/delay.tcl
-%%DATADIR%%/tclxmpp/xmpp/delimiter.tcl
-%%DATADIR%%/tclxmpp/xmpp/disco.tcl
-%%DATADIR%%/tclxmpp/xmpp/dns.tcl
-%%DATADIR%%/tclxmpp/xmpp/https.tcl
-%%DATADIR%%/tclxmpp/xmpp/iq.tcl
-%%DATADIR%%/tclxmpp/xmpp/jid.tcl
-%%DATADIR%%/tclxmpp/xmpp/metacontacts.tcl
-%%DATADIR%%/tclxmpp/xmpp/muc.tcl
-%%DATADIR%%/tclxmpp/xmpp/negotiate.tcl
-%%DATADIR%%/tclxmpp/xmpp/pconnect.tcl
-%%DATADIR%%/tclxmpp/xmpp/pep.tcl
-%%DATADIR%%/tclxmpp/xmpp/ping.tcl
-%%DATADIR%%/tclxmpp/xmpp/pkgIndex.tcl
-%%DATADIR%%/tclxmpp/xmpp/poll.tcl
-%%DATADIR%%/tclxmpp/xmpp/presence.tcl
-%%DATADIR%%/tclxmpp/xmpp/privacy.tcl
-%%DATADIR%%/tclxmpp/xmpp/private.tcl
-%%DATADIR%%/tclxmpp/xmpp/pubsub.tcl
-%%DATADIR%%/tclxmpp/xmpp/register.tcl
-%%DATADIR%%/tclxmpp/xmpp/roster.tcl
-%%DATADIR%%/tclxmpp/xmpp/sasl.tcl
-%%DATADIR%%/tclxmpp/xmpp/search.tcl
-%%DATADIR%%/tclxmpp/xmpp/socks4.tcl
-%%DATADIR%%/tclxmpp/xmpp/socks5.tcl
-%%DATADIR%%/tclxmpp/xmpp/stanzaerror.tcl
-%%DATADIR%%/tclxmpp/xmpp/starttls.tcl
-%%DATADIR%%/tclxmpp/xmpp/streamerror.tcl
-%%DATADIR%%/tclxmpp/xmpp/tcp.tcl
-%%DATADIR%%/tclxmpp/xmpp/tls.tcl
-%%DATADIR%%/tclxmpp/xmpp/transport.tcl
-%%DATADIR%%/tclxmpp/xmpp/xml.tcl
-%%DATADIR%%/tclxmpp/xmpp/xmpp.tcl
-%%DATADIR%%/tclxmpp/xmpp/zlib.tcl
-%%DATADIR%%/tkabber-remote.tcl
-%%DATADIR%%/tkabber.tcl
-%%DATADIR%%/trans.tcl
-%%DATADIR%%/trans/de.msg
-%%DATADIR%%/trans/es.msg
-%%DATADIR%%/trans/pl.msg
-%%DATADIR%%/trans/ru.msg
-%%DATADIR%%/trans/uk.msg
-%%DATADIR%%/userinfo.tcl
-%%DATADIR%%/utils.tcl
-%%DATADIR%%/version
-%%DATADIR%%/xmppmime.tcl
-@dirrm %%DATADIR%%/emoticons/default
-@dirrm %%DATADIR%%/emoticons
-@dirrm %%DATADIR%%/ifacetk
-@dirrm %%DATADIR%%/mclistbox
-@dirrm %%DATADIR%%/msgs
-@dirrm %%DATADIR%%/pixmaps/feather22/roster
-@dirrm %%DATADIR%%/pixmaps/feather22
-@dirrm %%DATADIR%%/pixmaps/default/services
-@dirrm %%DATADIR%%/pixmaps/default/tkabber
-@dirrm %%DATADIR%%/pixmaps/default/docking
-@dirrm %%DATADIR%%/pixmaps/default/roster
-@dirrm %%DATADIR%%/pixmaps/default
-@dirrm %%DATADIR%%/pixmaps/feather16/services
-@dirrm %%DATADIR%%/pixmaps/feather16/tkabber
-@dirrm %%DATADIR%%/pixmaps/feather16/docking
-@dirrm %%DATADIR%%/pixmaps/feather16/roster
-@dirrm %%DATADIR%%/pixmaps/feather16
-@dirrm %%DATADIR%%/pixmaps/default-blue/docking
-@dirrm %%DATADIR%%/pixmaps/default-blue/roster
-@dirrm %%DATADIR%%/pixmaps/default-blue
-@dirrm %%DATADIR%%/pixmaps/stars/services
-@dirrm %%DATADIR%%/pixmaps/stars/tkabber
-@dirrm %%DATADIR%%/pixmaps/stars/docking
-@dirrm %%DATADIR%%/pixmaps/stars/roster
-@dirrm %%DATADIR%%/pixmaps/stars
-@dirrm %%DATADIR%%/pixmaps
-@dirrm %%DATADIR%%/plugins/chat
-@dirrm %%DATADIR%%/plugins/unix
-@dirrm %%DATADIR%%/plugins/filetransfer
-@dirrm %%DATADIR%%/plugins/pep
-@dirrm %%DATADIR%%/plugins/search
-@dirrm %%DATADIR%%/plugins/iq
-@dirrm %%DATADIR%%/plugins/richtext
-@dirrm %%DATADIR%%/plugins/windows
-@dirrm %%DATADIR%%/plugins/si
-@dirrm %%DATADIR%%/plugins/general
-@dirrm %%DATADIR%%/plugins/roster
-@dirrm %%DATADIR%%/plugins
-@dirrm %%DATADIR%%/sounds/default
-@dirrm %%DATADIR%%/sounds/psi
-@dirrm %%DATADIR%%/sounds
-@dirrm %%DATADIR%%/tclxmpp/tclxml
-@dirrm %%DATADIR%%/tclxmpp/xmpp
-@dirrm %%DATADIR%%/tclxmpp/doc
-@dirrm %%DATADIR%%/tclxmpp/examples
-@dirrm %%DATADIR%%/tclxmpp
-@dirrm %%DATADIR%%/trans
-@dirrm %%DATADIR%%