diff options
author | pav <pav@FreeBSD.org> | 2005-11-10 07:11:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-11-10 07:11:38 +0800 |
commit | fcea89078517ee25acda051633f28992e2eb0f38 (patch) | |
tree | 5a9b0edba5f70b9803feee06bdf24aa6a5abc299 | |
parent | 98a36ca7da1bf3cc2af7ef88157057ab7550d952 (diff) | |
download | freebsd-ports-gnome-fcea89078517ee25acda051633f28992e2eb0f38.tar.gz freebsd-ports-gnome-fcea89078517ee25acda051633f28992e2eb0f38.tar.zst freebsd-ports-gnome-fcea89078517ee25acda051633f28992e2eb0f38.zip |
Move ports to a newly created net-im category:
net/jabber-pyicq -> net-im/jabber-pyicq
net/p5-Net-XMPP -> net-im/p5-Net-XMPP
www/jwchat -> net-im/jwchat
Repocopies by: marcus
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | net-im/Makefile | 3 | ||||
-rw-r--r-- | net-im/jabber-pyicq/Makefile | 2 | ||||
-rw-r--r-- | net-im/jwchat/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-Jabber/Makefile | 2 | ||||
-rw-r--r-- | net-im/p5-Net-XMPP/Makefile | 2 | ||||
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/jabber-pyicq/Makefile | 66 | ||||
-rw-r--r-- | net/jabber-pyicq/distinfo | 3 | ||||
-rw-r--r-- | net/jabber-pyicq/files/jabber-pyicq-transport.sh.in | 34 | ||||
-rw-r--r-- | net/jabber-pyicq/files/patch-src_main.py | 24 | ||||
-rw-r--r-- | net/jabber-pyicq/files/pkg-message.in | 22 | ||||
-rw-r--r-- | net/jabber-pyicq/pkg-descr | 8 | ||||
-rw-r--r-- | net/jabber-pyicq/pkg-plist | 45 | ||||
-rw-r--r-- | net/p5-Net-XMPP/Makefile | 38 | ||||
-rw-r--r-- | net/p5-Net-XMPP/distinfo | 2 | ||||
-rw-r--r-- | net/p5-Net-XMPP/pkg-descr | 11 | ||||
-rw-r--r-- | net/p5-Net-XMPP/pkg-plist | 18 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/jwchat/Makefile | 40 | ||||
-rw-r--r-- | www/jwchat/distinfo | 2 | ||||
-rw-r--r-- | www/jwchat/files/pkg-message.in | 28 | ||||
-rw-r--r-- | www/jwchat/pkg-descr | 13 | ||||
-rw-r--r-- | www/jwchat/pkg-plist | 780 |
24 files changed, 10 insertions, 1141 deletions
@@ -1928,3 +1928,6 @@ net/licq|net-im/licq|2005-11-09|Moved to a new net-im category net/licq-console|net-im/licq-console|2005-11-09|Moved to a new net-im category net/licq-osd|net-im/licq-osd|2005-11-09|Moved to a new net-im category net/licq-qt-gui|net-im/licq-qt-gui|2005-11-09|Moved to a new net-im category +net/jabber-pyicq|net-im/jabber-pyicq|2005-11-09|Moved to a new net-im category +net/p5-Net-XMPP|net-im/p5-Net-XMPP|2005-11-09|Moved to a new net-im category +www/jwchat|net-im/jwchat|2005-11-09|Moved to a new net-im category diff --git a/net-im/Makefile b/net-im/Makefile index d35180c89892..880c0e5c0d7f 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -41,11 +41,13 @@ SUBDIR += jabber-conference SUBDIR += jabber-jud SUBDIR += jabber-msn + SUBDIR += jabber-pyicq SUBDIR += jabber-pymsn SUBDIR += jabber-yahoo SUBDIR += jabber-users-agent SUBDIR += jarl SUBDIR += jit + SUBDIR += jwchat SUBDIR += kf SUBDIR += kmerlin SUBDIR += kmess @@ -83,6 +85,7 @@ SUBDIR += p5-Net-MSN SUBDIR += p5-Net-NetSend SUBDIR += p5-Net-OSCAR + SUBDIR += p5-Net-XMPP SUBDIR += psi SUBDIR += py-jabber SUBDIR += py-twistedWords diff --git a/net-im/jabber-pyicq/Makefile b/net-im/jabber-pyicq/Makefile index c6c1e9a10cc3..af86d5b5e16a 100644 --- a/net-im/jabber-pyicq/Makefile +++ b/net-im/jabber-pyicq/Makefile @@ -6,7 +6,7 @@ PORTNAME= pyicq PORTVERSION= 0.6 -CATEGORIES= net +CATEGORIES= net-im MASTER_SITES= http://www.blathersource.org/download.php/pyicq-t/ PKGNAMEPREFIX= jabber- PKGNAMESUFFIX= -transport diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile index 811b8e8c2e0b..16aa8a6340b8 100644 --- a/net-im/jwchat/Makefile +++ b/net-im/jwchat/Makefile @@ -8,7 +8,7 @@ PORTNAME= jwchat PORTVERSION= 1.0.b2 PORTREVISION= 1 -CATEGORIES= www net +CATEGORIES= net-im www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} diff --git a/net-im/p5-Net-Jabber/Makefile b/net-im/p5-Net-Jabber/Makefile index fb8183b8fc0a..1a534dac3548 100644 --- a/net-im/p5-Net-Jabber/Makefile +++ b/net-im/p5-Net-Jabber/Makefile @@ -16,7 +16,7 @@ DIST_SUBDIR= jabber MAINTAINER= erwin@FreeBSD.org COMMENT= Net::Jabber provides Perl Developer access to the Jabber protocol -BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net/p5-Net-XMPP +BUILD_DEPENDS= ${SITE_PERL}/Net/XMPP.pm:${PORTSDIR}/net-im/p5-Net-XMPP RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff --git a/net-im/p5-Net-XMPP/Makefile b/net-im/p5-Net-XMPP/Makefile index cce48de34107..7540eb255f67 100644 --- a/net-im/p5-Net-XMPP/Makefile +++ b/net-im/p5-Net-XMPP/Makefile @@ -7,7 +7,7 @@ PORTNAME= Net-XMPP PORTVERSION= 1.0 -CATEGORIES= net perl5 +CATEGORIES= net-im perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Net PKGNAMEPREFIX= p5- diff --git a/net/Makefile b/net/Makefile index 2e76440a670d..6e94dab63434 100644 --- a/net/Makefile +++ b/net/Makefile @@ -236,7 +236,6 @@ SUBDIR += isc-dhcp3-relay SUBDIR += isc-dhcp3-server SUBDIR += iwi-firmware - SUBDIR += jabber-pyicq SUBDIR += jags SUBDIR += java-beepcore SUBDIR += javadc @@ -484,7 +483,6 @@ SUBDIR += p5-Net-Whois SUBDIR += p5-Net-Whois-RIPE SUBDIR += p5-Net-Whois-Raw - SUBDIR += p5-Net-XMPP SUBDIR += p5-Net-XWhois SUBDIR += p5-Net-Z3950 SUBDIR += p5-Net-Z3950-SimpleServer diff --git a/net/jabber-pyicq/Makefile b/net/jabber-pyicq/Makefile deleted file mode 100644 index c6c1e9a10cc3..000000000000 --- a/net/jabber-pyicq/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: Jabber Python ICQ Transport -# Date created: 2005-06-07 -# Whom: Renato Botelho <freebsd@galle.com.br> -# -# $FreeBSD$ - -PORTNAME= pyicq -PORTVERSION= 0.6 -CATEGORIES= net -MASTER_SITES= http://www.blathersource.org/download.php/pyicq-t/ -PKGNAMEPREFIX= jabber- -PKGNAMESUFFIX= -transport -DISTNAME= ${PORTNAME}-t-${PORTVERSION} -DIST_SUBDIR= jabber - -MAINTAINER= garga@FreeBSD.org -COMMENT= Python ICQ-Transport for Jabber - -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ - ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted - -NO_BUILD= yes -USE_PYTHON= yes -USE_REINPLACE= yes -USE_RC_SUBR= jabber-pyicq-transport.sh - -SUB_FILES= pkg-message -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} - -INST_DIR= ${PREFIX}/lib/jabber/${PORTNAME} - -PORTDOCS= COPYING README TODO - -post-extract: - @${FIND} ${WRKSRC}/src -type d -name '.svn' | ${XARGS} ${RM} -rf - -post-patch: - @${REINPLACE_CMD} -e '/spooldir/s|\.|/var/spool/jabber|' \ - -e '/pid/s|PyICQt.pid|/var/jabberd/pid/${PORTNAME}.pid|' \ - -e '/<debugOn>/s|<debugOn>|<!--<debugOn>-->|' \ - ${WRKSRC}/config_example.xml - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; s|%%PYTHON_CMD%%|${PYTHON_CMD}|g' \ - ${WRKSRC}/src/main.py - @${RM} ${WRKSRC}/src/main.py.* - @${MV} ${WRKSRC}/src/config.py ${WRKSRC}/src/config.py.sample - -do-install: - ${INSTALL} -d ${INST_DIR} - ${CP} -pPR ${WRKSRC}/src/* ${INST_DIR}/ - ${CHMOD} 755 ${INST_DIR}/main.py - [ -f ${INST_DIR}/config.py ] || ${CP} ${INST_DIR}/config.py.sample ${INST_DIR}/config.py - ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/${PKGBASE}.sh ${PREFIX}/etc/rc.d/${PKGBASE}.sh - @${MKDIR} ${EXAMPLESDIR}/etc - ${INSTALL_DATA} ${WRKSRC}/config_example.xml ${EXAMPLESDIR}/etc/jabber-pyicq.xml - [ -f ${PREFIX}/etc/jabber-pyicq.xml ] || ${CP} ${EXAMPLESDIR}/etc/jabber-pyicq.xml ${PREFIX}/etc/jabber-pyicq.xml -.if !defined(NOPORTDOCS) -.for portdoc in ${PORTDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${portdoc} ${DOCSDIR}/ -.endfor -.endif - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net/jabber-pyicq/distinfo b/net/jabber-pyicq/distinfo deleted file mode 100644 index 69c0ec3cb452..000000000000 --- a/net/jabber-pyicq/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (jabber/pyicq-t-0.6.tar.gz) = 5c6f8cd598465124d886f1c47f88c809 -SHA256 (jabber/pyicq-t-0.6.tar.gz) = 143f1b037e8a0c83d69ac51f28835e8ce963f52c076ac6175715c60f05a63011 -SIZE (jabber/pyicq-t-0.6.tar.gz) = 140654 diff --git a/net/jabber-pyicq/files/jabber-pyicq-transport.sh.in b/net/jabber-pyicq/files/jabber-pyicq-transport.sh.in deleted file mode 100644 index dda434fc9d75..000000000000 --- a/net/jabber-pyicq/files/jabber-pyicq-transport.sh.in +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -# Start or stop jabber-pyicq -# $FreeBSD$ - -# PROVIDE: jabber_pyicq -# REQUIRE: DAEMON -# BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown -# -# Define these jabber_pyicq_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -jabber_pyicq_dir=${jabberd_pyicq_dir-"%%PREFIX%%/lib/jabber/pyicq"} -jabber_pyicq_piddir=${jabberd_pyicq_piddir-"/var/jabberd/pid"} -jabber_pyicq_enable=${jabberd_pyicq_enable-"NO"} - - -. %%RC_SUBR%% - -name="jabber_pyicq" -rcvar=`set_rcvar` -command_interpreter="%%PYTHON_CMD%%" -command="${jabber_pyicq_dir}/main.py" -command_args="&" - -#procname="${PYTHON} ${jabber_pyicq_dir}/main.py" -pidfile="${jabber_pyicq_piddir}/pyicq.pid" - -load_rc_config $name -run_rc_command "$1" diff --git a/net/jabber-pyicq/files/patch-src_main.py b/net/jabber-pyicq/files/patch-src_main.py deleted file mode 100644 index 29195250e9d2..000000000000 --- a/net/jabber-pyicq/files/patch-src_main.py +++ /dev/null @@ -1,24 +0,0 @@ ---- src/main.py.orig Tue Jun 7 09:54:58 2005 -+++ src/main.py Tue Jun 7 09:56:26 2005 -@@ -1,3 +1,4 @@ -+#!%%PYTHON_CMD%% - # Copyright 2004 James Bunton <james@delx.cjb.net> - # Licensed for distribution under the GPL version 2, check COPYING for details - -@@ -13,15 +14,9 @@ - print("You are using version %s of Python, at least 2.3 is required." % (sys.version[:3])) - os._exit(0) - --name = "PyICQt" --exe = os.path.realpath(sys.executable) --if (exe.find("python") >= 0): -- print("Restarting with process name %s..." % (name)) -- os.execv(exe, [name, sys.argv[0]]+sys.argv[1:]) -- - import config - import xmlconfig --conffile = "config.xml" -+conffile = "%%PREFIX%%/etc/jabber-pyicq.xml" - options = {} - opts, args = getopt.getopt(sys.argv[1:], "c:o:dDl:h", ["config=", "option=", "debug", "Debug", "log=", "help"]) - for o, v in opts: diff --git a/net/jabber-pyicq/files/pkg-message.in b/net/jabber-pyicq/files/pkg-message.in deleted file mode 100644 index 7fd511c6c383..000000000000 --- a/net/jabber-pyicq/files/pkg-message.in +++ /dev/null @@ -1,22 +0,0 @@ -****************************************************************************** -Remember to edit %%PREFIX%%/etc/jabber-pyicq.xml to suit your needs. - -* The 'jid' setting should be what ID you want PyICQt to take on the network. -* The 'mainServer' setting should be the IP address or DNS of the main Jabberd - server. -* The 'secret' setting should match the secret specified for component - connections in your main Jabberd server. -* The 'port' setting is the port that PyICQt is to connect to (more details on - this below. -* You can also turn on debugging options, and customise some of the text that - is sent to the users in this file. - -If you are using Jabberd2 then you shouldn't have to do much configuration. -Make sure the 'mainServer' setting is the IP or DNS of your Jabber server, and -leave the 'port' setting alone. Double-check that the secret for legacy -components in router.xml (for Jabberd2) is the same as the secret setting in -config.py. That should be all. You don't even need to restart Jabberd2. - -If you are using Jabberd1.4.x, it's a bit more complicated. Follow the setup -instructions at http://pyicq-t.blathersource.org/install.php -****************************************************************************** diff --git a/net/jabber-pyicq/pkg-descr b/net/jabber-pyicq/pkg-descr deleted file mode 100644 index 6c502f66c733..000000000000 --- a/net/jabber-pyicq/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Python ICQ-Transport for Jabber. - -The purpose of this transport is to provide a way for users to be logged into -ICQ via their Jabber account. It is implemented in Python, using the Twisted -framework. This project is just getting off the ground, and so it does not have -quite the functionality of other transports yet. That will come in time. - -WWW: http://pyicq-t.blathersource.org/ diff --git a/net/jabber-pyicq/pkg-plist b/net/jabber-pyicq/pkg-plist deleted file mode 100644 index 36d835d87b1a..000000000000 --- a/net/jabber-pyicq/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -@comment $FreeBSD$ -@unexec if cmp -s %D/%%EXAMPLESDIR%%/etc/jabber-pyicq.xml %D/etc/jabber-pyicq.xml; then rm -f %D/etc/jabber-pyicq.xml; fi -%%EXAMPLESDIR%%/etc/jabber-pyicq.xml -@exec [ -f %D/etc/jabber-pyicq.xml ] || cp %B/%f %D/etc/jabber-pyicq.xml -@unexec if cmp -s %D/lib/jabber/pyicq/config.py.sample %D/lib/jabber/pyicq/config.py; then rm -f %D/lib/jabber/pyicq/config.py; fi -lib/jabber/pyicq/config.py.sample -@exec [ -f %D/lib/jabber/pyicq/config.py ] || cp %B/%f %D/lib/jabber/pyicq/config.py -lib/jabber/pyicq/debug.py -lib/jabber/pyicq/disco.py -lib/jabber/pyicq/jabw.py -lib/jabber/pyicq/lang.py -lib/jabber/pyicq/legacy/__init__.py -lib/jabber/pyicq/legacy/glue.py -lib/jabber/pyicq/legacy/icqt.py -lib/jabber/pyicq/main.py -lib/jabber/pyicq/misciq.py -lib/jabber/pyicq/register.py -lib/jabber/pyicq/session.py -lib/jabber/pyicq/stats.py -lib/jabber/pyicq/tlib/__init__.py -lib/jabber/pyicq/tlib/countrycodes.py -lib/jabber/pyicq/tlib/domish.py -lib/jabber/pyicq/tlib/jabber/__init__.py -lib/jabber/pyicq/tlib/jabber/client.py -lib/jabber/pyicq/tlib/jabber/component.py -lib/jabber/pyicq/tlib/jabber/jid.py -lib/jabber/pyicq/tlib/jabber/jstrports.py -lib/jabber/pyicq/tlib/langcodes.py -lib/jabber/pyicq/tlib/oscar.py -lib/jabber/pyicq/tlib/socks5.py -lib/jabber/pyicq/tlib/sockserror.py -lib/jabber/pyicq/tlib/xmlstream.py -lib/jabber/pyicq/utils.py -lib/jabber/pyicq/webadmin/__init__.py -lib/jabber/pyicq/webadmin/handler.py -lib/jabber/pyicq/xdb.py -lib/jabber/pyicq/xmlconfig.py -@dirrm lib/jabber/pyicq/legacy -@dirrm lib/jabber/pyicq/tlib/jabber -@dirrm lib/jabber/pyicq/tlib -@dirrm lib/jabber/pyicq/webadmin -@dirrm lib/jabber/pyicq -@unexec rmdir %D/lib/jabber 2>/dev/null || true -@dirrm %%EXAMPLESDIR%%/etc -@dirrm %%EXAMPLESDIR%% diff --git a/net/p5-Net-XMPP/Makefile b/net/p5-Net-XMPP/Makefile deleted file mode 100644 index cce48de34107..000000000000 --- a/net/p5-Net-XMPP/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: p5-Net-XMPP -# Date created: 2004-12-3 -# Whom: Lars Eggert <lars.eggert@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= Net-XMPP -PORTVERSION= 1.0 -CATEGORIES= net perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= lars.eggert@gmx.net -COMMENT= Net::XMPP provides Perl Developer access to the XMPP protocol - -BUILD_DEPENDS= ${SITE_PERL}/XML/Stream.pm:${PORTSDIR}/textproc/p5-XML-Stream \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 -RUN_DEPENDS= ${BUILD_DEPENDS} - -PERL_CONFIGURE= yes - -MAN3= Net::XMPP.3 Net::XMPP::Client.3 Net::XMPP::Connection.3 \ - Net::XMPP::Debug.3 Net::XMPP::IQ.3 Net::XMPP::JID.3 \ - Net::XMPP::Message.3 Net::XMPP::Namespaces.3 \ - Net::XMPP::Presence.3 Net::XMPP::PrivacyLists.3 \ - Net::XMPP::Protocol.3 Net::XMPP::Roster.3 \ - Net::XMPP::Stanza.3 - -.include <bsd.port.pre.mk> - -# Require perl 5.8.x due to XML::Stream -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again -.endif - -.include <bsd.port.post.mk> diff --git a/net/p5-Net-XMPP/distinfo b/net/p5-Net-XMPP/distinfo deleted file mode 100644 index 4b3dc2e48c02..000000000000 --- a/net/p5-Net-XMPP/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (Net-XMPP-1.0.tar.gz) = 6338484aa0d394e68c01666ca34e5241 -SIZE (Net-XMPP-1.0.tar.gz) = 96081 diff --git a/net/p5-Net-XMPP/pkg-descr b/net/p5-Net-XMPP/pkg-descr deleted file mode 100644 index ab9c7c7fd647..000000000000 --- a/net/p5-Net-XMPP/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -The Extensible Messaging and Presence Protocol (XMPP) is an IETF standard -that provides a complete cross protocol messaging solution. The problem -with current IM solutions is that they are all proprietary and cannot -talk to each other. XMPP seeks to get rid of those barriers. - -Net::XMPP is a collection of Perl modules that provide a Perl Developer -access to the XMPP protocol. Using OOP modules we provide a clean -interface to writing anything from a full client to a simple protocol -tester. - -WWW: http://search.cpan.org/dist/Net-XMPP/ diff --git a/net/p5-Net-XMPP/pkg-plist b/net/p5-Net-XMPP/pkg-plist deleted file mode 100644 index ac6e30beec51..000000000000 --- a/net/p5-Net-XMPP/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -%%SITE_PERL%%/Net/XMPP.pm -%%SITE_PERL%%/Net/XMPP/Client.pm -%%SITE_PERL%%/Net/XMPP/Connection.pm -%%SITE_PERL%%/Net/XMPP/Debug.pm -%%SITE_PERL%%/Net/XMPP/IQ.pm -%%SITE_PERL%%/Net/XMPP/JID.pm -%%SITE_PERL%%/Net/XMPP/Message.pm -%%SITE_PERL%%/Net/XMPP/Namespaces.pm -%%SITE_PERL%%/Net/XMPP/Presence.pm -%%SITE_PERL%%/Net/XMPP/PrivacyLists.pm -%%SITE_PERL%%/Net/XMPP/Protocol.pm -%%SITE_PERL%%/Net/XMPP/Roster.pm -%%SITE_PERL%%/Net/XMPP/Stanza.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XMPP/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/XMPP -@unexec rmdir %D/%%SITE_PERL%%/mach/auto/Net 2>/dev/null || true -@dirrm %%SITE_PERL%%/Net/XMPP -@unexec rmdir %D/%%SITE_PERL%%/Net 2>/dev/null || true diff --git a/www/Makefile b/www/Makefile index 0d0c60e0d7b6..e2c5b4583ac6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -197,7 +197,6 @@ SUBDIR += jesred SUBDIR += jetspeed SUBDIR += jetty - SUBDIR += jwchat SUBDIR += kannel SUBDIR += kazehakase SUBDIR += kdewebdev diff --git a/www/jwchat/Makefile b/www/jwchat/Makefile deleted file mode 100644 index 811b8e8c2e0b..000000000000 --- a/www/jwchat/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: jwchat -# Date created: June 24 2005 -# Whom: Lars Eggert <lars.eggert@gmx.net> -# -# $FreeBSD$ -# - -PORTNAME= jwchat -PORTVERSION= 1.0.b2 -PORTREVISION= 1 -CATEGORIES= www net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} - -MAINTAINER= lars.eggert@gmx.net -COMMENT= Full featured, web-based Jabber client - -USE_APACHE= yes - -NO_BUILD= yes - -PLIST_SUB+= WWW_ROOT=www -SUB_FILES= pkg-message -SUB_LIST= WWW_ROOT=www PORTNAME=${PORTNAME} - -do-install: - ${MKDIR} ${PREFIX}/www ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/config.js ${DATADIR} - ${MV} ${WRKSRC}/config.js ${WRKSRC}/config.js.sample - ${CP} -R ${WRKSRC}/ ${PREFIX}/www/${PORTNAME} - [ ! -f ${PREFIX}/www/${PORTNAME}/config.js ] && \ - ${CP} ${DATADIR}/config.js ${PREFIX}/www/${PORTNAME}/config.js || true - ${FIND} ${PREFIX}/www/${PORTNAME} ! -name config.js -print0 | ${XARGS} -0 ${CHOWN} ${SHAREOWN}:${SHAREGRP} - ${FIND} ${PREFIX}/www/${PORTNAME} -type f -and ! -name config.js -print0 -type f | ${XARGS} -0 ${CHMOD} ${SHAREMODE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/www/jwchat/distinfo b/www/jwchat/distinfo deleted file mode 100644 index 7fdb1414ee17..000000000000 --- a/www/jwchat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (jwchat-1.0beta2.tar.gz) = cd549d7ccf9e8130c2a3451cbcb239d7 -SIZE (jwchat-1.0beta2.tar.gz) = 519426 diff --git a/www/jwchat/files/pkg-message.in b/www/jwchat/files/pkg-message.in deleted file mode 100644 index e255455d39d4..000000000000 --- a/www/jwchat/files/pkg-message.in +++ /dev/null @@ -1,28 +0,0 @@ - --------------------------------------------------------------------------- - -* Read %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%/README! - -* Edit %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%/config.js to suit your needs. - -* Now you have to setup your web server so that it redirects requests - to the URLs given at httpbase of config.js to an http polling/binding - capable jabber server component. - - Something along these lines might work: - - <Directory %%PREFIX%%/%%WWW_ROOT%%/%%PORTNAME%%> - Options +Indexes +Multiviews - AddDefaultCharset UTF-8 - RewriteEngine On - RewriteRule http-poll/ http://localhost:5280/http-poll/ [P] - </Directory> - - Note: You need to enable mod_rewrite and mod_proxy at your apache - configuration. Apache2 users also need to enable the protocol - specific proxy module mod_proxy_http. - -* Restart your web server - --------------------------------------------------------------------------- - diff --git a/www/jwchat/pkg-descr b/www/jwchat/pkg-descr deleted file mode 100644 index 24a3bfe4d715..000000000000 --- a/www/jwchat/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -JWChat aims to be a full featured, web-based Jabber client. -It uses only JavaScript and HTML on the client-side. Currently -it supports basic jabber instant messaging, roster management -and muc-based groupchats. - -JWChat is an advanced instant messenger (IM) just like AIM, -MSN Messenger, Yahoo! Messenger or ICQ. This means you can manage -your contacts, chat with other users directly or join a groupchat -room for collaborative communication. Unlike other IMs you can use -this with your web browser only without having to install any -additional software at all. - -WWW: http://jwchat.sourceforge.net/ diff --git a/www/jwchat/pkg-plist b/www/jwchat/pkg-plist deleted file mode 100644 index 1770dddf84ac..000000000000 --- a/www/jwchat/pkg-plist +++ /dev/null @@ -1,780 +0,0 @@ -@unexec if cmp -s %D/%%DATADIR%%/config.js %D/%%WWW_ROOT%%/jwchat/config.js; then rm -f %D/%%WWW_ROOT%%/jwchat/config.js; fi -%%DATADIR%%/config.js -%%WWW_ROOT%%/jwchat/AUTHORS -%%WWW_ROOT%%/jwchat/COPYING -%%WWW_ROOT%%/jwchat/ChangeLog -%%WWW_ROOT%%/jwchat/DebugBottom.html -%%WWW_ROOT%%/jwchat/DebugTop.html -%%WWW_ROOT%%/jwchat/Debugger.html -%%WWW_ROOT%%/jwchat/Debugger.js -%%WWW_ROOT%%/jwchat/JSJaCConnection.js -%%WWW_ROOT%%/jwchat/JSJaCHttpBindingConnection.js -%%WWW_ROOT%%/jwchat/JSJaCHttpPollingConnection.js -%%WWW_ROOT%%/jwchat/JSJaCPacket.js -%%WWW_ROOT%%/jwchat/README -%%WWW_ROOT%%/jwchat/browsercheck.js.de -%%WWW_ROOT%%/jwchat/browsercheck.js.en -%%WWW_ROOT%%/jwchat/browsercheck.js.es -%%WWW_ROOT%%/jwchat/browsercheck.js.fr -%%WWW_ROOT%%/jwchat/browsercheck.js.gr -%%WWW_ROOT%%/jwchat/browsercheck.js.it -%%WWW_ROOT%%/jwchat/browsercheck.js.js -%%WWW_ROOT%%/jwchat/browsercheck.js.nl -%%WWW_ROOT%%/jwchat/browsercheck.js.ru -%%WWW_ROOT%%/jwchat/browsercheck.js.sr -%%WWW_ROOT%%/jwchat/browsercheck.js.vi_VN -%%WWW_ROOT%%/jwchat/changestatus.html.de -%%WWW_ROOT%%/jwchat/changestatus.html.en -%%WWW_ROOT%%/jwchat/changestatus.html.es -%%WWW_ROOT%%/jwchat/changestatus.html.fr -%%WWW_ROOT%%/jwchat/changestatus.html.gr -%%WWW_ROOT%%/jwchat/changestatus.html.html -%%WWW_ROOT%%/jwchat/changestatus.html.it -%%WWW_ROOT%%/jwchat/changestatus.html.nl -%%WWW_ROOT%%/jwchat/changestatus.html.ru -%%WWW_ROOT%%/jwchat/changestatus.html.sr -%%WWW_ROOT%%/jwchat/changestatus.html.vi_VN -%%WWW_ROOT%%/jwchat/chat.html.de -%%WWW_ROOT%%/jwchat/chat.html.en -%%WWW_ROOT%%/jwchat/chat.html.es -%%WWW_ROOT%%/jwchat/chat.html.fr -%%WWW_ROOT%%/jwchat/chat.html.gr -%%WWW_ROOT%%/jwchat/chat.html.html -%%WWW_ROOT%%/jwchat/chat.html.it -%%WWW_ROOT%%/jwchat/chat.html.nl -%%WWW_ROOT%%/jwchat/chat.html.ru -%%WWW_ROOT%%/jwchat/chat.html.sr -%%WWW_ROOT%%/jwchat/chat.html.vi_VN -%%WWW_ROOT%%/jwchat/chat_iframe.html.de -%%WWW_ROOT%%/jwchat/chat_iframe.html.en -%%WWW_ROOT%%/jwchat/chat_iframe.html.es -%%WWW_ROOT%%/jwchat/chat_iframe.html.fr -%%WWW_ROOT%%/jwchat/chat_iframe.html.gr -%%WWW_ROOT%%/jwchat/chat_iframe.html.html -%%WWW_ROOT%%/jwchat/chat_iframe.html.it -%%WWW_ROOT%%/jwchat/chat_iframe.html.nl -%%WWW_ROOT%%/jwchat/chat_iframe.html.ru -%%WWW_ROOT%%/jwchat/chat_iframe.html.sr -%%WWW_ROOT%%/jwchat/chat_iframe.html.vi_VN -%%WWW_ROOT%%/jwchat/config.js.sample -%%WWW_ROOT%%/jwchat/editbookmarks.html.de -%%WWW_ROOT%%/jwchat/editbookmarks.html.en -%%WWW_ROOT%%/jwchat/editbookmarks.html.es -%%WWW_ROOT%%/jwchat/editbookmarks.html.fr -%%WWW_ROOT%%/jwchat/editbookmarks.html.gr -%%WWW_ROOT%%/jwchat/editbookmarks.html.html -%%WWW_ROOT%%/jwchat/editbookmarks.html.it -%%WWW_ROOT%%/jwchat/editbookmarks.html.nl -%%WWW_ROOT%%/jwchat/editbookmarks.html.ru -%%WWW_ROOT%%/jwchat/editbookmarks.html.sr -%%WWW_ROOT%%/jwchat/editbookmarks.html.vi_VN -%%WWW_ROOT%%/jwchat/emoticons.js.de -%%WWW_ROOT%%/jwchat/emoticons.js.en -%%WWW_ROOT%%/jwchat/emoticons.js.es -%%WWW_ROOT%%/jwchat/emoticons.js.fr -%%WWW_ROOT%%/jwchat/emoticons.js.gr -%%WWW_ROOT%%/jwchat/emoticons.js.it -%%WWW_ROOT%%/jwchat/emoticons.js.js -%%WWW_ROOT%%/jwchat/emoticons.js.nl -%%WWW_ROOT%%/jwchat/emoticons.js.ru -%%WWW_ROOT%%/jwchat/emoticons.js.sr -%%WWW_ROOT%%/jwchat/emoticons.js.vi_VN -%%WWW_ROOT%%/jwchat/empty.html.de -%%WWW_ROOT%%/jwchat/empty.html.en -%%WWW_ROOT%%/jwchat/empty.html.es -%%WWW_ROOT%%/jwchat/empty.html.fr -%%WWW_ROOT%%/jwchat/empty.html.gr -%%WWW_ROOT%%/jwchat/empty.html.html -%%WWW_ROOT%%/jwchat/empty.html.it -%%WWW_ROOT%%/jwchat/empty.html.nl -%%WWW_ROOT%%/jwchat/empty.html.ru -%%WWW_ROOT%%/jwchat/empty.html.sr -%%WWW_ROOT%%/jwchat/empty.html.vi_VN -%%WWW_ROOT%%/jwchat/error_message.html.de -%%WWW_ROOT%%/jwchat/error_message.html.en -%%WWW_ROOT%%/jwchat/error_message.html.es -%%WWW_ROOT%%/jwchat/error_message.html.fr -%%WWW_ROOT%%/jwchat/error_message.html.gr -%%WWW_ROOT%%/jwchat/error_message.html.html -%%WWW_ROOT%%/jwchat/error_message.html.it -%%WWW_ROOT%%/jwchat/error_message.html.nl -%%WWW_ROOT%%/jwchat/error_message.html.ru -%%WWW_ROOT%%/jwchat/error_message.html.sr -%%WWW_ROOT%%/jwchat/error_message.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat.html.de -%%WWW_ROOT%%/jwchat/groupchat.html.en -%%WWW_ROOT%%/jwchat/groupchat.html.es -%%WWW_ROOT%%/jwchat/groupchat.html.fr -%%WWW_ROOT%%/jwchat/groupchat.html.gr -%%WWW_ROOT%%/jwchat/groupchat.html.html -%%WWW_ROOT%%/jwchat/groupchat.html.it -%%WWW_ROOT%%/jwchat/groupchat.html.nl -%%WWW_ROOT%%/jwchat/groupchat.html.ru -%%WWW_ROOT%%/jwchat/groupchat.html.sr -%%WWW_ROOT%%/jwchat/groupchat.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.de -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.en -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.es -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.fr -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.gr -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.html -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.it -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.nl -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.ru -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.sr -%%WWW_ROOT%%/jwchat/groupchat_bottom.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_chat.html.de -%%WWW_ROOT%%/jwchat/groupchat_chat.html.en -%%WWW_ROOT%%/jwchat/groupchat_chat.html.es -%%WWW_ROOT%%/jwchat/groupchat_chat.html.fr -%%WWW_ROOT%%/jwchat/groupchat_chat.html.gr -%%WWW_ROOT%%/jwchat/groupchat_chat.html.html -%%WWW_ROOT%%/jwchat/groupchat_chat.html.it -%%WWW_ROOT%%/jwchat/groupchat_chat.html.nl -%%WWW_ROOT%%/jwchat/groupchat_chat.html.ru -%%WWW_ROOT%%/jwchat/groupchat_chat.html.sr -%%WWW_ROOT%%/jwchat/groupchat_chat.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.de -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.en -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.es -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.fr -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.gr -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.html -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.it -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.nl -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.ru -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.sr -%%WWW_ROOT%%/jwchat/groupchat_ichat.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_invite.html.de -%%WWW_ROOT%%/jwchat/groupchat_invite.html.en -%%WWW_ROOT%%/jwchat/groupchat_invite.html.es -%%WWW_ROOT%%/jwchat/groupchat_invite.html.fr -%%WWW_ROOT%%/jwchat/groupchat_invite.html.gr -%%WWW_ROOT%%/jwchat/groupchat_invite.html.html -%%WWW_ROOT%%/jwchat/groupchat_invite.html.it -%%WWW_ROOT%%/jwchat/groupchat_invite.html.nl -%%WWW_ROOT%%/jwchat/groupchat_invite.html.ru -%%WWW_ROOT%%/jwchat/groupchat_invite.html.sr -%%WWW_ROOT%%/jwchat/groupchat_invite.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.de -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.en -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.es -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.fr -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.gr -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.html -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.it -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.nl -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.ru -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.sr -%%WWW_ROOT%%/jwchat/groupchat_invite_dialog.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.de -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.en -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.es -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.fr -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.gr -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.html -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.it -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.nl -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.ru -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.sr -%%WWW_ROOT%%/jwchat/groupchat_iroster.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.de -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.en -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.es -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.fr -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.gr -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.html -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.it -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.nl -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.ru -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.sr -%%WWW_ROOT%%/jwchat/groupchat_modifylist.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.de -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.en -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.es -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.fr -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.gr -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.html -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.it -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.nl -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.ru -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.sr -%%WWW_ROOT%%/jwchat/groupchat_modifylist_iframe.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_register.html.de -%%WWW_ROOT%%/jwchat/groupchat_register.html.en -%%WWW_ROOT%%/jwchat/groupchat_register.html.es -%%WWW_ROOT%%/jwchat/groupchat_register.html.fr -%%WWW_ROOT%%/jwchat/groupchat_register.html.gr -%%WWW_ROOT%%/jwchat/groupchat_register.html.html -%%WWW_ROOT%%/jwchat/groupchat_register.html.it -%%WWW_ROOT%%/jwchat/groupchat_register.html.nl -%%WWW_ROOT%%/jwchat/groupchat_register.html.ru -%%WWW_ROOT%%/jwchat/groupchat_register.html.sr -%%WWW_ROOT%%/jwchat/groupchat_register.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_roster.html.de -%%WWW_ROOT%%/jwchat/groupchat_roster.html.en -%%WWW_ROOT%%/jwchat/groupchat_roster.html.es -%%WWW_ROOT%%/jwchat/groupchat_roster.html.fr -%%WWW_ROOT%%/jwchat/groupchat_roster.html.gr -%%WWW_ROOT%%/jwchat/groupchat_roster.html.html -%%WWW_ROOT%%/jwchat/groupchat_roster.html.it -%%WWW_ROOT%%/jwchat/groupchat_roster.html.nl -%%WWW_ROOT%%/jwchat/groupchat_roster.html.ru -%%WWW_ROOT%%/jwchat/groupchat_roster.html.sr -%%WWW_ROOT%%/jwchat/groupchat_roster.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchat_top.html.de -%%WWW_ROOT%%/jwchat/groupchat_top.html.en -%%WWW_ROOT%%/jwchat/groupchat_top.html.es -%%WWW_ROOT%%/jwchat/groupchat_top.html.fr -%%WWW_ROOT%%/jwchat/groupchat_top.html.gr -%%WWW_ROOT%%/jwchat/groupchat_top.html.html -%%WWW_ROOT%%/jwchat/groupchat_top.html.it -%%WWW_ROOT%%/jwchat/groupchat_top.html.nl -%%WWW_ROOT%%/jwchat/groupchat_top.html.ru -%%WWW_ROOT%%/jwchat/groupchat_top.html.sr -%%WWW_ROOT%%/jwchat/groupchat_top.html.vi_VN -%%WWW_ROOT%%/jwchat/groupchatconfig.html.de -%%WWW_ROOT%%/jwchat/groupchatconfig.html.en -%%WWW_ROOT%%/jwchat/groupchatconfig.html.es -%%WWW_ROOT%%/jwchat/groupchatconfig.html.fr -%%WWW_ROOT%%/jwchat/groupchatconfig.html.gr -%%WWW_ROOT%%/jwchat/groupchatconfig.html.html -%%WWW_ROOT%%/jwchat/groupchatconfig.html.it -%%WWW_ROOT%%/jwchat/groupchatconfig.html.nl -%%WWW_ROOT%%/jwchat/groupchatconfig.html.ru -%%WWW_ROOT%%/jwchat/groupchatconfig.html.sr -%%WWW_ROOT%%/jwchat/groupchatconfig.html.vi_VN -%%WWW_ROOT%%/jwchat/help.html.de -%%WWW_ROOT%%/jwchat/help.html.en -%%WWW_ROOT%%/jwchat/help.html.es -%%WWW_ROOT%%/jwchat/help.html.fr -%%WWW_ROOT%%/jwchat/help.html.gr -%%WWW_ROOT%%/jwchat/help.html.html -%%WWW_ROOT%%/jwchat/help.html.it -%%WWW_ROOT%%/jwchat/help.html.nl -%%WWW_ROOT%%/jwchat/help.html.ru -%%WWW_ROOT%%/jwchat/help.html.sr -%%WWW_ROOT%%/jwchat/help.html.vi_VN -%%WWW_ROOT%%/jwchat/iRoster.html.de -%%WWW_ROOT%%/jwchat/iRoster.html.en -%%WWW_ROOT%%/jwchat/iRoster.html.es -%%WWW_ROOT%%/jwchat/iRoster.html.fr -%%WWW_ROOT%%/jwchat/iRoster.html.gr -%%WWW_ROOT%%/jwchat/iRoster.html.html -%%WWW_ROOT%%/jwchat/iRoster.html.it -%%WWW_ROOT%%/jwchat/iRoster.html.nl -%%WWW_ROOT%%/jwchat/iRoster.html.ru -%%WWW_ROOT%%/jwchat/iRoster.html.sr -%%WWW_ROOT%%/jwchat/iRoster.html.vi_VN -%%WWW_ROOT%%/jwchat/images/CVS/Entries -%%WWW_ROOT%%/jwchat/images/CVS/Repository -%%WWW_ROOT%%/jwchat/images/CVS/Root -%%WWW_ROOT%%/jwchat/images/FaceIronic.gif -%%WWW_ROOT%%/jwchat/images/FaceStartled.gif -%%WWW_ROOT%%/jwchat/images/FaceStraight.gif -%%WWW_ROOT%%/jwchat/images/add.gif -%%WWW_ROOT%%/jwchat/images/adduser.png -%%WWW_ROOT%%/jwchat/images/adduser_over.png -%%WWW_ROOT%%/jwchat/images/arrow_right_blinking.gif -%%WWW_ROOT%%/jwchat/images/available.gif -%%WWW_ROOT%%/jwchat/images/away.gif -%%WWW_ROOT%%/jwchat/images/beer.gif -%%WWW_ROOT%%/jwchat/images/bg.gif -%%WWW_ROOT%%/jwchat/images/chat.gif -%%WWW_ROOT%%/jwchat/images/dnd.gif -%%WWW_ROOT%%/jwchat/images/emoticons/CVS/Entries -%%WWW_ROOT%%/jwchat/images/emoticons/CVS/Repository -%%WWW_ROOT%%/jwchat/images/emoticons/CVS/Root -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/CVS/Entries -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/CVS/Repository -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/CVS/Root -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ace.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/alien.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/angel.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/angry.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/apple.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bandit.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bat.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/beard.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/beer.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bored.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/bulb.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/calm.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/camera.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/carrot.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cat.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cheeky.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cheerful.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cherry.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/chinese.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/classic.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cobra.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cocktail.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/coffee.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/confused.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cool.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cross-eyed.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cry.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/cyclops.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dead.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/depressed.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/devil.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/devious.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dinosaur.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/disappointed.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ditsy.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dog.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/dragon.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/drink.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/embarrassed.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ermm.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/evil.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/evolved.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/fish.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/foureyes.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/fxb.png -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/gasmask.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/glasses.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/globe.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/graduate.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/grimreaper.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/grin.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/hammer.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/heart broken.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/heart.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/helicopter.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/house.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/hurt.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/icondef.xml -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/jaguar.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/knocked-out.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/laugh.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/letter.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/lick.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/mad.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/mushroom.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/music.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/needle.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/nervous.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ninja.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/normal.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ogre.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/old-man.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/paranoid.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/penguin.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/person.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/phone.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/pill.png -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/pirate.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/ponder.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/puzzled.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/rambo.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/robot.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/sad.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/scared.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/shocked.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/silly.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/skull.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/sleeping.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/smile.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/smiley.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/smoker.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/speaker.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/speechless.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/spin.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/square-eyed.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/surprised.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/thumbdown.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/thumbup.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/tired.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/trinity_glowing.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/tv.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/vampire.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/water_molecule.gif -%%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/wink.gif -%%WWW_ROOT%%/jwchat/images/error.gif -%%WWW_ROOT%%/jwchat/images/facegrinning.gif -%%WWW_ROOT%%/jwchat/images/facehappy.gif -%%WWW_ROOT%%/jwchat/images/facesad.gif -%%WWW_ROOT%%/jwchat/images/facewinking.gif -%%WWW_ROOT%%/jwchat/images/faceyukky.gif -%%WWW_ROOT%%/jwchat/images/group_close.gif -%%WWW_ROOT%%/jwchat/images/group_open.gif -%%WWW_ROOT%%/jwchat/images/groupchat.gif -%%WWW_ROOT%%/jwchat/images/groupchat.png -%%WWW_ROOT%%/jwchat/images/groupchat_over.png -%%WWW_ROOT%%/jwchat/images/help.gif -%%WWW_ROOT%%/jwchat/images/invisible.gif -%%WWW_ROOT%%/jwchat/images/jumpto.gif -%%WWW_ROOT%%/jwchat/images/jwchat.jpg -%%WWW_ROOT%%/jwchat/images/message.gif -%%WWW_ROOT%%/jwchat/images/preferences.gif -%%WWW_ROOT%%/jwchat/images/screenshots/CVS/Entries -%%WWW_ROOT%%/jwchat/images/screenshots/CVS/Repository -%%WWW_ROOT%%/jwchat/images/screenshots/CVS/Root -%%WWW_ROOT%%/jwchat/images/screenshots/add-button.gif -%%WWW_ROOT%%/jwchat/images/screenshots/context_menu.gif -%%WWW_ROOT%%/jwchat/images/screenshots/jwc.gif -%%WWW_ROOT%%/jwchat/images/screenshots/jwchat-contextmenu.gif -%%WWW_ROOT%%/jwchat/images/screenshots/jwchat.gif -%%WWW_ROOT%%/jwchat/images/screenshots/pref-button.gif -%%WWW_ROOT%%/jwchat/images/stalker.gif -%%WWW_ROOT%%/jwchat/images/unavailable.gif -%%WWW_ROOT%%/jwchat/images/xa.gif -%%WWW_ROOT%%/jwchat/index.html.de -%%WWW_ROOT%%/jwchat/index.html.en -%%WWW_ROOT%%/jwchat/index.html.es -%%WWW_ROOT%%/jwchat/index.html.fr -%%WWW_ROOT%%/jwchat/index.html.gr -%%WWW_ROOT%%/jwchat/index.html.html -%%WWW_ROOT%%/jwchat/index.html.it -%%WWW_ROOT%%/jwchat/index.html.nl -%%WWW_ROOT%%/jwchat/index.html.ru -%%WWW_ROOT%%/jwchat/index.html.sr -%%WWW_ROOT%%/jwchat/index.html.vi_VN -%%WWW_ROOT%%/jwchat/jabber_x_data.js.de -%%WWW_ROOT%%/jwchat/jabber_x_data.js.en -%%WWW_ROOT%%/jwchat/jabber_x_data.js.es -%%WWW_ROOT%%/jwchat/jabber_x_data.js.fr -%%WWW_ROOT%%/jwchat/jabber_x_data.js.gr -%%WWW_ROOT%%/jwchat/jabber_x_data.js.it -%%WWW_ROOT%%/jwchat/jabber_x_data.js.js -%%WWW_ROOT%%/jwchat/jabber_x_data.js.nl -%%WWW_ROOT%%/jwchat/jabber_x_data.js.ru -%%WWW_ROOT%%/jwchat/jabber_x_data.js.sr -%%WWW_ROOT%%/jwchat/jabber_x_data.js.vi_VN -%%WWW_ROOT%%/jwchat/joingroupchat.html.de -%%WWW_ROOT%%/jwchat/joingroupchat.html.en -%%WWW_ROOT%%/jwchat/joingroupchat.html.es -%%WWW_ROOT%%/jwchat/joingroupchat.html.fr -%%WWW_ROOT%%/jwchat/joingroupchat.html.gr -%%WWW_ROOT%%/jwchat/joingroupchat.html.html -%%WWW_ROOT%%/jwchat/joingroupchat.html.it -%%WWW_ROOT%%/jwchat/joingroupchat.html.nl -%%WWW_ROOT%%/jwchat/joingroupchat.html.ru -%%WWW_ROOT%%/jwchat/joingroupchat.html.sr -%%WWW_ROOT%%/jwchat/joingroupchat.html.vi_VN -%%WWW_ROOT%%/jwchat/jwchat.css -%%WWW_ROOT%%/jwchat/jwchat.html.de -%%WWW_ROOT%%/jwchat/jwchat.html.en -%%WWW_ROOT%%/jwchat/jwchat.html.es -%%WWW_ROOT%%/jwchat/jwchat.html.fr -%%WWW_ROOT%%/jwchat/jwchat.html.gr -%%WWW_ROOT%%/jwchat/jwchat.html.html -%%WWW_ROOT%%/jwchat/jwchat.html.it -%%WWW_ROOT%%/jwchat/jwchat.html.nl -%%WWW_ROOT%%/jwchat/jwchat.html.ru -%%WWW_ROOT%%/jwchat/jwchat.html.sr -%%WWW_ROOT%%/jwchat/jwchat.html.vi_VN -%%WWW_ROOT%%/jwchat/message.html.de -%%WWW_ROOT%%/jwchat/message.html.en -%%WWW_ROOT%%/jwchat/message.html.es -%%WWW_ROOT%%/jwchat/message.html.fr -%%WWW_ROOT%%/jwchat/message.html.gr -%%WWW_ROOT%%/jwchat/message.html.html -%%WWW_ROOT%%/jwchat/message.html.it -%%WWW_ROOT%%/jwchat/message.html.nl -%%WWW_ROOT%%/jwchat/message.html.ru -%%WWW_ROOT%%/jwchat/message.html.sr -%%WWW_ROOT%%/jwchat/message.html.vi_VN -%%WWW_ROOT%%/jwchat/na.html.de -%%WWW_ROOT%%/jwchat/na.html.en -%%WWW_ROOT%%/jwchat/na.html.es -%%WWW_ROOT%%/jwchat/na.html.fr -%%WWW_ROOT%%/jwchat/na.html.gr -%%WWW_ROOT%%/jwchat/na.html.html -%%WWW_ROOT%%/jwchat/na.html.it -%%WWW_ROOT%%/jwchat/na.html.nl -%%WWW_ROOT%%/jwchat/na.html.ru -%%WWW_ROOT%%/jwchat/na.html.sr -%%WWW_ROOT%%/jwchat/na.html.vi_VN -%%WWW_ROOT%%/jwchat/options.html.de -%%WWW_ROOT%%/jwchat/options.html.en -%%WWW_ROOT%%/jwchat/options.html.es -%%WWW_ROOT%%/jwchat/options.html.fr -%%WWW_ROOT%%/jwchat/options.html.gr -%%WWW_ROOT%%/jwchat/options.html.html -%%WWW_ROOT%%/jwchat/options.html.it -%%WWW_ROOT%%/jwchat/options.html.nl -%%WWW_ROOT%%/jwchat/options.html.ru -%%WWW_ROOT%%/jwchat/options.html.sr -%%WWW_ROOT%%/jwchat/options.html.vi_VN -%%WWW_ROOT%%/jwchat/pngfix.js.de -%%WWW_ROOT%%/jwchat/pngfix.js.en -%%WWW_ROOT%%/jwchat/pngfix.js.es -%%WWW_ROOT%%/jwchat/pngfix.js.fr -%%WWW_ROOT%%/jwchat/pngfix.js.gr -%%WWW_ROOT%%/jwchat/pngfix.js.it -%%WWW_ROOT%%/jwchat/pngfix.js.js -%%WWW_ROOT%%/jwchat/pngfix.js.nl -%%WWW_ROOT%%/jwchat/pngfix.js.ru -%%WWW_ROOT%%/jwchat/pngfix.js.sr -%%WWW_ROOT%%/jwchat/pngfix.js.vi_VN -%%WWW_ROOT%%/jwchat/roster.html.de -%%WWW_ROOT%%/jwchat/roster.html.en -%%WWW_ROOT%%/jwchat/roster.html.es -%%WWW_ROOT%%/jwchat/roster.html.fr -%%WWW_ROOT%%/jwchat/roster.html.gr -%%WWW_ROOT%%/jwchat/roster.html.html -%%WWW_ROOT%%/jwchat/roster.html.it -%%WWW_ROOT%%/jwchat/roster.html.nl -%%WWW_ROOT%%/jwchat/roster.html.ru -%%WWW_ROOT%%/jwchat/roster.html.sr -%%WWW_ROOT%%/jwchat/roster.html.vi_VN -%%WWW_ROOT%%/jwchat/roster.js.de -%%WWW_ROOT%%/jwchat/roster.js.en -%%WWW_ROOT%%/jwchat/roster.js.es -%%WWW_ROOT%%/jwchat/roster.js.fr -%%WWW_ROOT%%/jwchat/roster.js.gr -%%WWW_ROOT%%/jwchat/roster.js.it -%%WWW_ROOT%%/jwchat/roster.js.js -%%WWW_ROOT%%/jwchat/roster.js.nl -%%WWW_ROOT%%/jwchat/roster.js.ru -%%WWW_ROOT%%/jwchat/roster.js.sr -%%WWW_ROOT%%/jwchat/roster.js.vi_VN -%%WWW_ROOT%%/jwchat/search.html.de -%%WWW_ROOT%%/jwchat/search.html.en -%%WWW_ROOT%%/jwchat/search.html.es -%%WWW_ROOT%%/jwchat/search.html.fr -%%WWW_ROOT%%/jwchat/search.html.gr -%%WWW_ROOT%%/jwchat/search.html.html -%%WWW_ROOT%%/jwchat/search.html.it -%%WWW_ROOT%%/jwchat/search.html.nl -%%WWW_ROOT%%/jwchat/search.html.ru -%%WWW_ROOT%%/jwchat/search.html.sr -%%WWW_ROOT%%/jwchat/search.html.vi_VN -%%WWW_ROOT%%/jwchat/search_iframe.html.de -%%WWW_ROOT%%/jwchat/search_iframe.html.en -%%WWW_ROOT%%/jwchat/search_iframe.html.es -%%WWW_ROOT%%/jwchat/search_iframe.html.fr -%%WWW_ROOT%%/jwchat/search_iframe.html.gr -%%WWW_ROOT%%/jwchat/search_iframe.html.html -%%WWW_ROOT%%/jwchat/search_iframe.html.it -%%WWW_ROOT%%/jwchat/search_iframe.html.nl -%%WWW_ROOT%%/jwchat/search_iframe.html.ru -%%WWW_ROOT%%/jwchat/search_iframe.html.sr -%%WWW_ROOT%%/jwchat/search_iframe.html.vi_VN -%%WWW_ROOT%%/jwchat/searchrooms.html.de -%%WWW_ROOT%%/jwchat/searchrooms.html.en -%%WWW_ROOT%%/jwchat/searchrooms.html.es -%%WWW_ROOT%%/jwchat/searchrooms.html.fr -%%WWW_ROOT%%/jwchat/searchrooms.html.gr -%%WWW_ROOT%%/jwchat/searchrooms.html.html -%%WWW_ROOT%%/jwchat/searchrooms.html.it -%%WWW_ROOT%%/jwchat/searchrooms.html.nl -%%WWW_ROOT%%/jwchat/searchrooms.html.ru -%%WWW_ROOT%%/jwchat/searchrooms.html.sr -%%WWW_ROOT%%/jwchat/searchrooms.html.vi_VN -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.de -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.en -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.es -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.fr -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.gr -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.html -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.it -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.nl -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.ru -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.sr -%%WWW_ROOT%%/jwchat/searchrooms_results_iframe.html.vi_VN -%%WWW_ROOT%%/jwchat/send.html.de -%%WWW_ROOT%%/jwchat/send.html.en -%%WWW_ROOT%%/jwchat/send.html.es -%%WWW_ROOT%%/jwchat/send.html.fr -%%WWW_ROOT%%/jwchat/send.html.gr -%%WWW_ROOT%%/jwchat/send.html.html -%%WWW_ROOT%%/jwchat/send.html.it -%%WWW_ROOT%%/jwchat/send.html.nl -%%WWW_ROOT%%/jwchat/send.html.ru -%%WWW_ROOT%%/jwchat/send.html.sr -%%WWW_ROOT%%/jwchat/send.html.vi_VN -%%WWW_ROOT%%/jwchat/sha1.js -%%WWW_ROOT%%/jwchat/shared.js.de -%%WWW_ROOT%%/jwchat/shared.js.en -%%WWW_ROOT%%/jwchat/shared.js.es -%%WWW_ROOT%%/jwchat/shared.js.fr -%%WWW_ROOT%%/jwchat/shared.js.gr -%%WWW_ROOT%%/jwchat/shared.js.it -%%WWW_ROOT%%/jwchat/shared.js.js -%%WWW_ROOT%%/jwchat/shared.js.nl -%%WWW_ROOT%%/jwchat/shared.js.ru -%%WWW_ROOT%%/jwchat/shared.js.sr -%%WWW_ROOT%%/jwchat/shared.js.vi_VN -%%WWW_ROOT%%/jwchat/sounds.js.de -%%WWW_ROOT%%/jwchat/sounds.js.en -%%WWW_ROOT%%/jwchat/sounds.js.es -%%WWW_ROOT%%/jwchat/sounds.js.fr -%%WWW_ROOT%%/jwchat/sounds.js.gr -%%WWW_ROOT%%/jwchat/sounds.js.it -%%WWW_ROOT%%/jwchat/sounds.js.js -%%WWW_ROOT%%/jwchat/sounds.js.nl -%%WWW_ROOT%%/jwchat/sounds.js.ru -%%WWW_ROOT%%/jwchat/sounds.js.sr -%%WWW_ROOT%%/jwchat/sounds.js.vi_VN -%%WWW_ROOT%%/jwchat/sounds/CVS/Entries -%%WWW_ROOT%%/jwchat/sounds/CVS/Repository -%%WWW_ROOT%%/jwchat/sounds/CVS/Root -%%WWW_ROOT%%/jwchat/sounds/chat_queue.swf -%%WWW_ROOT%%/jwchat/sounds/chat_recv.swf -%%WWW_ROOT%%/jwchat/sounds/connected.swf -%%WWW_ROOT%%/jwchat/sounds/message_queue.swf -%%WWW_ROOT%%/jwchat/sounds/message_recv.swf -%%WWW_ROOT%%/jwchat/sounds/offline.swf -%%WWW_ROOT%%/jwchat/sounds/online.swf -%%WWW_ROOT%%/jwchat/sounds/sound.html -%%WWW_ROOT%%/jwchat/sounds/sound.html.de -%%WWW_ROOT%%/jwchat/sounds/sound.html.en -%%WWW_ROOT%%/jwchat/sounds/sound.html.es -%%WWW_ROOT%%/jwchat/sounds/sound.html.fr -%%WWW_ROOT%%/jwchat/sounds/sound.html.gr -%%WWW_ROOT%%/jwchat/sounds/sound.html.html -%%WWW_ROOT%%/jwchat/sounds/sound.html.it -%%WWW_ROOT%%/jwchat/sounds/sound.html.nl -%%WWW_ROOT%%/jwchat/sounds/sound.html.ru -%%WWW_ROOT%%/jwchat/sounds/sound.html.sr -%%WWW_ROOT%%/jwchat/sounds/sound.html.vi_VN -%%WWW_ROOT%%/jwchat/sounds/startup.swf -%%WWW_ROOT%%/jwchat/status.html.de -%%WWW_ROOT%%/jwchat/status.html.en -%%WWW_ROOT%%/jwchat/status.html.es -%%WWW_ROOT%%/jwchat/status.html.fr -%%WWW_ROOT%%/jwchat/status.html.gr -%%WWW_ROOT%%/jwchat/status.html.html -%%WWW_ROOT%%/jwchat/status.html.it -%%WWW_ROOT%%/jwchat/status.html.nl -%%WWW_ROOT%%/jwchat/status.html.ru -%%WWW_ROOT%%/jwchat/status.html.sr -%%WWW_ROOT%%/jwchat/status.html.vi_VN -%%WWW_ROOT%%/jwchat/statusLed.js.de -%%WWW_ROOT%%/jwchat/statusLed.js.en -%%WWW_ROOT%%/jwchat/statusLed.js.es -%%WWW_ROOT%%/jwchat/statusLed.js.fr -%%WWW_ROOT%%/jwchat/statusLed.js.gr -%%WWW_ROOT%%/jwchat/statusLed.js.it -%%WWW_ROOT%%/jwchat/statusLed.js.js -%%WWW_ROOT%%/jwchat/statusLed.js.nl -%%WWW_ROOT%%/jwchat/statusLed.js.ru -%%WWW_ROOT%%/jwchat/statusLed.js.sr -%%WWW_ROOT%%/jwchat/statusLed.js.vi_VN -%%WWW_ROOT%%/jwchat/subscription.html.de -%%WWW_ROOT%%/jwchat/subscription.html.en -%%WWW_ROOT%%/jwchat/subscription.html.es -%%WWW_ROOT%%/jwchat/subscription.html.fr -%%WWW_ROOT%%/jwchat/subscription.html.gr -%%WWW_ROOT%%/jwchat/subscription.html.html -%%WWW_ROOT%%/jwchat/subscription.html.it -%%WWW_ROOT%%/jwchat/subscription.html.nl -%%WWW_ROOT%%/jwchat/subscription.html.ru -%%WWW_ROOT%%/jwchat/subscription.html.sr -%%WWW_ROOT%%/jwchat/subscription.html.vi_VN -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.de -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.en -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.es -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.fr -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.gr -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.html -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.it -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.nl -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.ru -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.sr -%%WWW_ROOT%%/jwchat/subscriptionRequest.html.vi_VN -%%WWW_ROOT%%/jwchat/switchStyle.js.de -%%WWW_ROOT%%/jwchat/switchStyle.js.en -%%WWW_ROOT%%/jwchat/switchStyle.js.es -%%WWW_ROOT%%/jwchat/switchStyle.js.fr -%%WWW_ROOT%%/jwchat/switchStyle.js.gr -%%WWW_ROOT%%/jwchat/switchStyle.js.it -%%WWW_ROOT%%/jwchat/switchStyle.js.js -%%WWW_ROOT%%/jwchat/switchStyle.js.nl -%%WWW_ROOT%%/jwchat/switchStyle.js.ru -%%WWW_ROOT%%/jwchat/switchStyle.js.sr -%%WWW_ROOT%%/jwchat/switchStyle.js.vi_VN -%%WWW_ROOT%%/jwchat/unsupported.html.de -%%WWW_ROOT%%/jwchat/unsupported.html.en -%%WWW_ROOT%%/jwchat/unsupported.html.es -%%WWW_ROOT%%/jwchat/unsupported.html.fr -%%WWW_ROOT%%/jwchat/unsupported.html.gr -%%WWW_ROOT%%/jwchat/unsupported.html.html -%%WWW_ROOT%%/jwchat/unsupported.html.it -%%WWW_ROOT%%/jwchat/unsupported.html.nl -%%WWW_ROOT%%/jwchat/unsupported.html.ru -%%WWW_ROOT%%/jwchat/unsupported.html.sr -%%WWW_ROOT%%/jwchat/unsupported.html.vi_VN -%%WWW_ROOT%%/jwchat/userhist.html.de -%%WWW_ROOT%%/jwchat/userhist.html.en -%%WWW_ROOT%%/jwchat/userhist.html.es -%%WWW_ROOT%%/jwchat/userhist.html.fr -%%WWW_ROOT%%/jwchat/userhist.html.gr -%%WWW_ROOT%%/jwchat/userhist.html.html -%%WWW_ROOT%%/jwchat/userhist.html.it -%%WWW_ROOT%%/jwchat/userhist.html.nl -%%WWW_ROOT%%/jwchat/userhist.html.ru -%%WWW_ROOT%%/jwchat/userhist.html.sr -%%WWW_ROOT%%/jwchat/userhist.html.vi_VN -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.de -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.en -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.es -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.fr -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.gr -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.html -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.it -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.nl -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.ru -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.sr -%%WWW_ROOT%%/jwchat/userhist_collections_iframe.html.vi_VN -%%WWW_ROOT%%/jwchat/usernote.html.de -%%WWW_ROOT%%/jwchat/usernote.html.en -%%WWW_ROOT%%/jwchat/usernote.html.es -%%WWW_ROOT%%/jwchat/usernote.html.fr -%%WWW_ROOT%%/jwchat/usernote.html.gr -%%WWW_ROOT%%/jwchat/usernote.html.html -%%WWW_ROOT%%/jwchat/usernote.html.it -%%WWW_ROOT%%/jwchat/usernote.html.nl -%%WWW_ROOT%%/jwchat/usernote.html.ru -%%WWW_ROOT%%/jwchat/usernote.html.sr -%%WWW_ROOT%%/jwchat/usernote.html.vi_VN -%%WWW_ROOT%%/jwchat/userprops.html.de -%%WWW_ROOT%%/jwchat/userprops.html.en -%%WWW_ROOT%%/jwchat/userprops.html.es -%%WWW_ROOT%%/jwchat/userprops.html.fr -%%WWW_ROOT%%/jwchat/userprops.html.gr -%%WWW_ROOT%%/jwchat/userprops.html.html -%%WWW_ROOT%%/jwchat/userprops.html.it -%%WWW_ROOT%%/jwchat/userprops.html.nl -%%WWW_ROOT%%/jwchat/userprops.html.ru -%%WWW_ROOT%%/jwchat/userprops.html.sr -%%WWW_ROOT%%/jwchat/userprops.html.vi_VN -%%WWW_ROOT%%/jwchat/vcard.html.de -%%WWW_ROOT%%/jwchat/vcard.html.en -%%WWW_ROOT%%/jwchat/vcard.html.es -%%WWW_ROOT%%/jwchat/vcard.html.fr -%%WWW_ROOT%%/jwchat/vcard.html.gr -%%WWW_ROOT%%/jwchat/vcard.html.html -%%WWW_ROOT%%/jwchat/vcard.html.it -%%WWW_ROOT%%/jwchat/vcard.html.nl -%%WWW_ROOT%%/jwchat/vcard.html.ru -%%WWW_ROOT%%/jwchat/vcard.html.sr -%%WWW_ROOT%%/jwchat/vcard.html.vi_VN -%%WWW_ROOT%%/jwchat/version.js.de -%%WWW_ROOT%%/jwchat/version.js.en -%%WWW_ROOT%%/jwchat/version.js.es -%%WWW_ROOT%%/jwchat/version.js.fr -%%WWW_ROOT%%/jwchat/version.js.gr -%%WWW_ROOT%%/jwchat/version.js.it -%%WWW_ROOT%%/jwchat/version.js.js -%%WWW_ROOT%%/jwchat/version.js.nl -%%WWW_ROOT%%/jwchat/version.js.ru -%%WWW_ROOT%%/jwchat/version.js.sr -%%WWW_ROOT%%/jwchat/version.js.vi_VN -%%WWW_ROOT%%/jwchat/xmlextras.js -@dirrm %%WWW_ROOT%%/jwchat/sounds/CVS -@dirrm %%WWW_ROOT%%/jwchat/sounds -@dirrm %%WWW_ROOT%%/jwchat/images/screenshots/CVS -@dirrm %%WWW_ROOT%%/jwchat/images/screenshots -@dirrm %%WWW_ROOT%%/jwchat/images/emoticons/rythmbox/CVS -@dirrm %%WWW_ROOT%%/jwchat/images/emoticons/rythmbox -@dirrm %%WWW_ROOT%%/jwchat/images/emoticons/CVS -@dirrm %%WWW_ROOT%%/jwchat/images/emoticons -@dirrm %%WWW_ROOT%%/jwchat/images/CVS -@dirrm %%WWW_ROOT%%/jwchat/images -@unexec rmdir %D/%%WWW_ROOT%%/jwchat 2> /dev/null || true -@dirrm %%DATADIR%% |