ports/188256: update: net-im/tkabber

Mikhail mp39590 at gmail.com
Fri Apr 4 10:40:00 UTC 2014


>Number:         188256
>Category:       ports
>Synopsis:       update: net-im/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:   Fri Apr 04 10:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail
>Release:        10.0-RELEASE
>Organization:
>Environment:
FreeBSD edge 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014     root at snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Attached patch do the following:
- 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

files/ dir and patches inside no longer needed
(please svn rm files and dir)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN tkabber.orig/Makefile tkabber/Makefile
--- tkabber.orig/Makefile	2014-04-03 16:32:12.000000000 +0400
+++ tkabber/Makefile	2014-04-04 14:27:34.000000000 +0400
@@ -2,38 +2,51 @@
 # $FreeBSD: head/net-im/tkabber/Makefile 340024 2014-01-17 10:23:28Z gahr $
 
 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 at 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 -urN tkabber.orig/distinfo tkabber/distinfo
--- tkabber.orig/distinfo	2014-04-03 16:32:12.000000000 +0400
+++ tkabber/distinfo	2014-04-04 14:29:51.000000000 +0400
@@ -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 -urN tkabber.orig/files/patch-Makefile tkabber/files/patch-Makefile
--- tkabber.orig/files/patch-Makefile	2014-04-03 16:32:12.000000000 +0400
+++ tkabber/files/patch-Makefile	1970-01-01 03:00:00.000000000 +0300
@@ -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 -urN tkabber.orig/files/patch-tkabber.tcl tkabber/files/patch-tkabber.tcl
--- tkabber.orig/files/patch-tkabber.tcl	2014-04-03 16:32:12.000000000 +0400
+++ tkabber/files/patch-tkabber.tcl	1970-01-01 03:00:00.000000000 +0300
@@ -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 -urN tkabber.orig/pkg-message tkabber/pkg-message
--- tkabber.orig/pkg-message	1970-01-01 03:00:00.000000000 +0300
+++ tkabber/pkg-message	2014-04-04 13:59:45.000000000 +0400
@@ -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 at 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 -urN tkabber.orig/pkg-plist tkabber/pkg-plist
--- tkabber.orig/pkg-plist	2014-04-03 16:32:12.000000000 +0400
+++ tkabber/pkg-plist	2014-04-04 14:28:14.000000000 +0400
@@ -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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%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 @@
 %%DATADIR%%/utils.tcl
 %%DATADIR%%/xmppmime.tcl
 @dirrm %%DATADIR%%/trans
- at dirrm %%DATADIR%%/tclxml
+ at dirrm %%DATADIR%%/tclxmpp/xmpp
+ at dirrm %%DATADIR%%/tclxmpp/tclxml
+ at dirrm %%DATADIR%%/tclxmpp/examples
+ at dirrm %%DATADIR%%/tclxmpp/doc
+ at dirrm %%DATADIR%%/tclxmpp
 @dirrm %%DATADIR%%/sounds/psi
 @dirrm %%DATADIR%%/sounds/default
 @dirrm %%DATADIR%%/sounds
@@ -505,16 +527,9 @@
 @dirrm %%DATADIR%%/pixmaps
 @dirrm %%DATADIR%%/msgs
 @dirrm %%DATADIR%%/mclistbox
- at dirrm %%DATADIR%%/jabberlib
 @dirrm %%DATADIR%%/ifacetk
- at dirrm %%DATADIR%%/examples/xrdb
- at dirrm %%DATADIR%%/examples/tools
- at dirrm %%DATADIR%%/examples/tclCarbonNotification-1.0.0
- at dirrm %%DATADIR%%/examples/configs
- at dirrm %%DATADIR%%/examples
 @dirrm %%DATADIR%%/emoticons/default
 @dirrm %%DATADIR%%/emoticons
- at dirrm %%DATADIR%%/doc
 @dirrm %%DATADIR%%/contrib/starkit
 @dirrm %%DATADIR%%/contrib/gabber-docking-24x24
 @dirrm %%DATADIR%%/contrib/extract-translations


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


More information about the freebsd-ports-bugs mailing list