ports/128073: [NEW PORT] net-im/tkabbur - Is a modification of XMPP/Jabber client Tkabber

Dennis Herrmann adox at mcx2.org
Mon Oct 13 20:20:03 UTC 2008


>Number:         128073
>Category:       ports
>Synopsis:       [NEW PORT] net-im/tkabbur - Is a modification of XMPP/Jabber client Tkabber
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 13 20:20:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dennis Herrmann
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Thu Oct 9 22:49:46 CEST 2008 root at dhn.homeunix.com:/usr/obj/usr/src/sys/PARANOIA i386


>Description:
Tkabbur is a modification of XMPP/Jabber client Tkabber,
that brings many new features.

WWW: http://code.google.com/p/tkabbur/
>How-To-Repeat:
>Fix:


--- new_port-tkabbur.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	tkabbur
#	tkabbur/Makefile
#	tkabbur/files
#	tkabbur/files/patch-Makefile
#	tkabbur/distinfo
#	tkabbur/pkg-descr
#	tkabbur/pkg-plist
#
echo c - tkabbur
mkdir -p tkabbur > /dev/null 2>&1
echo x - tkabbur/Makefile
sed 's/^X//' >tkabbur/Makefile << '1a2d72efebad597f8c7a43d6aaad7021'
X# New ports collection makefile for:	tkabbur
X# Date created:				06 October 2008
X# Whom:					Dennis Herrmann <adox at mcx2.org>
X#
X# $FreeBSD: $
X#
X
XPORTNAME=	tkabbur
XPORTVERSION=	0.7
XCATEGORIES=	net-im
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
XDISTNAME=	${PORTNAME}-${PORTVERSION}.src
XEXTRACT_SUFX=	.tbz2
X
XMAINTAINER=	adox at mcx2.org
XCOMMENT=	Is a modification of XMPP/Jabber client Tkabber
X
XRUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
X		dtplite:${PORTSDIR}/devel/tcllib \
X		${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \
X		${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
X
XWRKSRC=		${WRKDIR}/${DISTNAME}
XNO_BUILD=	yes
X
XSUBDIRS=	contrib emoticons ifacetk jabberlib mclistbox \
X		msgs pixmaps plugins sounds tclxml trans
X
Xdo-install:
X	${ECHO} -e "#!/bin/sh\nexec wish8.4 ${DATADIR}/tkabbur.tcl \
X		-name tkabbur \"\$$@\"\n" > ${PREFIX}/bin/tkabbur
X	${CHMOD} +x ${PREFIX}/bin/tkabbur
X	${CHMOD} 755 ${WRKSRC}/*.tcl
X	${MKDIR} ${DATADIR}
X	${CP} ${WRKSRC}/*.tcl ${DATADIR}
X.for i in ${SUBDIRS}
X	${CHMOD} -R 755 ${WRKSRC}/${i}
X	${CP} -R ${WRKSRC}/${i} ${DATADIR}
X.endfor
X
X.include <bsd.port.mk>
1a2d72efebad597f8c7a43d6aaad7021
echo c - tkabbur/files
mkdir -p tkabbur/files > /dev/null 2>&1
echo x - tkabbur/files/patch-Makefile
sed 's/^X//' >tkabbur/files/patch-Makefile << 'f6c75936cf65d907a53a73851a99b6ca'
X--- Makefile.orig	2008-10-13 21:54:12.000000000 +0200
X+++ Makefile	2008-10-13 21:54:37.000000000 +0200
X@@ -22,8 +22,7 @@
X 	mkdir -p $(DESTDIR)/$(TKABBERDIR)
X 	cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
X 	mkdir -p $(DESTDIR)/$(BINDIR)
X-	echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabbur.tcl -name tkabbur \"\$$@\"\n" \
X-		>$(DESTDIR)/$(BINDIR)/tkabbur
X+	··echo -e "#!/bin/sh\nexec wish8.4 $(PREFIX)/share/tkabbur/tkabbur.tcl -name tkabbur \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabbur
X 	chmod 755 $(DESTDIR)/$(BINDIR)/tkabbur
X 
X .PHONY: install install-bin
f6c75936cf65d907a53a73851a99b6ca
echo x - tkabbur/distinfo
sed 's/^X//' >tkabbur/distinfo << 'e76136d9d3f78c60088e31e9477e1aba'
XMD5 (tkabbur-0.7.src.tbz2) = a2402dd6f01596bc090666fb4c828db9
XSHA256 (tkabbur-0.7.src.tbz2) = 68ff4e5d68b3fcdb77f973d700ca1315e644d1d93e079c683b99355df66b5783
XSIZE (tkabbur-0.7.src.tbz2) = 1109308
e76136d9d3f78c60088e31e9477e1aba
echo x - tkabbur/pkg-descr
sed 's/^X//' >tkabbur/pkg-descr << 'f82bdb998dc8399be862826a13fed461'
XTkabber is a free client for an instant messaging system called
XJabber. It is written in Tcl/Tk and supports many features like
Xsupport of unicode, ssl support, http proxy, file transfers and
Xsupport of multi-user conference protocol.
X
XWWW: http://tkabber.jabber.ru/
f82bdb998dc8399be862826a13fed461
echo x - tkabbur/pkg-plist
sed 's/^X//' >tkabbur/pkg-plist << '1c663f0b10900044ad3e1eb65d678d9f'
Xbin/tkabbur
X%%DATADIR%%/Tclx.tcl
X%%DATADIR%%/balloon.tcl
X%%DATADIR%%/chats.tcl
X%%DATADIR%%/configdir.tcl
X%%DATADIR%%/contrib/contrib/.svn/all-wcprops
X%%DATADIR%%/contrib/contrib/.svn/entries
X%%DATADIR%%/contrib/contrib/.svn/format
X%%DATADIR%%/contrib/contrib/extract-translations/.svn/all-wcprops
X%%DATADIR%%/contrib/contrib/extract-translations/.svn/entries
X%%DATADIR%%/contrib/contrib/extract-translations/.svn/format
X%%DATADIR%%/contrib/contrib/extract-translations/.svn/prop-base/extract.tcl.svn-base
X%%DATADIR%%/contrib/contrib/extract-translations/.svn/text-base/extract.tcl.svn-base
X%%DATADIR%%/contrib/contrib/extract-translations/extract.tcl
X%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/all-wcprops
X%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/entries
X%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/format
X%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/prop-base/gabber-docking-24x24.zip.svn-base
X%%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/text-base/gabber-docking-24x24.zip.svn-base
X%%DATADIR%%/contrib/contrib/gabber-docking-24x24/gabber-docking-24x24.zip
X%%DATADIR%%/contrib/contrib/starkit/.svn/all-wcprops
X%%DATADIR%%/contrib/contrib/starkit/.svn/entries
X%%DATADIR%%/contrib/contrib/starkit/.svn/format
X%%DATADIR%%/contrib/contrib/starkit/.svn/prop-base/README.svn-base
X%%DATADIR%%/contrib/contrib/starkit/.svn/prop-base/main.tcl.svn-base
X%%DATADIR%%/contrib/contrib/starkit/.svn/text-base/README.svn-base
X%%DATADIR%%/contrib/contrib/starkit/.svn/text-base/main.tcl.svn-base
X%%DATADIR%%/contrib/contrib/starkit/README
X%%DATADIR%%/contrib/contrib/starkit/main.tcl
X%%DATADIR%%/custom.tcl
X%%DATADIR%%/datagathering.tcl
X%%DATADIR%%/default.tcl
X%%DATADIR%%/disco.tcl
X%%DATADIR%%/emoticons/default/beer.gif
X%%DATADIR%%/emoticons/default/facegrinning.gif
X%%DATADIR%%/emoticons/default/facehappy.gif
X%%DATADIR%%/emoticons/default/faceironic.gif
X%%DATADIR%%/emoticons/default/facesad.gif
X%%DATADIR%%/emoticons/default/facestartled.gif
X%%DATADIR%%/emoticons/default/facestraight.gif
X%%DATADIR%%/emoticons/default/facewinking.gif
X%%DATADIR%%/emoticons/default/faceyukky.gif
X%%DATADIR%%/emoticons/default/icondef.xml
X%%DATADIR%%/filetransfer.tcl
X%%DATADIR%%/gpgme.tcl
X%%DATADIR%%/hooks.tcl
X%%DATADIR%%/iface.tcl
X%%DATADIR%%/ifacetk/buttonbar.tcl
X%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
X%%DATADIR%%/ifacetk/default.xrdb
X%%DATADIR%%/ifacetk/idefault.tcl
X%%DATADIR%%/ifacetk/iface.tcl
X%%DATADIR%%/ifacetk/ilogin.tcl
X%%DATADIR%%/ifacetk/iroster.tcl
X%%DATADIR%%/ifacetk/systray.tcl
X%%DATADIR%%/ifacetk/unix.xrdb
X%%DATADIR%%/iq.tcl
X%%DATADIR%%/itemedit.tcl
X%%DATADIR%%/jabberlib/autoconnect.tcl
X%%DATADIR%%/jabberlib/https.tcl
X%%DATADIR%%/jabberlib/idna.tcl
X%%DATADIR%%/jabberlib/jabberlib.tcl
X%%DATADIR%%/jabberlib/jlibauth.tcl
X%%DATADIR%%/jabberlib/jlibcomponent.tcl
X%%DATADIR%%/jabberlib/jlibcompress.tcl
X%%DATADIR%%/jabberlib/jlibdns.tcl
X%%DATADIR%%/jabberlib/jlibsasl.tcl
X%%DATADIR%%/jabberlib/jlibtls.tcl
X%%DATADIR%%/jabberlib/namespaces.tcl
X%%DATADIR%%/jabberlib/ntlm.tcl
X%%DATADIR%%/jabberlib/pkgIndex.tcl
X%%DATADIR%%/jabberlib/socks4.tcl
X%%DATADIR%%/jabberlib/socks5.tcl
X%%DATADIR%%/jabberlib/stanzaerror.tcl
X%%DATADIR%%/jabberlib/streamerror.tcl
X%%DATADIR%%/jabberlib/transports.tcl
X%%DATADIR%%/jabberlib/wrapper.tcl
X%%DATADIR%%/joingrdialog.tcl
X%%DATADIR%%/login.tcl
X%%DATADIR%%/mclistbox/mclistbox.tcl
X%%DATADIR%%/messages.tcl
X%%DATADIR%%/msgs/ca.msg
X%%DATADIR%%/msgs/de.msg
X%%DATADIR%%/msgs/eo.msg
X%%DATADIR%%/msgs/es.msg
X%%DATADIR%%/msgs/eu.msg
X%%DATADIR%%/msgs/fr.msg
X%%DATADIR%%/msgs/it.msg
X%%DATADIR%%/msgs/nl.msg
X%%DATADIR%%/msgs/pl.msg
X%%DATADIR%%/msgs/pl.rc
X%%DATADIR%%/msgs/pt.msg
X%%DATADIR%%/msgs/ro.msg
X%%DATADIR%%/msgs/ru.msg
X%%DATADIR%%/msgs/ru.rc
X%%DATADIR%%/msgs/uk.msg
X%%DATADIR%%/msgs/uk.rc
X%%DATADIR%%/muc.tcl
X%%DATADIR%%/negotiate.tcl
X%%DATADIR%%/pep.tcl
X%%DATADIR%%/pixmaps.tcl
X%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
X%%DATADIR%%/pixmaps/default-blue/docking/available-chat.gif
X%%DATADIR%%/pixmaps/default-blue/docking/available-dnd.gif
X%%DATADIR%%/pixmaps/default-blue/docking/available.gif
X%%DATADIR%%/pixmaps/default-blue/docking/tkabber.ico
X%%DATADIR%%/pixmaps/default-blue/icondef.xml
X%%DATADIR%%/pixmaps/default-blue/roster/available-away.gif
X%%DATADIR%%/pixmaps/default-blue/roster/available-chat.gif
X%%DATADIR%%/pixmaps/default-blue/roster/available-dnd.gif
X%%DATADIR%%/pixmaps/default-blue/roster/available.gif
X%%DATADIR%%/pixmaps/default/docking/available-away.gif
X%%DATADIR%%/pixmaps/default/docking/available-chat.gif
X%%DATADIR%%/pixmaps/default/docking/available-dnd.gif
X%%DATADIR%%/pixmaps/default/docking/available-xa.gif
X%%DATADIR%%/pixmaps/default/docking/available.gif
X%%DATADIR%%/pixmaps/default/docking/blank.gif
X%%DATADIR%%/pixmaps/default/docking/invisible.gif
X%%DATADIR%%/pixmaps/default/docking/message-personal.gif
X%%DATADIR%%/pixmaps/default/docking/message-server.gif
X%%DATADIR%%/pixmaps/default/docking/message.gif
X%%DATADIR%%/pixmaps/default/docking/tkabber.ico
X%%DATADIR%%/pixmaps/default/docking/unavailable.gif
X%%DATADIR%%/pixmaps/default/icondef.xml
X%%DATADIR%%/pixmaps/default/roster/available-away.gif
X%%DATADIR%%/pixmaps/default/roster/available-chat.gif
X%%DATADIR%%/pixmaps/default/roster/available-dnd.gif
X%%DATADIR%%/pixmaps/default/roster/available-xa.gif
X%%DATADIR%%/pixmaps/default/roster/available.gif
X%%DATADIR%%/pixmaps/default/roster/conference-available.gif
X%%DATADIR%%/pixmaps/default/roster/conference-unavailable.gif
X%%DATADIR%%/pixmaps/default/roster/group-closed.gif
X%%DATADIR%%/pixmaps/default/roster/group-opened.gif
X%%DATADIR%%/pixmaps/default/roster/invisible.gif
X%%DATADIR%%/pixmaps/default/roster/stalker.gif
X%%DATADIR%%/pixmaps/default/roster/unavailable.gif
X%%DATADIR%%/pixmaps/default/services/aim_away.gif
X%%DATADIR%%/pixmaps/default/services/aim_chat.gif
X%%DATADIR%%/pixmaps/default/services/aim_dnd.gif
X%%DATADIR%%/pixmaps/default/services/aim_offline.gif
X%%DATADIR%%/pixmaps/default/services/aim_online.gif
X%%DATADIR%%/pixmaps/default/services/aim_xa.gif
X%%DATADIR%%/pixmaps/default/services/gg_away.gif
X%%DATADIR%%/pixmaps/default/services/gg_chat.gif
X%%DATADIR%%/pixmaps/default/services/gg_dnd.gif
X%%DATADIR%%/pixmaps/default/services/gg_offline.gif
X%%DATADIR%%/pixmaps/default/services/gg_online.gif
X%%DATADIR%%/pixmaps/default/services/gg_xa.gif
X%%DATADIR%%/pixmaps/default/services/icq_away.gif
X%%DATADIR%%/pixmaps/default/services/icq_chat.gif
X%%DATADIR%%/pixmaps/default/services/icq_dnd.gif
X%%DATADIR%%/pixmaps/default/services/icq_offline.gif
X%%DATADIR%%/pixmaps/default/services/icq_online.gif
X%%DATADIR%%/pixmaps/default/services/icq_xa.gif
X%%DATADIR%%/pixmaps/default/services/jud.gif
X%%DATADIR%%/pixmaps/default/services/mrim_away.gif
X%%DATADIR%%/pixmaps/default/services/mrim_offline.gif
X%%DATADIR%%/pixmaps/default/services/mrim_online.gif
X%%DATADIR%%/pixmaps/default/services/msn_away.gif
X%%DATADIR%%/pixmaps/default/services/msn_chat.gif
X%%DATADIR%%/pixmaps/default/services/msn_dnd.gif
X%%DATADIR%%/pixmaps/default/services/msn_offline.gif
X%%DATADIR%%/pixmaps/default/services/msn_online.gif
X%%DATADIR%%/pixmaps/default/services/msn_xa.gif
X%%DATADIR%%/pixmaps/default/services/rss_offline.gif
X%%DATADIR%%/pixmaps/default/services/rss_online.gif
X%%DATADIR%%/pixmaps/default/services/server.gif
X%%DATADIR%%/pixmaps/default/services/sms.gif
X%%DATADIR%%/pixmaps/default/services/weather_away.gif
X%%DATADIR%%/pixmaps/default/services/weather_chat.gif
X%%DATADIR%%/pixmaps/default/services/weather_dnd.gif
X%%DATADIR%%/pixmaps/default/services/weather_offline.gif
X%%DATADIR%%/pixmaps/default/services/weather_online.gif
X%%DATADIR%%/pixmaps/default/services/weather_xa.gif
X%%DATADIR%%/pixmaps/default/services/yahoo_away.gif
X%%DATADIR%%/pixmaps/default/services/yahoo_chat.gif
X%%DATADIR%%/pixmaps/default/services/yahoo_dnd.gif
X%%DATADIR%%/pixmaps/default/services/yahoo_offline.gif
X%%DATADIR%%/pixmaps/default/services/yahoo_online.gif
X%%DATADIR%%/pixmaps/default/services/yahoo_xa.gif
X%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-blue.gif
X%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-green.gif
X%%DATADIR%%/pixmaps/default/tkabber/chat-bookmark-red.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-badencrypted.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-badsigned.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-encrypted.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-signed.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-unencrypted.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-unsigned.gif
X%%DATADIR%%/pixmaps/default/tkabber/gpg-vsigned.gif
X%%DATADIR%%/pixmaps/default/tkabber/tkabber-logo.gif
X%%DATADIR%%/pixmaps/default/tkabber/toolbar-add-user.gif
X%%DATADIR%%/pixmaps/default/tkabber/toolbar-disco.gif
X%%DATADIR%%/pixmaps/default/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/pixmaps/default/tkabber/toolbar-show-online.gif
X%%DATADIR%%/pixmaps/default/tkabber/xaddress-blue.gif
X%%DATADIR%%/pixmaps/default/tkabber/xaddress-green.gif
X%%DATADIR%%/pixmaps/default/tkabber/xaddress-red.gif
X%%DATADIR%%/pixmaps/feather16/docking/available-away.gif
X%%DATADIR%%/pixmaps/feather16/docking/available-chat.gif
X%%DATADIR%%/pixmaps/feather16/docking/available-dnd.gif
X%%DATADIR%%/pixmaps/feather16/docking/available-xa.gif
X%%DATADIR%%/pixmaps/feather16/docking/available.gif
X%%DATADIR%%/pixmaps/feather16/docking/blank.gif
X%%DATADIR%%/pixmaps/feather16/docking/invisible.gif
X%%DATADIR%%/pixmaps/feather16/docking/message-personal.gif
X%%DATADIR%%/pixmaps/feather16/docking/message-server.gif
X%%DATADIR%%/pixmaps/feather16/docking/message.gif
X%%DATADIR%%/pixmaps/feather16/docking/tkabber.ico
X%%DATADIR%%/pixmaps/feather16/docking/unavailable.gif
X%%DATADIR%%/pixmaps/feather16/icondef.xml
X%%DATADIR%%/pixmaps/feather16/roster/available-away.gif
X%%DATADIR%%/pixmaps/feather16/roster/available-chat.gif
X%%DATADIR%%/pixmaps/feather16/roster/available-dnd.gif
X%%DATADIR%%/pixmaps/feather16/roster/available-xa.gif
X%%DATADIR%%/pixmaps/feather16/roster/available.gif
X%%DATADIR%%/pixmaps/feather16/roster/conference-available.gif
X%%DATADIR%%/pixmaps/feather16/roster/conference-unavailable.gif
X%%DATADIR%%/pixmaps/feather16/roster/invisible.gif
X%%DATADIR%%/pixmaps/feather16/roster/stalker.gif
X%%DATADIR%%/pixmaps/feather16/roster/unavailable.gif
X%%DATADIR%%/pixmaps/feather16/services/rss_away.gif
X%%DATADIR%%/pixmaps/feather16/services/rss_chat.gif
X%%DATADIR%%/pixmaps/feather16/services/rss_dnd.gif
X%%DATADIR%%/pixmaps/feather16/services/rss_offline.gif
X%%DATADIR%%/pixmaps/feather16/services/rss_online.gif
X%%DATADIR%%/pixmaps/feather16/services/rss_xa.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badencrypted.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-badsigned.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-encrypted.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-signed.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unencrypted.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-unsigned.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/gpg-vsigned.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-add-user.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-disco.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/pixmaps/feather16/tkabber/toolbar-show-online.gif
X%%DATADIR%%/pixmaps/feather22/icondef.xml
X%%DATADIR%%/pixmaps/feather22/roster/available-away.gif
X%%DATADIR%%/pixmaps/feather22/roster/available-chat.gif
X%%DATADIR%%/pixmaps/feather22/roster/available-dnd.gif
X%%DATADIR%%/pixmaps/feather22/roster/available-xa.gif
X%%DATADIR%%/pixmaps/feather22/roster/available.gif
X%%DATADIR%%/pixmaps/feather22/roster/invisible.gif
X%%DATADIR%%/pixmaps/feather22/roster/unavailable.gif
X%%DATADIR%%/pixmaps/stars/docking/available-away.gif
X%%DATADIR%%/pixmaps/stars/docking/available-chat.gif
X%%DATADIR%%/pixmaps/stars/docking/available-dnd.gif
X%%DATADIR%%/pixmaps/stars/docking/available-xa.gif
X%%DATADIR%%/pixmaps/stars/docking/available.gif
X%%DATADIR%%/pixmaps/stars/docking/invisible.gif
X%%DATADIR%%/pixmaps/stars/docking/message-personal.gif
X%%DATADIR%%/pixmaps/stars/docking/message-server.gif
X%%DATADIR%%/pixmaps/stars/docking/message.gif
X%%DATADIR%%/pixmaps/stars/docking/unavailable.gif
X%%DATADIR%%/pixmaps/stars/icondef.xml
X%%DATADIR%%/pixmaps/stars/roster/available-away.gif
X%%DATADIR%%/pixmaps/stars/roster/available-chat.gif
X%%DATADIR%%/pixmaps/stars/roster/available-dnd.gif
X%%DATADIR%%/pixmaps/stars/roster/available-xa.gif
X%%DATADIR%%/pixmaps/stars/roster/available.gif
X%%DATADIR%%/pixmaps/stars/roster/conference-available.gif
X%%DATADIR%%/pixmaps/stars/roster/conference-unavailable.gif
X%%DATADIR%%/pixmaps/stars/roster/group-closed.gif
X%%DATADIR%%/pixmaps/stars/roster/group-opened.gif
X%%DATADIR%%/pixmaps/stars/roster/invisible.gif
X%%DATADIR%%/pixmaps/stars/roster/stalker.gif
X%%DATADIR%%/pixmaps/stars/roster/unavailable.gif
X%%DATADIR%%/pixmaps/stars/services/rss_away.gif
X%%DATADIR%%/pixmaps/stars/services/rss_chat.gif
X%%DATADIR%%/pixmaps/stars/services/rss_dnd.gif
X%%DATADIR%%/pixmaps/stars/services/rss_offline.gif
X%%DATADIR%%/pixmaps/stars/services/rss_online.gif
X%%DATADIR%%/pixmaps/stars/services/rss_xa.gif
X%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark.gif
X%%DATADIR%%/pixmaps/stars/tkabber/chat-bookmark1.gif
X%%DATADIR%%/pixmaps/stars/tkabber/new-msg.gif
X%%DATADIR%%/pixmaps/stars/tkabber/toolbar-add-user.gif
X%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco.gif
X%%DATADIR%%/pixmaps/stars/tkabber/toolbar-disco_old.gif
X%%DATADIR%%/pixmaps/stars/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/pixmaps/stars/tkabber/toolbar-show-online.gif
X%%DATADIR%%/pixmaps/stars/tkabber/xaddress.gif
X%%DATADIR%%/plugins.tcl
X%%DATADIR%%/plugins/chat/abbrev.tcl
X%%DATADIR%%/plugins/chat/bookmark_highlighted.tcl
X%%DATADIR%%/plugins/chat/chatstate.tcl
X%%DATADIR%%/plugins/chat/clear.tcl
X%%DATADIR%%/plugins/chat/complete_last_nick.tcl
X%%DATADIR%%/plugins/chat/completion.tcl
X%%DATADIR%%/plugins/chat/draw_error.tcl
X%%DATADIR%%/plugins/chat/draw_info.tcl
X%%DATADIR%%/plugins/chat/draw_message.tcl
X%%DATADIR%%/plugins/chat/draw_normal_message.tcl
X%%DATADIR%%/plugins/chat/draw_server_message.tcl
X%%DATADIR%%/plugins/chat/draw_timestamp.tcl
X%%DATADIR%%/plugins/chat/draw_xhtml_message.tcl
X%%DATADIR%%/plugins/chat/empty_body.tcl
X%%DATADIR%%/plugins/chat/events.tcl
X%%DATADIR%%/plugins/chat/exec_command.tcl
X%%DATADIR%%/plugins/chat/histool.tcl
X%%DATADIR%%/plugins/chat/history.tcl
X%%DATADIR%%/plugins/chat/info_commands.tcl
X%%DATADIR%%/plugins/chat/insert_nick.tcl
X%%DATADIR%%/plugins/chat/irc_commands.tcl
X%%DATADIR%%/plugins/chat/log_on_open.tcl
X%%DATADIR%%/plugins/chat/logger.tcl
X%%DATADIR%%/plugins/chat/me_command.tcl
X%%DATADIR%%/plugins/chat/muc_ignore.tcl
X%%DATADIR%%/plugins/chat/nick_colors.tcl
X%%DATADIR%%/plugins/chat/open_chat.tcl
X%%DATADIR%%/plugins/chat/open_window.tcl
X%%DATADIR%%/plugins/chat/popupmenu.tcl
X%%DATADIR%%/plugins/chat/postpone.tcl
X%%DATADIR%%/plugins/chat/send_message.tcl
X%%DATADIR%%/plugins/chat/unisymbols.tcl
X%%DATADIR%%/plugins/chat/update_tab.tcl
X%%DATADIR%%/plugins/filetransfer/http.tcl
X%%DATADIR%%/plugins/filetransfer/si.tcl
X%%DATADIR%%/plugins/general/autoaway.tcl
X%%DATADIR%%/plugins/general/avatars.tcl
X%%DATADIR%%/plugins/general/caps.tcl
X%%DATADIR%%/plugins/general/clientinfo.tcl
X%%DATADIR%%/plugins/general/copy_jid.tcl
X%%DATADIR%%/plugins/general/headlines.tcl
X%%DATADIR%%/plugins/general/ispell.tcl
X%%DATADIR%%/plugins/general/jitworkaround.tcl
X%%DATADIR%%/plugins/general/message_archive.tcl
X%%DATADIR%%/plugins/general/offline.tcl
X%%DATADIR%%/plugins/general/rawxml.tcl
X%%DATADIR%%/plugins/general/remote.tcl
X%%DATADIR%%/plugins/general/session.tcl
X%%DATADIR%%/plugins/general/shstatus.tcl
X%%DATADIR%%/plugins/general/sound.tcl
X%%DATADIR%%/plugins/general/stats.tcl
X%%DATADIR%%/plugins/general/subscribe_gateway.tcl
X%%DATADIR%%/plugins/general/tkcon.tcl
X%%DATADIR%%/plugins/general/xaddress.tcl
X%%DATADIR%%/plugins/general/xcommands.tcl
X%%DATADIR%%/plugins/iq/browse.tcl
X%%DATADIR%%/plugins/iq/last.tcl
X%%DATADIR%%/plugins/iq/ping.tcl
X%%DATADIR%%/plugins/iq/time.tcl
X%%DATADIR%%/plugins/iq/version.tcl
X%%DATADIR%%/plugins/other/aniemoticons/aniemoticons.tcl
X%%DATADIR%%/plugins/other/aniemoticons/anigif.tcl
X%%DATADIR%%/plugins/other/attline/AUTHORS
X%%DATADIR%%/plugins/other/attline/INSTALL
X%%DATADIR%%/plugins/other/attline/README
X%%DATADIR%%/plugins/other/attline/TODO
X%%DATADIR%%/plugins/other/attline/attline.tcl
X%%DATADIR%%/plugins/other/attline/license.terms
X%%DATADIR%%/plugins/other/attline/msgs/de.msg
X%%DATADIR%%/plugins/other/attline/msgs/es.msg
X%%DATADIR%%/plugins/other/attline/msgs/pl.msg
X%%DATADIR%%/plugins/other/attline/msgs/ru.msg
X%%DATADIR%%/plugins/other/autoanswer/AUTHORS
X%%DATADIR%%/plugins/other/autoanswer/INSTALL
X%%DATADIR%%/plugins/other/autoanswer/README
X%%DATADIR%%/plugins/other/autoanswer/autoanswer.tcl
X%%DATADIR%%/plugins/other/autoanswer/images/.svn/all-wcprops
X%%DATADIR%%/plugins/other/autoanswer/images/.svn/entries
X%%DATADIR%%/plugins/other/autoanswer/images/.svn/format
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/all-wcprops
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/entries
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/format
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base/answerback_off.gif.svn-base
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base/answerback_on.gif.svn-base
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base/answerback_off.gif.svn-base
X%%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base/answerback_on.gif.svn-base
X%%DATADIR%%/plugins/other/autoanswer/images/default/answerback_off.gif
X%%DATADIR%%/plugins/other/autoanswer/images/default/answerback_on.gif
X%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/all-wcprops
X%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/entries
X%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/format
X%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/prop-base/ru.msg.svn-base
X%%DATADIR%%/plugins/other/autoanswer/msgs/.svn/text-base/ru.msg.svn-base
X%%DATADIR%%/plugins/other/autoanswer/msgs/ru.msg
X%%DATADIR%%/plugins/other/bc/bc.tcl
X%%DATADIR%%/plugins/other/bc/ru.dic
X%%DATADIR%%/plugins/other/checkers/README
X%%DATADIR%%/plugins/other/checkers/checkers.tcl
X%%DATADIR%%/plugins/other/checkers/msgs/es.msg
X%%DATADIR%%/plugins/other/checkers/msgs/nl.msg
X%%DATADIR%%/plugins/other/checkers/msgs/pl.msg
X%%DATADIR%%/plugins/other/checkers/msgs/ru.msg
X%%DATADIR%%/plugins/other/checkers/msgs/uk.msg
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bf.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bk.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/bp.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/icondef.xml
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wf.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wk.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/checkers/wp.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bf.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bk.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/bp.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/icondef.xml
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wf.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wk.gif
X%%DATADIR%%/plugins/other/checkers/pixmaps/xboard/wp.gif
X%%DATADIR%%/plugins/other/checkers/proto
X%%DATADIR%%/plugins/other/checkers/rules/brasilian.txt
X%%DATADIR%%/plugins/other/checkers/rules/italian.txt
X%%DATADIR%%/plugins/other/checkers/rules/pool.txt
X%%DATADIR%%/plugins/other/checkers/rules/russian.txt
X%%DATADIR%%/plugins/other/checkers/rules/spanish.txt
X%%DATADIR%%/plugins/other/checkers/rules/straight.txt
X%%DATADIR%%/plugins/other/chess/chess.tcl
X%%DATADIR%%/plugins/other/chess/msgs/es.msg
X%%DATADIR%%/plugins/other/chess/msgs/nl.msg
X%%DATADIR%%/plugins/other/chess/msgs/pl.msg
X%%DATADIR%%/plugins/other/chess/msgs/ro.msg
X%%DATADIR%%/plugins/other/chess/msgs/ru.msg
X%%DATADIR%%/plugins/other/chess/msgs/uk.msg
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/bb.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/bf.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/bk.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/bn.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/bp.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/bq.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/br.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/icondef.xml
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wb.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wf.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wk.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wn.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wp.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wq.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/classic/wr.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bb.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bf.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bk.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bn.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bp.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/bq.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/br.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/icondef.xml
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wb.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wf.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wk.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wn.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wp.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wq.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/wooden/wr.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bb.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bf.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bk.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bn.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bp.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/bq.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/br.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/icondef.xml
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wb.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wf.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wk.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wn.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wp.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wq.gif
X%%DATADIR%%/plugins/other/chess/pixmaps/xboard/wr.gif
X%%DATADIR%%/plugins/other/chess/proto
X%%DATADIR%%/plugins/other/ctcomp/AUTHORS
X%%DATADIR%%/plugins/other/ctcomp/ChangeLog
X%%DATADIR%%/plugins/other/ctcomp/INSTALL
X%%DATADIR%%/plugins/other/ctcomp/README
X%%DATADIR%%/plugins/other/ctcomp/TODO
X%%DATADIR%%/plugins/other/ctcomp/VERSION
X%%DATADIR%%/plugins/other/ctcomp/ctcomp.tcl
X%%DATADIR%%/plugins/other/ctcomp/license.terms
X%%DATADIR%%/plugins/other/custom-urls/custom-urls.tcl
X%%DATADIR%%/plugins/other/cyrillize/cyrillize.tcl
X%%DATADIR%%/plugins/other/cyrillize/engrus.tbl
X%%DATADIR%%/plugins/other/debug/debug.tcl
X%%DATADIR%%/plugins/other/debug/msgs/de.msg
X%%DATADIR%%/plugins/other/debug/msgs/es.msg
X%%DATADIR%%/plugins/other/debug/msgs/pl.msg
X%%DATADIR%%/plugins/other/debug/msgs/ru.msg
X%%DATADIR%%/plugins/other/debug/msgs/uk.msg
X%%DATADIR%%/plugins/other/ejabberd/ejabberd.tcl
X%%DATADIR%%/plugins/other/ejabberd/msgs/es.msg
X%%DATADIR%%/plugins/other/ejabberd/msgs/pl.msg
X%%DATADIR%%/plugins/other/ejabberd/msgs/ru.msg
X%%DATADIR%%/plugins/other/ejabberd/msgs/uk.msg
X%%DATADIR%%/plugins/other/floatinglog/AUTHORS
X%%DATADIR%%/plugins/other/floatinglog/ChangeLog
X%%DATADIR%%/plugins/other/floatinglog/INSTALL
X%%DATADIR%%/plugins/other/floatinglog/TODO
X%%DATADIR%%/plugins/other/floatinglog/VERSION
X%%DATADIR%%/plugins/other/floatinglog/floatinglog.tcl
X%%DATADIR%%/plugins/other/floatinglog/license.terms
X%%DATADIR%%/plugins/other/floatinglog/msgs/de.msg
X%%DATADIR%%/plugins/other/floatinglog/msgs/es.msg
X%%DATADIR%%/plugins/other/floatinglog/msgs/pl.msg
X%%DATADIR%%/plugins/other/floatinglog/msgs/ru.msg
X%%DATADIR%%/plugins/other/georoster/ChangeLog
X%%DATADIR%%/plugins/other/georoster/bwmap2.gif
X%%DATADIR%%/plugins/other/georoster/bwmap4.gif
X%%DATADIR%%/plugins/other/georoster/colormap.jpg
X%%DATADIR%%/plugins/other/georoster/darkmap.gif
X%%DATADIR%%/plugins/other/georoster/de.coords
X%%DATADIR%%/plugins/other/georoster/earth
X%%DATADIR%%/plugins/other/georoster/earth.ru
X%%DATADIR%%/plugins/other/georoster/georoster.tcl
X%%DATADIR%%/plugins/other/georoster/howto.txt
X%%DATADIR%%/plugins/other/georoster/iso3166
X%%DATADIR%%/plugins/other/georoster/jm.coords
X%%DATADIR%%/plugins/other/georoster/msgs/de.msg
X%%DATADIR%%/plugins/other/georoster/msgs/es.msg
X%%DATADIR%%/plugins/other/georoster/msgs/nl.msg
X%%DATADIR%%/plugins/other/georoster/msgs/pl.msg
X%%DATADIR%%/plugins/other/georoster/msgs/ro.msg
X%%DATADIR%%/plugins/other/georoster/msgs/ru.msg
X%%DATADIR%%/plugins/other/georoster/msgs/uk.msg
X%%DATADIR%%/plugins/other/georoster/nl.coords
X%%DATADIR%%/plugins/other/georoster/ru.coords
X%%DATADIR%%/plugins/other/georoster/ua.coords
X%%DATADIR%%/plugins/other/georoster/us.coords
X%%DATADIR%%/plugins/other/gmail/gmail.tcl
X%%DATADIR%%/plugins/other/gmail/msgs/de.msg
X%%DATADIR%%/plugins/other/gmail/msgs/es.msg
X%%DATADIR%%/plugins/other/gmail/msgs/pl.msg
X%%DATADIR%%/plugins/other/gmail/msgs/ru.msg
X%%DATADIR%%/plugins/other/iconsets/amibulb/docking/tkabber.ico
X%%DATADIR%%/plugins/other/iconsets/amibulb/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/group-closed.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/group-opened.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/stalker.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/amibulb/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/available.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/message-personal.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/message-server.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/message.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/tkabber.ico
X%%DATADIR%%/plugins/other/iconsets/gabber/docking/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/conference-available.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/conference-unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/group-closed.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/group-opened.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/stalker.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_offline.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_online.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/aim_xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_offline.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_online.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/icq_xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/jud.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_offline.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_online.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/msn_xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_offline.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_online.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/rss_xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/sms.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_away.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_chat.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_offline.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_online.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/services/yahoo_xa.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/gabber/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/iconsets/gush/docking/tkabber.ico
X%%DATADIR%%/plugins/other/iconsets/gush/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/gush/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/available2.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/group-closed.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/group-opened.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/stalker.gif
X%%DATADIR%%/plugins/other/iconsets/gush/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/gush/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/iconsets/iconsets.tcl
X%%DATADIR%%/plugins/other/iconsets/icq/docking/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/icq/docking/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/icq/docking/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/icq/docking/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/icq/docking/available.gif
X%%DATADIR%%/plugins/other/iconsets/icq/docking/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/icq/docking/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/icq/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/icq/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/message.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/send.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/stalker.gif
X%%DATADIR%%/plugins/other/iconsets/icq/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/icq/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/available.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/tkabber.ico
X%%DATADIR%%/plugins/other/iconsets/jajc/docking/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/conference-available.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/conference-unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/group-closed.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/group-opened.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/group_closed.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/group_opened.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_away.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_chat.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_offline.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_online.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/aim_xa.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_away.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_chat.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_offline.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_online.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/icq_xa.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/jud.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_away.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_chat.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_offline.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_online.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/msn_xa.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/sms.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_away.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_chat.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_offline.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_online.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/services/yahoo_xa.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/jajc/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/jarl/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/available.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/tkabber.ico
X%%DATADIR%%/plugins/other/iconsets/kroc/docking/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/conference-available.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/conference-unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/group-closed.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/group-opened.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/invisible.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/stalker.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/roster/unsubscribed.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/aim_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/gg_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/icq_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/jud.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/msn_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/rss_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/sms.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/weather_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_away.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_chat.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_dnd.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_online.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/services/yahoo_xa.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-badsigned.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-encrypted.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-signed.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-unencrypted.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/gpg-unsigned.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/kroc/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/iconsets/psi/icondef.xml
X%%DATADIR%%/plugins/other/iconsets/psi/roster/available-away.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/available-chat.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/available-dnd.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/available-xa.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/available.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/group-closed.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/group-opened.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/stalker.gif
X%%DATADIR%%/plugins/other/iconsets/psi/roster/unavailable.gif
X%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-add-user.gif
X%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-disco.gif
X%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-join-conference.gif
X%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-show-offline.gif
X%%DATADIR%%/plugins/other/iconsets/psi/tkabber/toolbar-show-online.gif
X%%DATADIR%%/plugins/other/jidlink/README
X%%DATADIR%%/plugins/other/jidlink/jidlink.tcl
X%%DATADIR%%/plugins/other/jidlink/msgs/de.msg
X%%DATADIR%%/plugins/other/jidlink/msgs/pl.msg
X%%DATADIR%%/plugins/other/jidlink/msgs/ru.msg
X%%DATADIR%%/plugins/other/jidlink/plugins/dtcp.tcl
X%%DATADIR%%/plugins/other/jidlink/plugins/filetransfer.tcl
X%%DATADIR%%/plugins/other/jidlink/plugins/ibb.tcl
X%%DATADIR%%/plugins/other/latex/latex.tcl
X%%DATADIR%%/plugins/other/latex/msgs/de.msg
X%%DATADIR%%/plugins/other/latex/msgs/es.msg
X%%DATADIR%%/plugins/other/latex/msgs/ru.msg
X%%DATADIR%%/plugins/other/latex/msgs/uk.msg
X%%DATADIR%%/plugins/other/mute/msgs/ru.msg
X%%DATADIR%%/plugins/other/mute/mute.tcl
X%%DATADIR%%/plugins/other/openurl/msgs/de.msg
X%%DATADIR%%/plugins/other/openurl/msgs/es.msg
X%%DATADIR%%/plugins/other/openurl/msgs/pl.msg
X%%DATADIR%%/plugins/other/openurl/msgs/ru.msg
X%%DATADIR%%/plugins/other/openurl/openurl.tcl
X%%DATADIR%%/plugins/other/osd/ChangeLog
X%%DATADIR%%/plugins/other/osd/osd.tcl
X%%DATADIR%%/plugins/other/presencecmd/AUTHORS
X%%DATADIR%%/plugins/other/presencecmd/INSTALL
X%%DATADIR%%/plugins/other/presencecmd/README
X%%DATADIR%%/plugins/other/presencecmd/TODO
X%%DATADIR%%/plugins/other/presencecmd/VERSION
X%%DATADIR%%/plugins/other/presencecmd/license.terms
X%%DATADIR%%/plugins/other/presencecmd/msgs/de.msg
X%%DATADIR%%/plugins/other/presencecmd/msgs/es.msg
X%%DATADIR%%/plugins/other/presencecmd/msgs/pl.msg
X%%DATADIR%%/plugins/other/presencecmd/msgs/ru.msg
X%%DATADIR%%/plugins/other/presencecmd/presencecmd.tcl
X%%DATADIR%%/plugins/other/quiz/quiz.tcl
X%%DATADIR%%/plugins/other/quiz/quizdata.txt
X%%DATADIR%%/plugins/other/receipts/AUTHORS
X%%DATADIR%%/plugins/other/receipts/INSTALL
X%%DATADIR%%/plugins/other/receipts/README
X%%DATADIR%%/plugins/other/receipts/TODO
X%%DATADIR%%/plugins/other/receipts/images/.svn/all-wcprops
X%%DATADIR%%/plugins/other/receipts/images/.svn/entries
X%%DATADIR%%/plugins/other/receipts/images/.svn/format
X%%DATADIR%%/plugins/other/receipts/images/.svn/prop-base/confirmed.gif.svn-base
X%%DATADIR%%/plugins/other/receipts/images/.svn/prop-base/unconfirmed.gif.svn-base
X%%DATADIR%%/plugins/other/receipts/images/.svn/text-base/confirmed.gif.svn-base
X%%DATADIR%%/plugins/other/receipts/images/.svn/text-base/unconfirmed.gif.svn-base
X%%DATADIR%%/plugins/other/receipts/images/confirmed.gif
X%%DATADIR%%/plugins/other/receipts/images/unconfirmed.gif
X%%DATADIR%%/plugins/other/receipts/license.terms
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/all-wcprops
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/entries
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/format
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/de.msg.svn-base
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/pl.msg.svn-base
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base/ru.msg.svn-base
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/de.msg.svn-base
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/pl.msg.svn-base
X%%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base/ru.msg.svn-base
X%%DATADIR%%/plugins/other/receipts/msgs/de.msg
X%%DATADIR%%/plugins/other/receipts/msgs/pl.msg
X%%DATADIR%%/plugins/other/receipts/msgs/ru.msg
X%%DATADIR%%/plugins/other/receipts/receipts.tcl
X%%DATADIR%%/plugins/other/receipts/recentstatus.tcl
X%%DATADIR%%/plugins/other/renju/msgs/ru.msg
X%%DATADIR%%/plugins/other/renju/pixmaps/black/b.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/bot.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/center.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/icondef.xml
X%%DATADIR%%/plugins/other/renju/pixmaps/black/left.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/left_bot.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/left_top.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/middle.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/right.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/right_bot.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/right_top.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/top.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/black/w.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/b.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/bot.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/center.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/icondef.xml
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/left.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/left_bot.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/left_top.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/middle.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/right.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/right_bot.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/right_top.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/top.gif
X%%DATADIR%%/plugins/other/renju/pixmaps/stones/w.gif
X%%DATADIR%%/plugins/other/renju/proto
X%%DATADIR%%/plugins/other/renju/renju.tcl
X%%DATADIR%%/plugins/other/reversi/msgs/es.msg
X%%DATADIR%%/plugins/other/reversi/msgs/nl.msg
X%%DATADIR%%/plugins/other/reversi/msgs/pl.msg
X%%DATADIR%%/plugins/other/reversi/msgs/ru.msg
X%%DATADIR%%/plugins/other/reversi/msgs/uk.msg
X%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/b.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/bf.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/icondef.xml
X%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/w.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/checkers/wf.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/b.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/bf.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/icondef.xml
X%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/w.gif
X%%DATADIR%%/plugins/other/reversi/pixmaps/xboard/wf.gif
X%%DATADIR%%/plugins/other/reversi/proto
X%%DATADIR%%/plugins/other/reversi/reversi.tcl
X%%DATADIR%%/plugins/other/socials/ChangeLog
X%%DATADIR%%/plugins/other/socials/README
X%%DATADIR%%/plugins/other/socials/socials.en
X%%DATADIR%%/plugins/other/socials/socials.tcl
X%%DATADIR%%/plugins/other/spy/msgs/de.msg
X%%DATADIR%%/plugins/other/spy/msgs/es.msg
X%%DATADIR%%/plugins/other/spy/msgs/pl.msg
X%%DATADIR%%/plugins/other/spy/msgs/ru.msg
X%%DATADIR%%/plugins/other/spy/msgs/uk.msg
X%%DATADIR%%/plugins/other/spy/spy.tcl
X%%DATADIR%%/plugins/other/spyiq/spyiq.tcl
X%%DATADIR%%/plugins/other/traffic/Changelog
X%%DATADIR%%/plugins/other/traffic/msgs/de.msg
X%%DATADIR%%/plugins/other/traffic/msgs/es.msg
X%%DATADIR%%/plugins/other/traffic/msgs/pl.msg
X%%DATADIR%%/plugins/other/traffic/msgs/ru.msg
X%%DATADIR%%/plugins/other/traffic/msgs/uk.msg
X%%DATADIR%%/plugins/other/traffic/traffic.tcl
X%%DATADIR%%/plugins/other/traffic/version.txt
X%%DATADIR%%/plugins/other/whiteboard/ChangeLog
X%%DATADIR%%/plugins/other/whiteboard/msgs/de.msg
X%%DATADIR%%/plugins/other/whiteboard/msgs/es.msg
X%%DATADIR%%/plugins/other/whiteboard/msgs/nl.msg
X%%DATADIR%%/plugins/other/whiteboard/msgs/pl.msg
X%%DATADIR%%/plugins/other/whiteboard/msgs/ro.msg
X%%DATADIR%%/plugins/other/whiteboard/msgs/ru.msg
X%%DATADIR%%/plugins/other/whiteboard/msgs/uk.msg
X%%DATADIR%%/plugins/other/whiteboard/svgrender.tcl
X%%DATADIR%%/plugins/other/whiteboard/whiteboard.tcl
X%%DATADIR%%/plugins/pep/user_activity.tcl
X%%DATADIR%%/plugins/pep/user_location.tcl
X%%DATADIR%%/plugins/pep/user_mood.tcl
X%%DATADIR%%/plugins/pep/user_tune.tcl
X%%DATADIR%%/plugins/richtext/chatlog.tcl
X%%DATADIR%%/plugins/richtext/emoticons.tcl
X%%DATADIR%%/plugins/richtext/highlight.tcl
X%%DATADIR%%/plugins/richtext/stylecodes.tcl
X%%DATADIR%%/plugins/richtext/urls.tcl
X%%DATADIR%%/plugins/roster/annotations.tcl
X%%DATADIR%%/plugins/roster/backup.tcl
X%%DATADIR%%/plugins/roster/bkup_annotations.tcl
X%%DATADIR%%/plugins/roster/bkup_conferences.tcl
X%%DATADIR%%/plugins/roster/cache_categories.tcl
X%%DATADIR%%/plugins/roster/conferenceinfo.tcl
X%%DATADIR%%/plugins/roster/conferences.tcl
X%%DATADIR%%/plugins/roster/fetch_nicknames.tcl
X%%DATADIR%%/plugins/roster/roster_delimiter.tcl
X%%DATADIR%%/plugins/roster/rosterx.tcl
X%%DATADIR%%/plugins/search/browser.tcl
X%%DATADIR%%/plugins/search/chat.tcl
X%%DATADIR%%/plugins/search/custom.tcl
X%%DATADIR%%/plugins/search/headlines.tcl
X%%DATADIR%%/plugins/search/logger.tcl
X%%DATADIR%%/plugins/search/rawxml.tcl
X%%DATADIR%%/plugins/search/search.tcl
X%%DATADIR%%/plugins/search/spanel.tcl
X%%DATADIR%%/plugins/si/ibb.tcl
X%%DATADIR%%/plugins/si/iqibb.tcl
X%%DATADIR%%/plugins/si/socks5.tcl
X%%DATADIR%%/plugins/unix/dockingtray.tcl
X%%DATADIR%%/plugins/unix/icon.tcl
X%%DATADIR%%/plugins/unix/menu.tcl
X%%DATADIR%%/plugins/unix/menu8.4.tcl
X%%DATADIR%%/plugins/unix/systray.tcl
X%%DATADIR%%/plugins/unix/tktray.tcl
X%%DATADIR%%/plugins/unix/wmdock.tcl
X%%DATADIR%%/plugins/windows/console.tcl
X%%DATADIR%%/plugins/windows/mousewheel.tcl
X%%DATADIR%%/plugins/windows/taskbar.tcl
X%%DATADIR%%/presence.tcl
X%%DATADIR%%/privacy.tcl
X%%DATADIR%%/private.tcl
X%%DATADIR%%/pubsub.tcl
X%%DATADIR%%/register.tcl
X%%DATADIR%%/richtext.tcl
X%%DATADIR%%/roster.tcl
X%%DATADIR%%/search.tcl
X%%DATADIR%%/si.tcl
X%%DATADIR%%/sounds/default/chat_their_message.wav
X%%DATADIR%%/sounds/default/connected.wav
X%%DATADIR%%/sounds/default/groupchat_server_message.wav
X%%DATADIR%%/sounds/default/groupchat_their_message.wav
X%%DATADIR%%/sounds/default/groupchat_their_message_to_me.wav
X%%DATADIR%%/sounds/default/presence_available.wav
X%%DATADIR%%/sounds/default/presence_unavailable.wav
X%%DATADIR%%/sounds/psi/chat_their_message.wav
X%%DATADIR%%/sounds/psi/connected.wav
X%%DATADIR%%/sounds/psi/groupchat_server_message.wav
X%%DATADIR%%/sounds/psi/groupchat_their_message.wav
X%%DATADIR%%/sounds/psi/groupchat_their_message_to_me.wav
X%%DATADIR%%/sounds/psi/presence_available.wav
X%%DATADIR%%/sounds/psi/presence_unavailable.wav
X%%DATADIR%%/splash.tcl
X%%DATADIR%%/tclxml/pkgIndex.tcl
X%%DATADIR%%/tclxml/sgml-8.1.tcl
X%%DATADIR%%/tclxml/sgmlparser.tcl
X%%DATADIR%%/tclxml/tclparser-8.1.tcl
X%%DATADIR%%/tclxml/xml-8.1.tcl
X%%DATADIR%%/tclxml/xml__tcl.tcl
X%%DATADIR%%/tkabbur.tcl
X%%DATADIR%%/trans.tcl
X%%DATADIR%%/trans/de.msg
X%%DATADIR%%/trans/es.msg
X%%DATADIR%%/trans/pl.msg
X%%DATADIR%%/trans/ru.msg
X%%DATADIR%%/trans/uk.msg
X%%DATADIR%%/userinfo.tcl
X%%DATADIR%%/utils.tcl
X%%DATADIR%%/xmppmime.tcl
X at dirrm %%DATADIR%%/trans
X at dirrm %%DATADIR%%/tclxml
X at dirrm %%DATADIR%%/sounds/psi
X at dirrm %%DATADIR%%/sounds/default
X at dirrm %%DATADIR%%/sounds
X at dirrm %%DATADIR%%/plugins/windows
X at dirrm %%DATADIR%%/plugins/unix
X at dirrm %%DATADIR%%/plugins/si
X at dirrm %%DATADIR%%/plugins/search
X at dirrm %%DATADIR%%/plugins/roster
X at dirrm %%DATADIR%%/plugins/richtext
X at dirrm %%DATADIR%%/plugins/pep
X at dirrm %%DATADIR%%/plugins/other/whiteboard/msgs
X at dirrm %%DATADIR%%/plugins/other/whiteboard
X at dirrm %%DATADIR%%/plugins/other/traffic/msgs
X at dirrm %%DATADIR%%/plugins/other/traffic
X at dirrm %%DATADIR%%/plugins/other/spyiq
X at dirrm %%DATADIR%%/plugins/other/spy/msgs
X at dirrm %%DATADIR%%/plugins/other/spy
X at dirrm %%DATADIR%%/plugins/other/socials
X at dirrm %%DATADIR%%/plugins/other/reversi/pixmaps/xboard
X at dirrm %%DATADIR%%/plugins/other/reversi/pixmaps/checkers
X at dirrm %%DATADIR%%/plugins/other/reversi/pixmaps
X at dirrm %%DATADIR%%/plugins/other/reversi/msgs
X at dirrm %%DATADIR%%/plugins/other/reversi
X at dirrm %%DATADIR%%/plugins/other/renju/pixmaps/stones
X at dirrm %%DATADIR%%/plugins/other/renju/pixmaps/black
X at dirrm %%DATADIR%%/plugins/other/renju/pixmaps
X at dirrm %%DATADIR%%/plugins/other/renju/msgs
X at dirrm %%DATADIR%%/plugins/other/renju
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp/text-base
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp/props
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/tmp
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/text-base
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/props
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn/prop-base
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs/.svn
X at dirrm %%DATADIR%%/plugins/other/receipts/msgs
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp/text-base
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp/props
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/tmp
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/text-base
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/props
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn/prop-base
X at dirrm %%DATADIR%%/plugins/other/receipts/images/.svn
X at dirrm %%DATADIR%%/plugins/other/receipts/images
X at dirrm %%DATADIR%%/plugins/other/receipts
X at dirrm %%DATADIR%%/plugins/other/quiz
X at dirrm %%DATADIR%%/plugins/other/presencecmd/msgs
X at dirrm %%DATADIR%%/plugins/other/presencecmd
X at dirrm %%DATADIR%%/plugins/other/osd
X at dirrm %%DATADIR%%/plugins/other/openurl/msgs
X at dirrm %%DATADIR%%/plugins/other/openurl
X at dirrm %%DATADIR%%/plugins/other/mute/msgs
X at dirrm %%DATADIR%%/plugins/other/mute
X at dirrm %%DATADIR%%/plugins/other/latex/msgs
X at dirrm %%DATADIR%%/plugins/other/latex
X at dirrm %%DATADIR%%/plugins/other/jidlink/plugins
X at dirrm %%DATADIR%%/plugins/other/jidlink/msgs
X at dirrm %%DATADIR%%/plugins/other/jidlink
X at dirrm %%DATADIR%%/plugins/other/iconsets/psi/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/psi/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/psi
X at dirrm %%DATADIR%%/plugins/other/iconsets/kroc/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/kroc/services
X at dirrm %%DATADIR%%/plugins/other/iconsets/kroc/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/kroc/docking
X at dirrm %%DATADIR%%/plugins/other/iconsets/kroc
X at dirrm %%DATADIR%%/plugins/other/iconsets/jarl/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/jarl
X at dirrm %%DATADIR%%/plugins/other/iconsets/jajc/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/jajc/services
X at dirrm %%DATADIR%%/plugins/other/iconsets/jajc/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/jajc/docking
X at dirrm %%DATADIR%%/plugins/other/iconsets/jajc
X at dirrm %%DATADIR%%/plugins/other/iconsets/icq/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/icq/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/icq/docking
X at dirrm %%DATADIR%%/plugins/other/iconsets/icq
X at dirrm %%DATADIR%%/plugins/other/iconsets/gush/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/gush/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/gush/docking
X at dirrm %%DATADIR%%/plugins/other/iconsets/gush
X at dirrm %%DATADIR%%/plugins/other/iconsets/gabber/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/gabber/services
X at dirrm %%DATADIR%%/plugins/other/iconsets/gabber/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/gabber/docking
X at dirrm %%DATADIR%%/plugins/other/iconsets/gabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/amibulb/tkabber
X at dirrm %%DATADIR%%/plugins/other/iconsets/amibulb/roster
X at dirrm %%DATADIR%%/plugins/other/iconsets/amibulb/docking
X at dirrm %%DATADIR%%/plugins/other/iconsets/amibulb
X at dirrm %%DATADIR%%/plugins/other/iconsets
X at dirrm %%DATADIR%%/plugins/other/gmail/msgs
X at dirrm %%DATADIR%%/plugins/other/gmail
X at dirrm %%DATADIR%%/plugins/other/georoster/msgs
X at dirrm %%DATADIR%%/plugins/other/georoster
X at dirrm %%DATADIR%%/plugins/other/floatinglog/msgs
X at dirrm %%DATADIR%%/plugins/other/floatinglog
X at dirrm %%DATADIR%%/plugins/other/ejabberd/msgs
X at dirrm %%DATADIR%%/plugins/other/ejabberd
X at dirrm %%DATADIR%%/plugins/other/debug/msgs
X at dirrm %%DATADIR%%/plugins/other/debug
X at dirrm %%DATADIR%%/plugins/other/cyrillize
X at dirrm %%DATADIR%%/plugins/other/custom-urls
X at dirrm %%DATADIR%%/plugins/other/ctcomp
X at dirrm %%DATADIR%%/plugins/other/chess/pixmaps/xboard
X at dirrm %%DATADIR%%/plugins/other/chess/pixmaps/wooden
X at dirrm %%DATADIR%%/plugins/other/chess/pixmaps/classic
X at dirrm %%DATADIR%%/plugins/other/chess/pixmaps
X at dirrm %%DATADIR%%/plugins/other/chess/msgs
X at dirrm %%DATADIR%%/plugins/other/chess
X at dirrm %%DATADIR%%/plugins/other/checkers/rules
X at dirrm %%DATADIR%%/plugins/other/checkers/pixmaps/xboard
X at dirrm %%DATADIR%%/plugins/other/checkers/pixmaps/checkers
X at dirrm %%DATADIR%%/plugins/other/checkers/pixmaps
X at dirrm %%DATADIR%%/plugins/other/checkers/msgs
X at dirrm %%DATADIR%%/plugins/other/checkers
X at dirrm %%DATADIR%%/plugins/other/bc
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp/text-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp/props
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/tmp
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/text-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/props
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn/prop-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs/.svn
X at dirrm %%DATADIR%%/plugins/other/autoanswer/msgs
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp/text-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp/props
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/tmp
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/text-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/props
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn/prop-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default/.svn
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/default
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp/text-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp/props
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/tmp
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/text-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/props
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn/prop-base
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images/.svn
X at dirrm %%DATADIR%%/plugins/other/autoanswer/images
X at dirrm %%DATADIR%%/plugins/other/autoanswer
X at dirrm %%DATADIR%%/plugins/other/attline/msgs
X at dirrm %%DATADIR%%/plugins/other/attline
X at dirrm %%DATADIR%%/plugins/other/aniemoticons
X at dirrm %%DATADIR%%/plugins/other
X at dirrm %%DATADIR%%/plugins/iq
X at dirrm %%DATADIR%%/plugins/general
X at dirrm %%DATADIR%%/plugins/filetransfer
X at dirrm %%DATADIR%%/plugins/chat
X at dirrm %%DATADIR%%/plugins
X at dirrm %%DATADIR%%/pixmaps/stars/tkabber
X at dirrm %%DATADIR%%/pixmaps/stars/services
X at dirrm %%DATADIR%%/pixmaps/stars/roster
X at dirrm %%DATADIR%%/pixmaps/stars/docking
X at dirrm %%DATADIR%%/pixmaps/stars
X at dirrm %%DATADIR%%/pixmaps/feather22/roster
X at dirrm %%DATADIR%%/pixmaps/feather22
X at dirrm %%DATADIR%%/pixmaps/feather16/tkabber
X at dirrm %%DATADIR%%/pixmaps/feather16/services
X at dirrm %%DATADIR%%/pixmaps/feather16/roster
X at dirrm %%DATADIR%%/pixmaps/feather16/docking
X at dirrm %%DATADIR%%/pixmaps/feather16
X at dirrm %%DATADIR%%/pixmaps/default/tkabber
X at dirrm %%DATADIR%%/pixmaps/default/services
X at dirrm %%DATADIR%%/pixmaps/default/roster
X at dirrm %%DATADIR%%/pixmaps/default/docking
X at dirrm %%DATADIR%%/pixmaps/default-blue/roster
X at dirrm %%DATADIR%%/pixmaps/default-blue/docking
X at dirrm %%DATADIR%%/pixmaps/default-blue
X at dirrm %%DATADIR%%/pixmaps/default
X at dirrm %%DATADIR%%/pixmaps
X at dirrm %%DATADIR%%/msgs
X at dirrm %%DATADIR%%/mclistbox
X at dirrm %%DATADIR%%/jabberlib
X at dirrm %%DATADIR%%/ifacetk
X at dirrm %%DATADIR%%/emoticons/default
X at dirrm %%DATADIR%%/emoticons
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp/text-base
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp/props
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/tmp
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/text-base
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/props
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/starkit/.svn
X at dirrm %%DATADIR%%/contrib/contrib/starkit
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp/text-base
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp/props
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/tmp
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/text-base
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/props
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24/.svn
X at dirrm %%DATADIR%%/contrib/contrib/gabber-docking-24x24
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp/text-base
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp/props
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/tmp
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/text-base
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/props
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations/.svn
X at dirrm %%DATADIR%%/contrib/contrib/extract-translations
X at dirrm %%DATADIR%%/contrib/contrib/.svn/tmp/text-base
X at dirrm %%DATADIR%%/contrib/contrib/.svn/tmp/props
X at dirrm %%DATADIR%%/contrib/contrib/.svn/tmp/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/.svn/tmp
X at dirrm %%DATADIR%%/contrib/contrib/.svn/text-base
X at dirrm %%DATADIR%%/contrib/contrib/.svn/props
X at dirrm %%DATADIR%%/contrib/contrib/.svn/prop-base
X at dirrm %%DATADIR%%/contrib/contrib/.svn
X at dirrm %%DATADIR%%/contrib/contrib
X at dirrm %%DATADIR%%/contrib
X at dirrm %%DATADIR%%
1c663f0b10900044ad3e1eb65d678d9f
exit
--- new_port-tkabbur.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list