diff options
author | ohauer <ohauer@FreeBSD.org> | 2012-01-02 04:15:53 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2012-01-02 04:15:53 +0800 |
commit | ac8d1f93b5feda3caf3b9da77d88c274d9b4fb68 (patch) | |
tree | 1e08a66b47b3d686ba9e45842c2a815f9f17afcf | |
parent | bcfe29b21f4eb92285e76c767ac5e37abbb268bc (diff) | |
download | freebsd-ports-gnome-ac8d1f93b5feda3caf3b9da77d88c274d9b4fb68.tar.gz freebsd-ports-gnome-ac8d1f93b5feda3caf3b9da77d88c274d9b4fb68.tar.zst freebsd-ports-gnome-ac8d1f93b5feda3caf3b9da77d88c274d9b4fb68.zip |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
-rw-r--r-- | MOVED | 3 | ||||
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/jwchat/Makefile | 41 | ||||
-rw-r--r-- | net-im/jwchat/distinfo | 2 | ||||
-rw-r--r-- | net-im/jwchat/files/pkg-message.in | 28 | ||||
-rw-r--r-- | net-im/jwchat/pkg-descr | 13 | ||||
-rw-r--r-- | net-im/jwchat/pkg-plist | 780 | ||||
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-DBI/Makefile | 23 |
9 files changed, 6 insertions, 886 deletions
@@ -3148,5 +3148,4 @@ www/p5-libapreq-static||2012-01-01|Has expired: Depends on expired www/apache13 www/web-traceroute||2012-01-01|Has expired: Depends on expired www/apache13 www/wget4web||2012-01-01|Has expired: Depends on expired www/apache13 www/p5-Apache-Test||2012-01-01|Has expired: Depends on expired www/apache13 - - +www/net-im/jwchat||2012-01-01|Has expired: Depends on expired www/apache13 diff --git a/net-im/Makefile b/net-im/Makefile index e8944629cb8c..641bd5b2a258 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -54,7 +54,6 @@ SUBDIR += jabberd SUBDIR += jarl SUBDIR += jggtrans - SUBDIR += jwchat SUBDIR += kmerlin SUBDIR += kmess SUBDIR += kmess-kde4 diff --git a/net-im/jwchat/Makefile b/net-im/jwchat/Makefile deleted file mode 100644 index 86b71bb9e312..000000000000 --- a/net-im/jwchat/Makefile +++ /dev/null @@ -1,41 +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= net-im www -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.0beta2 -DISTNAME= ${PORTNAME}-${PORTVERSION:S,.b,beta,} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Full featured, web-based Jabber client - -MAKE_JOBS_SAFE= yes - -USE_APACHE= 13 - -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/net-im/jwchat/distinfo b/net-im/jwchat/distinfo deleted file mode 100644 index 5213a45d643e..000000000000 --- a/net-im/jwchat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (jwchat-1.0beta2.tar.gz) = cd6bae92ff3e679cf61fb094bcddf71e0a3f9d08938a30cb25b9ce07f67430ab -SIZE (jwchat-1.0beta2.tar.gz) = 519426 diff --git a/net-im/jwchat/files/pkg-message.in b/net-im/jwchat/files/pkg-message.in deleted file mode 100644 index e255455d39d4..000000000000 --- a/net-im/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/net-im/jwchat/pkg-descr b/net-im/jwchat/pkg-descr deleted file mode 100644 index 24a3bfe4d715..000000000000 --- a/net-im/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/net-im/jwchat/pkg-plist b/net-im/jwchat/pkg-plist deleted file mode 100644 index 1e3c86d76a37..000000000000 --- a/net-im/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 -@dirrmtry %%WWW_ROOT%%/jwchat -@dirrm %%DATADIR%% diff --git a/www/Makefile b/www/Makefile index 61f662eee88d..dba9cd31a447 100644 --- a/www/Makefile +++ b/www/Makefile @@ -579,7 +579,6 @@ SUBDIR += p5-Apache-Session-Wrapper SUBDIR += p5-Apache-SessionX SUBDIR += p5-Apache-Singleton - SUBDIR += p5-Apache-Test SUBDIR += p5-Apache2-Scoreboard SUBDIR += p5-Apache2-SiteControl SUBDIR += p5-ApacheBench diff --git a/www/p5-Apache-DBI/Makefile b/www/p5-Apache-DBI/Makefile index 578548c83ccb..40a09621d83b 100644 --- a/www/p5-Apache-DBI/Makefile +++ b/www/p5-Apache-DBI/Makefile @@ -14,17 +14,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT?= DBI persistent connection, authentication and authorization -SLAVEDIRS= www/p5-Apache-DBI-mp1 www/p5-Apache-DBI-mp2 +SLAVEDIRS= www/p5-Apache-DBI-mp2 -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ + ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 +RUN_DEPENDS:= ${BUILD_DEPENDS} MAKE_JOBS_SAFE= yes MAN3= Apache::DBI.3 Apache::AuthDBI.3 PERL_CONFIGURE= yes -USE_APACHE?= 13+ +USE_APACHE?= 20+ .include <bsd.port.pre.mk> @@ -34,20 +35,6 @@ USE_APACHE?= 13+ IGNORE= use ${SLAVEDIRS} instead .endif -.if defined(WITH_MODPERL) && ${APACHE_VERSION} > 13 -IGNORE= mod_perl require apache13 but ${APACHE_PORT} is installed -.elif defined(WITH_MODPERL2) && ${APACHE_VERSION} < 20 -IGNORE= mod_perl2 require at last apache20 but ${APACHE_PORT} is installed -.endif - -.if defined(WITH_MODPERL2) -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2 -.else -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl -.endif - PLIST_FILES= %%SITE_PERL%%/Apache/DBI.pm \ %%SITE_PERL%%/Apache/AuthDBI.pm \ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/DBI/.packlist |