View | Details | Raw Unified | Return to bug 188256
Collapse All | Expand All

(-)tkabber/Makefile (-17 / +30 lines)
Lines 2-39 Link Here
2
# $FreeBSD: head/net-im/tkabber/Makefile 340024 2014-01-17 10:23:28Z gahr $
2
# $FreeBSD: head/net-im/tkabber/Makefile 340024 2014-01-17 10:23:28Z gahr $
3
3
4
PORTNAME=	tkabber
4
PORTNAME=	tkabber
5
PORTVERSION=	0.11.1
5
PORTVERSION=	1.1
6
CATEGORIES=	net-im
6
CATEGORIES=	net-im ipv6 tcl tk
7
MASTER_SITES=	http://files.jabber.ru/tkabber/
7
MASTER_SITES=	http://files.jabber.ru/tkabber/
8
8
9
MAINTAINER=	c.kworr@gmail.com
9
MAINTAINER=	c.kworr@gmail.com
10
COMMENT=	Tcl/Tk based jabber client
10
COMMENT=	Tcl/Tk based jabber client
11
11
12
RUN_DEPENDS=	dtplite:${PORTSDIR}/devel/tcllib \
12
LICENSE=	GPLv2
13
		${LOCALBASE}/lib/tls/pkgIndex.tcl:${PORTSDIR}/devel/tcltls \
14
		${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget
15
13
16
OPTIONS_DEFINE=	DOCS EXAMPLES
14
RUN_DEPENDS=	tcllib>=1.2:${PORTSDIR}/devel/tcllib \
15
		bwidget>=1.4:${PORTSDIR}/x11-toolkits/bwidget
17
16
18
CONFLICTS=	tkabber-devel-*
17
OPTIONS_DEFINE=	DOCS EXAMPLES IPV6 SOUND TDOM TKCON TKTRAY TLS
18
OPTIONS_DEFAULT=	TLS
19
20
CONFLICTS=	tkabber-devel-[0-9]*
21
22
USES=		tar:xz
23
24
IPV6_USES=	tk:86+
25
IPV6_USES_OFF=	tk:85+
26
SOUND_RUN_DEPENDS=	snack>=2.2.10:${PORTSDIR}/audio/snack
27
TDOM_DESC=	Use more efficient tDOM parser for XML
28
TDOM_RUN_DEPENDS=	tDOM>=0.8.0:${PORTSDIR}/www/tdom
29
TKCON_DESC=	Install devel/tkcon for interactive debugging
30
TKCON_RUN_DEPENDS=	tkcon>=2.3:${PORTSDIR}/devel/tkcon
31
TKTRAY_DESC=	Install x11-toolkits/tktray for system tray support
32
TKTRAY_RUN_DEPENDS=	tktray>=1.3:${PORTSDIR}/x11-toolkits/tktray
33
TLS_RUN_DEPENDS=	tcltls>=1.4.1:${PORTSDIR}/devel/tcltls
19
34
20
USES=		tk:85
21
WRKSRC=		${WRKDIR}/${DISTNAME}
35
WRKSRC=		${WRKDIR}/${DISTNAME}
22
NO_BUILD=	yes
36
NO_BUILD=	yes
23
37
24
SUBDIRS=	contrib doc emoticons examples ifacetk jabberlib mclistbox \
38
SUBDIRS=	contrib emoticons ifacetk mclistbox \
25
		msgs pixmaps plugins sounds tclxml trans
39
		msgs pixmaps plugins sounds tclxmpp trans
26
40
27
.include <bsd.port.options.mk>
41
.include <bsd.port.options.mk>
28
42
29
post-patch:
30
	${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|g' \
31
	    ${WRKSRC}/Makefile ${WRKSRC}/tkabber.tcl
32
33
do-install:
43
do-install:
34
	${ECHO} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
44
	${ECHO_CMD} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber.tcl \
35
		-name tkabber \"\$$@\"\n" > ${STAGEDIR}${PREFIX}/bin/tkabber
45
		-name tkabber \"\$$@\"\n" > ${WRKDIR}/tkabber.sh
36
	${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/tkabber
46
	${INSTALL_SCRIPT} ${WRKDIR}/tkabber.sh ${STAGEDIR}${PREFIX}/bin/tkabber
47
	${ECHO_CMD} -e "#!/bin/sh\nexec ${WISH} ${DATADIR}/tkabber-remote.tcl \
48
		-name tkabber-remote \"\$$@\"\n" > ${WRKDIR}/tkabber-remote.sh
49
	${INSTALL_SCRIPT} ${WRKDIR}/tkabber-remote.sh ${STAGEDIR}${PREFIX}/bin/tkabber-remote
37
	${MKDIR} ${STAGEDIR}${DATADIR}
50
	${MKDIR} ${STAGEDIR}${DATADIR}
38
	${CP} ${WRKSRC}/*.tcl ${STAGEDIR}${DATADIR}
51
	${CP} ${WRKSRC}/*.tcl ${STAGEDIR}${DATADIR}
39
.for i in ${SUBDIRS}
52
.for i in ${SUBDIRS}
(-)tkabber/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (tkabber-0.11.1.tar.gz) = 9b12b726b609297254e7b0c5e500d415a6517bd6c951d53e7b429dca4a29bba7
1
SHA256 (tkabber-1.1.tar.xz) = 429582da54508c20a5c76cb1ff5e982c7d6b3dc341625255ec72621645ace0c6
2
SIZE (tkabber-0.11.1.tar.gz) = 1026405
2
SIZE (tkabber-1.1.tar.xz) = 992048
(-)tkabber/files/patch-Makefile (-11 lines)
Lines 1-11 Link Here
1
--- Makefile.orig	2007-03-04 18:20:11.000000000 +0100
2
+++ Makefile	2007-07-07 15:28:30.000000000 +0200
3
@@ -21,7 +21,7 @@
4
 	mkdir -p $(DESTDIR)/$(TKABBERDIR)
5
 	cp -r *.tcl $(SUBDIRS) $(DESTDIR)/$(TKABBERDIR)
6
 	mkdir -p $(DESTDIR)/$(BINDIR)
7
-	echo -e "#!/bin/sh\nexec wish $(TKABBERDIR)/tkabber.tcl -name tkabber \"\$$@\"\n" \
8
+	echo -e "#!/bin/sh\nexec %%WISH%% $(PREFIX)/share/tkabber/tkabber.tcl -name tkabber \"\$$@\"\n" > $(DESTDIR)/$(PREFIX)/bin/tkabber
9
 		>$(DESTDIR)/$(BINDIR)/tkabber
10
 	chmod 755 $(DESTDIR)/$(BINDIR)/tkabber
11
 
(-)tkabber/files/patch-tkabber.tcl (-19 lines)
Lines 1-19 Link Here
1
--- tkabber.tcl.orig    Tue Oct 31 13:04:08 2006
2
+++ tkabber.tcl Tue Oct 31 13:06:18 2006
3
@@ -1,6 +1,6 @@
4
 #!/bin/sh
5
 # the next line restarts using the correct interpreter \
6
-exec wish "$0" -name tkabber "$@"
7
+exec %%WISH%% "$0" -name tkabber "$@"
8
 
9
 # $Id: tkabber.tcl,v 1.236 2006/06/08 20:21:44 aleksey Exp $
10
 
11
@@ -107,7 +107,7 @@
12
     hook::run quit_hook
13
     catch { bind $::ifacetk::mf <Destroy> {} }
14
     destroy .
15
-    exit $status
16
+    quit $status
17
 }
18
 
19
 namespace eval ifacetk {}
(-)tkabber/pkg-message (+23 lines)
Line 0 Link Here
1
Tkabber is a heavily extensible Jabber client, a lot of things can be
2
scripted or customized. For complete documentation please refer to
3
tkabber.html which comes with the package if you selected DOCS option,
4
or read it online:
5
6
	http://tkabber.jabber.ru/files/doc/tkabber.html
7
8
Additional documentation, tips & tricks can be found in Tkabber wiki,
9
which is available on following languages:
10
11
	Russian: http://ru.tkabber.jabe.ru
12
	English: http://en.tkabber.jabe.ru
13
	Ukranian: http://ua.tkabber.jabe.ru
14
15
To chat with the developers and ask questions you can use official
16
technical support conference:
17
18
	tkabber@conference.jabber.ru
19
20
Also, you can install net-im/tkabber-plugins port, which provides a lot
21
of additional Tkabber plugins, such as games to play with you jabber
22
buddies (chess, checkers, etc), otr plugin for encrypted conversations,
23
whiteboard for collaboration drawings, etc.
(-)tkabber/pkg-plist (-69 / +84 lines)
Lines 1-4 Link Here
1
bin/tkabber
1
bin/tkabber
2
bin/tkabber-remote
2
%%PORTDOCS%%%%DOCSDIR%%/tkabber.html
3
%%PORTDOCS%%%%DOCSDIR%%/tkabber.html
3
%%PORTDOCS%%%%DOCSDIR%%/tkabber.xml
4
%%PORTDOCS%%%%DOCSDIR%%/tkabber.xml
4
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/badlop-config-home.tcl
5
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/configs/badlop-config-home.tcl
Lines 37-44 Link Here
37
%%DATADIR%%/datagathering.tcl
38
%%DATADIR%%/datagathering.tcl
38
%%DATADIR%%/default.tcl
39
%%DATADIR%%/default.tcl
39
%%DATADIR%%/disco.tcl
40
%%DATADIR%%/disco.tcl
40
%%DATADIR%%/doc/tkabber.html
41
%%DATADIR%%/doc/tkabber.xml
42
%%DATADIR%%/emoticons/default/beer.gif
41
%%DATADIR%%/emoticons/default/beer.gif
43
%%DATADIR%%/emoticons/default/facegrinning.gif
42
%%DATADIR%%/emoticons/default/facegrinning.gif
44
%%DATADIR%%/emoticons/default/facehappy.gif
43
%%DATADIR%%/emoticons/default/facehappy.gif
Lines 49-114 Link Here
49
%%DATADIR%%/emoticons/default/facewinking.gif
48
%%DATADIR%%/emoticons/default/facewinking.gif
50
%%DATADIR%%/emoticons/default/faceyukky.gif
49
%%DATADIR%%/emoticons/default/faceyukky.gif
51
%%DATADIR%%/emoticons/default/icondef.xml
50
%%DATADIR%%/emoticons/default/icondef.xml
52
%%DATADIR%%/examples/configs/badlop-config-home.tcl
53
%%DATADIR%%/examples/configs/badlop-config.tcl
54
%%DATADIR%%/examples/configs/config.tcl
55
%%DATADIR%%/examples/configs/mtr-config.tcl
56
%%DATADIR%%/examples/configs/teo-config.tcl
57
%%DATADIR%%/examples/tclCarbonNotification-1.0.0/build.sh
58
%%DATADIR%%/examples/tclCarbonNotification-1.0.0/tclCarbonNotification.tcl
59
%%DATADIR%%/examples/tools/howto.txt
60
%%DATADIR%%/examples/tools/jbot
61
%%DATADIR%%/examples/tools/jsend.tcl
62
%%DATADIR%%/examples/tools/rssbot
63
%%DATADIR%%/examples/tools/rssbot.tcl
64
%%DATADIR%%/examples/tools/tkabber_setstatus
65
%%DATADIR%%/examples/xrdb/badlop-dark.xrdb
66
%%DATADIR%%/examples/xrdb/black.xrdb
67
%%DATADIR%%/examples/xrdb/dark.xrdb
68
%%DATADIR%%/examples/xrdb/dark2.xrdb
69
%%DATADIR%%/examples/xrdb/green.xrdb
70
%%DATADIR%%/examples/xrdb/ice.xrdb
71
%%DATADIR%%/examples/xrdb/light.xrdb
72
%%DATADIR%%/examples/xrdb/lighthouse.xrdb
73
%%DATADIR%%/examples/xrdb/ocean-deep.xrdb
74
%%DATADIR%%/examples/xrdb/teopetuk.xrdb
75
%%DATADIR%%/examples/xrdb/warm.xrdb
76
%%DATADIR%%/filetransfer.tcl
51
%%DATADIR%%/filetransfer.tcl
77
%%DATADIR%%/filters.tcl
52
%%DATADIR%%/filters.tcl
78
%%DATADIR%%/gpgme.tcl
53
%%DATADIR%%/gpgme.tcl
79
%%DATADIR%%/hooks.tcl
54
%%DATADIR%%/hooks.tcl
55
%%DATADIR%%/idna.tcl
80
%%DATADIR%%/iface.tcl
56
%%DATADIR%%/iface.tcl
81
%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
82
%%DATADIR%%/ifacetk/buttonbar.tcl
57
%%DATADIR%%/ifacetk/buttonbar.tcl
58
%%DATADIR%%/ifacetk/bwidget_workarounds.tcl
83
%%DATADIR%%/ifacetk/default.xrdb
59
%%DATADIR%%/ifacetk/default.xrdb
84
%%DATADIR%%/ifacetk/idefault.tcl
60
%%DATADIR%%/ifacetk/idefault.tcl
85
%%DATADIR%%/ifacetk/iface.tcl
61
%%DATADIR%%/ifacetk/iface.tcl
86
%%DATADIR%%/ifacetk/ilogin.tcl
62
%%DATADIR%%/ifacetk/login.tcl
87
%%DATADIR%%/ifacetk/iroster.tcl
63
%%DATADIR%%/ifacetk/muc.tcl
64
%%DATADIR%%/ifacetk/roster.tcl
88
%%DATADIR%%/ifacetk/systray.tcl
65
%%DATADIR%%/ifacetk/systray.tcl
89
%%DATADIR%%/ifacetk/unix.xrdb
66
%%DATADIR%%/ifacetk/unix.xrdb
90
%%DATADIR%%/iq.tcl
67
%%DATADIR%%/iq.tcl
91
%%DATADIR%%/itemedit.tcl
68
%%DATADIR%%/itemedit.tcl
92
%%DATADIR%%/jabberlib/autoconnect.tcl
93
%%DATADIR%%/jabberlib/https.tcl
94
%%DATADIR%%/jabberlib/idna.tcl
95
%%DATADIR%%/jabberlib/jabberlib.tcl
96
%%DATADIR%%/jabberlib/jlibauth.tcl
97
%%DATADIR%%/jabberlib/jlibcomponent.tcl
98
%%DATADIR%%/jabberlib/jlibcompress.tcl
99
%%DATADIR%%/jabberlib/jlibdns.tcl
100
%%DATADIR%%/jabberlib/jlibsasl.tcl
101
%%DATADIR%%/jabberlib/jlibtls.tcl
102
%%DATADIR%%/jabberlib/namespaces.tcl
103
%%DATADIR%%/jabberlib/ntlm.tcl
104
%%DATADIR%%/jabberlib/pkgIndex.tcl
105
%%DATADIR%%/jabberlib/socks4.tcl
106
%%DATADIR%%/jabberlib/socks5.tcl
107
%%DATADIR%%/jabberlib/stanzaerror.tcl
108
%%DATADIR%%/jabberlib/streamerror.tcl
109
%%DATADIR%%/jabberlib/transports.tcl
110
%%DATADIR%%/jabberlib/wrapper.tcl
111
%%DATADIR%%/joingrdialog.tcl
112
%%DATADIR%%/login.tcl
69
%%DATADIR%%/login.tcl
113
%%DATADIR%%/mclistbox/mclistbox.tcl
70
%%DATADIR%%/mclistbox/mclistbox.tcl
114
%%DATADIR%%/messages.tcl
71
%%DATADIR%%/messages.tcl
Lines 129-135 Link Here
129
%%DATADIR%%/msgs/uk.msg
86
%%DATADIR%%/msgs/uk.msg
130
%%DATADIR%%/msgs/uk.rc
87
%%DATADIR%%/msgs/uk.rc
131
%%DATADIR%%/muc.tcl
88
%%DATADIR%%/muc.tcl
132
%%DATADIR%%/negotiate.tcl
89
%%DATADIR%%/namespaces.tcl
133
%%DATADIR%%/pep.tcl
90
%%DATADIR%%/pep.tcl
134
%%DATADIR%%/pixmaps.tcl
91
%%DATADIR%%/pixmaps.tcl
135
%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
92
%%DATADIR%%/pixmaps/default-blue/docking/available-away.gif
Lines 344-349 Link Here
344
%%DATADIR%%/plugins/chat/log_on_open.tcl
301
%%DATADIR%%/plugins/chat/log_on_open.tcl
345
%%DATADIR%%/plugins/chat/logger.tcl
302
%%DATADIR%%/plugins/chat/logger.tcl
346
%%DATADIR%%/plugins/chat/me_command.tcl
303
%%DATADIR%%/plugins/chat/me_command.tcl
304
%%DATADIR%%/plugins/chat/muc_commands.tcl
347
%%DATADIR%%/plugins/chat/muc_ignore.tcl
305
%%DATADIR%%/plugins/chat/muc_ignore.tcl
348
%%DATADIR%%/plugins/chat/nick_colors.tcl
306
%%DATADIR%%/plugins/chat/nick_colors.tcl
349
%%DATADIR%%/plugins/chat/open_chat.tcl
307
%%DATADIR%%/plugins/chat/open_chat.tcl
Lines 351-374 Link Here
351
%%DATADIR%%/plugins/chat/popupmenu.tcl
309
%%DATADIR%%/plugins/chat/popupmenu.tcl
352
%%DATADIR%%/plugins/chat/postpone.tcl
310
%%DATADIR%%/plugins/chat/postpone.tcl
353
%%DATADIR%%/plugins/chat/send_message.tcl
311
%%DATADIR%%/plugins/chat/send_message.tcl
312
%%DATADIR%%/plugins/chat/shuffle.tcl
354
%%DATADIR%%/plugins/chat/unisymbols.tcl
313
%%DATADIR%%/plugins/chat/unisymbols.tcl
355
%%DATADIR%%/plugins/chat/update_tab.tcl
314
%%DATADIR%%/plugins/chat/update_tab.tcl
356
%%DATADIR%%/plugins/filetransfer/http.tcl
315
%%DATADIR%%/plugins/filetransfer/http.tcl
357
%%DATADIR%%/plugins/filetransfer/si.tcl
316
%%DATADIR%%/plugins/filetransfer/si.tcl
358
%%DATADIR%%/plugins/general/autoaway.tcl
317
%%DATADIR%%/plugins/general/autoaway.tcl
359
%%DATADIR%%/plugins/general/avatars.tcl
318
%%DATADIR%%/plugins/general/avatars.tcl
319
%%DATADIR%%/plugins/general/bob.tcl
360
%%DATADIR%%/plugins/general/caps.tcl
320
%%DATADIR%%/plugins/general/caps.tcl
361
%%DATADIR%%/plugins/general/challenge.tcl
321
%%DATADIR%%/plugins/general/captcha.tcl
362
%%DATADIR%%/plugins/general/clientinfo.tcl
322
%%DATADIR%%/plugins/general/clientinfo.tcl
323
%%DATADIR%%/plugins/general/comm.tcl
363
%%DATADIR%%/plugins/general/copy_jid.tcl
324
%%DATADIR%%/plugins/general/copy_jid.tcl
325
%%DATADIR%%/plugins/general/geometry.tcl
364
%%DATADIR%%/plugins/general/headlines.tcl
326
%%DATADIR%%/plugins/general/headlines.tcl
365
%%DATADIR%%/plugins/general/ispell.tcl
327
%%DATADIR%%/plugins/general/ispell.tcl
366
%%DATADIR%%/plugins/general/jitworkaround.tcl
367
%%DATADIR%%/plugins/general/message_archive.tcl
328
%%DATADIR%%/plugins/general/message_archive.tcl
329
%%DATADIR%%/plugins/general/nickname.tcl
368
%%DATADIR%%/plugins/general/offline.tcl
330
%%DATADIR%%/plugins/general/offline.tcl
369
%%DATADIR%%/plugins/general/rawxml.tcl
331
%%DATADIR%%/plugins/general/rawxml.tcl
370
%%DATADIR%%/plugins/general/remote.tcl
332
%%DATADIR%%/plugins/general/remote.tcl
371
%%DATADIR%%/plugins/general/session.tcl
333
%%DATADIR%%/plugins/general/session.tcl
334
%%DATADIR%%/plugins/general/sigh.tcl
372
%%DATADIR%%/plugins/general/sound.tcl
335
%%DATADIR%%/plugins/general/sound.tcl
373
%%DATADIR%%/plugins/general/stats.tcl
336
%%DATADIR%%/plugins/general/stats.tcl
374
%%DATADIR%%/plugins/general/subscribe_gateway.tcl
337
%%DATADIR%%/plugins/general/subscribe_gateway.tcl
Lines 377-383 Link Here
377
%%DATADIR%%/plugins/general/xcommands.tcl
340
%%DATADIR%%/plugins/general/xcommands.tcl
378
%%DATADIR%%/plugins/iq/browse.tcl
341
%%DATADIR%%/plugins/iq/browse.tcl
379
%%DATADIR%%/plugins/iq/last.tcl
342
%%DATADIR%%/plugins/iq/last.tcl
380
%%DATADIR%%/plugins/iq/oob.tcl
381
%%DATADIR%%/plugins/iq/ping.tcl
343
%%DATADIR%%/plugins/iq/ping.tcl
382
%%DATADIR%%/plugins/iq/time.tcl
344
%%DATADIR%%/plugins/iq/time.tcl
383
%%DATADIR%%/plugins/iq/time2.tcl
345
%%DATADIR%%/plugins/iq/time2.tcl
Lines 395-411 Link Here
395
%%DATADIR%%/plugins/roster/backup.tcl
357
%%DATADIR%%/plugins/roster/backup.tcl
396
%%DATADIR%%/plugins/roster/bkup_annotations.tcl
358
%%DATADIR%%/plugins/roster/bkup_annotations.tcl
397
%%DATADIR%%/plugins/roster/bkup_conferences.tcl
359
%%DATADIR%%/plugins/roster/bkup_conferences.tcl
360
%%DATADIR%%/plugins/roster/bkup_metacontacts.tcl
398
%%DATADIR%%/plugins/roster/cache_categories.tcl
361
%%DATADIR%%/plugins/roster/cache_categories.tcl
399
%%DATADIR%%/plugins/roster/conferenceinfo.tcl
362
%%DATADIR%%/plugins/roster/conferenceinfo.tcl
400
%%DATADIR%%/plugins/roster/conferences.tcl
363
%%DATADIR%%/plugins/roster/conferences.tcl
401
%%DATADIR%%/plugins/roster/fetch_nicknames.tcl
364
%%DATADIR%%/plugins/roster/fetch_nicknames.tcl
402
%%DATADIR%%/plugins/roster/roster_delimiter.tcl
365
%%DATADIR%%/plugins/roster/metacontacts.tcl
403
%%DATADIR%%/plugins/roster/rosterx.tcl
366
%%DATADIR%%/plugins/roster/rosterx.tcl
404
%%DATADIR%%/plugins/search/browser.tcl
367
%%DATADIR%%/plugins/search/browser.tcl
405
%%DATADIR%%/plugins/search/chat.tcl
368
%%DATADIR%%/plugins/search/chat.tcl
406
%%DATADIR%%/plugins/search/custom.tcl
369
%%DATADIR%%/plugins/search/custom.tcl
407
%%DATADIR%%/plugins/search/headlines.tcl
370
%%DATADIR%%/plugins/search/headlines.tcl
408
%%DATADIR%%/plugins/search/logger.tcl
371
%%DATADIR%%/plugins/search/logger.tcl
372
%%DATADIR%%/plugins/search/muclists.tcl
409
%%DATADIR%%/plugins/search/rawxml.tcl
373
%%DATADIR%%/plugins/search/rawxml.tcl
410
%%DATADIR%%/plugins/search/search.tcl
374
%%DATADIR%%/plugins/search/search.tcl
411
%%DATADIR%%/plugins/search/spanel.tcl
375
%%DATADIR%%/plugins/search/spanel.tcl
Lines 424-430 Link Here
424
%%DATADIR%%/plugins/windows/taskbar.tcl
388
%%DATADIR%%/plugins/windows/taskbar.tcl
425
%%DATADIR%%/presence.tcl
389
%%DATADIR%%/presence.tcl
426
%%DATADIR%%/privacy.tcl
390
%%DATADIR%%/privacy.tcl
427
%%DATADIR%%/private.tcl
391
%%DATADIR%%/proxy.tcl
428
%%DATADIR%%/pubsub.tcl
392
%%DATADIR%%/pubsub.tcl
429
%%DATADIR%%/register.tcl
393
%%DATADIR%%/register.tcl
430
%%DATADIR%%/richtext.tcl
394
%%DATADIR%%/richtext.tcl
Lines 441-446 Link Here
441
%%DATADIR%%/sounds/default/groupchat_their_message_to_me.wav
405
%%DATADIR%%/sounds/default/groupchat_their_message_to_me.wav
442
%%DATADIR%%/sounds/default/presence_available.wav
406
%%DATADIR%%/sounds/default/presence_available.wav
443
%%DATADIR%%/sounds/default/presence_unavailable.wav
407
%%DATADIR%%/sounds/default/presence_unavailable.wav
408
%%DATADIR%%/sounds/default/sigh.wav
444
%%DATADIR%%/sounds/psi/chat_their_message.wav
409
%%DATADIR%%/sounds/psi/chat_their_message.wav
445
%%DATADIR%%/sounds/psi/connected.wav
410
%%DATADIR%%/sounds/psi/connected.wav
446
%%DATADIR%%/sounds/psi/groupchat_server_message.wav
411
%%DATADIR%%/sounds/psi/groupchat_server_message.wav
Lines 449-460 Link Here
449
%%DATADIR%%/sounds/psi/presence_available.wav
414
%%DATADIR%%/sounds/psi/presence_available.wav
450
%%DATADIR%%/sounds/psi/presence_unavailable.wav
415
%%DATADIR%%/sounds/psi/presence_unavailable.wav
451
%%DATADIR%%/splash.tcl
416
%%DATADIR%%/splash.tcl
452
%%DATADIR%%/tclxml/pkgIndex.tcl
417
%%DATADIR%%/tclxmpp/ChangeLog
453
%%DATADIR%%/tclxml/sgml-8.1.tcl
418
%%DATADIR%%/tclxmpp/doc/xmpp.man
454
%%DATADIR%%/tclxml/sgmlparser.tcl
419
%%DATADIR%%/tclxmpp/doc/xmpp_jid.man
455
%%DATADIR%%/tclxml/tclparser-8.1.tcl
420
%%DATADIR%%/tclxmpp/doc/xmpp_xml.man
456
%%DATADIR%%/tclxml/xml-8.1.tcl
421
%%DATADIR%%/tclxmpp/examples/chessbot.tcl
457
%%DATADIR%%/tclxml/xml__tcl.tcl
422
%%DATADIR%%/tclxmpp/examples/echo.tcl
423
%%DATADIR%%/tclxmpp/examples/jsend.tcl
424
%%DATADIR%%/tclxmpp/examples/rssbot.tcl
425
%%DATADIR%%/tclxmpp/license.terms
426
%%DATADIR%%/tclxmpp/tclxml/pkgIndex.tcl
427
%%DATADIR%%/tclxmpp/tclxml/sgml.tcl
428
%%DATADIR%%/tclxmpp/tclxml/sgmlparser.tcl
429
%%DATADIR%%/tclxmpp/tclxml/tclparser.tcl
430
%%DATADIR%%/tclxmpp/tclxml/xml.tcl
431
%%DATADIR%%/tclxmpp/tclxml/xmltcl.tcl
432
%%DATADIR%%/tclxmpp/xmpp/annotations.tcl
433
%%DATADIR%%/tclxmpp/xmpp/auth.tcl
434
%%DATADIR%%/tclxmpp/xmpp/blocking.tcl
435
%%DATADIR%%/tclxmpp/xmpp/bob.tcl
436
%%DATADIR%%/tclxmpp/xmpp/bookmarks.tcl
437
%%DATADIR%%/tclxmpp/xmpp/bosh.tcl
438
%%DATADIR%%/tclxmpp/xmpp/component.tcl
439
%%DATADIR%%/tclxmpp/xmpp/compress.tcl
440
%%DATADIR%%/tclxmpp/xmpp/data.tcl
441
%%DATADIR%%/tclxmpp/xmpp/delay.tcl
442
%%DATADIR%%/tclxmpp/xmpp/delimiter.tcl
443
%%DATADIR%%/tclxmpp/xmpp/disco.tcl
444
%%DATADIR%%/tclxmpp/xmpp/dns.tcl
445
%%DATADIR%%/tclxmpp/xmpp/https.tcl
446
%%DATADIR%%/tclxmpp/xmpp/iq.tcl
447
%%DATADIR%%/tclxmpp/xmpp/jid.tcl
448
%%DATADIR%%/tclxmpp/xmpp/metacontacts.tcl
449
%%DATADIR%%/tclxmpp/xmpp/muc.tcl
450
%%DATADIR%%/tclxmpp/xmpp/negotiate.tcl
451
%%DATADIR%%/tclxmpp/xmpp/pconnect.tcl
452
%%DATADIR%%/tclxmpp/xmpp/pep.tcl
453
%%DATADIR%%/tclxmpp/xmpp/ping.tcl
454
%%DATADIR%%/tclxmpp/xmpp/pkgIndex.tcl
455
%%DATADIR%%/tclxmpp/xmpp/poll.tcl
456
%%DATADIR%%/tclxmpp/xmpp/presence.tcl
457
%%DATADIR%%/tclxmpp/xmpp/privacy.tcl
458
%%DATADIR%%/tclxmpp/xmpp/private.tcl
459
%%DATADIR%%/tclxmpp/xmpp/pubsub.tcl
460
%%DATADIR%%/tclxmpp/xmpp/register.tcl
461
%%DATADIR%%/tclxmpp/xmpp/roster.tcl
462
%%DATADIR%%/tclxmpp/xmpp/sasl.tcl
463
%%DATADIR%%/tclxmpp/xmpp/search.tcl
464
%%DATADIR%%/tclxmpp/xmpp/socks4.tcl
465
%%DATADIR%%/tclxmpp/xmpp/socks5.tcl
466
%%DATADIR%%/tclxmpp/xmpp/stanzaerror.tcl
467
%%DATADIR%%/tclxmpp/xmpp/starttls.tcl
468
%%DATADIR%%/tclxmpp/xmpp/streamerror.tcl
469
%%DATADIR%%/tclxmpp/xmpp/tcp.tcl
470
%%DATADIR%%/tclxmpp/xmpp/tls.tcl
471
%%DATADIR%%/tclxmpp/xmpp/transport.tcl
472
%%DATADIR%%/tclxmpp/xmpp/xml.tcl
473
%%DATADIR%%/tclxmpp/xmpp/xmpp.tcl
474
%%DATADIR%%/tclxmpp/xmpp/zlib.tcl
475
%%DATADIR%%/tkabber-remote.tcl
458
%%DATADIR%%/tkabber.tcl
476
%%DATADIR%%/tkabber.tcl
459
%%DATADIR%%/trans.tcl
477
%%DATADIR%%/trans.tcl
460
%%DATADIR%%/trans/de.msg
478
%%DATADIR%%/trans/de.msg
Lines 466-472 Link Here
466
%%DATADIR%%/utils.tcl
484
%%DATADIR%%/utils.tcl
467
%%DATADIR%%/xmppmime.tcl
485
%%DATADIR%%/xmppmime.tcl
468
@dirrm %%DATADIR%%/trans
486
@dirrm %%DATADIR%%/trans
469
@dirrm %%DATADIR%%/tclxml
487
@dirrm %%DATADIR%%/tclxmpp/xmpp
488
@dirrm %%DATADIR%%/tclxmpp/tclxml
489
@dirrm %%DATADIR%%/tclxmpp/examples
490
@dirrm %%DATADIR%%/tclxmpp/doc
491
@dirrm %%DATADIR%%/tclxmpp
470
@dirrm %%DATADIR%%/sounds/psi
492
@dirrm %%DATADIR%%/sounds/psi
471
@dirrm %%DATADIR%%/sounds/default
493
@dirrm %%DATADIR%%/sounds/default
472
@dirrm %%DATADIR%%/sounds
494
@dirrm %%DATADIR%%/sounds
Lines 505-520 Link Here
505
@dirrm %%DATADIR%%/pixmaps
527
@dirrm %%DATADIR%%/pixmaps
506
@dirrm %%DATADIR%%/msgs
528
@dirrm %%DATADIR%%/msgs
507
@dirrm %%DATADIR%%/mclistbox
529
@dirrm %%DATADIR%%/mclistbox
508
@dirrm %%DATADIR%%/jabberlib
509
@dirrm %%DATADIR%%/ifacetk
530
@dirrm %%DATADIR%%/ifacetk
510
@dirrm %%DATADIR%%/examples/xrdb
511
@dirrm %%DATADIR%%/examples/tools
512
@dirrm %%DATADIR%%/examples/tclCarbonNotification-1.0.0
513
@dirrm %%DATADIR%%/examples/configs
514
@dirrm %%DATADIR%%/examples
515
@dirrm %%DATADIR%%/emoticons/default
531
@dirrm %%DATADIR%%/emoticons/default
516
@dirrm %%DATADIR%%/emoticons
532
@dirrm %%DATADIR%%/emoticons
517
@dirrm %%DATADIR%%/doc
518
@dirrm %%DATADIR%%/contrib/starkit
533
@dirrm %%DATADIR%%/contrib/starkit
519
@dirrm %%DATADIR%%/contrib/gabber-docking-24x24
534
@dirrm %%DATADIR%%/contrib/gabber-docking-24x24
520
@dirrm %%DATADIR%%/contrib/extract-translations
535
@dirrm %%DATADIR%%/contrib/extract-translations

Return to bug 188256