aboutsummaryrefslogtreecommitdiff
path: root/net-im/tkabber
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-04-24 23:17:29 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-04-24 23:17:29 +0000
commitc62ba3046d3bfb3db86db30a893fc916963d68bf (patch)
treee4a5f35b725f9623e9998346abdc813edffe01ce /net-im/tkabber
parent7fe65e91913152d7c9e4f109729924b28eeb3d5c (diff)
downloadports-c62ba3046d3bfb3db86db30a893fc916963d68bf.tar.gz
ports-c62ba3046d3bfb3db86db30a893fc916963d68bf.zip
- update from 0.11.1 to 1.1
- add several new CATEGORIES to the port - add LICENSE - cleanup RUN_DEPENDS to reflect minimal requirements - add customization through OptionsNG - add pkg-message to better describe port functionality - pass maintainership to submitter PR: 188256 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=352077
Diffstat (limited to 'net-im/tkabber')
-rw-r--r--net-im/tkabber/Makefile49
-rw-r--r--net-im/tkabber/distinfo4
-rw-r--r--net-im/tkabber/files/patch-Makefile11
-rw-r--r--net-im/tkabber/files/patch-tkabber.tcl19
-rw-r--r--net-im/tkabber/pkg-message23
-rw-r--r--net-im/tkabber/pkg-plist153
6 files changed, 140 insertions, 119 deletions
diff --git a/net-im/tkabber/Makefile b/net-im/tkabber/Makefile
index 1d7eb173fad0..b9d7df8b01f4 100644
--- a/net-im/tkabber/Makefile
+++ b/net-im/tkabber/Makefile
@@ -2,38 +2,51 @@
# $FreeBSD$
PORTNAME= tkabber
-PORTVERSION= 0.11.1
-CATEGORIES= net-im
+PORTVERSION= 1.1
+CATEGORIES= net-im ipv6 tcl tk
MASTER_SITES= http://files.jabber.ru/tkabber/
-MAINTAINER= c.kworr@gmail.com
+MAINTAINER= mp39590@gmail.com
COMMENT= Tcl/Tk based jabber client
-RUN_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib \
- ${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \
- ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
+LICENSE= GPLv2
-OPTIONS_DEFINE= DOCS EXAMPLES
+RUN_DEPENDS= tcllib>=1.2:${PORTSDIR}/devel/tcllib \
+ bwidget>=1.4:${PORTSDIR}/x11-toolkits/bwidget
-CONFLICTS= tkabber-devel-*
+OPTIONS_DEFINE= DOCS EXAMPLES IPV6 SOUND TDOM TKCON TKTRAY TLS
+OPTIONS_DEFAULT= TLS
+
+CONFLICTS= tkabber-devel-[0-9]*
+
+USES= tar:xz
+
+IPV6_USES= tk:86+
+IPV6_USES_OFF= tk:85+
+SOUND_RUN_DEPENDS= snack>=2.2.10:${PORTSDIR}/audio/snack
+TDOM_DESC= Use more efficient tDOM parser for XML
+TDOM_RUN_DEPENDS= tDOM>=0.8.0:${PORTSDIR}/www/tdom
+TKCON_DESC= Install devel/tkcon for interactive debugging
+TKCON_RUN_DEPENDS= tkcon>=2.3:${PORTSDIR}/devel/tkcon
+TKTRAY_DESC= Install x11-toolkits/tktray for system tray support
+TKTRAY_RUN_DEPENDS= tktray>=1.3:${PORTSDIR}/x11-toolkits/tktray
+TLS_RUN_DEPENDS= tcltls>=1.4.1:${PORTSDIR}/devel/tcltls
-USES= tk:85
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD= yes
-SUBDIRS= contrib doc emoticons examples ifacetk jabberlib mclistbox \
- msgs pixmaps plugins sounds tclxml trans
+SUBDIRS= contrib emoticons ifacetk mclistbox \
+ msgs pixmaps plugins sounds tclxmpp trans
.include <bsd.port.options.mk>
-post-patch:
- ${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|g' \
- ${WRKSRC}/Makefile ${WRKSRC}/tkabber.tcl
-
do-install:
- ${ECHO} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
- -name tkabber \"\$$@\"\n" > ${STAGEDIR}${PREFIX}/bin/tkabber
- ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/tkabber
+ ${ECHO_CMD} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
+ -name tkabber \"\$$@\"\n" > ${WRKDIR}/tkabber.sh
+ ${INSTALL_SCRIPT} ${WRKDIR}/tkabber.sh ${STAGEDIR}${PREFIX}/bin/tkabber
+ ${ECHO_CMD} -e "#!/bin/sh\nexec ${WISH} ${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}
${CP} ${WRKSRC}/*.tcl ${STAGEDIR}${DATADIR}
.for i in ${SUBDIRS}
diff --git a/net-im/tkabber/distinfo b/net-im/tkabber/distinfo
index 689b6c149fca..1adbd92adfa9 100644
--- a/net-im/tkabber/distinfo
+++ b/net-im/tkabber/distinfo
@@ -1,2 +1,2 @@
-SHA256 (tkabber-0.11.1.tar.gz) = 9b12b726b609297254e7b0c5e500d415a6517bd6c951d53e7b429dca4a29bba7
-SIZE (tkabber-0.11.1.tar.gz) = 1026405
+SHA256 (tkabber-1.1.tar.xz) = 429582da54508c20a5c76cb1ff5e982c7d6b3dc341625255ec72621645ace0c6
+SIZE (tkabber-1.1.tar.xz) = 992048
diff --git a/net-im/tkabber/files/patch-Makefile b/net-im/tkabber/files/patch-Makefile
deleted file mode 100644
index 44335e347379..000000000000
--- a/net-im/tkabber/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.orig 2007-03-04 18:20:11.000000000 +0100
-+++ Makefile 2007-07-07 15:28:30.000000000 +0200
-@@ -21,7 +21,7 @@
- mkdir -p $(DESTDIR)/$(TKABBERDIR)
- cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
- mkdir -p $(DESTDIR)/$(BINDIR)
-- echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabber.tcl -name tkabber \"\$$@\"\n" \
-+ echo -e "#!/bin/sh\nexec %%WISH%% $(PREFIX)/share/tkabber/tkabber.tcl -name tkabber \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabber
- >$(DESTDIR)/$(BINDIR)/tkabber
- chmod 755 $(DESTDIR)/$(BINDIR)/tkabber
-
diff --git a/net-im/tkabber/files/patch-tkabber.tcl b/net-im/tkabber/files/patch-tkabber.tcl
deleted file mode 100644
index 34f0d156de8a..000000000000
--- a/net-im/tkabber/files/patch-tkabber.tcl
+++ /dev/null
@@ -1,19 +0,0 @@
---- tkabber.tcl.orig Tue Oct 31 13:04:08 2006
-+++ tkabber.tcl Tue Oct 31 13:06:18 2006
-@@ -1,6 +1,6 @@
- #!/bin/sh
- # the next line restarts using the correct interpreter \
--exec wish "$0" -name tkabber "$@"
-+exec %%WISH%% "$0" -name tkabber "$@"
-
- # $Id: tkabber.tcl,v 1.236 2006/06/08 20:21:44 aleksey Exp $
-
-@@ -107,7 +107,7 @@
- hook::run quit_hook
- catch { bind $::ifacetk::mf <Destroy> {} }
- destroy .
-- exit $status
-+ quit $status
- }
-
- namespace eval ifacetk {}
diff --git a/net-im/tkabber/pkg-message b/net-im/tkabber/pkg-message
new file mode 100644
index 000000000000..15c3dea368f4
--- /dev/null
+++ b/net-im/tkabber/pkg-message
@@ -0,0 +1,23 @@
+Tkabber is a heavily extensible Jabber client, a lot of things can be
+scripted or customized. For complete documentation please refer to
+tkabber.html which comes with the package if you selected DOCS option,
+or read it online:
+
+ http://tkabber.jabber.ru/files/doc/tkabber.html
+
+Additional documentation, tips & tricks can be found in Tkabber wiki,
+which is available on following languages:
+
+ Russian: http://ru.tkabber.jabe.ru
+ English: http://en.tkabber.jabe.ru
+ Ukranian: http://ua.tkabber.jabe.ru
+
+To chat with the developers and ask questions you can use official
+technical support conference:
+
+ tkabber@conference.jabber.ru
+
+Also, you can install net-im/tkabber-plugins port, which provides a lot
+of additional Tkabber plugins, such as games to play with you jabber
+buddies (chess, checkers, etc), otr plugin for encrypted conversations,
+whiteboard for collaboration drawings, etc.
diff --git a/net-im/tkabber/pkg-plist b/net-im/tkabber/pkg-plist
index 1872ae8cc179..09284faa0c35 100644
--- a/net-im/tkabber/pkg-plist
+++ b/net-im/tkabber/pkg-plist
@@ -1,4 +1,5 @@
bin/tkabber
+bin/tkabber-remote
%%PORTDOCS%%%%DOCSDIR%%/tkabber.html
%%PORTDOCS%%%%DOCSDIR%%/tkabber.xml
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/badlop-config-home.tcl
@@ -37,8 +38,6 @@ bin/tkabber
%%DATADIR%%/datagathering.tcl
%%DATADIR%%/default.tcl
%%DATADIR%%/disco.tcl
-%%DATADIR%%/doc/tkabber.html
-%%DATADIR%%/doc/tkabber.xml
%%DATADIR%%/emoticons/default/beer.gif
%%DATADIR%%/emoticons/default/facegrinning.gif
%%DATADIR%%/emoticons/default/facehappy.gif
@@ -49,66 +48,24 @@ bin/tkabber
%%DATADIR%%/emoticons/default/facewinking.gif
%%DATADIR%%/emoticons/default/faceyukky.gif
%%DATADIR%%/emoticons/default/icondef.xml
-%%DATADIR%%/examples/configs/badlop-config-home.tcl
-%%DATADIR%%/examples/configs/badlop-config.tcl
-%%DATADIR%%/examples/configs/config.tcl
-%%DATADIR%%/examples/configs/mtr-config.tcl
-%%DATADIR%%/examples/configs/teo-config.tcl
-%%DATADIR%%/examples/tclCarbonNotification-1.0.0/build.sh
-%%DATADIR%%/examples/tclCarbonNotification-1.0.0/tclCarbonNotification.tcl
-%%DATADIR%%/examples/tools/howto.txt
-%%DATADIR%%/examples/tools/jbot
-%%DATADIR%%/examples/tools/jsend.tcl
-%%DATADIR%%/examples/tools/rssbot
-%%DATADIR%%/examples/tools/rssbot.tcl
-%%DATADIR%%/examples/tools/tkabber_setstatus
-%%DATADIR%%/examples/xrdb/badlop-dark.xrdb
-%%DATADIR%%/examples/xrdb/black.xrdb
-%%DATADIR%%/examples/xrdb/dark.xrdb
-%%DATADIR%%/examples/xrdb/dark2.xrdb
-%%DATADIR%%/examples/xrdb/green.xrdb
-%%DATADIR%%/examples/xrdb/ice.xrdb
-%%DATADIR%%/examples/xrdb/light.xrdb
-%%DATADIR%%/examples/xrdb/lighthouse.xrdb
-%%DATADIR%%/examples/xrdb/ocean-deep.xrdb
-%%DATADIR%%/examples/xrdb/teopetuk.xrdb
-%%DATADIR%%/examples/xrdb/warm.xrdb
%%DATADIR%%/filetransfer.tcl
%%DATADIR%%/filters.tcl
%%DATADIR%%/gpgme.tcl
%%DATADIR%%/hooks.tcl
+%%DATADIR%%/idna.tcl
%%DATADIR%%/iface.tcl
-%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
%%DATADIR%%/ifacetk/buttonbar.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%%/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%%/jabberlib/autoconnect.tcl
-%%DATADIR%%/jabberlib/https.tcl
-%%DATADIR%%/jabberlib/idna.tcl
-%%DATADIR%%/jabberlib/jabberlib.tcl
-%%DATADIR%%/jabberlib/jlibauth.tcl
-%%DATADIR%%/jabberlib/jlibcomponent.tcl
-%%DATADIR%%/jabberlib/jlibcompress.tcl
-%%DATADIR%%/jabberlib/jlibdns.tcl
-%%DATADIR%%/jabberlib/jlibsasl.tcl
-%%DATADIR%%/jabberlib/jlibtls.tcl
-%%DATADIR%%/jabberlib/namespaces.tcl
-%%DATADIR%%/jabberlib/ntlm.tcl
-%%DATADIR%%/jabberlib/pkgIndex.tcl
-%%DATADIR%%/jabberlib/socks4.tcl
-%%DATADIR%%/jabberlib/socks5.tcl
-%%DATADIR%%/jabberlib/stanzaerror.tcl
-%%DATADIR%%/jabberlib/streamerror.tcl
-%%DATADIR%%/jabberlib/transports.tcl
-%%DATADIR%%/jabberlib/wrapper.tcl
-%%DATADIR%%/joingrdialog.tcl
%%DATADIR%%/login.tcl
%%DATADIR%%/mclistbox/mclistbox.tcl
%%DATADIR%%/messages.tcl
@@ -129,7 +86,7 @@ bin/tkabber
%%DATADIR%%/msgs/uk.msg
%%DATADIR%%/msgs/uk.rc
%%DATADIR%%/muc.tcl
-%%DATADIR%%/negotiate.tcl
+%%DATADIR%%/namespaces.tcl
%%DATADIR%%/pep.tcl
%%DATADIR%%/pixmaps.tcl
%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
@@ -344,6 +301,7 @@ bin/tkabber
%%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
@@ -351,24 +309,29 @@ bin/tkabber
%%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/challenge.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/nickname.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
@@ -377,7 +340,6 @@ bin/tkabber
%%DATADIR%%/plugins/general/xcommands.tcl
%%DATADIR%%/plugins/iq/browse.tcl
%%DATADIR%%/plugins/iq/last.tcl
-%%DATADIR%%/plugins/iq/oob.tcl
%%DATADIR%%/plugins/iq/ping.tcl
%%DATADIR%%/plugins/iq/time.tcl
%%DATADIR%%/plugins/iq/time2.tcl
@@ -395,17 +357,19 @@ bin/tkabber
%%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/roster_delimiter.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/muclists.tcl
%%DATADIR%%/plugins/search/rawxml.tcl
%%DATADIR%%/plugins/search/search.tcl
%%DATADIR%%/plugins/search/spanel.tcl
@@ -424,7 +388,7 @@ bin/tkabber
%%DATADIR%%/plugins/windows/taskbar.tcl
%%DATADIR%%/presence.tcl
%%DATADIR%%/privacy.tcl
-%%DATADIR%%/private.tcl
+%%DATADIR%%/proxy.tcl
%%DATADIR%%/pubsub.tcl
%%DATADIR%%/register.tcl
%%DATADIR%%/richtext.tcl
@@ -441,6 +405,7 @@ bin/tkabber
%%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
@@ -449,12 +414,65 @@ bin/tkabber
%%DATADIR%%/sounds/psi/presence_available.wav
%%DATADIR%%/sounds/psi/presence_unavailable.wav
%%DATADIR%%/splash.tcl
-%%DATADIR%%/tclxml/pkgIndex.tcl
-%%DATADIR%%/tclxml/sgml-8.1.tcl
-%%DATADIR%%/tclxml/sgmlparser.tcl
-%%DATADIR%%/tclxml/tclparser-8.1.tcl
-%%DATADIR%%/tclxml/xml-8.1.tcl
-%%DATADIR%%/tclxml/xml__tcl.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/bosh.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
@@ -466,7 +484,11 @@ bin/tkabber
%%DATADIR%%/utils.tcl
%%DATADIR%%/xmppmime.tcl
@dirrm %%DATADIR%%/trans
-@dirrm %%DATADIR%%/tclxml
+@dirrm %%DATADIR%%/tclxmpp/xmpp
+@dirrm %%DATADIR%%/tclxmpp/tclxml
+@dirrm %%DATADIR%%/tclxmpp/examples
+@dirrm %%DATADIR%%/tclxmpp/doc
+@dirrm %%DATADIR%%/tclxmpp
@dirrm %%DATADIR%%/sounds/psi
@dirrm %%DATADIR%%/sounds/default
@dirrm %%DATADIR%%/sounds
@@ -505,16 +527,9 @@ bin/tkabber
@dirrm %%DATADIR%%/pixmaps
@dirrm %%DATADIR%%/msgs
@dirrm %%DATADIR%%/mclistbox
-@dirrm %%DATADIR%%/jabberlib
@dirrm %%DATADIR%%/ifacetk
-@dirrm %%DATADIR%%/examples/xrdb
-@dirrm %%DATADIR%%/examples/tools
-@dirrm %%DATADIR%%/examples/tclCarbonNotification-1.0.0
-@dirrm %%DATADIR%%/examples/configs
-@dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%/emoticons/default
@dirrm %%DATADIR%%/emoticons
-@dirrm %%DATADIR%%/doc
@dirrm %%DATADIR%%/contrib/starkit
@dirrm %%DATADIR%%/contrib/gabber-docking-24x24
@dirrm %%DATADIR%%/contrib/extract-translations