diff options
Diffstat (limited to 'irc')
45 files changed, 4 insertions, 2797 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile deleted file mode 100644 index 3c5ec58582dc..000000000000 --- a/irc/bitlbee-otr/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: bitlbee -# Date created: 10 June 2003 -# Whom: Peter van Dijk <peter@dataloss.nl> -# -# $FreeBSD$ -# - -PORTNAME= bitlbee -PORTVERSION= 0.92 -PORTREVISION= 1 -CATEGORIES= irc -MASTER_SITES= http://get.bitlbee.org/src/ - -MAINTAINER= peter@dataloss.nl -COMMENT= An IRC to other chat networks gateway - -MAN5= bitlbee.conf.5 -MAN8= bitlbee.8 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man --config=${PREFIX}/etc/bitlbee -USE_GMAKE= yes -USE_GNOME= glib20 -USE_GETOPT_LONG= yes -PKGMESSAGE= ${WRKDIR}/pkg-message - -.if defined(WITH_MSN) -LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls -CONFIGURE_ARGS+= --msn=1 -pre-configure: - @${ECHO_CMD} "MSN and Jabber/SSL support will be enabled." -.else -CONFIGURE_ARGS+= --msn=0 --ssl=bogus -pre-configure: - @${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want to enable MSN and Jabber/SSL support." -.endif - -.if defined(WITH_FLOOD) -CONFIGURE_ARGS+= --flood=1 -.else - @${ECHO_CMD} "Type \"make -DWITH_FLOOD\" if you want to enable flood protection." -.endif - -post-build: - @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|' > ${PKGMESSAGE} - -pre-install: - @${MKDIR} -m 700 ${PREFIX}/etc/bitlbee - -post-install: - @${CP} ${WRKSRC}/bitlbee.conf ${PREFIX}/etc/bitlbee/bitlbee.conf.orig - @${CP} ${WRKSRC}/motd.txt ${PREFIX}/etc/bitlbee/motd.txt.orig - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/irc/bitlbee-otr/distinfo b/irc/bitlbee-otr/distinfo deleted file mode 100644 index 3b71c0ffa882..000000000000 --- a/irc/bitlbee-otr/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (bitlbee-0.92.tar.gz) = 0ffec374b76f376f75b2cab95636a0de -SIZE (bitlbee-0.92.tar.gz) = 464110 diff --git a/irc/bitlbee-otr/files/patch-Makefile b/irc/bitlbee-otr/files/patch-Makefile deleted file mode 100644 index c84bb4fa96a5..000000000000 --- a/irc/bitlbee-otr/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Sat Oct 25 06:33:13 2003 -+++ Makefile Sat Nov 1 17:09:09 2003 -@@ -23,7 +23,7 @@ - - install: install-bin install-doc - @if ! [ -d $(DESTDIR)$(CONFIG) ]; then echo -e '\n\nThe configuration directory $(DESTDIR)$(CONFIG) does not exist yet, don'\''t forget to create it!'; fi -- @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\n\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi -+# @if ! [ -e $(DESTDIR)$(ETCDIR)/bitlbee.conf ]; then echo -e '\n\nNo files are installed in '$(DESTDIR)$(ETCDIR)' by make install. Run make install-etc to do that.'; fi - @echo -e '\n' - - .PHONY: install install-bin install-etc install-doc \ diff --git a/irc/bitlbee-otr/files/patch-configure b/irc/bitlbee-otr/files/patch-configure deleted file mode 100644 index b0aad763e611..000000000000 --- a/irc/bitlbee-otr/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Tue Jun 8 09:55:00 2004 -+++ configure Tue Jun 8 09:54:50 2004 -@@ -86,7 +86,7 @@ - - DESTDIR= - LFLAGS= --EFLAGS= -+EFLAGS=$LDFLAGS - EOF - - cat<<EOF>config.h -@@ -108,7 +108,7 @@ - echo 'DEBUG=1' >> Makefile.settings - echo '#define DEBUG' >> config.h - else -- echo 'CFLAGS=-O3' >> Makefile.settings; -+ echo "CFLAGS=$CPPFLAGS" >> Makefile.settings; - fi - - echo CFLAGS+=-I`pwd` -I`pwd`/protocols -I. >> Makefile.settings diff --git a/irc/bitlbee-otr/pkg-descr b/irc/bitlbee-otr/pkg-descr deleted file mode 100644 index 5da6017d5fc2..000000000000 --- a/irc/bitlbee-otr/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -An IRC to other chat networks gateway. This program can be used -as an IRC server which forwards everything you say to people on -other chat networks like MSN/ICQ/Jabber. - -WWW: http://www.bitlbee.org/ - -- Peter van Dijk -peter@dataloss.nl diff --git a/irc/bitlbee-otr/pkg-message b/irc/bitlbee-otr/pkg-message deleted file mode 100644 index 9651ae72cecc..000000000000 --- a/irc/bitlbee-otr/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -/************************************************************************ -Remember: - rename %%PREFIX%%/etc/bitlbee/bitlbee.conf.orig - to %%PREFIX%%/etc/bitlbee/bitlbee.conf , - rename %%PREFIX%%/etc/bitlbee/motd.txt.orig - to %%PREFIX%%/etc/bitlbee/motd.txt - and modify them. -*************************************************************************/ diff --git a/irc/bitlbee-otr/pkg-plist b/irc/bitlbee-otr/pkg-plist deleted file mode 100644 index 91750513f2a4..000000000000 --- a/irc/bitlbee-otr/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -sbin/bitlbee -%%DATADIR%%/help.txt -@exec mkdir -p -m 700 %D/etc/bitlbee -etc/bitlbee/bitlbee.conf.orig -etc/bitlbee/motd.txt.orig -@dirrm %%DATADIR%% -@dirrm etc/bitlbee diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile deleted file mode 100644 index 5f5513a77158..000000000000 --- a/irc/dircproxy-devel/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: dircproxy -# Date created: 11 January 2001 -# Whom: George Reid <greid@ukug.uk.freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= dircproxy -PORTVERSION= 1.0.5 -CATEGORIES= irc -MASTER_SITES= http://www.securiweb.net/pub/oss/dircproxy/1.0/ \ - ftp://ftp.netsplit.com/pub/dircproxy/stable/ - -MAINTAINER= lesterm@mazpe.net -COMMENT= A detachable irc proxy server with many features - -GNU_CONFIGURE= yes - -MAN1= dircproxy.1 dircproxy-crypt.1 - -post-install: - @${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/irc/dircproxy-devel/distinfo b/irc/dircproxy-devel/distinfo deleted file mode 100644 index c41b8b694787..000000000000 --- a/irc/dircproxy-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (dircproxy-1.0.5.tar.gz) = 33b92e0f28530a5faa9fea801d1ad807 -SIZE (dircproxy-1.0.5.tar.gz) = 217965 diff --git a/irc/dircproxy-devel/pkg-descr b/irc/dircproxy-devel/pkg-descr deleted file mode 100644 index b95cd3edda97..000000000000 --- a/irc/dircproxy-devel/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -dircproxy is an IRC proxy server designed for people who use IRC -from lots of different workstations or clients, but wish to remain -connected and see what they missed while they were away. You connect -to IRC through dircproxy, and it keeps you connected to the server, -even after you detach your client from it. While you're detached, -it logs channel and private messages as well as important events, -and when you re-attach it'll let you know what you missed. - -This can be used to give you roughly the same functionality as -using ircII and screen together, except you can use whatever IRC -client you like, including X ones! - -dircproxy has a whole host of features. Please read the file README in -the source distribution for a list. - -WWW: http://dircproxy.securiweb.net/ - -- George Reid -greid@ukug.uk.freebsd.org diff --git a/irc/dircproxy-devel/pkg-message b/irc/dircproxy-devel/pkg-message deleted file mode 100644 index 9f22fed4f654..000000000000 --- a/irc/dircproxy-devel/pkg-message +++ /dev/null @@ -1,5 +0,0 @@ - -A default dircproxy configuration file has been installed as -%%PREFIX%%/share/dircproxy/dircproxyrc. -Please read this and the dircproxy(1) manpage to set up dircproxy. - diff --git a/irc/dircproxy-devel/pkg-plist b/irc/dircproxy-devel/pkg-plist deleted file mode 100644 index 1624d9788a3d..000000000000 --- a/irc/dircproxy-devel/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/dircproxy -bin/dircproxy-crypt -%%DATADIR%%/cronchk.sh -%%DATADIR%%/dircproxyrc -%%DATADIR%%/log.pl -%%DATADIR%%/privmsg-log.pl -@dirrm %%DATADIR%% diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile deleted file mode 100644 index 0990ca579b16..000000000000 --- a/irc/ezbounce-devel/Makefile +++ /dev/null @@ -1,85 +0,0 @@ -# New ports collection makefile for: ezbounce -# Date created: 19 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ezbounce -PORTVERSION= 1.04.b -CATEGORIES= irc -MASTER_SITES= http://druglord.freelsd.org/ezbounce/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/b/} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A highly configurable IRC Proxy - -USE_REINPLACE= yes -GNU_CONFIGURE= yes - -MAN1= ezbounce.1 - -.if !defined(WITH_MDIDENTD) -ALL_TARGET= ezbounce_src -PLIST_SUB+= MDIDENTD="@comment " -.else -PLIST_SUB+= MDIDENTD="" -.endif - -.if defined(WITH_SSL) -USE_OPENSSL= YES -CONFIGURE_ARGS+= --with-ssl -PLIST_SUB+= SSL="" -.else -PLIST_SUB+= SSL="@comment " -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "You may use the following build options:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_SSL=yes Enable SSL support" - @${ECHO_MSG} " WITH_MDIDENTD=yes Install the mdidentd binary to" - @${ECHO_MSG} " modify ident replies" - @${ECHO_MSG} "" - -post-patch: - @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \ - ${WRKSRC}/ezb.conf.default - @${REINPLACE_CMD} -e 's|=-O2|="$$CXXFLAGS"|g' ${WRKSRC}/configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/ezb.conf.default ${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/misc/ezbounce.1 ${PREFIX}/man/man1 - -.if defined(WITH_MDIDENTD) - ${INSTALL_PROGRAM} ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin -.endif - - @if [ ! -f ${PREFIX}/etc/ezb.conf ]; then \ - ${INSTALL_DATA} \ - ${WRKSRC}/ezb.conf.default ${PREFIX}/etc/ezb.conf; \ - fi - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/worklog ${DOCSDIR} - -.if defined(WITH_MDIDENTD) - ${INSTALL_DATA} ${WRKSRC}/mdidentd/README \ - ${DOCSDIR}/mdidentd.README -.endif -.if defined(WITH_SSL) - ${INSTALL_DATA} ${WRKSRC}/README.SSL ${DOCSDIR} -.endif - -.endif - @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo deleted file mode 100644 index d44e73aaab66..000000000000 --- a/irc/ezbounce-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ezbounce-1.04b.tar.gz) = 13fea5284067214d975d97845a082d6f -SIZE (ezbounce-1.04b.tar.gz) = 190837 diff --git a/irc/ezbounce-devel/files/patch-linkedlist.h b/irc/ezbounce-devel/files/patch-linkedlist.h deleted file mode 100644 index be5f1a3a74e6..000000000000 --- a/irc/ezbounce-devel/files/patch-linkedlist.h +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/linkedlist.h.orig Mon Aug 16 16:53:58 2004 -+++ lib/linkedlist.h Mon Aug 16 17:08:25 2004 -@@ -89,7 +89,7 @@ - list_iterator(__list_core * x) : __list_iter(x) { } - T * next() { return (T *) __list_iter::next(); } - T * remove() { return (T *) __list_iter::remove(); } -- T * get(void) { return (T *) __list_iter::get(); } -+ //T * get(void) { return (T *) __list_iter::get(); } - T * set(int x) { return (T *) __list_iter::set(x); } - }; - -@@ -97,7 +97,7 @@ - { - public: - int add(T *x) { return __list_core::add((void *) x); } -- int add(int w, T * x) { return __list_core::insert(w, (void *) x); } -+ //int add(int w, T * x) { return __list_core::insert(w, (void *) x); } - T * get(int idx) { return (T *) __list_core::get(idx); } - T * remove(int idx) { return (T *) __list_core::remove(idx); } - bool remove(T * d) { return __list_core::remove(d); } diff --git a/irc/ezbounce-devel/pkg-descr b/irc/ezbounce-devel/pkg-descr deleted file mode 100644 index 2b48da67cd11..000000000000 --- a/irc/ezbounce-devel/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -ezbounce is a highly configurable IRC Proxy that features: - - * Access control - * Password protection - * Ident spoofing - * Can listen on virtual hosts - * Ability to ``Detach'' from the proxy and stay connected - to the IRC server. - ... and more! - -WWW: http://druglord.freelsd.org/ezbounce/ -Author: Murat Deligonul <druglord@erupt.com> diff --git a/irc/ezbounce-devel/pkg-message b/irc/ezbounce-devel/pkg-message deleted file mode 100644 index 1b514d2563ec..000000000000 --- a/irc/ezbounce-devel/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ ------------------------------------------------------------------- -You will need to edit /usr/local/etc/ezb.conf and read the docs in -/usr/local/share/doc/ezbounce/README to set up this program. ------------------------------------------------------------------- diff --git a/irc/ezbounce-devel/pkg-plist b/irc/ezbounce-devel/pkg-plist deleted file mode 100644 index c380d7827f27..000000000000 --- a/irc/ezbounce-devel/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -@unexec if [ -f %D/etc/ezb.conf ] && cmp -s %D/etc/ezb.conf %D/etc/ezb.conf.default; then rm -f %D/etc/ezb.conf; fi -etc/ezb.conf.default -@exec if [ ! -f %D/etc/ezb.conf ] ; then cp -p %D/%F %B/ezb.conf; fi -sbin/ezbounce -%%MDIDENTD%%sbin/mdidentd -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%SSL%%%%DOCSDIR%%/README.SSL -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/worklog -%%MDIDENTD%%%%PORTDOCS%%%%DOCSDIR%%/mdidentd.README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/irc/ircd-rusnet/Makefile b/irc/ircd-rusnet/Makefile index 2b3bf977512a..20688d0a7f94 100644 --- a/irc/ircd-rusnet/Makefile +++ b/irc/ircd-rusnet/Makefile @@ -71,6 +71,10 @@ CONFIGURE_ARGS+=--enable-dsm .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Does not build on amd64" +.endif + pre-configure: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-CONFIGURE diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile deleted file mode 100644 index 0c0b005258c3..000000000000 --- a/irc/konversation-kde4/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: konversation -# Date created: 15 May 2003 -# Whom: Kirill Ponomarew <ponomarew@oberon.net> -# -# $FreeBSD$ -# - -PORTNAME= konversation -PORTVERSION= 0.18 -PORTREVISION= 1 -CATEGORIES= irc kde -MASTER_SITES= http://download.berlios.de/${PORTNAME}/ \ - http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ - -MAINTAINER= markus@FreeBSD.org -COMMENT= A user friendly IRC client for KDE - -USE_KDELIBS_VER=3 -GNU_CONFIGURE= yes -USE_REINPLACE= yes -USE_BZIP2= yes -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} - -.include <bsd.port.mk> diff --git a/irc/konversation-kde4/distinfo b/irc/konversation-kde4/distinfo deleted file mode 100644 index a6d71159c932..000000000000 --- a/irc/konversation-kde4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (konversation-0.18.tar.bz2) = 87eceaaad4223d17380cd1f8dfe8123f -SIZE (konversation-0.18.tar.bz2) = 5220074 diff --git a/irc/konversation-kde4/files/patch-dccdetaildialog.cpp b/irc/konversation-kde4/files/patch-dccdetaildialog.cpp deleted file mode 100644 index 593e6d7426c3..000000000000 --- a/irc/konversation-kde4/files/patch-dccdetaildialog.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- konversation/src/dccdetaildialog.cpp.orig Tue Jun 7 10:52:46 2005 -+++ konversation/src/dccdetaildialog.cpp Tue Jun 7 10:53:22 2005 -@@ -238,7 +238,7 @@ - QString self; - if ( !m_item->m_ownIp.isEmpty() || !m_item->m_ownPort.isEmpty() ) - m_self->setText( QString( "%1:%2" ) -- .arg( !m_item->m_ownIp.isEmpty() ? m_item->m_ownIp : "* " ) -+ .arg( !m_item->m_ownIp.isEmpty() ? m_item->m_ownIp : QString("* ") ) - .arg( !m_item->m_ownPort.isEmpty() ? m_item->m_ownPort : i18n("unknown") ) - ); - else diff --git a/irc/konversation-kde4/files/patch-server.cpp b/irc/konversation-kde4/files/patch-server.cpp deleted file mode 100644 index 7811423dd1b7..000000000000 --- a/irc/konversation-kde4/files/patch-server.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- konversation/src/server.cpp.orig Tue Jun 7 10:44:34 2005 -+++ konversation/src/server.cpp Tue Jun 7 10:44:58 2005 -@@ -212,7 +212,7 @@ - } - - channels += (*it).name(); -- keys += ((*it).password().isEmpty() ? "''" : (*it).password()); -+ keys += ((*it).password().isEmpty() ? QString("''") : (*it).password()); - } - - setAutoJoinChannel(channels); diff --git a/irc/konversation-kde4/pkg-descr b/irc/konversation-kde4/pkg-descr deleted file mode 100644 index b4f0012ab805..000000000000 --- a/irc/konversation-kde4/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Konversation is an user friendly IRC (Internet Relay Chat) client for KDE. - -WWW: http://konversation.kde.org diff --git a/irc/konversation-kde4/pkg-plist b/irc/konversation-kde4/pkg-plist deleted file mode 100644 index b41320acb687..000000000000 --- a/irc/konversation-kde4/pkg-plist +++ /dev/null @@ -1,328 +0,0 @@ -bin/konversation -bin/konversationircprotocolhandler -share/applications/kde/konversation.desktop -share/apps/kconf_update/konversation-0.14-mainwindow.pl -share/apps/kconf_update/konversation.upd -share/apps/konversation/eventsrc -share/apps/konversation/images/led_blue_off.png -share/apps/konversation/images/led_blue_on.png -share/apps/konversation/images/led_green_off.png -share/apps/konversation/images/led_green_on.png -share/apps/konversation/images/led_red_off.png -share/apps/konversation/images/led_red_on.png -share/apps/konversation/images/led_yellow_off.png -share/apps/konversation/images/led_yellow_on.png -share/apps/konversation/konversationui.rc -share/apps/konversation/scripts/bug -share/apps/konversation/scripts/cmd -share/apps/konversation/scripts/fortune -share/apps/konversation/scripts/fortunes.dat -share/apps/konversation/scripts/gauge -share/apps/konversation/scripts/google -share/apps/konversation/scripts/kdeversion -share/apps/konversation/scripts/mail -share/apps/konversation/scripts/media -share/apps/konversation/scripts/qurl -share/apps/konversation/scripts/sayclip -share/apps/konversation/scripts/sysinfo -share/apps/konversation/scripts/uptime -share/apps/konversation/scripts/weather -share/apps/konversation/themes/alternative/index.desktop -share/apps/konversation/themes/alternative/irc_admin.png -share/apps/konversation/themes/alternative/irc_away.png -share/apps/konversation/themes/alternative/irc_halfop.png -share/apps/konversation/themes/alternative/irc_normal.png -share/apps/konversation/themes/alternative/irc_op.png -share/apps/konversation/themes/alternative/irc_owner.png -share/apps/konversation/themes/alternative/irc_voice.png -share/apps/konversation/themes/christmas/index.desktop -share/apps/konversation/themes/christmas/irc_admin.png -share/apps/konversation/themes/christmas/irc_away.png -share/apps/konversation/themes/christmas/irc_halfop.png -share/apps/konversation/themes/christmas/irc_normal.png -share/apps/konversation/themes/christmas/irc_op.png -share/apps/konversation/themes/christmas/irc_owner.png -share/apps/konversation/themes/christmas/irc_voice.png -share/apps/konversation/themes/classic/index.desktop -share/apps/konversation/themes/classic/irc_admin.png -share/apps/konversation/themes/classic/irc_away.png -share/apps/konversation/themes/classic/irc_halfop.png -share/apps/konversation/themes/classic/irc_normal.png -share/apps/konversation/themes/classic/irc_op.png -share/apps/konversation/themes/classic/irc_owner.png -share/apps/konversation/themes/classic/irc_voice.png -share/apps/konversation/themes/default/index.desktop -share/apps/konversation/themes/default/irc_admin.png -share/apps/konversation/themes/default/irc_away.png -share/apps/konversation/themes/default/irc_halfop.png -share/apps/konversation/themes/default/irc_normal.png -share/apps/konversation/themes/default/irc_op.png -share/apps/konversation/themes/default/irc_owner.png -share/apps/konversation/themes/default/irc_voice.png -share/apps/konversation/themes/smiling/index.desktop -share/apps/konversation/themes/smiling/irc_admin.png -share/apps/konversation/themes/smiling/irc_away.png -share/apps/konversation/themes/smiling/irc_halfop.png -share/apps/konversation/themes/smiling/irc_normal.png -share/apps/konversation/themes/smiling/irc_op.png -share/apps/konversation/themes/smiling/irc_owner.png -share/apps/konversation/themes/smiling/irc_voice.png -share/apps/konversation/themes/square/index.desktop -share/apps/konversation/themes/square/irc_admin.png -share/apps/konversation/themes/square/irc_away.png -share/apps/konversation/themes/square/irc_halfop.png -share/apps/konversation/themes/square/irc_normal.png -share/apps/konversation/themes/square/irc_op.png -share/apps/konversation/themes/square/irc_owner.png -share/apps/konversation/themes/square/irc_voice.png -share/config.kcfg/konversation.kcfg -share/doc/HTML/da/konversation/common -share/doc/HTML/da/konversation/index.cache.bz2 -share/doc/HTML/da/konversation/index.docbook -share/doc/HTML/en/konversation/addchannel.png -share/doc/HTML/en/konversation/addnetwork_co.png -share/doc/HTML/en/konversation/addserver_co.png -share/doc/HTML/en/konversation/channel_screen_co.png -share/doc/HTML/en/konversation/channel_screen_tour_co.png -share/doc/HTML/en/konversation/channellist_screen_co.png -share/doc/HTML/en/konversation/checkidentities.png -share/doc/HTML/en/konversation/colorchooser_screen.png -share/doc/HTML/en/konversation/colorize.png -share/doc/HTML/en/konversation/common -share/doc/HTML/en/konversation/configure.png -share/doc/HTML/en/konversation/cr16-action-irc_admin.png -share/doc/HTML/en/konversation/cr16-action-irc_away.png -share/doc/HTML/en/konversation/cr16-action-irc_halfop.png -share/doc/HTML/en/konversation/cr16-action-irc_normal.png -share/doc/HTML/en/konversation/cr16-action-irc_op.png -share/doc/HTML/en/konversation/cr16-action-irc_owner.png -share/doc/HTML/en/konversation/cr16-action-irc_voice.png -share/doc/HTML/en/konversation/dccstatus_screen_co.png -share/doc/HTML/en/konversation/editserver_screen_co.png -share/doc/HTML/en/konversation/first_channel_co.png -share/doc/HTML/en/konversation/first_serverlist_co.png -share/doc/HTML/en/konversation/highlighting_screen_co.png -share/doc/HTML/en/konversation/identities_adv_co.png -share/doc/HTML/en/konversation/identities_away_co.png -share/doc/HTML/en/konversation/identities_gen_co.png -share/doc/HTML/en/konversation/index.cache.bz2 -share/doc/HTML/en/konversation/index.docbook -share/doc/HTML/en/konversation/kaddressbook.png -share/doc/HTML/en/konversation/kimproxy_create_screen2.png -share/doc/HTML/en/konversation/kimproxy_create_screen_co.png -share/doc/HTML/en/konversation/led_blue_off.png -share/doc/HTML/en/konversation/led_blue_on.png -share/doc/HTML/en/konversation/led_green_off.png -share/doc/HTML/en/konversation/led_green_on.png -share/doc/HTML/en/konversation/led_red_off.png -share/doc/HTML/en/konversation/led_red_on.png -share/doc/HTML/en/konversation/led_yellow_off.png -share/doc/HTML/en/konversation/led_yellow_on.png -share/doc/HTML/en/konversation/logviewer_co.png -share/doc/HTML/en/konversation/nicksonline_co.png -share/doc/HTML/en/konversation/nickthemes_screen_co.png -share/doc/HTML/en/konversation/notification_screen_co.png -share/doc/HTML/en/konversation/notifylist_screen_co.png -share/doc/HTML/en/konversation/osd_demo.png -share/doc/HTML/en/konversation/osd_screen_co.png -share/doc/HTML/en/konversation/prefs_identity_screen_co.png -share/doc/HTML/en/konversation/quickbuttons_screen.png -share/doc/HTML/en/konversation/quickconnect_screen.png -share/doc/HTML/en/konversation/serverlist_co.png -share/doc/HTML/en/konversation/serverlist_screen_co.png -share/doc/HTML/en/konversation/urlcatcher_screen_co.png -share/doc/HTML/en/konversation/webbrowser_screen_co.png -share/doc/HTML/et/konversation/common -share/doc/HTML/et/konversation/index.cache.bz2 -share/doc/HTML/et/konversation/index.docbook -share/doc/HTML/it/konversation/addchannel.png -share/doc/HTML/it/konversation/addnetwork_co.png -share/doc/HTML/it/konversation/addserver_co.png -share/doc/HTML/it/konversation/channel_screen_tour_co.png -share/doc/HTML/it/konversation/channellist_screen_co.png -share/doc/HTML/it/konversation/checkidentities.png -share/doc/HTML/it/konversation/colorchooser_screen.png -share/doc/HTML/it/konversation/common -share/doc/HTML/it/konversation/first_channel_co.png -share/doc/HTML/it/konversation/first_serverlist_co.png -share/doc/HTML/it/konversation/identities_adv_co.png -share/doc/HTML/it/konversation/identities_away_co.png -share/doc/HTML/it/konversation/identities_gen_co.png -share/doc/HTML/it/konversation/index.cache.bz2 -share/doc/HTML/it/konversation/index.docbook -share/doc/HTML/it/konversation/nicksonline_co.png -share/doc/HTML/it/konversation/notification_screen_co.png -share/doc/HTML/it/konversation/notifylist_screen_co.png -share/doc/HTML/it/konversation/osd_demo.png -share/doc/HTML/it/konversation/osd_screen_co.png -share/doc/HTML/it/konversation/quickbuttons_screen.png -share/doc/HTML/it/konversation/quickconnect_screen.png -share/doc/HTML/it/konversation/serverlist_co.png -share/doc/HTML/nl/konversation/addchannel.png -share/doc/HTML/nl/konversation/addnetwork_co.png -share/doc/HTML/nl/konversation/addserver_co.png -share/doc/HTML/nl/konversation/channel_screen_tour_co.png -share/doc/HTML/nl/konversation/channellist_screen_co.png -share/doc/HTML/nl/konversation/checkidentities.png -share/doc/HTML/nl/konversation/colorchooser_screen.png -share/doc/HTML/nl/konversation/common -share/doc/HTML/nl/konversation/dccstatus_screen_co.png -share/doc/HTML/nl/konversation/first_channel_co.png -share/doc/HTML/nl/konversation/first_serverlist_co.png -share/doc/HTML/nl/konversation/identities_adv_co.png -share/doc/HTML/nl/konversation/identities_away_co.png -share/doc/HTML/nl/konversation/identities_gen_co.png -share/doc/HTML/nl/konversation/index.cache.bz2 -share/doc/HTML/nl/konversation/index.docbook -share/doc/HTML/nl/konversation/kimproxy_create_screen2.png -share/doc/HTML/nl/konversation/kimproxy_create_screen_co.png -share/doc/HTML/nl/konversation/logviewer_co.png -share/doc/HTML/nl/konversation/nicksonline_co.png -share/doc/HTML/nl/konversation/notification_screen_co.png -share/doc/HTML/nl/konversation/notifylist_screen_co.png -share/doc/HTML/nl/konversation/osd_screen_co.png -share/doc/HTML/nl/konversation/quickbuttons_screen.png -share/doc/HTML/nl/konversation/quickconnect_screen.png -share/doc/HTML/nl/konversation/serverlist_co.png -share/doc/HTML/nl/konversation/urlcatcher_screen_co.png -share/doc/HTML/nl/konversation/webbrowser_screen_co.png -share/doc/HTML/pt/konversation/common -share/doc/HTML/pt/konversation/index.cache.bz2 -share/doc/HTML/pt/konversation/index.docbook -share/doc/HTML/sv/konversation/common -share/doc/HTML/sv/konversation/index.cache.bz2 -share/doc/HTML/sv/konversation/index.docbook -share/icons/crystalsvg/16x16/actions/kimproxyaway.png -share/icons/crystalsvg/16x16/actions/kimproxyoffline.png -share/icons/crystalsvg/16x16/actions/kimproxyonline.png -share/icons/crystalsvg/22x22/actions/char.png -share/icons/crystalsvg/22x22/actions/kimproxyaway.png -share/icons/crystalsvg/22x22/actions/kimproxyoffline.png -share/icons/crystalsvg/22x22/actions/kimproxyonline.png -share/icons/crystalsvg/22x22/actions/konv_message.png -share/icons/crystalsvg/32x32/actions/kimproxyaway.png -share/icons/crystalsvg/32x32/actions/kimproxyoffline.png -share/icons/crystalsvg/32x32/actions/kimproxyonline.png -share/icons/crystalsvg/scalable/actions/kimproxyaway.svgz -share/icons/crystalsvg/scalable/actions/kimproxyoffline.svgz -share/icons/crystalsvg/scalable/actions/kimproxyonline.svgz -share/icons/crystalsvg/scalable/actions/konv_message.svgz -share/icons/hicolor/128x128/apps/konversation.png -share/icons/hicolor/16x16/apps/konversation.png -share/icons/hicolor/22x22/apps/konversation.png -share/icons/hicolor/32x32/apps/konversation.png -share/icons/hicolor/48x48/apps/konversation.png -share/icons/hicolor/64x64/apps/konversation.png -share/icons/hicolor/scalable/apps/konversation.svgz -share/locale/br/LC_MESSAGES/konversation.mo -share/locale/ca/LC_MESSAGES/konversation.mo -share/locale/cy/LC_MESSAGES/konversation.mo -share/locale/da/LC_MESSAGES/konversation.mo -share/locale/de/LC_MESSAGES/konversation.mo -share/locale/el/LC_MESSAGES/konversation.mo -share/locale/en_GB/LC_MESSAGES/konversation.mo -share/locale/es/LC_MESSAGES/konversation.mo -share/locale/et/LC_MESSAGES/konversation.mo -share/locale/fi/LC_MESSAGES/konversation.mo -share/locale/fr/LC_MESSAGES/konversation.mo -share/locale/ga/LC_MESSAGES/konversation.mo -share/locale/he/LC_MESSAGES/konversation.mo -share/locale/hi/LC_MESSAGES/konversation.mo -share/locale/is/LC_MESSAGES/konversation.mo -share/locale/it/LC_MESSAGES/konversation.mo -share/locale/ja/LC_MESSAGES/konversation.mo -share/locale/ko/LC_MESSAGES/konversation.mo -share/locale/lt/LC_MESSAGES/konversation.mo -share/locale/mt/LC_MESSAGES/konversation.mo -share/locale/nb/LC_MESSAGES/konversation.mo -share/locale/nl/LC_MESSAGES/konversation.mo -share/locale/pl/LC_MESSAGES/konversation.mo -share/locale/pt/LC_MESSAGES/konversation.mo -share/locale/pt_BR/LC_MESSAGES/konversation.mo -share/locale/ro/LC_MESSAGES/konversation.mo -share/locale/ru/LC_MESSAGES/konversation.mo -share/locale/sl/LC_MESSAGES/konversation.mo -share/locale/sr/LC_MESSAGES/konversation.mo -share/locale/sr@Latn/LC_MESSAGES/konversation.mo -share/locale/sv/LC_MESSAGES/konversation.mo -share/locale/ta/LC_MESSAGES/konversation.mo -share/locale/tr/LC_MESSAGES/konversation.mo -share/locale/zh_CN/LC_MESSAGES/konversation.mo -share/services/konvirc.protocol -share/services/konvirc6.protocol -@unexec rmdir %D/share/services 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true -@unexec rmdir %D/share/locale/sr/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sr 2>/dev/null || true -@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/sl 2>/dev/null || true -@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ro 2>/dev/null || true -@unexec rmdir %D/share/locale/pt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pt 2>/dev/null || true -@unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ko 2>/dev/null || true -@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/fi 2>/dev/null || true -@unexec rmdir %D/share/locale/el/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/el 2>/dev/null || true -@unexec rmdir %D/share/locale/ca/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/ca 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/scalable/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/scalable 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/64x64 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/48x48 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor/128x128 2>/dev/null || true -@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/scalable/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/scalable 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/22x22 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16/actions 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/crystalsvg 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true -@dirrm share/doc/HTML/sv/konversation -@unexec rmdir %D/share/doc/HTML/sv 2>/dev/null || true -@dirrm share/doc/HTML/pt/konversation -@unexec rmdir %D/share/doc/HTML/pt 2>/dev/null || true -@dirrm share/doc/HTML/nl/konversation -@unexec rmdir %D/share/doc/HTML/nl 2>/dev/null || true -@dirrm share/doc/HTML/it/konversation -@unexec rmdir %D/share/doc/HTML/it 2>/dev/null || true -@dirrm share/doc/HTML/et/konversation -@unexec rmdir %D/share/doc/HTML/et 2>/dev/null || true -@dirrm share/doc/HTML/en/konversation -@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true -@dirrm share/doc/HTML/da/konversation -@unexec rmdir %D/share/doc/HTML/da 2>/dev/null || true -@unexec rmdir %D/share/doc/HTML 2>/dev/null || true -@unexec rmdir %D/share/config.kcfg 2>/dev/null || true -@dirrm share/apps/konversation/themes/square -@dirrm share/apps/konversation/themes/smiling -@dirrm share/apps/konversation/themes/default -@dirrm share/apps/konversation/themes/classic -@dirrm share/apps/konversation/themes/christmas -@dirrm share/apps/konversation/themes/alternative -@dirrm share/apps/konversation/themes -@dirrm share/apps/konversation/scripts -@dirrm share/apps/konversation/images -@dirrm share/apps/konversation -@unexec rmdir %D/share/apps/kconf_update 2>/dev/null || true -@unexec rmdir %D/share/apps 2>/dev/null || true -@unexec rmdir %D/share/applications/kde 2>/dev/null || true -@unexec rmdir %D/share/applications 2>/dev/null || true diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile deleted file mode 100644 index fb585849e0d8..000000000000 --- a/irc/kvirc-devel/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# New ports collection makefile for: kvirc -# Date created: 05 January 2004 -# Whom: Michael Ranner -# -# $FreeBSD$ -# - -PORTNAME= kvirc -PORTVERSION= 3.2.0 -CATEGORIES= irc kde -MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \ - ftp://ftp.kvirc.de/pub/%SUBDIR%/ \ - ftp://mirror.dudcore.net/pub/%SUBDIR%/ \ - ftp://ftp.kvirc.pragmaware.net/pub/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}/source - -MAINTAINER= mranner@inode.at -COMMENT= IRC client for QT and KDE - -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -USE_BZIP2= yes -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_REINPLACE= yes -USE_INC_LIBTOOL_VER= 15 -CONFIGURE_TARGET= -CONFIGURE_ARGS+= --mandir=${PREFIX}/man -PLIST_SUB= VER=${PORTVERSION} - -MAN1= kvirc.1 - -OPTIONS= ARTS "Compile with arts support" on \ - AUDIOFILE "Compile with libaudiofile support" on \ - ESOUND "Compile with esound support" off \ - GSM "Compile with gsm support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_ARTS) -LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts -.else -CONFIGURE_ARGS+= --without-arts-support -.endif - -.if defined(WITH_AUDIOFILE) -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile -.else -CONFIGURE_ARGS+= --without-af-support -.endif - -.if defined(WITH_ESOUND) -LIB_DEPENDS+= esd.2:${PORTSDIR}/audio/esound -.else -CONFIGURE_ARGS+= --without-esd-support -.endif - -.if defined(WITH_GSM) -LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm -.else -CONFIGURE_ARGS+= --without-gsm -.endif - -post-patch: - ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" \ - -e "s,.SS_KDE_GENERAL_DIR/share/icons,${PREFIX}/share/icons," \ - -e "s,.SS_KDE_GENERAL_DIR/share/applnk,${PREFIX}/share/applnk," \ - -e "s,.SS_KDE_GENERAL_DIR/share/mimelnk,${PREFIX}/share/mimelnk," \ - -e "s,kdeservicesdir=\".SS_KDE_SERVICESDIR\",kdeservicesdir=\"${PREFIX}/share/services\"," \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo deleted file mode 100644 index a097fdb9bad3..000000000000 --- a/irc/kvirc-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (kvirc-3.2.0.tar.bz2) = e783827fda3832fc3fb50e7a41ed627d -SIZE (kvirc-3.2.0.tar.bz2) = 3704445 diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure deleted file mode 100644 index be6807eecf2c..000000000000 --- a/irc/kvirc-devel/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig Sat Feb 26 03:35:31 2005 -+++ configure Sat Mar 12 09:28:45 2005 -@@ -19621,7 +19621,7 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh" - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -21745,7 +21745,7 @@ - else - echo "$as_me:$LINENO: result: no..using lpthread" >&5 - echo "${ECHO_T}no..using lpthread" >&6 -- SS_THREAD_LIBLINK="-lpthread" -+ SS_THREAD_LIBLINK="-pthread" - - cat >>confdefs.h <<\_ACEOF - #define COMPILE_THREADS_USE_POSIX 1 -@@ -23316,7 +23316,7 @@ - # Set the X include and lib dir - SS_X_INCDIR="$x_includes" - SS_X_LIBDIR="$x_libraries" -- SS_X_LIBLINK="-lX11 -lXext" -+ SS_X_LIBLINK="-lX11 -lXext -pthread" - - if test -z "$SS_X_INCDIR"; then - # Ops... X headers not found ? diff --git a/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp b/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp deleted file mode 100644 index f7573438a6c1..000000000000 --- a/irc/kvirc-devel/files/patch-notifierwindowtabs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/modules/notifier/notifierwindowtabs.cpp.orig Sun Apr 17 00:58:15 2005 -+++ src/modules/notifier/notifierwindowtabs.cpp Sun Apr 17 00:58:36 2005 -@@ -228,7 +228,7 @@ - - void KviNotifierWindowTabs::addMessage(KviWindow * pWnd, KviNotifierMessage * message) - { -- QString sender = pWnd ? pWnd->windowName() : "----"; -+ QString sender = pWnd ? pWnd->windowName() : (QString)"----"; - - // Qui servirebbe anche una lista... perche' quando si inserisce - // un tab lui lo piazza dove gli pare nell'ordine diff --git a/irc/kvirc-devel/pkg-descr b/irc/kvirc-devel/pkg-descr deleted file mode 100644 index 8db6a515f5ce..000000000000 --- a/irc/kvirc-devel/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A powerful Internet Relay Chat client designed for UNIX platforms. -It is distributed as Free Software under the terms of the GNU -General Public License. - -WWW: http://www.kvirc.net diff --git a/irc/kvirc-devel/pkg-plist b/irc/kvirc-devel/pkg-plist deleted file mode 100644 index 6900708b505c..000000000000 --- a/irc/kvirc-devel/pkg-plist +++ /dev/null @@ -1,1591 +0,0 @@ -bin/kvi_run_netscape.sh -bin/kvi_search_help.sh -bin/kvirc -bin/kvirc-config -include/kvirc/%%VER%%/kvi_action.h -include/kvirc/%%VER%%/kvi_actiondrawer.h -include/kvirc/%%VER%%/kvi_actionmanager.h -include/kvirc/%%VER%%/kvi_antispam.h -include/kvirc/%%VER%%/kvi_app.h -include/kvirc/%%VER%%/kvi_asynchronousconnectiondata.h -include/kvirc/%%VER%%/kvi_avatar.h -include/kvirc/%%VER%%/kvi_avatarcache.h -include/kvirc/%%VER%%/kvi_bswap.h -include/kvirc/%%VER%%/kvi_channel.h -include/kvirc/%%VER%%/kvi_cmdformatter.h -include/kvirc/%%VER%%/kvi_colorwin.h -include/kvirc/%%VER%%/kvi_command.h -include/kvirc/%%VER%%/kvi_config.h -include/kvirc/%%VER%%/kvi_confignames.h -include/kvirc/%%VER%%/kvi_configstatus.h -include/kvirc/%%VER%%/kvi_console.h -include/kvirc/%%VER%%/kvi_coreactionnames.h -include/kvirc/%%VER%%/kvi_coreactions.h -include/kvirc/%%VER%%/kvi_crypt.h -include/kvirc/%%VER%%/kvi_cryptcontroller.h -include/kvirc/%%VER%%/kvi_ctcppagedialog.h -include/kvirc/%%VER%%/kvi_customtoolbar.h -include/kvirc/%%VER%%/kvi_customtoolbardescriptor.h -include/kvirc/%%VER%%/kvi_customtoolbarmanager.h -include/kvirc/%%VER%%/kvi_databuffer.h -include/kvirc/%%VER%%/kvi_datacontainer.h -include/kvirc/%%VER%%/kvi_debug.h -include/kvirc/%%VER%%/kvi_defaults.h -include/kvirc/%%VER%%/kvi_dns.h -include/kvirc/%%VER%%/kvi_dynamictooltip.h -include/kvirc/%%VER%%/kvi_env.h -include/kvirc/%%VER%%/kvi_error.h -include/kvirc/%%VER%%/kvi_event.h -include/kvirc/%%VER%%/kvi_eventhandler.h -include/kvirc/%%VER%%/kvi_exprtree.h -include/kvirc/%%VER%%/kvi_file.h -include/kvirc/%%VER%%/kvi_filedialog.h -include/kvirc/%%VER%%/kvi_filetransfer.h -include/kvirc/%%VER%%/kvi_fileutils.h -include/kvirc/%%VER%%/kvi_frame.h -include/kvirc/%%VER%%/kvi_garbage.h -include/kvirc/%%VER%%/kvi_heapobject.h -include/kvirc/%%VER%%/kvi_historywin.h -include/kvirc/%%VER%%/kvi_http.h -include/kvirc/%%VER%%/kvi_iconmanager.h -include/kvirc/%%VER%%/kvi_imagedialog.h -include/kvirc/%%VER%%/kvi_imagelib.h -include/kvirc/%%VER%%/kvi_input.h -include/kvirc/%%VER%%/kvi_internalcmd.h -include/kvirc/%%VER%%/kvi_inttypes.h -include/kvirc/%%VER%%/kvi_ipc.h -include/kvirc/%%VER%%/kvi_ipeditor.h -include/kvirc/%%VER%%/kvi_ircconnection.h -include/kvirc/%%VER%%/kvi_ircconnectionantictcpflooddata.h -include/kvirc/%%VER%%/kvi_ircconnectionasyncwhoisdata.h -include/kvirc/%%VER%%/kvi_ircconnectionnetsplitdetectordata.h -include/kvirc/%%VER%%/kvi_ircconnectionserverinfo.h -include/kvirc/%%VER%%/kvi_ircconnectionstatedata.h -include/kvirc/%%VER%%/kvi_ircconnectionstatistics.h -include/kvirc/%%VER%%/kvi_ircconnectiontarget.h -include/kvirc/%%VER%%/kvi_ircconnectiontargetresolver.h -include/kvirc/%%VER%%/kvi_ircconnectionuserinfo.h -include/kvirc/%%VER%%/kvi_irccontext.h -include/kvirc/%%VER%%/kvi_ircdatastreammonitor.h -include/kvirc/%%VER%%/kvi_irclink.h -include/kvirc/%%VER%%/kvi_ircmask.h -include/kvirc/%%VER%%/kvi_ircmessage.h -include/kvirc/%%VER%%/kvi_ircserver.h -include/kvirc/%%VER%%/kvi_ircserverdb.h -include/kvirc/%%VER%%/kvi_ircsocket.h -include/kvirc/%%VER%%/kvi_irctoolbar.h -include/kvirc/%%VER%%/kvi_ircurl.h -include/kvirc/%%VER%%/kvi_ircuserdb.h -include/kvirc/%%VER%%/kvi_ircview.h -include/kvirc/%%VER%%/kvi_ircviewprivate.h -include/kvirc/%%VER%%/kvi_ircviewtools.h -include/kvirc/%%VER%%/kvi_kvs.h -include/kvirc/%%VER%%/kvi_kvs_action.h -include/kvirc/%%VER%%/kvi_kvs_aliasmanager.h -include/kvirc/%%VER%%/kvi_kvs_array.h -include/kvirc/%%VER%%/kvi_kvs_corecallbackcommands.h -include/kvirc/%%VER%%/kvi_kvs_corefunctions.h -include/kvirc/%%VER%%/kvi_kvs_coresimplecommands.h -include/kvirc/%%VER%%/kvi_kvs_dnsmanager.h -include/kvirc/%%VER%%/kvi_kvs_event.h -include/kvirc/%%VER%%/kvi_kvs_eventhandler.h -include/kvirc/%%VER%%/kvi_kvs_eventmanager.h -include/kvirc/%%VER%%/kvi_kvs_eventtable.h -include/kvirc/%%VER%%/kvi_kvs_hash.h -include/kvirc/%%VER%%/kvi_kvs_kernel.h -include/kvirc/%%VER%%/kvi_kvs_moduleinterface.h -include/kvirc/%%VER%%/kvi_kvs_object.h -include/kvirc/%%VER%%/kvi_kvs_parser.h -include/kvirc/%%VER%%/kvi_kvs_parser_macros.h -include/kvirc/%%VER%%/kvi_kvs_popupmanager.h -include/kvirc/%%VER%%/kvi_kvs_popupmenu.h -include/kvirc/%%VER%%/kvi_kvs_report.h -include/kvirc/%%VER%%/kvi_kvs_reporttarget.h -include/kvirc/%%VER%%/kvi_kvs_runtimecontext.h -include/kvirc/%%VER%%/kvi_kvs_rwevaluationresult.h -include/kvirc/%%VER%%/kvi_kvs_script.h -include/kvirc/%%VER%%/kvi_kvs_switchlist.h -include/kvirc/%%VER%%/kvi_kvs_timermanager.h -include/kvirc/%%VER%%/kvi_kvs_treenode.h -include/kvirc/%%VER%%/kvi_kvs_treenode_aliasfunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_aliassimplecommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_arraycount.h -include/kvirc/%%VER%%/kvi_kvs_treenode_arrayelement.h -include/kvirc/%%VER%%/kvi_kvs_treenode_arrayorhashelement.h -include/kvirc/%%VER%%/kvi_kvs_treenode_arrayreferenceassert.h -include/kvirc/%%VER%%/kvi_kvs_treenode_base.h -include/kvirc/%%VER%%/kvi_kvs_treenode_baseobjectfunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_callbackcommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_command.h -include/kvirc/%%VER%%/kvi_kvs_treenode_commandevaluation.h -include/kvirc/%%VER%%/kvi_kvs_treenode_commandwithparameters.h -include/kvirc/%%VER%%/kvi_kvs_treenode_compositedata.h -include/kvirc/%%VER%%/kvi_kvs_treenode_constantdata.h -include/kvirc/%%VER%%/kvi_kvs_treenode_corecallbackcommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_corefunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_coresimplecommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_data.h -include/kvirc/%%VER%%/kvi_kvs_treenode_datalist.h -include/kvirc/%%VER%%/kvi_kvs_treenode_expression.h -include/kvirc/%%VER%%/kvi_kvs_treenode_expressionreturn.h -include/kvirc/%%VER%%/kvi_kvs_treenode_extendedscopevariable.h -include/kvirc/%%VER%%/kvi_kvs_treenode_functioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_globalvariable.h -include/kvirc/%%VER%%/kvi_kvs_treenode_hashcount.h -include/kvirc/%%VER%%/kvi_kvs_treenode_hashelement.h -include/kvirc/%%VER%%/kvi_kvs_treenode_hashreferenceassert.h -include/kvirc/%%VER%%/kvi_kvs_treenode_indirectdata.h -include/kvirc/%%VER%%/kvi_kvs_treenode_instruction.h -include/kvirc/%%VER%%/kvi_kvs_treenode_instructionblock.h -include/kvirc/%%VER%%/kvi_kvs_treenode_localvariable.h -include/kvirc/%%VER%%/kvi_kvs_treenode_modulecallbackcommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_modulefunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_modulesimplecommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_multipleparameteridentifier.h -include/kvirc/%%VER%%/kvi_kvs_treenode_objectfunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_operation.h -include/kvirc/%%VER%%/kvi_kvs_treenode_parameterreturn.h -include/kvirc/%%VER%%/kvi_kvs_treenode_scopeoperator.h -include/kvirc/%%VER%%/kvi_kvs_treenode_simplecommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_singleparameteridentifier.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommand.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandbreak.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommanddefpopup.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommanddo.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandfor.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandforeach.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandif.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandswitch.h -include/kvirc/%%VER%%/kvi_kvs_treenode_specialcommandwhile.h -include/kvirc/%%VER%%/kvi_kvs_treenode_switchlist.h -include/kvirc/%%VER%%/kvi_kvs_treenode_thisobjectfunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_treenode_variable.h -include/kvirc/%%VER%%/kvi_kvs_treenode_voidfunctioncall.h -include/kvirc/%%VER%%/kvi_kvs_useraction.h -include/kvirc/%%VER%%/kvi_kvs_variant.h -include/kvirc/%%VER%%/kvi_kvs_variantlist.h -include/kvirc/%%VER%%/kvi_lagmeter.h -include/kvirc/%%VER%%/kvi_library.h -include/kvirc/%%VER%%/kvi_list.h -include/kvirc/%%VER%%/kvi_locale.h -include/kvirc/%%VER%%/kvi_malloc.h -include/kvirc/%%VER%%/kvi_maskeditor.h -include/kvirc/%%VER%%/kvi_md5.h -include/kvirc/%%VER%%/kvi_mdicaption.h -include/kvirc/%%VER%%/kvi_mdichild.h -include/kvirc/%%VER%%/kvi_mdimanager.h -include/kvirc/%%VER%%/kvi_mediatype.h -include/kvirc/%%VER%%/kvi_memmove.h -include/kvirc/%%VER%%/kvi_menubar.h -include/kvirc/%%VER%%/kvi_mexlinkfilter.h -include/kvirc/%%VER%%/kvi_mexserverimport.h -include/kvirc/%%VER%%/kvi_mextoolbar.h -include/kvirc/%%VER%%/kvi_mirccntrl.h -include/kvirc/%%VER%%/kvi_modeeditor.h -include/kvirc/%%VER%%/kvi_module.h -include/kvirc/%%VER%%/kvi_moduleextension.h -include/kvirc/%%VER%%/kvi_modulemanager.h -include/kvirc/%%VER%%/kvi_msgbox.h -include/kvirc/%%VER%%/kvi_msgtype.h -include/kvirc/%%VER%%/kvi_netutils.h -include/kvirc/%%VER%%/kvi_nickserv.h -include/kvirc/%%VER%%/kvi_notifylist.h -include/kvirc/%%VER%%/kvi_numeric.h -include/kvirc/%%VER%%/kvi_options.h -include/kvirc/%%VER%%/kvi_optionswidget.h -include/kvirc/%%VER%%/kvi_out.h -include/kvirc/%%VER%%/kvi_parameterlist.h -include/kvirc/%%VER%%/kvi_pixmap.h -include/kvirc/%%VER%%/kvi_popupmanager.h -include/kvirc/%%VER%%/kvi_popupmenu.h -include/kvirc/%%VER%%/kvi_processmanager.h -include/kvirc/%%VER%%/kvi_proxydb.h -include/kvirc/%%VER%%/kvi_qstring.h -include/kvirc/%%VER%%/kvi_query.h -include/kvirc/%%VER%%/kvi_regchan.h -include/kvirc/%%VER%%/kvi_regusersdb.h -include/kvirc/%%VER%%/kvi_scriptbutton.h -include/kvirc/%%VER%%/kvi_scripteditor.h -include/kvirc/%%VER%%/kvi_scriptobject.h -include/kvirc/%%VER%%/kvi_selectors.h -include/kvirc/%%VER%%/kvi_settings.h -include/kvirc/%%VER%%/kvi_sharedfiles.h -include/kvirc/%%VER%%/kvi_socket.h -include/kvirc/%%VER%%/kvi_sockettype.h -include/kvirc/%%VER%%/kvi_sparser.h -include/kvirc/%%VER%%/kvi_splash.h -include/kvirc/%%VER%%/kvi_ssl.h -include/kvirc/%%VER%%/kvi_sslmaster.h -include/kvirc/%%VER%%/kvi_statusbar.h -include/kvirc/%%VER%%/kvi_statusbarapplet.h -include/kvirc/%%VER%%/kvi_stdarg.h -include/kvirc/%%VER%%/kvi_strasm.h -include/kvirc/%%VER%%/kvi_string.h -include/kvirc/%%VER%%/kvi_stringarray.h -include/kvirc/%%VER%%/kvi_stringconversion.h -include/kvirc/%%VER%%/kvi_tal_application.h -include/kvirc/%%VER%%/kvi_tal_application_kde.h -include/kvirc/%%VER%%/kvi_tal_application_qt.h -include/kvirc/%%VER%%/kvi_tal_filedialog.h -include/kvirc/%%VER%%/kvi_tal_filedialog_kde.h -include/kvirc/%%VER%%/kvi_tal_filedialog_qt.h -include/kvirc/%%VER%%/kvi_tal_mainwindow.h -include/kvirc/%%VER%%/kvi_tal_mainwindow_kde.h -include/kvirc/%%VER%%/kvi_tal_mainwindow_qt.h -include/kvirc/%%VER%%/kvi_tal_menubar.h -include/kvirc/%%VER%%/kvi_tal_menubar_kde.h -include/kvirc/%%VER%%/kvi_tal_menubar_qt.h -include/kvirc/%%VER%%/kvi_tal_toolbar.h -include/kvirc/%%VER%%/kvi_tal_toolbar_kde.h -include/kvirc/%%VER%%/kvi_tal_toolbar_qt.h -include/kvirc/%%VER%%/kvi_tal_toolbardocktype.h -include/kvirc/%%VER%%/kvi_taskbar.h -include/kvirc/%%VER%%/kvi_texticonmanager.h -include/kvirc/%%VER%%/kvi_texticonwin.h -include/kvirc/%%VER%%/kvi_themedlabel.h -include/kvirc/%%VER%%/kvi_thread.h -include/kvirc/%%VER%%/kvi_time.h -include/kvirc/%%VER%%/kvi_timermanager.h -include/kvirc/%%VER%%/kvi_toolbar.h -include/kvirc/%%VER%%/kvi_topicw.h -include/kvirc/%%VER%%/kvi_uparser.h -include/kvirc/%%VER%%/kvi_url.h -include/kvirc/%%VER%%/kvi_useraction.h -include/kvirc/%%VER%%/kvi_userlistview.h -include/kvirc/%%VER%%/kvi_wincfg.h -include/kvirc/%%VER%%/kvi_window.h -include/kvirc/%%VER%%/kvi_xlib.h -lib/libkvilib.la -lib/libkvilib.so -lib/libkvilib.so.3 -share/applnk/Internet/kvirc.desktop -share/icons/hicolor/16x16/apps/kvirc.png -share/icons/hicolor/16x16/mimetypes/kvs.png -share/icons/hicolor/32x32/apps/kvirc.png -share/icons/hicolor/32x32/mimetypes/kvs.png -share/icons/hicolor/48x48/apps/kvirc.png -share/icons/hicolor/48x48/mimetypes/kvs.png -share/icons/hicolor/64x64/apps/kvirc.png -share/icons/hicolor/64x64/mimetypes/kvs.png -share/services/irc.protocol -share/services/irc6.protocol -share/mimelnk/text/x-kvs.desktop -%%DATADIR%%/%%VER%%/config/modules/libkvinotifier.kvc -%%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc -%%DATADIR%%/%%VER%%/config/modules/libkvitip_cs.kvc -%%DATADIR%%/%%VER%%/config/modules/libkvitip_it.kvc -%%DATADIR%%/%%VER%%/config/modules/libkvitip_ru.kvc -%%DATADIR%%/%%VER%%/config/serverdb.kvc -%%DATADIR%%/%%VER%%/config/texticons.kvc -%%DATADIR%%/%%VER%%/defscript/default.kvs -%%DATADIR%%/%%VER%%/help/en/_db_class.idx -%%DATADIR%%/%%VER%%/help/en/_db_command.idx -%%DATADIR%%/%%VER%%/help/en/_db_event.idx -%%DATADIR%%/%%VER%%/help/en/_db_function.idx -%%DATADIR%%/%%VER%%/help/en/_db_generic.idx -%%DATADIR%%/%%VER%%/help/en/_db_keyterms.idx -%%DATADIR%%/%%VER%%/help/en/_db_language.idx -%%DATADIR%%/%%VER%%/help/en/_db_module.idx -%%DATADIR%%/%%VER%%/help/en/_db_widget.idx -%%DATADIR%%/%%VER%%/help/en/class_button.html -%%DATADIR%%/%%VER%%/help/en/class_checkbox.html -%%DATADIR%%/%%VER%%/help/en/class_combobox.html -%%DATADIR%%/%%VER%%/help/en/class_file.html -%%DATADIR%%/%%VER%%/help/en/class_grupbox.html -%%DATADIR%%/%%VER%%/help/en/class_label.html -%%DATADIR%%/%%VER%%/help/en/class_layout.html -%%DATADIR%%/%%VER%%/help/en/class_lcdnumber.html -%%DATADIR%%/%%VER%%/help/en/class_lineedit.html -%%DATADIR%%/%%VER%%/help/en/class_list.html -%%DATADIR%%/%%VER%%/help/en/class_listbox.html -%%DATADIR%%/%%VER%%/help/en/class_menubar.html -%%DATADIR%%/%%VER%%/help/en/class_multilineedit.html -%%DATADIR%%/%%VER%%/help/en/class_object.html -%%DATADIR%%/%%VER%%/help/en/class_popupmenu.html -%%DATADIR%%/%%VER%%/help/en/class_process.html -%%DATADIR%%/%%VER%%/help/en/class_progressbar.html -%%DATADIR%%/%%VER%%/help/en/class_radiobutton.html -%%DATADIR%%/%%VER%%/help/en/class_slider.html -%%DATADIR%%/%%VER%%/help/en/class_socket.html -%%DATADIR%%/%%VER%%/help/en/class_spinbox.html -%%DATADIR%%/%%VER%%/help/en/class_string.html -%%DATADIR%%/%%VER%%/help/en/class_tabwidget.html -%%DATADIR%%/%%VER%%/help/en/class_urllabel.html -%%DATADIR%%/%%VER%%/help/en/class_widget.html -%%DATADIR%%/%%VER%%/help/en/class_window.html -%%DATADIR%%/%%VER%%/help/en/class_workspace.html -%%DATADIR%%/%%VER%%/help/en/cmd_about.kvirc.html -%%DATADIR%%/%%VER%%/help/en/cmd_action.create.html -%%DATADIR%%/%%VER%%/help/en/cmd_action.destroy.html -%%DATADIR%%/%%VER%%/help/en/cmd_action.disable.html -%%DATADIR%%/%%VER%%/help/en/cmd_action.enable.html -%%DATADIR%%/%%VER%%/help/en/cmd_action.list.html -%%DATADIR%%/%%VER%%/help/en/cmd_action.trigger.html -%%DATADIR%%/%%VER%%/help/en/cmd_actioneditor.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_admin.html -%%DATADIR%%/%%VER%%/help/en/cmd_ahost.html -%%DATADIR%%/%%VER%%/help/en/cmd_alias.html -%%DATADIR%%/%%VER%%/help/en/cmd_aliaseditor.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_avatar.html -%%DATADIR%%/%%VER%%/help/en/cmd_avatar.notify.html -%%DATADIR%%/%%VER%%/help/en/cmd_avatar.query.html -%%DATADIR%%/%%VER%%/help/en/cmd_avatar.set.html -%%DATADIR%%/%%VER%%/help/en/cmd_avatar.unset.html -%%DATADIR%%/%%VER%%/help/en/cmd_away.html -%%DATADIR%%/%%VER%%/help/en/cmd_awhois.html -%%DATADIR%%/%%VER%%/help/en/cmd_back.html -%%DATADIR%%/%%VER%%/help/en/cmd_ban.html -%%DATADIR%%/%%VER%%/help/en/cmd_beep.html -%%DATADIR%%/%%VER%%/help/en/cmd_break.html -%%DATADIR%%/%%VER%%/help/en/cmd_button.html -%%DATADIR%%/%%VER%%/help/en/cmd_buttonctl.html -%%DATADIR%%/%%VER%%/help/en/cmd_channelsjoin.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_class.html -%%DATADIR%%/%%VER%%/help/en/cmd_clear.html -%%DATADIR%%/%%VER%%/help/en/cmd_clearobjects.html -%%DATADIR%%/%%VER%%/help/en/cmd_clock.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_codepage.html -%%DATADIR%%/%%VER%%/help/en/cmd_codetester.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_config.clear.html -%%DATADIR%%/%%VER%%/help/en/cmd_config.clearsection.html -%%DATADIR%%/%%VER%%/help/en/cmd_config.close.html -%%DATADIR%%/%%VER%%/help/en/cmd_config.flush.html -%%DATADIR%%/%%VER%%/help/en/cmd_config.setsection.html -%%DATADIR%%/%%VER%%/help/en/cmd_config.write.html -%%DATADIR%%/%%VER%%/help/en/cmd_connect.html -%%DATADIR%%/%%VER%%/help/en/cmd_ctcp.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.abort.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.canvas.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.chat.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.get.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.recv.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.rsend.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.send.html -%%DATADIR%%/%%VER%%/help/en/cmd_dcc.voice.html -%%DATADIR%%/%%VER%%/help/en/cmd_defpopup.html -%%DATADIR%%/%%VER%%/help/en/cmd_delete.html -%%DATADIR%%/%%VER%%/help/en/cmd_delpopupitem.html -%%DATADIR%%/%%VER%%/help/en/cmd_deop.html -%%DATADIR%%/%%VER%%/help/en/cmd_destroy.html -%%DATADIR%%/%%VER%%/help/en/cmd_devoice.html -%%DATADIR%%/%%VER%%/help/en/cmd_dialog.file.html -%%DATADIR%%/%%VER%%/help/en/cmd_dialog.image.html -%%DATADIR%%/%%VER%%/help/en/cmd_dialog.message.html -%%DATADIR%%/%%VER%%/help/en/cmd_dialog.textinput.html -%%DATADIR%%/%%VER%%/help/en/cmd_disconnect.html -%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.hide.html -%%DATADIR%%/%%VER%%/help/en/cmd_dockwidget.show.html -%%DATADIR%%/%%VER%%/help/en/cmd_echo.html -%%DATADIR%%/%%VER%%/help/en/cmd_echoprivmsg.html -%%DATADIR%%/%%VER%%/help/en/cmd_eval.html -%%DATADIR%%/%%VER%%/help/en/cmd_event.html -%%DATADIR%%/%%VER%%/help/en/cmd_eventctl.html -%%DATADIR%%/%%VER%%/help/en/cmd_eventeditor.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_exec.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.addimagepath.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.copy.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.delimagepath.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.mkdir.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.remove.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.rename.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.rmdir.html -%%DATADIR%%/%%VER%%/help/en/cmd_file.write.html -%%DATADIR%%/%%VER%%/help/en/cmd_filetransferwindow.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_for.html -%%DATADIR%%/%%VER%%/help/en/cmd_foreach.html -%%DATADIR%%/%%VER%%/help/en/cmd_halt.html -%%DATADIR%%/%%VER%%/help/en/cmd_help.html -%%DATADIR%%/%%VER%%/help/en/cmd_help.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_help.search.html -%%DATADIR%%/%%VER%%/help/en/cmd_host.html -%%DATADIR%%/%%VER%%/help/en/cmd_http.get.html -%%DATADIR%%/%%VER%%/help/en/cmd_ident.start.html -%%DATADIR%%/%%VER%%/help/en/cmd_ident.stop.html -%%DATADIR%%/%%VER%%/help/en/cmd_if.html -%%DATADIR%%/%%VER%%/help/en/cmd_info.html -%%DATADIR%%/%%VER%%/help/en/cmd_invite.html -%%DATADIR%%/%%VER%%/help/en/cmd_iograph.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_join.html -%%DATADIR%%/%%VER%%/help/en/cmd_kick.html -%%DATADIR%%/%%VER%%/help/en/cmd_killclass.html -%%DATADIR%%/%%VER%%/help/en/cmd_killtimer.html -%%DATADIR%%/%%VER%%/help/en/cmd_leave.html -%%DATADIR%%/%%VER%%/help/en/cmd_links.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_list.html -%%DATADIR%%/%%VER%%/help/en/cmd_list.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_log.flush.html -%%DATADIR%%/%%VER%%/help/en/cmd_log.start.html -%%DATADIR%%/%%VER%%/help/en/cmd_log.stop.html -%%DATADIR%%/%%VER%%/help/en/cmd_logview.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_lusers.html -%%DATADIR%%/%%VER%%/help/en/cmd_me.html -%%DATADIR%%/%%VER%%/help/en/cmd_mode.html -%%DATADIR%%/%%VER%%/help/en/cmd_motd.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.addurl.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.next.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.pause.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.play.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.prev.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.quit.html -%%DATADIR%%/%%VER%%/help/en/cmd_mp3player.stop.html -%%DATADIR%%/%%VER%%/help/en/cmd_msg.html -%%DATADIR%%/%%VER%%/help/en/cmd_nick.html -%%DATADIR%%/%%VER%%/help/en/cmd_notice.html -%%DATADIR%%/%%VER%%/help/en/cmd_notifier.hide.html -%%DATADIR%%/%%VER%%/help/en/cmd_notifier.message.html -%%DATADIR%%/%%VER%%/help/en/cmd_notifier.show.html -%%DATADIR%%/%%VER%%/help/en/cmd_op.html -%%DATADIR%%/%%VER%%/help/en/cmd_openurl.html -%%DATADIR%%/%%VER%%/help/en/cmd_oper.html -%%DATADIR%%/%%VER%%/help/en/cmd_option.html -%%DATADIR%%/%%VER%%/help/en/cmd_options.dialog.html -%%DATADIR%%/%%VER%%/help/en/cmd_options.edit.html -%%DATADIR%%/%%VER%%/help/en/cmd_options.pages.html -%%DATADIR%%/%%VER%%/help/en/cmd_options.save.html -%%DATADIR%%/%%VER%%/help/en/cmd_parse.html -%%DATADIR%%/%%VER%%/help/en/cmd_part.html -%%DATADIR%%/%%VER%%/help/en/cmd_pass.html -%%DATADIR%%/%%VER%%/help/en/cmd_perl.begin.html -%%DATADIR%%/%%VER%%/help/en/cmd_perl.destroy.html -%%DATADIR%%/%%VER%%/help/en/cmd_perl.end.html -%%DATADIR%%/%%VER%%/help/en/cmd_play.html -%%DATADIR%%/%%VER%%/help/en/cmd_popup.html -%%DATADIR%%/%%VER%%/help/en/cmd_popupeditor.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_privateimpl.html -%%DATADIR%%/%%VER%%/help/en/cmd_privmsg.html -%%DATADIR%%/%%VER%%/help/en/cmd_query.html -%%DATADIR%%/%%VER%%/help/en/cmd_quit.html -%%DATADIR%%/%%VER%%/help/en/cmd_quote.html -%%DATADIR%%/%%VER%%/help/en/cmd_raise.html -%%DATADIR%%/%%VER%%/help/en/cmd_raw.html -%%DATADIR%%/%%VER%%/help/en/cmd_raweditor.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_rebind.html -%%DATADIR%%/%%VER%%/help/en/cmd_regchan.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_regchan.list.html -%%DATADIR%%/%%VER%%/help/en/cmd_regchan.remove.html -%%DATADIR%%/%%VER%%/help/en/cmd_regchan.setproperty.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.addmask.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.delmask.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.edit.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.remove.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.setproperty.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.showlist.html -%%DATADIR%%/%%VER%%/help/en/cmd_reguser.wizard.html -%%DATADIR%%/%%VER%%/help/en/cmd_return.html -%%DATADIR%%/%%VER%%/help/en/cmd_run.html -%%DATADIR%%/%%VER%%/help/en/cmd_say.html -%%DATADIR%%/%%VER%%/help/en/cmd_server.html -%%DATADIR%%/%%VER%%/help/en/cmd_service.html -%%DATADIR%%/%%VER%%/help/en/cmd_setmenu.html -%%DATADIR%%/%%VER%%/help/en/cmd_setreturn.html -%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.clear.html -%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.list.html -%%DATADIR%%/%%VER%%/help/en/cmd_sharedfile.remove.html -%%DATADIR%%/%%VER%%/help/en/cmd_sharedfileswindow.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_snd.play.html -%%DATADIR%%/%%VER%%/help/en/cmd_sockets.html -%%DATADIR%%/%%VER%%/help/en/cmd_socketspy.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_sound.html -%%DATADIR%%/%%VER%%/help/en/cmd_spaste.clipboard.html -%%DATADIR%%/%%VER%%/help/en/cmd_spaste.file.html -%%DATADIR%%/%%VER%%/help/en/cmd_spaste.list.html -%%DATADIR%%/%%VER%%/help/en/cmd_spaste.setdelay.html -%%DATADIR%%/%%VER%%/help/en/cmd_spaste.stop.html -%%DATADIR%%/%%VER%%/help/en/cmd_squery.html -%%DATADIR%%/%%VER%%/help/en/cmd_squit.html -%%DATADIR%%/%%VER%%/help/en/cmd_srand.html -%%DATADIR%%/%%VER%%/help/en/cmd_stats.html -%%DATADIR%%/%%VER%%/help/en/cmd_switch.html -%%DATADIR%%/%%VER%%/help/en/cmd_system.setenv.html -%%DATADIR%%/%%VER%%/help/en/cmd_term.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_time.html -%%DATADIR%%/%%VER%%/help/en/cmd_timer.html -%%DATADIR%%/%%VER%%/help/en/cmd_tip.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.add.html -%%DATADIR%%/%%VER%%/help/en/cmd_tmphighlight.remove.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.additem.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.clear.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.create.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.define.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.destroy.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.hide.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.removeitem.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbar.show.html -%%DATADIR%%/%%VER%%/help/en/cmd_toolbareditor.open.html -%%DATADIR%%/%%VER%%/help/en/cmd_topic.html -%%DATADIR%%/%%VER%%/help/en/cmd_trace.html -%%DATADIR%%/%%VER%%/help/en/cmd_trload.html -%%DATADIR%%/%%VER%%/help/en/cmd_trunload.html -%%DATADIR%%/%%VER%%/help/en/cmd_unban.html -%%DATADIR%%/%%VER%%/help/en/cmd_url.config.html -%%DATADIR%%/%%VER%%/help/en/cmd_url.list.html -%%DATADIR%%/%%VER%%/help/en/cmd_version.html -%%DATADIR%%/%%VER%%/help/en/cmd_voice.html -%%DATADIR%%/%%VER%%/help/en/cmd_while.html -%%DATADIR%%/%%VER%%/help/en/cmd_who.html -%%DATADIR%%/%%VER%%/help/en/cmd_whois.html -%%DATADIR%%/%%VER%%/help/en/cmd_whowas.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.activate.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.clearOutput.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.close.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.demandAttention.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.dock.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.listtypes.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.maximize.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.minimize.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.restore.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.setCaption.html -%%DATADIR%%/%%VER%%/help/en/cmd_window.undock.html -%%DATADIR%%/%%VER%%/help/en/doc_aliases.html -%%DATADIR%%/%%VER%%/help/en/doc_antispam.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_class_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_class_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_command_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_command_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_command_rebinding.html -%%DATADIR%%/%%VER%%/help/en/doc_connection_dependant_commands.html -%%DATADIR%%/%%VER%%/help/en/doc_crypt_engines.html -%%DATADIR%%/%%VER%%/help/en/doc_ctcp_avatar.html -%%DATADIR%%/%%VER%%/help/en/doc_ctcp_handling.html -%%DATADIR%%/%%VER%%/help/en/doc_datatypes.html -%%DATADIR%%/%%VER%%/help/en/doc_dcc_connection.html -%%DATADIR%%/%%VER%%/help/en/doc_escape_sequences.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_event_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_event_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_events.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_function_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_function_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_generic_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_image_id.html -%%DATADIR%%/%%VER%%/help/en/doc_irc_masks.html -%%DATADIR%%/%%VER%%/help/en/doc_ircintro.html -%%DATADIR%%/%%VER%%/help/en/doc_isanyconsoleconnected.html -%%DATADIR%%/%%VER%%/help/en/doc_keyboard.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_keyterms_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_kvircintro.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_language_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_language_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_language_overview.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_module_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_module_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_modules.html -%%DATADIR%%/%%VER%%/help/en/doc_nickserv_proto.html -%%DATADIR%%/%%VER%%/help/en/doc_noblockingdialogs.html -%%DATADIR%%/%%VER%%/help/en/doc_notify_list.html -%%DATADIR%%/%%VER%%/help/en/doc_objects.html -%%DATADIR%%/%%VER%%/help/en/doc_ondccchatwindowcreated.html -%%DATADIR%%/%%VER%%/help/en/doc_onservernotice.html -%%DATADIR%%/%%VER%%/help/en/doc_operators.html -%%DATADIR%%/%%VER%%/help/en/doc_perl_and_kvs.html -%%DATADIR%%/%%VER%%/help/en/doc_registered_users.html -%%DATADIR%%/%%VER%%/help/en/doc_rfc2812.html -%%DATADIR%%/%%VER%%/help/en/doc_rfc2821wrappers.html -%%DATADIR%%/%%VER%%/help/en/doc_script_localization.html -%%DATADIR%%/%%VER%%/help/en/doc_shared_files.html -%%DATADIR%%/%%VER%%/help/en/doc_texticons.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_$.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_a.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_b.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_c.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_d.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_e.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_f.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_g.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_h.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_i.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_j.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_k.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_l.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_m.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_n.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_o.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_p.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_q.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_r.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_s.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_t.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_u.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_v.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_w.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_x.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_y.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_z.html -%%DATADIR%%/%%VER%%/help/en/doc_widget_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html -%%DATADIR%%/%%VER%%/help/en/event_OnQueryFileDropped.html -%%DATADIR%%/%%VER%%/help/en/event_onaccelkeypressed.html -%%DATADIR%%/%%VER%%/help/en/event_onaction.html -%%DATADIR%%/%%VER%%/help/en/event_onban.html -%%DATADIR%%/%%VER%%/help/en/event_onbanexception.html -%%DATADIR%%/%%VER%%/help/en/event_onbanexceptionremove.html -%%DATADIR%%/%%VER%%/help/en/event_onchanadmin.html -%%DATADIR%%/%%VER%%/help/en/event_onchannellinkpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelmessage.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelnickpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelnotice.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelsync.html -%%DATADIR%%/%%VER%%/help/en/event_onchannelwindowcreated.html -%%DATADIR%%/%%VER%%/help/en/event_onchanowner.html -%%DATADIR%%/%%VER%%/help/en/event_onchanservnotice.html -%%DATADIR%%/%%VER%%/help/en/event_onconsolepopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onctcpflood.html -%%DATADIR%%/%%VER%%/help/en/event_onctcpreply.html -%%DATADIR%%/%%VER%%/help/en/event_onctcprequest.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnected.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchatconnectioninprogress.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchatdisconnected.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchaterror.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchatmessage.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchatpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_ondccchatwindowclosing.html -%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferbegin.html -%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferconnectioninprogress.html -%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransferfailed.html -%%DATADIR%%/%%VER%%/help/en/event_ondccfiletransfersuccess.html -%%DATADIR%%/%%VER%%/help/en/event_ondccsessioncreated.html -%%DATADIR%%/%%VER%%/help/en/event_ondechanadmin.html -%%DATADIR%%/%%VER%%/help/en/event_ondechanowner.html -%%DATADIR%%/%%VER%%/help/en/event_ondehalfop.html -%%DATADIR%%/%%VER%%/help/en/event_ondeop.html -%%DATADIR%%/%%VER%%/help/en/event_ondeuserop.html -%%DATADIR%%/%%VER%%/help/en/event_ondevoice.html -%%DATADIR%%/%%VER%%/help/en/event_ondisconnectrequest.html -%%DATADIR%%/%%VER%%/help/en/event_onerror.html -%%DATADIR%%/%%VER%%/help/en/event_onframewindowcreated.html -%%DATADIR%%/%%VER%%/help/en/event_onframewindowdestroyed.html -%%DATADIR%%/%%VER%%/help/en/event_onhalfop.html -%%DATADIR%%/%%VER%%/help/en/event_onhighlight.html -%%DATADIR%%/%%VER%%/help/en/event_onhostlinkpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_oninvite.html -%%DATADIR%%/%%VER%%/help/en/event_oninviteexception.html -%%DATADIR%%/%%VER%%/help/en/event_oninviteexceptionremove.html -%%DATADIR%%/%%VER%%/help/en/event_onirc.html -%%DATADIR%%/%%VER%%/help/en/event_onircconnectionestablished.html -%%DATADIR%%/%%VER%%/help/en/event_onircconnectionterminated.html -%%DATADIR%%/%%VER%%/help/en/event_onirccontextcreated.html -%%DATADIR%%/%%VER%%/help/en/event_onirccontextdestroyed.html -%%DATADIR%%/%%VER%%/help/en/event_onjoin.html -%%DATADIR%%/%%VER%%/help/en/event_onkeyset.html -%%DATADIR%%/%%VER%%/help/en/event_onkeyunset.html -%%DATADIR%%/%%VER%%/help/en/event_onkick.html -%%DATADIR%%/%%VER%%/help/en/event_onkvircshutdown.html -%%DATADIR%%/%%VER%%/help/en/event_onkvircstartup.html -%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimedown.html -%%DATADIR%%/%%VER%%/help/en/event_onlagalarmtimeup.html -%%DATADIR%%/%%VER%%/help/en/event_onlagcheck.html -%%DATADIR%%/%%VER%%/help/en/event_onlimitset.html -%%DATADIR%%/%%VER%%/help/en/event_onlimitunset.html -%%DATADIR%%/%%VER%%/help/en/event_onmeaway.html -%%DATADIR%%/%%VER%%/help/en/event_onmeback.html -%%DATADIR%%/%%VER%%/help/en/event_onmeban.html -%%DATADIR%%/%%VER%%/help/en/event_onmebanexception.html -%%DATADIR%%/%%VER%%/help/en/event_onmebanexceptionremove.html -%%DATADIR%%/%%VER%%/help/en/event_onmechanadmin.html -%%DATADIR%%/%%VER%%/help/en/event_onmechanowner.html -%%DATADIR%%/%%VER%%/help/en/event_onmedechanadmin.html -%%DATADIR%%/%%VER%%/help/en/event_onmedechanowner.html -%%DATADIR%%/%%VER%%/help/en/event_onmedehalfop.html -%%DATADIR%%/%%VER%%/help/en/event_onmedeop.html -%%DATADIR%%/%%VER%%/help/en/event_onmedeuserop.html -%%DATADIR%%/%%VER%%/help/en/event_onmedevoice.html -%%DATADIR%%/%%VER%%/help/en/event_onmehalfop.html -%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexception.html -%%DATADIR%%/%%VER%%/help/en/event_onmeinviteexceptionremove.html -%%DATADIR%%/%%VER%%/help/en/event_onmejoin.html -%%DATADIR%%/%%VER%%/help/en/event_onmekick.html -%%DATADIR%%/%%VER%%/help/en/event_onmenickchange.html -%%DATADIR%%/%%VER%%/help/en/event_onmeop.html -%%DATADIR%%/%%VER%%/help/en/event_onmepart.html -%%DATADIR%%/%%VER%%/help/en/event_onmeunban.html -%%DATADIR%%/%%VER%%/help/en/event_onmeuserop.html -%%DATADIR%%/%%VER%%/help/en/event_onmevoice.html -%%DATADIR%%/%%VER%%/help/en/event_onnetsplit.html -%%DATADIR%%/%%VER%%/help/en/event_onnickchange.html -%%DATADIR%%/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html -%%DATADIR%%/%%VER%%/help/en/event_onnicklinkpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onnickservnotice.html -%%DATADIR%%/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html -%%DATADIR%%/%%VER%%/help/en/event_onnotifylistpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onnotifyoffline.html -%%DATADIR%%/%%VER%%/help/en/event_onnotifyonline.html -%%DATADIR%%/%%VER%%/help/en/event_onop.html -%%DATADIR%%/%%VER%%/help/en/event_onpart.html -%%DATADIR%%/%%VER%%/help/en/event_onping.html -%%DATADIR%%/%%VER%%/help/en/event_onpong.html -%%DATADIR%%/%%VER%%/help/en/event_onquerymessage.html -%%DATADIR%%/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html -%%DATADIR%%/%%VER%%/help/en/event_onquerynickpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onquerynotice.html -%%DATADIR%%/%%VER%%/help/en/event_onquerypopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onquerytargetadded.html -%%DATADIR%%/%%VER%%/help/en/event_onquerywindowcreated.html -%%DATADIR%%/%%VER%%/help/en/event_onquerywindowrequest.html -%%DATADIR%%/%%VER%%/help/en/event_onquit.html -%%DATADIR%%/%%VER%%/help/en/event_onserverlinkpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_ontextinput.html -%%DATADIR%%/%%VER%%/help/en/event_ontextviewdoubleclicked.html -%%DATADIR%%/%%VER%%/help/en/event_ontopic.html -%%DATADIR%%/%%VER%%/help/en/event_onunban.html -%%DATADIR%%/%%VER%%/help/en/event_onunhandledliteral.html -%%DATADIR%%/%%VER%%/help/en/event_onurl.html -%%DATADIR%%/%%VER%%/help/en/event_onurllinkpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onusermode.html -%%DATADIR%%/%%VER%%/help/en/event_onuserop.html -%%DATADIR%%/%%VER%%/help/en/event_onvoice.html -%%DATADIR%%/%%VER%%/help/en/event_onwallops.html -%%DATADIR%%/%%VER%%/help/en/event_onwindowactivated.html -%%DATADIR%%/%%VER%%/help/en/event_onwindowpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/fnc_$.html -%%DATADIR%%/%%VER%%/help/en/fnc_$lag.lag.html -%%DATADIR%%/%%VER%%/help/en/fnc_active.html -%%DATADIR%%/%%VER%%/help/en/fnc_array.html -%%DATADIR%%/%%VER%%/help/en/fnc_ascii.html -%%DATADIR%%/%%VER%%/help/en/fnc_avatar.html -%%DATADIR%%/%%VER%%/help/en/fnc_avatar.name.html -%%DATADIR%%/%%VER%%/help/en/fnc_avatar.path.html -%%DATADIR%%/%%VER%%/help/en/fnc_away.html -%%DATADIR%%/%%VER%%/help/en/fnc_b.html -%%DATADIR%%/%%VER%%/help/en/fnc_base64toAscii.html -%%DATADIR%%/%%VER%%/help/en/fnc_calc.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.admincount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.bancount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptioncount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptionlist.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.banlist.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.getflag.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.halfopcount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitecount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.invitelist.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.isDead.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.isadmin.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ishalfop.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeadmin.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismehalfop.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeop.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeowner.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismeuserop.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ismevoice.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ison.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.isop.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.isowner.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.isuserop.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.isvoice.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.key.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.limit.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchban.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchbanexception.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchinvite.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.name.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.opcount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.ownercount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.topic.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetat.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.topicsetby.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.usercount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.userjointime.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.userlastactiontime.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.usermodelevel.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.useropcount.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.users.html -%%DATADIR%%/%%VER%%/help/en/fnc_chan.voicecount.html -%%DATADIR%%/%%VER%%/help/en/fnc_channel.html -%%DATADIR%%/%%VER%%/help/en/fnc_char.html -%%DATADIR%%/%%VER%%/help/en/fnc_classdefined.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.filelist.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.filename.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.hassection.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.id.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.keylist.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.open.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.read.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.readonly.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.section.html -%%DATADIR%%/%%VER%%/help/en/fnc_config.sectionlist.html -%%DATADIR%%/%%VER%%/help/en/fnc_console.html -%%DATADIR%%/%%VER%%/help/en/fnc_context.html -%%DATADIR%%/%%VER%%/help/en/fnc_cr.html -%%DATADIR%%/%%VER%%/help/en/fnc_date.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.averageSpeed.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.connectionType.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.ircContext.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isFileDownload.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isFileTransfer.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.isFileUpload.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localFileName.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localFileSize.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localHost.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localIp.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localNick.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localPort.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.localUser.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.protocol.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteFileName.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteFileSize.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteHost.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteIp.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteNick.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remotePort.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.remoteUser.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.session.html -%%DATADIR%%/%%VER%%/help/en/fnc_dcc.transferredBytes.html -%%DATADIR%%/%%VER%%/help/en/fnc_dockwidget.isvisible.html -%%DATADIR%%/%%VER%%/help/en/fnc_features.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.cwd.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.exists.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.extractfilename.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.extractpath.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.fixpath.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.globaldir.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.homedir.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.localdir.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.ls.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.ps.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.read.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.rootdir.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.size.html -%%DATADIR%%/%%VER%%/help/en/fnc_file.type.html -%%DATADIR%%/%%VER%%/help/en/fnc_fmtsocket.html -%%DATADIR%%/%%VER%%/help/en/fnc_hextoAscii.html -%%DATADIR%%/%%VER%%/help/en/fnc_hostname.html -%%DATADIR%%/%%VER%%/help/en/fnc_ic.html -%%DATADIR%%/%%VER%%/help/en/fnc_icon.html -%%DATADIR%%/%%VER%%/help/en/fnc_iconname.html -%%DATADIR%%/%%VER%%/help/en/fnc_isMainWindowMinimized.html -%%DATADIR%%/%%VER%%/help/en/fnc_ismehalfop.html -%%DATADIR%%/%%VER%%/help/en/fnc_ismeop.html -%%DATADIR%%/%%VER%%/help/en/fnc_ismeuserop.html -%%DATADIR%%/%%VER%%/help/en/fnc_ismevoice.html -%%DATADIR%%/%%VER%%/help/en/fnc_istimer.html -%%DATADIR%%/%%VER%%/help/en/fnc_iswellknown.html -%%DATADIR%%/%%VER%%/help/en/fnc_k.html -%%DATADIR%%/%%VER%%/help/en/fnc_lf.html -%%DATADIR%%/%%VER%%/help/en/fnc_log.file.html -%%DATADIR%%/%%VER%%/help/en/fnc_mask.hasnumerichost.html -%%DATADIR%%/%%VER%%/help/en/fnc_mask.host.html -%%DATADIR%%/%%VER%%/help/en/fnc_mask.html -%%DATADIR%%/%%VER%%/help/en/fnc_mask.match.html -%%DATADIR%%/%%VER%%/help/en/fnc_mask.nick.html -%%DATADIR%%/%%VER%%/help/en/fnc_mask.user.html -%%DATADIR%%/%%VER%%/help/en/fnc_me.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getchannels.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getfilename.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getfreq.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getlength.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_album.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_artist.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_comment.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_copright.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_crc.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_date.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_emphasis.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_genre.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_layer.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_original.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_title.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_tracknumber.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getmp3tag_version.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getposition.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.getrate.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.gettime.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.gettitle.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.ispaused.html -%%DATADIR%%/%%VER%%/help/en/fnc_mp3player.isplaying.html -%%DATADIR%%/%%VER%%/help/en/fnc_msgtype.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.host.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.ip.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.network.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.nick.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.server.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.umode.html -%%DATADIR%%/%%VER%%/help/en/fnc_my.user.html -%%DATADIR%%/%%VER%%/help/en/fnc_new.html -%%DATADIR%%/%%VER%%/help/en/fnc_notifier.isEnabled.html -%%DATADIR%%/%%VER%%/help/en/fnc_o.html -%%DATADIR%%/%%VER%%/help/en/fnc_option.html -%%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html -%%DATADIR%%/%%VER%%/help/en/fnc_perl.isAvailable.html -%%DATADIR%%/%%VER%%/help/en/fnc_query.html -%%DATADIR%%/%%VER%%/help/en/fnc_r.html -%%DATADIR%%/%%VER%%/help/en/fnc_rand.html -%%DATADIR%%/%%VER%%/help/en/fnc_regchan.find.html -%%DATADIR%%/%%VER%%/help/en/fnc_regchan.match.html -%%DATADIR%%/%%VER%%/help/en/fnc_regchan.property.html -%%DATADIR%%/%%VER%%/help/en/fnc_reguser.exactmatch.html -%%DATADIR%%/%%VER%%/help/en/fnc_reguser.list.html -%%DATADIR%%/%%VER%%/help/en/fnc_reguser.mask.html -%%DATADIR%%/%%VER%%/help/en/fnc_reguser.match.html -%%DATADIR%%/%%VER%%/help/en/fnc_reguser.matchproperty.html -%%DATADIR%%/%%VER%%/help/en/fnc_reguser.property.html -%%DATADIR%%/%%VER%%/help/en/fnc_selected.html -%%DATADIR%%/%%VER%%/help/en/fnc_server.html -%%DATADIR%%/%%VER%%/help/en/fnc_split.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.append.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.charsum.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.cmp.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.cmpnocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.containsnocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.equal.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.equalnocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.find.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirst.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.findfirstnocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.findlast.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.findlastnocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.insert.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.isempty.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.isnumber.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.isunsignednumber.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.left.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttofirst.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.lefttolast.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.len.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.lowcase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.match.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.matchnocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.mid.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.prepend.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.replace.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.replacenocase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.right.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromfirst.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.rightfromlast.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.strip.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.stripleft.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.stripright.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.token.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.upcase.html -%%DATADIR%%/%%VER%%/help/en/fnc_str.word.html -%%DATADIR%%/%%VER%%/help/en/fnc_sw.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.dcop.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.getenv.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.hostname.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.osmachine.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.osname.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.osnodename.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.osrelease.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.ostype.html -%%DATADIR%%/%%VER%%/help/en/fnc_system.osversion.html -%%DATADIR%%/%%VER%%/help/en/fnc_target.html -%%DATADIR%%/%%VER%%/help/en/fnc_this.html -%%DATADIR%%/%%VER%%/help/en/fnc_time.html -%%DATADIR%%/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html -%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.exists.html -%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.isVisible.html -%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.items.html -%%DATADIR%%/%%VER%%/help/en/fnc_toolbar.list.html -%%DATADIR%%/%%VER%%/help/en/fnc_tr.html -%%DATADIR%%/%%VER%%/help/en/fnc_u.html -%%DATADIR%%/%%VER%%/help/en/fnc_unixtime.html -%%DATADIR%%/%%VER%%/help/en/fnc_username.html -%%DATADIR%%/%%VER%%/help/en/fnc_version.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.activityLevel.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.activityTemperature.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.caption.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.console.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.exists.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.hasInput.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.hasOutput.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.hasUserFocus.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.isMaximized.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.isMinimized.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.list.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.open.html -%%DATADIR%%/%%VER%%/help/en/fnc_window.type.html -%%DATADIR%%/%%VER%%/help/en/helplogoleft.png -%%DATADIR%%/%%VER%%/help/en/helplogoright.png -%%DATADIR%%/%%VER%%/help/en/index.html -%%DATADIR%%/%%VER%%/help/en/module_config.html -%%DATADIR%%/%%VER%%/help/en/module_dcc.html -%%DATADIR%%/%%VER%%/help/en/module_lamerizer.html -%%DATADIR%%/%%VER%%/help/en/module_log.html -%%DATADIR%%/%%VER%%/help/en/module_mp3player.html -%%DATADIR%%/%%VER%%/help/en/module_reguser.html -%%DATADIR%%/%%VER%%/help/en/module_rijndael.html -%%DATADIR%%/%%VER%%/help/en/module_url.html -%%DATADIR%%/%%VER%%/help/en/widget_ctcpavatarprotooptions.html -%%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html -%%DATADIR%%/%%VER%%/license/COPYING -%%DATADIR%%/%%VER%%/locale/about_ca.mo -%%DATADIR%%/%%VER%%/locale/about_cs.mo -%%DATADIR%%/%%VER%%/locale/about_de.mo -%%DATADIR%%/%%VER%%/locale/about_es.mo -%%DATADIR%%/%%VER%%/locale/about_it.mo -%%DATADIR%%/%%VER%%/locale/about_pt.mo -%%DATADIR%%/%%VER%%/locale/about_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/about_ru.mo -%%DATADIR%%/%%VER%%/locale/dcc_ca.mo -%%DATADIR%%/%%VER%%/locale/dcc_cs.mo -%%DATADIR%%/%%VER%%/locale/dcc_de.mo -%%DATADIR%%/%%VER%%/locale/dcc_es.mo -%%DATADIR%%/%%VER%%/locale/dcc_it.mo -%%DATADIR%%/%%VER%%/locale/dcc_pt.mo -%%DATADIR%%/%%VER%%/locale/dcc_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/dcc_ru.mo -%%DATADIR%%/%%VER%%/locale/editor_ca.mo -%%DATADIR%%/%%VER%%/locale/editor_cs.mo -%%DATADIR%%/%%VER%%/locale/editor_de.mo -%%DATADIR%%/%%VER%%/locale/editor_es.mo -%%DATADIR%%/%%VER%%/locale/editor_it.mo -%%DATADIR%%/%%VER%%/locale/editor_pt.mo -%%DATADIR%%/%%VER%%/locale/editor_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/editor_ru.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_ca.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_cs.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_de.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_es.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_it.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_ru.mo -%%DATADIR%%/%%VER%%/locale/kvirc_bg.mo -%%DATADIR%%/%%VER%%/locale/kvirc_ca.mo -%%DATADIR%%/%%VER%%/locale/kvirc_cs.mo -%%DATADIR%%/%%VER%%/locale/kvirc_de.mo -%%DATADIR%%/%%VER%%/locale/kvirc_es.mo -%%DATADIR%%/%%VER%%/locale/kvirc_fr.mo -%%DATADIR%%/%%VER%%/locale/kvirc_it.mo -%%DATADIR%%/%%VER%%/locale/kvirc_nl.mo -%%DATADIR%%/%%VER%%/locale/kvirc_pl.mo -%%DATADIR%%/%%VER%%/locale/kvirc_pt.mo -%%DATADIR%%/%%VER%%/locale/kvirc_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/kvirc_ru.mo -%%DATADIR%%/%%VER%%/locale/kvirc_sr.mo -%%DATADIR%%/%%VER%%/locale/logview_ca.mo -%%DATADIR%%/%%VER%%/locale/logview_cs.mo -%%DATADIR%%/%%VER%%/locale/logview_de.mo -%%DATADIR%%/%%VER%%/locale/logview_es.mo -%%DATADIR%%/%%VER%%/locale/logview_it.mo -%%DATADIR%%/%%VER%%/locale/logview_pt.mo -%%DATADIR%%/%%VER%%/locale/logview_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/logview_ru.mo -%%DATADIR%%/%%VER%%/locale/notifier_ca.mo -%%DATADIR%%/%%VER%%/locale/notifier_cs.mo -%%DATADIR%%/%%VER%%/locale/notifier_de.mo -%%DATADIR%%/%%VER%%/locale/notifier_es.mo -%%DATADIR%%/%%VER%%/locale/notifier_it.mo -%%DATADIR%%/%%VER%%/locale/notifier_pt.mo -%%DATADIR%%/%%VER%%/locale/notifier_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/notifier_ru.mo -%%DATADIR%%/%%VER%%/locale/perl_ca.mo -%%DATADIR%%/%%VER%%/locale/perl_cs.mo -%%DATADIR%%/%%VER%%/locale/perl_de.mo -%%DATADIR%%/%%VER%%/locale/perl_es.mo -%%DATADIR%%/%%VER%%/locale/perl_it.mo -%%DATADIR%%/%%VER%%/locale/perl_pt.mo -%%DATADIR%%/%%VER%%/locale/perl_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/perl_ru.mo -%%DATADIR%%/%%VER%%/locale/perlcore_ca.mo -%%DATADIR%%/%%VER%%/locale/perlcore_cs.mo -%%DATADIR%%/%%VER%%/locale/perlcore_de.mo -%%DATADIR%%/%%VER%%/locale/perlcore_es.mo -%%DATADIR%%/%%VER%%/locale/perlcore_it.mo -%%DATADIR%%/%%VER%%/locale/perlcore_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/perlcore_ru.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ca.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_cs.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_de.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_es.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_it.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ru.mo -%%DATADIR%%/%%VER%%/modules/caps/action/url -%%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer -%%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael -%%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport -%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow -%%DATADIR%%/%%VER%%/modules/caps/tool/logview -%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow -%%DATADIR%%/%%VER%%/modules/libkviabout.la -%%DATADIR%%/%%VER%%/modules/libkviabout.so -%%DATADIR%%/%%VER%%/modules/libkviaction.la -%%DATADIR%%/%%VER%%/modules/libkviaction.so -%%DATADIR%%/%%VER%%/modules/libkviactioneditor.la -%%DATADIR%%/%%VER%%/modules/libkviactioneditor.so -%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.la -%%DATADIR%%/%%VER%%/modules/libkvialiaseditor.so -%%DATADIR%%/%%VER%%/modules/libkviavatar.la -%%DATADIR%%/%%VER%%/modules/libkviavatar.so -%%DATADIR%%/%%VER%%/modules/libkvichan.la -%%DATADIR%%/%%VER%%/modules/libkvichan.so -%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.la -%%DATADIR%%/%%VER%%/modules/libkvichannelsjoin.so -%%DATADIR%%/%%VER%%/modules/libkviclock.la -%%DATADIR%%/%%VER%%/modules/libkviclock.so -%%DATADIR%%/%%VER%%/modules/libkvicodetester.la -%%DATADIR%%/%%VER%%/modules/libkvicodetester.so -%%DATADIR%%/%%VER%%/modules/libkviconfig.la -%%DATADIR%%/%%VER%%/modules/libkviconfig.so -%%DATADIR%%/%%VER%%/modules/libkvidcc.la -%%DATADIR%%/%%VER%%/modules/libkvidcc.so -%%DATADIR%%/%%VER%%/modules/libkvidialog.la -%%DATADIR%%/%%VER%%/modules/libkvidialog.so -%%DATADIR%%/%%VER%%/modules/libkvidockwidget.la -%%DATADIR%%/%%VER%%/modules/libkvidockwidget.so -%%DATADIR%%/%%VER%%/modules/libkvieditor.la -%%DATADIR%%/%%VER%%/modules/libkvieditor.so -%%DATADIR%%/%%VER%%/modules/libkvieventeditor.la -%%DATADIR%%/%%VER%%/modules/libkvieventeditor.so -%%DATADIR%%/%%VER%%/modules/libkvifile.la -%%DATADIR%%/%%VER%%/modules/libkvifile.so -%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.la -%%DATADIR%%/%%VER%%/modules/libkvifiletransferwindow.so -%%DATADIR%%/%%VER%%/modules/libkvihelp.la -%%DATADIR%%/%%VER%%/modules/libkvihelp.so -%%DATADIR%%/%%VER%%/modules/libkvihttp.la -%%DATADIR%%/%%VER%%/modules/libkvihttp.so -%%DATADIR%%/%%VER%%/modules/libkviident.la -%%DATADIR%%/%%VER%%/modules/libkviident.so -%%DATADIR%%/%%VER%%/modules/libkviiograph.la -%%DATADIR%%/%%VER%%/modules/libkviiograph.so -%%DATADIR%%/%%VER%%/modules/libkvilag.la -%%DATADIR%%/%%VER%%/modules/libkvilag.so -%%DATADIR%%/%%VER%%/modules/libkvilamerizer.la -%%DATADIR%%/%%VER%%/modules/libkvilamerizer.so -%%DATADIR%%/%%VER%%/modules/libkvilinks.la -%%DATADIR%%/%%VER%%/modules/libkvilinks.so -%%DATADIR%%/%%VER%%/modules/libkvilist.la -%%DATADIR%%/%%VER%%/modules/libkvilist.so -%%DATADIR%%/%%VER%%/modules/libkvilog.la -%%DATADIR%%/%%VER%%/modules/libkvilog.so -%%DATADIR%%/%%VER%%/modules/libkvilogview.la -%%DATADIR%%/%%VER%%/modules/libkvilogview.so -%%DATADIR%%/%%VER%%/modules/libkvimask.la -%%DATADIR%%/%%VER%%/modules/libkvimask.so -%%DATADIR%%/%%VER%%/modules/libkvimircimport.la -%%DATADIR%%/%%VER%%/modules/libkvimircimport.so -%%DATADIR%%/%%VER%%/modules/libkvimp3player.la -%%DATADIR%%/%%VER%%/modules/libkvimp3player.so -%%DATADIR%%/%%VER%%/modules/libkvimy.la -%%DATADIR%%/%%VER%%/modules/libkvimy.so -%%DATADIR%%/%%VER%%/modules/libkvinotifier.la -%%DATADIR%%/%%VER%%/modules/libkvinotifier.so -%%DATADIR%%/%%VER%%/modules/libkviobjects.la -%%DATADIR%%/%%VER%%/modules/libkviobjects.so -%%DATADIR%%/%%VER%%/modules/libkvioptions.la -%%DATADIR%%/%%VER%%/modules/libkvioptions.so -%%DATADIR%%/%%VER%%/modules/libkviperl.la -%%DATADIR%%/%%VER%%/modules/libkviperl.so -%%DATADIR%%/%%VER%%/modules/libkviperlcore.la -%%DATADIR%%/%%VER%%/modules/libkviperlcore.so -%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.la -%%DATADIR%%/%%VER%%/modules/libkvipopupeditor.so -%%DATADIR%%/%%VER%%/modules/libkviraweditor.la -%%DATADIR%%/%%VER%%/modules/libkviraweditor.so -%%DATADIR%%/%%VER%%/modules/libkviregchan.la -%%DATADIR%%/%%VER%%/modules/libkviregchan.so -%%DATADIR%%/%%VER%%/modules/libkvireguser.la -%%DATADIR%%/%%VER%%/modules/libkvireguser.so -%%DATADIR%%/%%VER%%/modules/libkvirijndael.la -%%DATADIR%%/%%VER%%/modules/libkvirijndael.so -%%DATADIR%%/%%VER%%/modules/libkvisetup.la -%%DATADIR%%/%%VER%%/modules/libkvisetup.so -%%DATADIR%%/%%VER%%/modules/libkvisharedfile.la -%%DATADIR%%/%%VER%%/modules/libkvisharedfile.so -%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.la -%%DATADIR%%/%%VER%%/modules/libkvisharedfileswindow.so -%%DATADIR%%/%%VER%%/modules/libkvisnd.la -%%DATADIR%%/%%VER%%/modules/libkvisnd.so -%%DATADIR%%/%%VER%%/modules/libkvisocketspy.la -%%DATADIR%%/%%VER%%/modules/libkvisocketspy.so -%%DATADIR%%/%%VER%%/modules/libkvispaste.la -%%DATADIR%%/%%VER%%/modules/libkvispaste.so -%%DATADIR%%/%%VER%%/modules/libkvistr.la -%%DATADIR%%/%%VER%%/modules/libkvistr.so -%%DATADIR%%/%%VER%%/modules/libkvisystem.la -%%DATADIR%%/%%VER%%/modules/libkvisystem.so -%%DATADIR%%/%%VER%%/modules/libkviterm.la -%%DATADIR%%/%%VER%%/modules/libkviterm.so -%%DATADIR%%/%%VER%%/modules/libkvitip.la -%%DATADIR%%/%%VER%%/modules/libkvitip.so -%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.la -%%DATADIR%%/%%VER%%/modules/libkvitmphighlight.so -%%DATADIR%%/%%VER%%/modules/libkvitoolbar.la -%%DATADIR%%/%%VER%%/modules/libkvitoolbar.so -%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.la -%%DATADIR%%/%%VER%%/modules/libkvitoolbareditor.so -%%DATADIR%%/%%VER%%/modules/libkviurl.la -%%DATADIR%%/%%VER%%/modules/libkviurl.so -%%DATADIR%%/%%VER%%/modules/libkviwindow.la -%%DATADIR%%/%%VER%%/modules/libkviwindow.so -%%DATADIR%%/%%VER%%/msgcolors/all-black.msgclr -%%DATADIR%%/%%VER%%/msgcolors/all-gray.msgclr -%%DATADIR%%/%%VER%%/msgcolors/all-green.msgclr -%%DATADIR%%/%%VER%%/msgcolors/all-white.msgclr -%%DATADIR%%/%%VER%%/msgcolors/colored-2.msgclr -%%DATADIR%%/%%VER%%/msgcolors/colored.msgclr -%%DATADIR%%/%%VER%%/msgcolors/default.msgclr -%%DATADIR%%/%%VER%%/msgcolors/heavy-colors.msgclr -%%DATADIR%%/%%VER%%/pics/kvi_activitymeter.png -%%DATADIR%%/%%VER%%/pics/kvi_background.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actioneditor.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_actions.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_aliaseditor.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_cascadewindows.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channellist.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channels.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_channelspopup.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_codetester.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connected.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_connecting.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_disconnected.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_eventeditor.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_folder.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_help.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpback.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpclose.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpforward.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpindex.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpsearch.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_identity.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_irccontextdisplay.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_keyboard.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_kvircwww.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_mailinglist.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_networklinks.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_newirccontext.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_nickpopup.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_nokeyboard.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_popupeditor.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_quit.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_raweditor.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_regusers.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_separator.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_server.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_servers.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_settings.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_socketspy.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tilewindows.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_toolbareditor.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_tools.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_trashcan.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_unknown.png -%%DATADIR%%/%%VER%%/pics/kvi_bigicon_usermode.png -%%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png -%%DATADIR%%/%%VER%%/pics/kvi_dock.png -%%DATADIR%%/%%VER%%/pics/kvi_httpicons.png -%%DATADIR%%/%%VER%%/pics/kvi_mircimport.png -%%DATADIR%%/%%VER%%/pics/kvi_setup_label.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_00.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_01.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_02.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_03.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_04.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_05.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_06.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_07.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_08.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_09.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_10.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_11.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_12.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_13.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_14.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_15.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_16.png -%%DATADIR%%/%%VER%%/pics/kvi_smallicon_17.png -%%DATADIR%%/%%VER%%/pics/kvi_splash.png -%%DATADIR%%/%%VER%%/pics/kvi_tip.png -%%DATADIR%%/%%VER%%/pics/kvi_userchanstate.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_off.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_next_on.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_off.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_prev_on.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_off.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_body_write_on.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_close_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_close_clicked_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_close_out.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_close_out_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_close_over.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_close_over_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_off.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_close_on.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_out.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_next_over.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_clicked.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_out.png -%%DATADIR%%/%%VER%%/pics/notifier_icon_tab_prev_over.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwn.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwndx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dwnsx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_dx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc_dwn.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_kvirc_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_body_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_bkg.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_bkg_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_dx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_dx_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_caption_sx_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_bkg.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_dx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_bkg.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_dx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_focused_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_bkg.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_dx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_tab_unfocused_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwn.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwn_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwndx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwndx_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwnsx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dwnsx_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_dx_hl.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx.png -%%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx_hl.png -%%DATADIR%%/%%VER%%/themes/default.hires/themedata.kvc -%%DATADIR%%/%%VER%%/themes/default.hires/themeinfo.kvc -%%DATADIR%%/%%VER%%/themes/default.lores/themedata.kvc -%%DATADIR%%/%%VER%%/themes/default.lores/themeinfo.kvc -@dirrm %%DATADIR%%/%%VER%%/themes/default.lores -@dirrm %%DATADIR%%/%%VER%%/themes/default.hires -@dirrm %%DATADIR%%/%%VER%%/themes -@dirrm %%DATADIR%%/%%VER%%/pics -@dirrm %%DATADIR%%/%%VER%%/msgcolors -@dirrm %%DATADIR%%/%%VER%%/modules/caps/tool -@dirrm %%DATADIR%%/%%VER%%/modules/caps/serverimport -@dirrm %%DATADIR%%/%%VER%%/modules/caps/crypt -@dirrm %%DATADIR%%/%%VER%%/modules/caps/action -@dirrm %%DATADIR%%/%%VER%%/modules/caps -@dirrm %%DATADIR%%/%%VER%%/modules -@dirrm %%DATADIR%%/%%VER%%/locale -@dirrm %%DATADIR%%/%%VER%%/license -@dirrm %%DATADIR%%/%%VER%%/help/en -@dirrm %%DATADIR%%/%%VER%%/help -@dirrm %%DATADIR%%/%%VER%%/defscript -@dirrm %%DATADIR%%/%%VER%%/config/modules -@dirrm %%DATADIR%%/%%VER%%/config -@dirrm %%DATADIR%%/%%VER%% -@dirrm %%DATADIR%% -@dirrm include/kvirc/%%VER%% -@dirrm include/kvirc diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile deleted file mode 100644 index d2c8cf4642f3..000000000000 --- a/irc/riece-emacs21/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: riece -# Date created: 30 May 2004 -# Whom: KIMURA Yasuhiro <yasu@utahime.org> -# -# $FreeBSD$ - -PORTNAME= riece -PORTVERSION= 1.0.8 -PORTEPOCH= 1 -CATEGORIES= irc elisp -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -${EMACS_PORT_NAME} - -MAINTAINER= yasu@utahime.org -COMMENT= IRC client for Emacs - -EMACS_PORT_NAME?= emacs21 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ - --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -USE_GMAKE= yes - -INFO= riece-en riece-ja - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/irc/riece-emacs21/distinfo b/irc/riece-emacs21/distinfo deleted file mode 100644 index 4209f9f34f9f..000000000000 --- a/irc/riece-emacs21/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (riece-1.0.8.tar.gz) = 11dd0db3ae1407a59649a42ab730b632 -SIZE (riece-1.0.8.tar.gz) = 330762 diff --git a/irc/riece-emacs21/pkg-descr b/irc/riece-emacs21/pkg-descr deleted file mode 100644 index f86cdbccb15a..000000000000 --- a/irc/riece-emacs21/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Riece is an IRC client for Emacs. It provides the following features: - -- Several IRC servers may be used at the same time. -- Essential features can be built upon the extension framework (called - "add-on") capable of dependency tracking. -- Installation is easy. Riece doesn't depend on other packages. -- Setup is easy. Automatically save/restore the configuration. -- Riece uses separate windows to display users, channels, and - dialogues. The user can select the window layout. -- Step-by-step instructions (currently written in Japanese) are included. -- Mostly compliant with RFC 2812. - -WWW: http://www.nongnu.org/riece/ diff --git a/irc/riece-emacs21/pkg-message b/irc/riece-emacs21/pkg-message deleted file mode 100644 index a1dabae6abb6..000000000000 --- a/irc/riece-emacs21/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -********************************************************************** -To use riece, you should add the following line to your .emacs file: - -(autoload 'riece "riece" "Start Riece" t) - -********************************************************************** diff --git a/irc/riece-emacs21/pkg-plist b/irc/riece-emacs21/pkg-plist deleted file mode 100644 index 24a5ae8d41fe..000000000000 --- a/irc/riece-emacs21/pkg-plist +++ /dev/null @@ -1,125 +0,0 @@ -@comment $FreeBSD$ -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-000.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-000.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-200.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-200.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-300.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-300.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-400.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-400.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-500.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-500.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-addon.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-addon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-alias.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-alias.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-async.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-async.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-biff.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-biff.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-button.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-button.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-channel.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-channel.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-coding.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-coding.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-commands.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-commands.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-compat.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-compat.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-complete.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-complete.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctcp.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctcp.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctlseq.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ctlseq.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-debug.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-debug.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-display.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-display.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-doctor.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-doctor.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-emacs.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-emacs.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-eval.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-filter.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-filter.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-foolproof.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-foolproof.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-globals.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-globals.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-google.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-google.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-guess.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-guess.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-handle.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-handle.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-hangman.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-hangman.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-highlight.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-highlight.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-history.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-history.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-icon.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-icon.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-identity.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-identity.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ignore.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-ignore.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-irc.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-irc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-kakasi.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-kakasi.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keepalive.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keepalive.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keyword.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-keyword.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-layout.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-layout.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-log.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-log.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-lsdb.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-lsdb.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-menu.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-menu.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-message.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-message.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mini.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mini.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-misc.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-misc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mode.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-mode.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-naming.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-naming.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-options.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-options.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-rdcc.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-rdcc.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-server.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-server.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-signal.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-signal.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-skk-kakutei.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-skk-kakutei.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-toolbar.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-toolbar.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-unread.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-unread.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-url.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-url.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-user.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-user.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-version.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-version.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-xface.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-xface.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-yank.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-yank.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece.el -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece.elc -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-command-next-channel.xpm -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-command-previous-channel.xpm -%%EMACS_VERSION_SITE_LISPDIR%%/riece/riece-submit-bug-report.xpm -@dirrm %%EMACS_VERSION_SITE_LISPDIR%%/riece diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile deleted file mode 100644 index 9c07eb0aae56..000000000000 --- a/irc/weechat-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: weechat -# Date created: 2003-03-07 -# Whom: clement -# -# $FreeBSD$ -# - -PORTNAME= weechat -PORTVERSION= 0.1.4 -CATEGORIES= irc -MASTER_SITES= http://weechat.flashtux.org/download/ - -MAINTAINER= az@inec.ru -COMMENT= A lightweight and user friendly ncurse based IRC client - -USE_BZIP2= yes -GNU_CONFIGURE= yes - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -MAN1= weechat-curses.1 -INFO= weechat_doc_en weechat_doc_es weechat_doc_fr weechat_doc_pt - -PLIST_FILES= bin/weechat-curses - -.for lang in fr es -PLIST_FILES+= %%NLS%%share/locale/${lang}/LC_MESSAGES/weechat.mo -.endfor - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -pre-configure: - @${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC} - -.include <bsd.port.mk> diff --git a/irc/weechat-devel/distinfo b/irc/weechat-devel/distinfo deleted file mode 100644 index 8d77d4aea140..000000000000 --- a/irc/weechat-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (weechat-0.1.4.tar.bz2) = 76c1a948e3633a29631ff0327a02a2b2 -SIZE (weechat-0.1.4.tar.bz2) = 548819 diff --git a/irc/weechat-devel/pkg-descr b/irc/weechat-devel/pkg-descr deleted file mode 100644 index c8adcef1b1e7..000000000000 --- a/irc/weechat-devel/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -WeeChat (Wee Enhanced Environment for Chat) is a fast and light IRC -client. Everything can be done with a keyboard, and it is customizable -and extensible with scripts. For the moment, only ncurse GUI is -supported by this port. - -WWW: http://weechat.flashtux.org diff --git a/irc/xchat1/Makefile b/irc/xchat1/Makefile deleted file mode 100644 index f16e04158568..000000000000 --- a/irc/xchat1/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# New ports collection makefile for: xchat -# Date created: 17 Nov 1998 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xchat -PORTVERSION= 1.8.11 -PORTREVISION= 5 -CATEGORIES+= irc gnome ipv6 -MASTER_SITES= http://xchat.org/files/source/1.8/ \ - http://xchat.linuxpower.org/files/source/1.8/ - -MAINTAINER?= ports@FreeBSD.org -COMMENT= An X11 IRC client using the GTK+ toolkit, and optionally, GNOME - -# This port has a slave port japanese/xchat. Do not carelessly overwrite -# the variables or the targets defined in it. When you need to, please -# contact its maintainer. - -USE_X_PREFIX= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_PERL5= yes -USE_GNOME= gtk12 -WANT_GNOME= yes -GNU_CONFIGURE= yes -# Assign with `+=' for slave ports -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl -liconv" -CONFIGURE_ARGS+= --without-included-gettext \ - --enable-nls \ - --enable-ipv6 \ - --datadir="${PREFIX}/share" \ - --enable-perl - -.if defined(WITH_SSL) -USE_OPENSSL= YES -CONFIGURE_ARGS+= --enable-openssl -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -CONFIGURE_ARGS+= --enable-python -.else -CONFIGURE_ARGS+= --disable-python -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_SOCKS) -# Assign with `+=' for slave ports -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+= --enable-socks -.endif - -.if defined(WITH_TRANSPARENCY) -BUILD_DEPENDS+= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf -CONFIGURE_ARGS+= --enable-gdk-pixbuf -.endif - -.if ${HAVE_GNOME:Mimlib}!="" -USE_GNOME= imlib -CONFIGURE_ARGS+= --enable-gnome --enable-panel --enable-gdk-pixbuf \ - --enable-zvt -MAKE_ARGS= icondir="${PREFIX}/share/gnome/pixmaps" \ - utildir="${PREFIX}/share/gnome/apps/Internet" -.else -CONFIGURE_ARGS+= --disable-gnome --disable-zvt -.endif - -post-patch: - @${PERL} -pi \ - -e 's|-lpthread|${PTHREAD_LIBS}|g;' \ - ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing xchat docs in ${PREFIX}/share/doc/xchat" - @${MKDIR} ${PREFIX}/share/doc/xchat && ${CHMOD} a+rx ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/doc/*.* ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xchat - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xchat -.endif - -.include <bsd.port.post.mk> diff --git a/irc/xchat1/distinfo b/irc/xchat1/distinfo deleted file mode 100644 index 774f98d52d57..000000000000 --- a/irc/xchat1/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xchat-1.8.11.tar.bz2) = 951f5b2fe2d5deef08f7f519414072a1 -SIZE (xchat-1.8.11.tar.bz2) = 850453 diff --git a/irc/xchat1/files/patch-configure b/irc/xchat1/files/patch-configure deleted file mode 100644 index 1d6df50fa5f2..000000000000 --- a/irc/xchat1/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jan 15 23:38:08 2003 -+++ configure Wed Jan 15 23:38:08 2003 -@@ -6017,4 +6017,4 @@ - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; -@@ -6031,2 +6031,2 @@ --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings diff --git a/irc/xchat1/files/patch-src::common::cfgfiles.c b/irc/xchat1/files/patch-src::common::cfgfiles.c deleted file mode 100644 index d33af116ddda..000000000000 --- a/irc/xchat1/files/patch-src::common::cfgfiles.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/common/cfgfiles.c.orig Mon Mar 29 15:46:01 2004 -+++ src/common/cfgfiles.c Mon Mar 29 15:46:20 2004 -@@ -600,7 +600,7 @@ - - prefs.autoresume = 1; - prefs.show_away_once = 1; -- prefs.show_away_message = 1; -+ prefs.show_away_message = 0; - prefs.indent_pixels = 80; - prefs.dialog_indent_pixels = 80; - prefs.indent_nicks = 1; diff --git a/irc/xchat1/pkg-descr b/irc/xchat1/pkg-descr deleted file mode 100644 index 8fb4ab1a14da..000000000000 --- a/irc/xchat1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -XChat is a graphical IRC client. It requires a computer running a -UNIX-like OS and the X Window System (X11), and the GTK library. It can -also (optionally) take advantage of GNOME and use Perl and Python -scripts. - -WWW: http://xchat.org/ - -- Jim <jim@FreeBSD.org> diff --git a/irc/xchat1/pkg-plist b/irc/xchat1/pkg-plist deleted file mode 100644 index add85c79bca4..000000000000 --- a/irc/xchat1/pkg-plist +++ /dev/null @@ -1,55 +0,0 @@ -bin/xchat -bin/xchat-text -%%NOGNOME:%%etc/X11/applnk/Internet/xchat.desktop -%%PORTDOCS%%share/doc/xchat/ChangeLog -%%PORTDOCS%%share/doc/xchat/README -%%PORTDOCS%%share/doc/xchat/xchat-1.html -%%PORTDOCS%%share/doc/xchat/xchat-10.html -%%PORTDOCS%%share/doc/xchat/xchat-2.html -%%PORTDOCS%%share/doc/xchat/xchat-3.html -%%PORTDOCS%%share/doc/xchat/xchat-4.html -%%PORTDOCS%%share/doc/xchat/xchat-5.html -%%PORTDOCS%%share/doc/xchat/xchat-6.html -%%PORTDOCS%%share/doc/xchat/xchat-7.html -%%PORTDOCS%%share/doc/xchat/xchat-8.html -%%PORTDOCS%%share/doc/xchat/xchat-9.html -%%PORTDOCS%%share/doc/xchat/xchat.html -%%PORTDOCS%%share/doc/xchat/xchat.sgml -%%GNOME:%%share/gnome/apps/Internet/xchat.desktop -%%GNOME:%%share/gnome/pixmaps/xchat.png -%%PORTDOCS%%@dirrm share/doc/xchat -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/da/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/he/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/lv/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/no/LC_MESSAGES/xchat.mo -share/locale/pl/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/pt_BR/LC_MESSAGES/xchat.mo -share/locale/ro/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sk/LC_MESSAGES/xchat.mo -share/locale/sl/LC_MESSAGES/xchat.mo -share/locale/sr/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/tr/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/vi/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW.Big5/LC_MESSAGES/xchat.mo -%%NOGNOME:%%share/pixmaps/xchat.png -%%NOGNOME:%%@unexec rmdir %D/etc/X11/applnk/Internet 2>/dev/null || true -%%NOGNOME:%%@unexec rmdir %D/etc/X11/applnk 2>/dev/null || true -%%NOGNOME:%%@unexec rmdir %D/etc/X11 2>/dev/null || true |