summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/bitlbee-otr/Makefile54
-rw-r--r--irc/bitlbee-otr/distinfo2
-rw-r--r--irc/bitlbee-otr/files/patch-Makefile11
-rw-r--r--irc/bitlbee-otr/files/patch-configure20
-rw-r--r--irc/bitlbee-otr/pkg-descr8
-rw-r--r--irc/bitlbee-otr/pkg-message8
-rw-r--r--irc/bitlbee-otr/pkg-plist7
-rw-r--r--irc/dircproxy-devel/Makefile23
-rw-r--r--irc/dircproxy-devel/distinfo2
-rw-r--r--irc/dircproxy-devel/pkg-descr19
-rw-r--r--irc/dircproxy-devel/pkg-message5
-rw-r--r--irc/dircproxy-devel/pkg-plist7
-rw-r--r--irc/epic5/Makefile52
-rw-r--r--irc/epic5/distinfo4
-rw-r--r--irc/epic5/pkg-descr10
-rw-r--r--irc/epic5/pkg-plist986
-rw-r--r--irc/ezbounce-devel/Makefile85
-rw-r--r--irc/ezbounce-devel/distinfo2
-rw-r--r--irc/ezbounce-devel/files/patch-linkedlist.h20
-rw-r--r--irc/ezbounce-devel/pkg-descr12
-rw-r--r--irc/ezbounce-devel/pkg-message4
-rw-r--r--irc/ezbounce-devel/pkg-plist12
-rw-r--r--irc/irssi-devel/Makefile144
-rw-r--r--irc/irssi-devel/distinfo2
-rw-r--r--irc/irssi-devel/files/patch-Makefile.in22
-rw-r--r--irc/irssi-devel/files/patch-aa20
-rw-r--r--irc/irssi-devel/files/patch-eai_nodata11
-rw-r--r--irc/irssi-devel/pkg-descr7
-rw-r--r--irc/irssi-devel/pkg-plist181
-rw-r--r--irc/konversation-kde4/Makefile26
-rw-r--r--irc/konversation-kde4/distinfo2
-rw-r--r--irc/konversation-kde4/files/patch-outputfilter.cpp11
-rw-r--r--irc/konversation-kde4/pkg-descr4
-rw-r--r--irc/konversation-kde4/pkg-plist139
-rw-r--r--irc/kvirc-devel/Makefile38
-rw-r--r--irc/kvirc-devel/distinfo2
-rw-r--r--irc/kvirc-devel/files/patch-configure20
-rw-r--r--irc/kvirc-devel/files/patch-modules-snd19
-rw-r--r--irc/kvirc-devel/pkg-descr5
-rw-r--r--irc/kvirc-devel/pkg-plist1321
-rw-r--r--irc/riece-emacs20/Makefile13
-rw-r--r--irc/riece-emacs21/Makefile70
-rw-r--r--irc/riece-emacs21/distinfo2
-rw-r--r--irc/riece-emacs21/pkg-descr7
-rw-r--r--irc/riece-emacs21/pkg-plist114
-rw-r--r--irc/riece/Makefile70
-rw-r--r--irc/riece/distinfo2
-rw-r--r--irc/riece/pkg-descr7
-rw-r--r--irc/riece/pkg-plist114
-rw-r--r--irc/weechat-devel/Makefile31
-rw-r--r--irc/weechat-devel/distinfo2
-rw-r--r--irc/weechat-devel/files/patch-configure10
-rw-r--r--irc/weechat-devel/pkg-descr6
-rw-r--r--irc/xchat1/Makefile88
-rw-r--r--irc/xchat1/distinfo2
-rw-r--r--irc/xchat1/files/patch-configure11
-rw-r--r--irc/xchat1/files/patch-src::common::cfgfiles.c11
-rw-r--r--irc/xchat1/pkg-descr8
-rw-r--r--irc/xchat1/pkg-plist50
59 files changed, 0 insertions, 3945 deletions
diff --git a/irc/bitlbee-otr/Makefile b/irc/bitlbee-otr/Makefile
deleted file mode 100644
index 2e95ab39cc3a..000000000000
--- a/irc/bitlbee-otr/Makefile
+++ /dev/null
@@ -1,54 +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.90a
-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 support will be enabled."
-.else
-CONFIGURE_ARGS+= --msn=0
-pre-configure:
- @${ECHO_CMD} "Type \"make -DWITH_MSN\" if you want to enable MSN 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 2f29e1aa5598..000000000000
--- a/irc/bitlbee-otr/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (bitlbee-0.90a.tar.gz) = aaef4ea0d53a66ea95320c0d2d983126
-SIZE (bitlbee-0.90a.tar.gz) = 433338
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 128d3e8091a0..000000000000
--- a/irc/bitlbee-otr/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-sbin/bitlbee
-share/bitlbee/help.txt
-@exec mkdir -p -m 700 %D/etc/bitlbee
-etc/bitlbee/bitlbee.conf.orig
-etc/bitlbee/motd.txt.orig
-@dirrm share/bitlbee
-@dirrm etc/bitlbee
diff --git a/irc/dircproxy-devel/Makefile b/irc/dircproxy-devel/Makefile
deleted file mode 100644
index ff163888adc6..000000000000
--- a/irc/dircproxy-devel/Makefile
+++ /dev/null
@@ -1,23 +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= ftp://ftp.netsplit.com/pub/dircproxy/stable/
-
-MAINTAINER= ports@FreeBSD.org
-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 4ccb2d296672..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://www.dircproxy.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 8adb46428dc1..000000000000
--- a/irc/dircproxy-devel/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/dircproxy
-bin/dircproxy-crypt
-share/dircproxy/cronchk.sh
-share/dircproxy/dircproxyrc
-share/dircproxy/log.pl
-share/dircproxy/privmsg-log.pl
-@dirrm share/dircproxy
diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile
deleted file mode 100644
index 5b392a7cfd53..000000000000
--- a/irc/epic5/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: epic4
-# Date created: 11 November 1998
-# Whom: Ben Hutchinson <benhutch@xfiles.org.uk>
-#
-# $FreeBSD$
-#
-
-PORTNAME= epic4
-PORTVERSION= 2.0
-CATEGORIES= irc ipv6
-MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
- ftp://ftp.irc.org/irc/clients/unix/epic/ \
- ftp://ftp.parodius.com/pub/epic/EPIC4-PRODUCTION/ \
- ftp://planetmirror.com/pub/irc/epic/ \
- ftp://ftp.eu.uu.net/pub/unix/irc/epic/ \
- ftp://totem.fix.no/pub/mirrors/epic/ \
- ftp://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- ${DISTFILE_HELP}
-
-MAINTAINER= anders@andersa.net
-COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
-
-USE_OPENSSL= yes
-USE_PERL5= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-tcl
-
-.if defined(WITH_TCL)
-LIB_DEPENDS= tcl84:${PORTSDIR}/lang/tcl84
-CONFIGURE_ARGS+= --with-tcl
-.endif
-
-MAN1= epic.1
-DISTFILE_HELP= ${PORTNAME}-help-20040308.tar.gz
-
-post-extract:
- @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf
-
-post-patch:
- @${RM} ${WRKDIR}/help/Makefile
-
-post-install:
- @${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/epic/help
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README BUG_FORM UPDATES
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo
deleted file mode 100644
index 7fd27578fd14..000000000000
--- a/irc/epic5/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (epic4-2.0.tar.gz) = 94ee2f69335a0306bbcfcf3ec9d863e7
-SIZE (epic4-2.0.tar.gz) = 773957
-MD5 (epic4-help-20040308.tar.gz) = 5492fba9d0794f8ceb2fa0837ad847fa
-SIZE (epic4-help-20040308.tar.gz) = 300509
diff --git a/irc/epic5/pkg-descr b/irc/epic5/pkg-descr
deleted file mode 100644
index 47176316a88a..000000000000
--- a/irc/epic5/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-EPIC4 is a new direction in ircII development. No longer is EPIC 100%
-backwards compatible with ircII, but instead those things where
-compatibility is undesirable have been found and fixed. No gratuitous
-incompatibilities have been added, but lots of new code has been added to
-make EPIC the best ircII client available.
-
-EPIC no longer shares any file names with ircII, so they should happily
-co-exist.
-
-WWW: http://prbh.org/
diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist
deleted file mode 100644
index 059eafc00454..000000000000
--- a/irc/epic5/pkg-plist
+++ /dev/null
@@ -1,986 +0,0 @@
-bin/epic
-bin/epic-EPIC4-2.0
-libexec/wserv4
-share/epic/help/1_General/1_General
-share/epic/help/1_General/away
-share/epic/help/1_General/bye
-share/epic/help/1_General/channel
-share/epic/help/1_General/ctcp/action
-share/epic/help/1_General/ctcp/clientinfo
-share/epic/help/1_General/ctcp/ctcp
-share/epic/help/1_General/ctcp/echo
-share/epic/help/1_General/ctcp/finger
-share/epic/help/1_General/ctcp/ping
-share/epic/help/1_General/ctcp/time
-share/epic/help/1_General/ctcp/userinfo
-share/epic/help/1_General/ctcp/utc
-share/epic/help/1_General/ctcp/version
-share/epic/help/1_General/dcc/chat
-share/epic/help/1_General/dcc/close
-share/epic/help/1_General/dcc/closeall
-share/epic/help/1_General/dcc/dcc
-share/epic/help/1_General/dcc/get
-share/epic/help/1_General/dcc/list
-share/epic/help/1_General/dcc/raw
-share/epic/help/1_General/dcc/rename
-share/epic/help/1_General/dcc/resume
-share/epic/help/1_General/dcc/send
-share/epic/help/1_General/describe
-share/epic/help/1_General/disconnect
-share/epic/help/1_General/help
-share/epic/help/1_General/ignore
-share/epic/help/1_General/invite
-share/epic/help/1_General/join
-share/epic/help/1_General/kick
-share/epic/help/1_General/lastlog
-share/epic/help/1_General/me
-share/epic/help/1_General/mode
-share/epic/help/1_General/msg
-share/epic/help/1_General/nick
-share/epic/help/1_General/notice
-share/epic/help/1_General/notify
-share/epic/help/1_General/part
-share/epic/help/1_General/ping
-share/epic/help/1_General/query
-share/epic/help/1_General/quit
-share/epic/help/1_General/reconnect
-share/epic/help/1_General/say
-share/epic/help/1_General/server
-share/epic/help/1_General/silence
-share/epic/help/1_General/topic
-share/epic/help/2_Queries/2_Queries
-share/epic/help/2_Queries/admin
-share/epic/help/2_Queries/flush
-share/epic/help/2_Queries/info
-share/epic/help/2_Queries/ison
-share/epic/help/2_Queries/links
-share/epic/help/2_Queries/list
-share/epic/help/2_Queries/lusers
-share/epic/help/2_Queries/map
-share/epic/help/2_Queries/motd
-share/epic/help/2_Queries/names
-share/epic/help/2_Queries/stats
-share/epic/help/2_Queries/time
-share/epic/help/2_Queries/trace
-share/epic/help/2_Queries/userhost
-share/epic/help/2_Queries/userip
-share/epic/help/2_Queries/usrip
-share/epic/help/2_Queries/version
-share/epic/help/2_Queries/who
-share/epic/help/2_Queries/whois
-share/epic/help/2_Queries/whowas
-share/epic/help/3_Operators/3_Operators
-share/epic/help/3_Operators/connect
-share/epic/help/3_Operators/deop
-share/epic/help/3_Operators/die
-share/epic/help/3_Operators/hash
-share/epic/help/3_Operators/kill
-share/epic/help/3_Operators/oper
-share/epic/help/3_Operators/rehash
-share/epic/help/3_Operators/restart
-share/epic/help/3_Operators/rping
-share/epic/help/3_Operators/squit
-share/epic/help/3_Operators/uping
-share/epic/help/3_Operators/wallops
-share/epic/help/4_Misc/4_Misc
-share/epic/help/4_Misc/abort
-share/epic/help/4_Misc/beep
-share/epic/help/4_Misc/bind/altcharset
-share/epic/help/4_Misc/bind/backspace
-share/epic/help/4_Misc/bind/backward_character
-share/epic/help/4_Misc/bind/backward_history
-share/epic/help/4_Misc/bind/backward_word
-share/epic/help/4_Misc/bind/beginning_of_line
-share/epic/help/4_Misc/bind/bind
-share/epic/help/4_Misc/bind/blink
-share/epic/help/4_Misc/bind/bold
-share/epic/help/4_Misc/bind/clear_screen
-share/epic/help/4_Misc/bind/command_completion
-share/epic/help/4_Misc/bind/cpu_saver
-share/epic/help/4_Misc/bind/delete_character
-share/epic/help/4_Misc/bind/delete_next_word
-share/epic/help/4_Misc/bind/delete_previous_word
-share/epic/help/4_Misc/bind/delete_to_previous_space
-share/epic/help/4_Misc/bind/end_of_line
-share/epic/help/4_Misc/bind/erase_line
-share/epic/help/4_Misc/bind/erase_to_beg_of_line
-share/epic/help/4_Misc/bind/erase_to_end_of_line
-share/epic/help/4_Misc/bind/forward_character
-share/epic/help/4_Misc/bind/forward_history
-share/epic/help/4_Misc/bind/forward_word
-share/epic/help/4_Misc/bind/highlight_off
-share/epic/help/4_Misc/bind/next_window
-share/epic/help/4_Misc/bind/nothing
-share/epic/help/4_Misc/bind/parse_command
-share/epic/help/4_Misc/bind/previous_window
-share/epic/help/4_Misc/bind/quit_irc
-share/epic/help/4_Misc/bind/quote_character
-share/epic/help/4_Misc/bind/refresh_inputline
-share/epic/help/4_Misc/bind/refresh_screen
-share/epic/help/4_Misc/bind/refresh_status
-share/epic/help/4_Misc/bind/reverse
-share/epic/help/4_Misc/bind/scroll_backward
-share/epic/help/4_Misc/bind/scroll_end
-share/epic/help/4_Misc/bind/scroll_forward
-share/epic/help/4_Misc/bind/scroll_start
-share/epic/help/4_Misc/bind/self_insert
-share/epic/help/4_Misc/bind/send_line
-share/epic/help/4_Misc/bind/shove_to_history
-share/epic/help/4_Misc/bind/stop_irc
-share/epic/help/4_Misc/bind/swap_last_window
-share/epic/help/4_Misc/bind/swap_next_window
-share/epic/help/4_Misc/bind/swap_previous_window
-share/epic/help/4_Misc/bind/switch_channels
-share/epic/help/4_Misc/bind/toggle_insert_mode
-share/epic/help/4_Misc/bind/toggle_stop_screen
-share/epic/help/4_Misc/bind/transpose_characters
-share/epic/help/4_Misc/bind/type_text
-share/epic/help/4_Misc/bind/unclear_screen
-share/epic/help/4_Misc/bind/underline
-share/epic/help/4_Misc/bind/unstop_all_windows
-share/epic/help/4_Misc/bind/yank_from_cutbuffer
-share/epic/help/4_Misc/cd
-share/epic/help/4_Misc/clear
-share/epic/help/4_Misc/encrypt
-share/epic/help/4_Misc/history
-share/epic/help/4_Misc/hostname
-share/epic/help/4_Misc/ircuser
-share/epic/help/4_Misc/mesg
-share/epic/help/4_Misc/note
-share/epic/help/4_Misc/rbind
-share/epic/help/4_Misc/realname
-share/epic/help/4_Misc/set/alt_charset
-share/epic/help/4_Misc/set/always_split_biggest
-share/epic/help/4_Misc/set/auto_new_nick
-share/epic/help/4_Misc/set/auto_reconnect
-share/epic/help/4_Misc/set/auto_reconnect_delay
-share/epic/help/4_Misc/set/auto_rejoin
-share/epic/help/4_Misc/set/auto_rejoin_delay
-share/epic/help/4_Misc/set/auto_unmark_away
-share/epic/help/4_Misc/set/auto_whowas
-share/epic/help/4_Misc/set/bad_style
-share/epic/help/4_Misc/set/banner
-share/epic/help/4_Misc/set/banner_expand
-share/epic/help/4_Misc/set/beep
-share/epic/help/4_Misc/set/beep_max
-share/epic/help/4_Misc/set/beep_on_msg
-share/epic/help/4_Misc/set/beep_when_away
-share/epic/help/4_Misc/set/blink_video
-share/epic/help/4_Misc/set/bold_video
-share/epic/help/4_Misc/set/channel_name_width
-share/epic/help/4_Misc/set/client_information
-share/epic/help/4_Misc/set/clock
-share/epic/help/4_Misc/set/clock_24hour
-share/epic/help/4_Misc/set/clock_format
-share/epic/help/4_Misc/set/clock_interval
-share/epic/help/4_Misc/set/cmdchars
-share/epic/help/4_Misc/set/color
-share/epic/help/4_Misc/set/command_mode
-share/epic/help/4_Misc/set/comment_hack
-share/epic/help/4_Misc/set/connect_timeout
-share/epic/help/4_Misc/set/continued_line
-share/epic/help/4_Misc/set/cpu_saver_after
-share/epic/help/4_Misc/set/cpu_saver_every
-share/epic/help/4_Misc/set/current_window_level
-share/epic/help/4_Misc/set/dcc_auto_send_rejects
-share/epic/help/4_Misc/set/dcc_long_pathnames
-share/epic/help/4_Misc/set/dcc_sliding_window
-share/epic/help/4_Misc/set/dcc_store_path
-share/epic/help/4_Misc/set/dcc_timeout
-share/epic/help/4_Misc/set/dcc_use_gateway_addr
-share/epic/help/4_Misc/set/debug
-share/epic/help/4_Misc/set/dispatch_unknown_commands
-share/epic/help/4_Misc/set/display
-share/epic/help/4_Misc/set/display_ansi
-share/epic/help/4_Misc/set/display_pc_characters
-share/epic/help/4_Misc/set/do_notify_immediately
-share/epic/help/4_Misc/set/eight_bit_characters
-share/epic/help/4_Misc/set/floating_point_math
-share/epic/help/4_Misc/set/flood_after
-share/epic/help/4_Misc/set/flood_rate
-share/epic/help/4_Misc/set/flood_users
-share/epic/help/4_Misc/set/flood_warning
-share/epic/help/4_Misc/set/full_status_line
-share/epic/help/4_Misc/set/help_pager
-share/epic/help/4_Misc/set/help_path
-share/epic/help/4_Misc/set/help_prompt
-share/epic/help/4_Misc/set/help_window
-share/epic/help/4_Misc/set/hide_private_channels
-share/epic/help/4_Misc/set/high_bit_escape
-share/epic/help/4_Misc/set/highlight_char
-share/epic/help/4_Misc/set/history
-share/epic/help/4_Misc/set/history_circleq
-share/epic/help/4_Misc/set/hold_interval
-share/epic/help/4_Misc/set/hold_mode
-share/epic/help/4_Misc/set/indent
-share/epic/help/4_Misc/set/input_aliases
-share/epic/help/4_Misc/set/input_prompt
-share/epic/help/4_Misc/set/insert_mode
-share/epic/help/4_Misc/set/inverse_video
-share/epic/help/4_Misc/set/lastlog
-share/epic/help/4_Misc/set/lastlog_level
-share/epic/help/4_Misc/set/load_path
-share/epic/help/4_Misc/set/log
-share/epic/help/4_Misc/set/log_rewrite
-share/epic/help/4_Misc/set/logfile
-share/epic/help/4_Misc/set/mail
-share/epic/help/4_Misc/set/mail_interval
-share/epic/help/4_Misc/set/mangle_inbound
-share/epic/help/4_Misc/set/mangle_logfiles
-share/epic/help/4_Misc/set/mangle_outbound
-share/epic/help/4_Misc/set/max_reconnects
-share/epic/help/4_Misc/set/meta_states
-share/epic/help/4_Misc/set/mirc_broken_dcc_resume
-share/epic/help/4_Misc/set/mode_stripper
-share/epic/help/4_Misc/set/nd_space_max
-share/epic/help/4_Misc/set/new_server_lastlog_level
-share/epic/help/4_Misc/set/no_control_log
-share/epic/help/4_Misc/set/no_ctcp_flood
-share/epic/help/4_Misc/set/no_fail_disconnect
-share/epic/help/4_Misc/set/notify_handler
-share/epic/help/4_Misc/set/notify_interval
-share/epic/help/4_Misc/set/notify_level
-share/epic/help/4_Misc/set/notify_on_termination
-share/epic/help/4_Misc/set/notify_userhost_automatic
-share/epic/help/4_Misc/set/num_of_whowas
-share/epic/help/4_Misc/set/output_rewrite
-share/epic/help/4_Misc/set/pad_char
-share/epic/help/4_Misc/set/quit_message
-share/epic/help/4_Misc/set/random_local_ports
-share/epic/help/4_Misc/set/random_source
-share/epic/help/4_Misc/set/realname
-share/epic/help/4_Misc/set/reverse_status_line
-share/epic/help/4_Misc/set/screen_options
-share/epic/help/4_Misc/set/scroll
-share/epic/help/4_Misc/set/scroll_lines
-share/epic/help/4_Misc/set/scrollback
-share/epic/help/4_Misc/set/scrollback_ratio
-share/epic/help/4_Misc/set/security
-share/epic/help/4_Misc/set/set
-share/epic/help/4_Misc/set/shell
-share/epic/help/4_Misc/set/shell_flags
-share/epic/help/4_Misc/set/shell_limit
-share/epic/help/4_Misc/set/show_channel_names
-share/epic/help/4_Misc/set/show_end_of_msgs
-share/epic/help/4_Misc/set/show_numerics
-share/epic/help/4_Misc/set/show_status_all
-share/epic/help/4_Misc/set/show_who_hopcount
-share/epic/help/4_Misc/set/status_away
-share/epic/help/4_Misc/set/status_channel
-share/epic/help/4_Misc/set/status_chanop
-share/epic/help/4_Misc/set/status_clock
-share/epic/help/4_Misc/set/status_cpu_saver
-share/epic/help/4_Misc/set/status_does_expandos
-share/epic/help/4_Misc/set/status_format
-share/epic/help/4_Misc/set/status_format1
-share/epic/help/4_Misc/set/status_format2
-share/epic/help/4_Misc/set/status_hold
-share/epic/help/4_Misc/set/status_hold_lines
-share/epic/help/4_Misc/set/status_insert
-share/epic/help/4_Misc/set/status_mail
-share/epic/help/4_Misc/set/status_mode
-share/epic/help/4_Misc/set/status_nickname
-share/epic/help/4_Misc/set/status_no_repeat
-share/epic/help/4_Misc/set/status_notify
-share/epic/help/4_Misc/set/status_oper
-share/epic/help/4_Misc/set/status_overwrite
-share/epic/help/4_Misc/set/status_query
-share/epic/help/4_Misc/set/status_scrollback
-share/epic/help/4_Misc/set/status_server
-share/epic/help/4_Misc/set/status_truncate_rhs
-share/epic/help/4_Misc/set/status_umode
-share/epic/help/4_Misc/set/status_user
-share/epic/help/4_Misc/set/status_voice
-share/epic/help/4_Misc/set/status_window
-share/epic/help/4_Misc/set/suppress_from_remote_server
-share/epic/help/4_Misc/set/suppress_server_motd
-share/epic/help/4_Misc/set/switch_channel_on_part
-share/epic/help/4_Misc/set/tab
-share/epic/help/4_Misc/set/tab_max
-share/epic/help/4_Misc/set/term_does_bright_blink
-share/epic/help/4_Misc/set/underline_video
-share/epic/help/4_Misc/set/user_information
-share/epic/help/4_Misc/set/verbose_ctcp
-share/epic/help/4_Misc/set/word_break
-share/epic/help/4_Misc/set/xterm
-share/epic/help/4_Misc/set/xterm_options
-share/epic/help/4_Misc/unclear
-share/epic/help/4_Misc/which
-share/epic/help/4_Misc/window/add
-share/epic/help/4_Misc/window/back
-share/epic/help/4_Misc/window/balance
-share/epic/help/4_Misc/window/beep_always
-share/epic/help/4_Misc/window/bind
-share/epic/help/4_Misc/window/channel
-share/epic/help/4_Misc/window/clear
-share/epic/help/4_Misc/window/create
-share/epic/help/4_Misc/window/delete
-share/epic/help/4_Misc/window/describe
-share/epic/help/4_Misc/window/discon
-share/epic/help/4_Misc/window/double
-share/epic/help/4_Misc/window/echo
-share/epic/help/4_Misc/window/fixed
-share/epic/help/4_Misc/window/flush
-share/epic/help/4_Misc/window/goto
-share/epic/help/4_Misc/window/grow
-share/epic/help/4_Misc/window/hide
-share/epic/help/4_Misc/window/hide_others
-share/epic/help/4_Misc/window/hold_interval
-share/epic/help/4_Misc/window/hold_mode
-share/epic/help/4_Misc/window/kill
-share/epic/help/4_Misc/window/kill_others
-share/epic/help/4_Misc/window/killswap
-share/epic/help/4_Misc/window/last
-share/epic/help/4_Misc/window/lastlog
-share/epic/help/4_Misc/window/lastlog_level
-share/epic/help/4_Misc/window/level
-share/epic/help/4_Misc/window/list
-share/epic/help/4_Misc/window/log
-share/epic/help/4_Misc/window/logfile
-share/epic/help/4_Misc/window/move
-share/epic/help/4_Misc/window/name
-share/epic/help/4_Misc/window/new
-share/epic/help/4_Misc/window/new_hide
-share/epic/help/4_Misc/window/next
-share/epic/help/4_Misc/window/noserv
-share/epic/help/4_Misc/window/notified
-share/epic/help/4_Misc/window/notify
-share/epic/help/4_Misc/window/notify_level
-share/epic/help/4_Misc/window/number
-share/epic/help/4_Misc/window/pop
-share/epic/help/4_Misc/window/previous
-share/epic/help/4_Misc/window/prompt
-share/epic/help/4_Misc/window/push
-share/epic/help/4_Misc/window/query
-share/epic/help/4_Misc/window/refnum
-share/epic/help/4_Misc/window/refnum_or_swap
-share/epic/help/4_Misc/window/refresh
-share/epic/help/4_Misc/window/remove
-share/epic/help/4_Misc/window/scratch
-share/epic/help/4_Misc/window/scroll
-share/epic/help/4_Misc/window/scrollback
-share/epic/help/4_Misc/window/server
-share/epic/help/4_Misc/window/show
-share/epic/help/4_Misc/window/show_all
-share/epic/help/4_Misc/window/shrink
-share/epic/help/4_Misc/window/size
-share/epic/help/4_Misc/window/skip
-share/epic/help/4_Misc/window/stack
-share/epic/help/4_Misc/window/status_format
-share/epic/help/4_Misc/window/status_format1
-share/epic/help/4_Misc/window/status_format2
-share/epic/help/4_Misc/window/status_special
-share/epic/help/4_Misc/window/swap
-share/epic/help/4_Misc/window/unbind
-share/epic/help/4_Misc/window/window
-share/epic/help/4_Misc/xdebug
-share/epic/help/5_Programming/5_Programming
-share/epic/help/5_Programming/alias
-share/epic/help/5_Programming/assign
-share/epic/help/5_Programming/bless
-share/epic/help/5_Programming/break
-share/epic/help/5_Programming/call
-share/epic/help/5_Programming/comment
-share/epic/help/5_Programming/continue
-share/epic/help/5_Programming/do
-share/epic/help/5_Programming/dump
-share/epic/help/5_Programming/echo
-share/epic/help/5_Programming/eval
-share/epic/help/5_Programming/exec
-share/epic/help/5_Programming/fe
-share/epic/help/5_Programming/fec
-share/epic/help/5_Programming/for
-share/epic/help/5_Programming/foreach
-share/epic/help/5_Programming/hook
-share/epic/help/5_Programming/if
-share/epic/help/5_Programming/input
-share/epic/help/5_Programming/load
-share/epic/help/5_Programming/local
-share/epic/help/5_Programming/on/action
-share/epic/help/5_Programming/on/channel_nick
-share/epic/help/5_Programming/on/channel_signoff
-share/epic/help/5_Programming/on/channel_sync
-share/epic/help/5_Programming/on/connect
-share/epic/help/5_Programming/on/ctcp
-share/epic/help/5_Programming/on/ctcp_reply
-share/epic/help/5_Programming/on/ctcp_request
-share/epic/help/5_Programming/on/dcc_chat
-share/epic/help/5_Programming/on/dcc_connect
-share/epic/help/5_Programming/on/dcc_list
-share/epic/help/5_Programming/on/dcc_lost
-share/epic/help/5_Programming/on/dcc_offer
-share/epic/help/5_Programming/on/dcc_raw
-share/epic/help/5_Programming/on/dcc_request
-share/epic/help/5_Programming/on/disconnect
-share/epic/help/5_Programming/on/encrypted_notice
-share/epic/help/5_Programming/on/encrypted_privmsg
-share/epic/help/5_Programming/on/error
-share/epic/help/5_Programming/on/exec
-share/epic/help/5_Programming/on/exec_errors
-share/epic/help/5_Programming/on/exec_exit
-share/epic/help/5_Programming/on/exec_prompt
-share/epic/help/5_Programming/on/exit
-share/epic/help/5_Programming/on/flood
-share/epic/help/5_Programming/on/general_notice
-share/epic/help/5_Programming/on/general_privmsg
-share/epic/help/5_Programming/on/help
-share/epic/help/5_Programming/on/hook
-share/epic/help/5_Programming/on/idle
-share/epic/help/5_Programming/on/input
-share/epic/help/5_Programming/on/invite
-share/epic/help/5_Programming/on/join
-share/epic/help/5_Programming/on/kick
-share/epic/help/5_Programming/on/kill
-share/epic/help/5_Programming/on/leave
-share/epic/help/5_Programming/on/list
-share/epic/help/5_Programming/on/mail
-share/epic/help/5_Programming/on/mode
-share/epic/help/5_Programming/on/mode_stripped
-share/epic/help/5_Programming/on/msg
-share/epic/help/5_Programming/on/msg_group
-share/epic/help/5_Programming/on/names
-share/epic/help/5_Programming/on/nickname
-share/epic/help/5_Programming/on/note
-share/epic/help/5_Programming/on/notice
-share/epic/help/5_Programming/on/notify_signoff
-share/epic/help/5_Programming/on/notify_signon
-share/epic/help/5_Programming/on/odd_server_stuff
-share/epic/help/5_Programming/on/on
-share/epic/help/5_Programming/on/oper_notice
-share/epic/help/5_Programming/on/pong
-share/epic/help/5_Programming/on/public
-share/epic/help/5_Programming/on/public_msg
-share/epic/help/5_Programming/on/public_notice
-share/epic/help/5_Programming/on/public_other
-share/epic/help/5_Programming/on/raw_irc
-share/epic/help/5_Programming/on/redirect
-share/epic/help/5_Programming/on/send_action
-share/epic/help/5_Programming/on/send_ctcp
-share/epic/help/5_Programming/on/send_dcc_chat
-share/epic/help/5_Programming/on/send_msg
-share/epic/help/5_Programming/on/send_notice
-share/epic/help/5_Programming/on/send_public
-share/epic/help/5_Programming/on/send_to_server
-share/epic/help/5_Programming/on/server_established
-share/epic/help/5_Programming/on/server_lost
-share/epic/help/5_Programming/on/server_notice
-share/epic/help/5_Programming/on/set
-share/epic/help/5_Programming/on/signoff
-share/epic/help/5_Programming/on/silence
-share/epic/help/5_Programming/on/status_update
-share/epic/help/5_Programming/on/switch_channels
-share/epic/help/5_Programming/on/switch_windows
-share/epic/help/5_Programming/on/timer
-share/epic/help/5_Programming/on/topic
-share/epic/help/5_Programming/on/unload
-share/epic/help/5_Programming/on/wall
-share/epic/help/5_Programming/on/wallop
-share/epic/help/5_Programming/on/who
-share/epic/help/5_Programming/on/widelist
-share/epic/help/5_Programming/on/window
-share/epic/help/5_Programming/on/window_create
-share/epic/help/5_Programming/on/window_kill
-share/epic/help/5_Programming/on/yell
-share/epic/help/5_Programming/package
-share/epic/help/5_Programming/parsekey
-share/epic/help/5_Programming/pop
-share/epic/help/5_Programming/pretend
-share/epic/help/5_Programming/push
-share/epic/help/5_Programming/queue
-share/epic/help/5_Programming/quote
-share/epic/help/5_Programming/redirect
-share/epic/help/5_Programming/repeat
-share/epic/help/5_Programming/return
-share/epic/help/5_Programming/save
-share/epic/help/5_Programming/send
-share/epic/help/5_Programming/sendline
-share/epic/help/5_Programming/setenv
-share/epic/help/5_Programming/shook
-share/epic/help/5_Programming/sleep
-share/epic/help/5_Programming/stack
-share/epic/help/5_Programming/stub
-share/epic/help/5_Programming/switch
-share/epic/help/5_Programming/timer
-share/epic/help/5_Programming/type
-share/epic/help/5_Programming/unload
-share/epic/help/5_Programming/unshift
-share/epic/help/5_Programming/usleep
-share/epic/help/5_Programming/wait
-share/epic/help/5_Programming/while
-share/epic/help/5_Programming/xecho
-share/epic/help/5_Programming/xeval
-share/epic/help/5_Programming/xquote
-share/epic/help/5_Programming/xtype
-share/epic/help/6_Functions/6_Functions
-share/epic/help/6_Functions/abs
-share/epic/help/6_Functions/acos
-share/epic/help/6_Functions/acosh
-share/epic/help/6_Functions/after
-share/epic/help/6_Functions/afterw
-share/epic/help/6_Functions/aliasctl
-share/epic/help/6_Functions/ascii
-share/epic/help/6_Functions/asin
-share/epic/help/6_Functions/asinh
-share/epic/help/6_Functions/atan
-share/epic/help/6_Functions/atanh
-share/epic/help/6_Functions/before
-share/epic/help/6_Functions/beforew
-share/epic/help/6_Functions/bindctl
-share/epic/help/6_Functions/builtin_expando
-share/epic/help/6_Functions/ceil
-share/epic/help/6_Functions/center
-share/epic/help/6_Functions/cexist
-share/epic/help/6_Functions/chanmode
-share/epic/help/6_Functions/channel
-share/epic/help/6_Functions/chanusers
-share/epic/help/6_Functions/chanwin
-share/epic/help/6_Functions/chmod
-share/epic/help/6_Functions/chngw
-share/epic/help/6_Functions/chop
-share/epic/help/6_Functions/chops
-share/epic/help/6_Functions/chr
-share/epic/help/6_Functions/close
-share/epic/help/6_Functions/common
-share/epic/help/6_Functions/connect
-share/epic/help/6_Functions/convert
-share/epic/help/6_Functions/copattern
-share/epic/help/6_Functions/cos
-share/epic/help/6_Functions/cosh
-share/epic/help/6_Functions/count
-share/epic/help/6_Functions/cparse
-share/epic/help/6_Functions/crypt
-share/epic/help/6_Functions/curpos
-share/epic/help/6_Functions/currchans
-share/epic/help/6_Functions/decode
-share/epic/help/6_Functions/delarray
-share/epic/help/6_Functions/delitem
-share/epic/help/6_Functions/deuhc
-share/epic/help/6_Functions/diff
-share/epic/help/6_Functions/encode
-share/epic/help/6_Functions/eof
-share/epic/help/6_Functions/epic
-share/epic/help/6_Functions/exec
-share/epic/help/6_Functions/exp
-share/epic/help/6_Functions/fexist
-share/epic/help/6_Functions/filter
-share/epic/help/6_Functions/finditem
-share/epic/help/6_Functions/findw
-share/epic/help/6_Functions/floor
-share/epic/help/6_Functions/fnexist
-share/epic/help/6_Functions/fromw
-share/epic/help/6_Functions/fsize
-share/epic/help/6_Functions/ftime
-share/epic/help/6_Functions/functioncall
-share/epic/help/6_Functions/geom
-share/epic/help/6_Functions/getarrays
-share/epic/help/6_Functions/getcap
-share/epic/help/6_Functions/getcommands
-share/epic/help/6_Functions/getenv
-share/epic/help/6_Functions/getgid
-share/epic/help/6_Functions/getitem
-share/epic/help/6_Functions/getlogin
-share/epic/help/6_Functions/getmatches
-share/epic/help/6_Functions/getopt
-share/epic/help/6_Functions/getpgrp
-share/epic/help/6_Functions/getrmatches
-share/epic/help/6_Functions/getset
-share/epic/help/6_Functions/getsets
-share/epic/help/6_Functions/gettmatch
-share/epic/help/6_Functions/getuid
-share/epic/help/6_Functions/glob
-share/epic/help/6_Functions/globi
-share/epic/help/6_Functions/hash_32bit
-share/epic/help/6_Functions/idle
-share/epic/help/6_Functions/ifindfirst
-share/epic/help/6_Functions/ifinditem
-share/epic/help/6_Functions/igetitem
-share/epic/help/6_Functions/igetmatches
-share/epic/help/6_Functions/igmask
-share/epic/help/6_Functions/igtype
-share/epic/help/6_Functions/index
-share/epic/help/6_Functions/indextoitem
-share/epic/help/6_Functions/indextoword
-share/epic/help/6_Functions/info
-share/epic/help/6_Functions/insert
-share/epic/help/6_Functions/insertw
-share/epic/help/6_Functions/iptolong
-share/epic/help/6_Functions/iptoname
-share/epic/help/6_Functions/irclib
-share/epic/help/6_Functions/isalpha
-share/epic/help/6_Functions/isaway
-share/epic/help/6_Functions/ischannel
-share/epic/help/6_Functions/ischanop
-share/epic/help/6_Functions/ischanvoice
-share/epic/help/6_Functions/isconnected
-share/epic/help/6_Functions/iscurchan
-share/epic/help/6_Functions/isdigit
-share/epic/help/6_Functions/isdisplaying
-share/epic/help/6_Functions/isencrypted
-share/epic/help/6_Functions/ishalfop
-share/epic/help/6_Functions/isnumber
-share/epic/help/6_Functions/itemtoindex
-share/epic/help/6_Functions/jn
-share/epic/help/6_Functions/jot
-share/epic/help/6_Functions/key
-share/epic/help/6_Functions/killpid
-share/epic/help/6_Functions/lastlog
-share/epic/help/6_Functions/lastserver
-share/epic/help/6_Functions/left
-share/epic/help/6_Functions/leftpc
-share/epic/help/6_Functions/leftw
-share/epic/help/6_Functions/levelwindow
-share/epic/help/6_Functions/line
-share/epic/help/6_Functions/listarray
-share/epic/help/6_Functions/listen
-share/epic/help/6_Functions/loadinfo
-share/epic/help/6_Functions/log
-share/epic/help/6_Functions/log10
-share/epic/help/6_Functions/longtoip
-share/epic/help/6_Functions/mask
-share/epic/help/6_Functions/match
-share/epic/help/6_Functions/matchitem
-share/epic/help/6_Functions/maxlen
-share/epic/help/6_Functions/mid
-share/epic/help/6_Functions/midw
-share/epic/help/6_Functions/mkdir
-share/epic/help/6_Functions/msar
-share/epic/help/6_Functions/mychannels
-share/epic/help/6_Functions/myservers
-share/epic/help/6_Functions/nametoip
-share/epic/help/6_Functions/nochops
-share/epic/help/6_Functions/nohighlight
-share/epic/help/6_Functions/notify
-share/epic/help/6_Functions/notifywindows
-share/epic/help/6_Functions/notw
-share/epic/help/6_Functions/numarrays
-share/epic/help/6_Functions/numitems
-share/epic/help/6_Functions/numlines
-share/epic/help/6_Functions/numonchannel
-share/epic/help/6_Functions/numsort
-share/epic/help/6_Functions/numwords
-share/epic/help/6_Functions/onchannel
-share/epic/help/6_Functions/open
-share/epic/help/6_Functions/outputinfo
-share/epic/help/6_Functions/pad
-share/epic/help/6_Functions/pass
-share/epic/help/6_Functions/pattern
-share/epic/help/6_Functions/perl
-share/epic/help/6_Functions/perlxcall
-share/epic/help/6_Functions/pid
-share/epic/help/6_Functions/pipe
-share/epic/help/6_Functions/pop
-share/epic/help/6_Functions/ppid
-share/epic/help/6_Functions/prefix
-share/epic/help/6_Functions/printlen
-share/epic/help/6_Functions/push
-share/epic/help/6_Functions/querywin
-share/epic/help/6_Functions/rand
-share/epic/help/6_Functions/randread
-share/epic/help/6_Functions/read
-share/epic/help/6_Functions/realpath
-share/epic/help/6_Functions/regcomp
-share/epic/help/6_Functions/regerror
-share/epic/help/6_Functions/regex
-share/epic/help/6_Functions/regexec
-share/epic/help/6_Functions/regfree
-share/epic/help/6_Functions/remw
-share/epic/help/6_Functions/remws
-share/epic/help/6_Functions/rename
-share/epic/help/6_Functions/repeat
-share/epic/help/6_Functions/rest
-share/epic/help/6_Functions/restw
-share/epic/help/6_Functions/reverse
-share/epic/help/6_Functions/revw
-share/epic/help/6_Functions/rfilter
-share/epic/help/6_Functions/right
-share/epic/help/6_Functions/rightw
-share/epic/help/6_Functions/rigmask
-share/epic/help/6_Functions/rigtype
-share/epic/help/6_Functions/rindex
-share/epic/help/6_Functions/rmatch
-share/epic/help/6_Functions/rmatchitem
-share/epic/help/6_Functions/rmdir
-share/epic/help/6_Functions/rpattern
-share/epic/help/6_Functions/rsubstr
-share/epic/help/6_Functions/sar
-share/epic/help/6_Functions/serverctl
-share/epic/help/6_Functions/servergroup
-share/epic/help/6_Functions/servername
-share/epic/help/6_Functions/servernick
-share/epic/help/6_Functions/servernum
-share/epic/help/6_Functions/serverourname
-share/epic/help/6_Functions/servertype
-share/epic/help/6_Functions/serverwin
-share/epic/help/6_Functions/servports
-share/epic/help/6_Functions/setitem
-share/epic/help/6_Functions/shift
-share/epic/help/6_Functions/sin
-share/epic/help/6_Functions/sinh
-share/epic/help/6_Functions/sort
-share/epic/help/6_Functions/splice
-share/epic/help/6_Functions/split
-share/epic/help/6_Functions/srand
-share/epic/help/6_Functions/ssl
-share/epic/help/6_Functions/stat
-share/epic/help/6_Functions/status
-share/epic/help/6_Functions/stime
-share/epic/help/6_Functions/strftime
-share/epic/help/6_Functions/strip
-share/epic/help/6_Functions/stripansi
-share/epic/help/6_Functions/stripansicodes
-share/epic/help/6_Functions/stripc
-share/epic/help/6_Functions/stripcrap
-share/epic/help/6_Functions/strlen
-share/epic/help/6_Functions/substr
-share/epic/help/6_Functions/tan
-share/epic/help/6_Functions/tanh
-share/epic/help/6_Functions/tdiff
-share/epic/help/6_Functions/tdiff2
-share/epic/help/6_Functions/time
-share/epic/help/6_Functions/tolower
-share/epic/help/6_Functions/toupper
-share/epic/help/6_Functions/tow
-share/epic/help/6_Functions/tr
-share/epic/help/6_Functions/trunc
-share/epic/help/6_Functions/ttyname
-share/epic/help/6_Functions/twiddle
-share/epic/help/6_Functions/uhc
-share/epic/help/6_Functions/umask
-share/epic/help/6_Functions/uname
-share/epic/help/6_Functions/uniq
-share/epic/help/6_Functions/unlink
-share/epic/help/6_Functions/unshift
-share/epic/help/6_Functions/unsplit
-share/epic/help/6_Functions/urldecode
-share/epic/help/6_Functions/urlencode
-share/epic/help/6_Functions/userhost
-share/epic/help/6_Functions/usermode
-share/epic/help/6_Functions/utime
-share/epic/help/6_Functions/version
-share/epic/help/6_Functions/which
-share/epic/help/6_Functions/winbound
-share/epic/help/6_Functions/winchan
-share/epic/help/6_Functions/wincursorline
-share/epic/help/6_Functions/winlevel
-share/epic/help/6_Functions/winnam
-share/epic/help/6_Functions/winnicklist
-share/epic/help/6_Functions/winnum
-share/epic/help/6_Functions/winrefs
-share/epic/help/6_Functions/winsbsize
-share/epic/help/6_Functions/winscreen
-share/epic/help/6_Functions/winscrollbacksize
-share/epic/help/6_Functions/winserv
-share/epic/help/6_Functions/winsize
-share/epic/help/6_Functions/winstatsize
-share/epic/help/6_Functions/winstatussize
-share/epic/help/6_Functions/winvisible
-share/epic/help/6_Functions/word
-share/epic/help/6_Functions/wordtoindex
-share/epic/help/6_Functions/write
-share/epic/help/6_Functions/writeb
-share/epic/help/6_Functions/yn
-share/epic/help/7_Docs/7_Docs
-share/epic/help/7_Docs/About_EPIC
-share/epic/help/7_Docs/Arrays
-share/epic/help/7_Docs/Command_Line
-share/epic/help/7_Docs/Compile_Opts
-share/epic/help/7_Docs/Copyright
-share/epic/help/7_Docs/Debugging
-share/epic/help/7_Docs/Environment
-share/epic/help/7_Docs/Etiquette
-share/epic/help/7_Docs/Expressions
-share/epic/help/7_Docs/IPv6
-share/epic/help/7_Docs/Introduction
-share/epic/help/7_Docs/Key_Bindings
-share/epic/help/7_Docs/New_User
-share/epic/help/7_Docs/Patterns
-share/epic/help/7_Docs/Perl
-share/epic/help/7_Docs/Programming
-share/epic/help/7_Docs/Security
-share/epic/help/7_Docs/Serial_Numbers
-share/epic/help/7_Docs/Server_List
-share/epic/help/7_Docs/Server_Numerics
-share/epic/help/7_Docs/Signals
-share/epic/help/7_Docs/Special_Vars
-share/epic/help/7_Docs/Status_Line
-share/epic/help/7_Docs/Text_Highlight
-share/epic/help/7_Docs/Updates
-share/epic/help/8_Scripts/2.8script
-share/epic/help/8_Scripts/8_Scripts
-share/epic/help/8_Scripts/alias
-share/epic/help/8_Scripts/autokick
-share/epic/help/8_Scripts/autoop
-share/epic/help/8_Scripts/away
-share/epic/help/8_Scripts/basical
-share/epic/help/8_Scripts/columns
-share/epic/help/8_Scripts/country
-share/epic/help/8_Scripts/deban
-share/epic/help/8_Scripts/debug.irc
-share/epic/help/8_Scripts/edit
-share/epic/help/8_Scripts/environment
-share/epic/help/8_Scripts/events
-share/epic/help/8_Scripts/events.hop
-share/epic/help/8_Scripts/fake-dcc
-share/epic/help/8_Scripts/fe
-share/epic/help/8_Scripts/files
-share/epic/help/8_Scripts/functions
-share/epic/help/8_Scripts/genalias
-share/epic/help/8_Scripts/global
-share/epic/help/8_Scripts/guh
-share/epic/help/8_Scripts/hybrid6
-share/epic/help/8_Scripts/imap
-share/epic/help/8_Scripts/ircprimer
-share/epic/help/8_Scripts/keybinds
-share/epic/help/8_Scripts/killpath
-share/epic/help/8_Scripts/kpstat
-share/epic/help/8_Scripts/less
-share/epic/help/8_Scripts/list
-share/epic/help/8_Scripts/local
-share/epic/help/8_Scripts/ls
-share/epic/help/8_Scripts/man
-share/epic/help/8_Scripts/meta
-share/epic/help/8_Scripts/more
-share/epic/help/8_Scripts/mudirc
-share/epic/help/8_Scripts/netsplit
-share/epic/help/8_Scripts/netsplit.env
-share/epic/help/8_Scripts/newaway
-share/epic/help/8_Scripts/newformat
-share/epic/help/8_Scripts/nicks
-share/epic/help/8_Scripts/notify
-share/epic/help/8_Scripts/old-dcc
-share/epic/help/8_Scripts/pipe
-share/epic/help/8_Scripts/prefix
-share/epic/help/8_Scripts/recursion
-share/epic/help/8_Scripts/repeat
-share/epic/help/8_Scripts/screen
-share/epic/help/8_Scripts/silent
-share/epic/help/8_Scripts/sound
-share/epic/help/8_Scripts/starutils
-share/epic/help/8_Scripts/stat
-share/epic/help/8_Scripts/tabkey
-share/epic/help/8_Scripts/tc
-share/epic/help/8_Scripts/time
-share/epic/help/8_Scripts/tls
-share/epic/help/8_Scripts/webster
-share/epic/help/8_Scripts/window
-share/epic/help/README_FIRST
-share/epic/script/2.8script
-share/epic/script/alias
-share/epic/script/altchan
-share/epic/script/altchan.bj
-share/epic/script/autoget
-share/epic/script/autokick
-share/epic/script/autoop
-share/epic/script/away
-share/epic/script/basical
-share/epic/script/columns
-share/epic/script/commandqueues
-share/epic/script/country
-share/epic/script/data_array
-share/epic/script/data_struct
-share/epic/script/dcc_spacefix
-share/epic/script/dcc_timeout
-share/epic/script/deban
-share/epic/script/debug.irc
-share/epic/script/dig
-share/epic/script/dns
-share/epic/script/edit
-share/epic/script/edit_topic
-share/epic/script/efnext
-share/epic/script/environment
-share/epic/script/epic-crypt-gpg
-share/epic/script/epic-crypt-gpg-aa
-share/epic/script/events
-share/epic/script/events.hop
-share/epic/script/fake-dcc
-share/epic/script/fe
-share/epic/script/fe.pf
-share/epic/script/files
-share/epic/script/functions
-share/epic/script/genalias
-share/epic/script/global
-share/epic/script/grep
-share/epic/script/guh
-share/epic/script/help
-share/epic/script/hold_mode
-share/epic/script/hybrid6
-share/epic/script/imap
-share/epic/script/ip-to-int
-share/epic/script/ircprimer
-share/epic/script/keybinds
-share/epic/script/killpath
-share/epic/script/kpstat
-share/epic/script/langtrans
-share/epic/script/less
-share/epic/script/less-pipe
-share/epic/script/list
-share/epic/script/local.examp
-share/epic/script/ls
-share/epic/script/mail
-share/epic/script/man
-share/epic/script/map
-share/epic/script/meta
-share/epic/script/meta-compat
-share/epic/script/mkpdir
-share/epic/script/more
-share/epic/script/motd
-share/epic/script/mudirc
-share/epic/script/netsplit
-share/epic/script/netsplit.env
-share/epic/script/newaway
-share/epic/script/newformat
-share/epic/script/nicks
-share/epic/script/nopaste
-share/epic/script/notify
-share/epic/script/old-dcc
-share/epic/script/paste
-share/epic/script/pipe
-share/epic/script/prefix
-share/epic/script/recursion
-share/epic/script/repeat
-share/epic/script/revdcc
-share/epic/script/scan
-share/epic/script/scandir
-share/epic/script/screen
-share/epic/script/sdiff
-share/epic/script/setmail
-share/epic/script/silent
-share/epic/script/sound
-share/epic/script/sping
-share/epic/script/starutils
-share/epic/script/stat
-share/epic/script/status_lag
-share/epic/script/suppressmotd
-share/epic/script/tabkey
-share/epic/script/tabkey.ce
-share/epic/script/tabkey.jm
-share/epic/script/tabkey.th
-share/epic/script/tc
-share/epic/script/time
-share/epic/script/tls
-share/epic/script/urlgrab
-share/epic/script/utime
-share/epic/script/vi-binds
-share/epic/script/webster
-share/epic/script/window
-%%PORTDOCS%%%%DOCSDIR%%/BUG_FORM
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/UPDATES
-@dirrm share/epic/script
-@dirrm share/epic/help/8_Scripts
-@dirrm share/epic/help/7_Docs
-@dirrm share/epic/help/6_Functions
-@dirrm share/epic/help/5_Programming/on
-@dirrm share/epic/help/5_Programming
-@dirrm share/epic/help/4_Misc/window
-@dirrm share/epic/help/4_Misc/set
-@dirrm share/epic/help/4_Misc/bind
-@dirrm share/epic/help/4_Misc
-@dirrm share/epic/help/3_Operators
-@dirrm share/epic/help/2_Queries
-@dirrm share/epic/help/1_General/dcc
-@dirrm share/epic/help/1_General/ctcp
-@dirrm share/epic/help/1_General
-@dirrm share/epic/help
-@dirrm share/epic
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
deleted file mode 100644
index aa3c42f7cbc6..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
-
-GNU_CONFIGURE= yes
-USE_REINPLACE= 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} ""
- @${ECHO} "You may use the following build options:"
- @${ECHO} ""
- @${ECHO} " WITH_SSL=yes Enable SSL support"
- @${ECHO} " WITH_MDIDENTD=yes Install the mdidentd binary to"
- @${ECHO} " modify ident replies"
- @${ECHO} ""
-
-post-patch:
- @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \
- ${WRKSRC}/ezb.conf.default
- ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${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/irssi-devel/Makefile b/irc/irssi-devel/Makefile
deleted file mode 100644
index 710cabadd760..000000000000
--- a/irc/irssi-devel/Makefile
+++ /dev/null
@@ -1,144 +0,0 @@
-# New ports collection makefile for: irssi
-# Date created: 14 Apr 1999
-# Whom: Jim Mock <jim@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= irssi
-PORTVERSION= 0.8.9
-PORTREVISION?= 2
-CATEGORIES?= irc
-MASTER_SITES= http://irssi.org/files/
-
-MAINTAINER?= vanilla@FreeBSD.org
-COMMENT?= A modular IRC client with many features
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-
-WANT_GNOME= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-MAN1= irssi.1
-
-# Set option defaults.
-
-.if ! defined(WITH_SSL)
-WITH_SSL= yes
-.endif
-
-.if ${WITH_SSL:L} == "no"
-CONFIGURE_ARGS+= --disable-ssl
-.else
-USE_OPENSSL= yes
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ! defined(WITH_GLIB)
-.if exists(${LOCALBASE}/include/glib-2.0/glib.h)
-WITH_GLIB= 2
-.else
-WITH_GLIB= 1
-.endif
-.endif
-
-.if ! defined(WITH_PERL)
-WITH_PERL= yes
-.endif
-
-.if ! defined(WITH_PROXY)
-WITH_PROXY= no
-.endif
-
-.if ! defined(WITH_SOCKS)
-WITH_SOCKS= no
-.endif
-
-.if ! defined(WITH_IPV6)
-WITH_IPV6= yes
-.endif
-
-.if ! defined(WITH_BOEHM_GC)
-WITH_BOEHM_GC= no
-.endif
-
-.if ! defined(WITH_BOT)
-WITH_BOT= no
-.endif
-
-# Process options.
-
-.if ${WITH_GLIB} == "2"
-USE_GNOME= glib20
-.elif ${WITH_GLIB} == "1"
-CONFIGURE_ARGS+= --with-glib1
-USE_GNOME= glib12
-.else
-.error WITH_GLIB must be set to "1" or "2".
-.endif
-
-.if ${WITH_PERL:L} == "yes"
-USE_PERL5= yes
-CONFIGURE_ARGS+= --with-perl-lib=site
-PLIST_SUB+= WITH_PERL=""
-.else
-CONFIGURE_ARGS+= --without-perl
-PLIST_SUB+= WITH_PERL="@comment "
-.endif
-
-.if ${WITH_PROXY:L} == "yes"
-CONFIGURE_ARGS+= --with-proxy
-PLIST_SUB+= WITH_PROXY=""
-.else
-PLIST_SUB+= WITH_PROXY="@comment "
-.endif
-
-.if ${WITH_SOCKS:L} == "yes"
-CONFIGURE_ARGS+= --with-socks
-.endif
-
-.if ${WITH_IPV6:L} == "yes"
-.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+= --enable-ipv6
-CATEGORIES+= ipv6
-.else
-.error This version of FreeBSD does not support IPv6. Please use WITH_IPV6=no.
-.endif
-.endif
-
-.if ${WITH_BOEHM_GC:L} == "yes"
-LIB_DEPENDS+= gc.1:${PORTSDIR}/devel/boehm-gc
-CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include
-CONFIGURE_ARGS+= --with-gc
-.endif
-
-.if ${WITH_BOT:L} == "yes"
-CONFIGURE_ARGS+= --with-bot
-.endif
-
-pre-extract:
- @${ECHO} ""
- @${ECHO} "You may use the following build options:"
- @${ECHO} ""
- @${ECHO} " WITH_GLIB=1|2 Select a GLib version to use [auto]"
- @${ECHO} " WITH_PERL=yes|no Enable Perl support [yes]"
- @${ECHO} " WITH_PROXY=yes|no Enable irssi-proxy [no]"
- @${ECHO} " WITH_SOCKS=yes|no Enable Socks support [no]"
- @${ECHO} " WITH_IPV6=yes|no Enable IPv6 support [yes]"
- @${ECHO} " WITH_SSL=yes|no Enable SSL support [yes]"
- @${ECHO} " WITH_BOEHM_GC=yes|no Enable GC support [no]"
- @${ECHO} " WITH_BOT=yes|no Enable BOT support [no]"
- @${ECHO} ""
-
-pre-configure:
- @cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample || ${TRUE}
-
-post-install:
- @if [ ! -f ${LOCALBASE}/etc/irssi.conf ]; then \
- ${ECHO} "Installing default configuration file."; \
- ${INSTALL_DATA} ${WRKSRC}/irssi.conf.sample ${LOCALBASE}/etc/irssi.conf ; \
- fi
-
-.include <bsd.port.post.mk>
diff --git a/irc/irssi-devel/distinfo b/irc/irssi-devel/distinfo
deleted file mode 100644
index 1875580d2784..000000000000
--- a/irc/irssi-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (irssi-0.8.9.tar.bz2) = 6610ee0e27922f447e40828cf7dee507
-SIZE (irssi-0.8.9.tar.bz2) = 816465
diff --git a/irc/irssi-devel/files/patch-Makefile.in b/irc/irssi-devel/files/patch-Makefile.in
deleted file mode 100644
index 294e8838ef81..000000000000
--- a/irc/irssi-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- Makefile.in.orig Sun Nov 23 15:15:19 2003
-+++ Makefile.in Sun Nov 23 15:24:26 2003
-@@ -119,7 +119,7 @@
- SUBDIRS = src docs scripts
-
- confdir = $(sysconfdir)
--conf_DATA = irssi.conf
-+conf_DATA = irssi.conf.sample
-
- themedir = $(datadir)/irssi/themes
- theme_DATA = default.theme colorless.theme
-@@ -459,8 +459,8 @@
-
- config.h: default-config.h default-theme.h
-
--default-config.h: $(srcdir)/irssi.conf
-- $(srcdir)/file2header.sh $(srcdir)/irssi.conf default_config > default-config.h
-+default-config.h: $(srcdir)/irssi.conf.sample
-+ $(srcdir)/file2header.sh $(srcdir)/irssi.conf.sample default_config > default-config.h
- default-theme.h: $(srcdir)/default.theme
- $(srcdir)/file2header.sh $(srcdir)/default.theme default_theme > default-theme.h
-
diff --git a/irc/irssi-devel/files/patch-aa b/irc/irssi-devel/files/patch-aa
deleted file mode 100644
index 3703ad902d46..000000000000
--- a/irc/irssi-devel/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/irc/core/irc.c.orig Fri Oct 10 17:30:03 2003
-+++ src/irc/core/irc.c Sat Dec 27 22:20:56 2003
-@@ -108,9 +108,14 @@
- int send_now;
-
- g_get_current_time(&now);
-- send_now = g_timeval_cmp(&now, &server->wait_cmd) >= 0 &&
-- (server->cmdcount < server->max_cmds_at_once ||
-- server->cmd_queue_speed <= 0);
-+
-+ if (getenv("IRSSI_NOTHROTTLE")) {
-+ send_now = TRUE;
-+ } else {
-+ send_now = g_timeval_cmp(&now, &server->wait_cmd) >= 0 &&
-+ (server->cmdcount < server->max_cmds_at_once ||
-+ server->cmd_queue_speed <= 0);
-+ }
-
- irc_send_cmd_full(server, cmd, send_now, FALSE, FALSE);
- }
diff --git a/irc/irssi-devel/files/patch-eai_nodata b/irc/irssi-devel/files/patch-eai_nodata
deleted file mode 100644
index 3d5d32db54fc..000000000000
--- a/irc/irssi-devel/files/patch-eai_nodata
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/network.c.orig Sat Feb 7 12:48:34 2004
-+++ src/core/network.c Sat Feb 7 12:49:40 2004
-@@ -607,7 +607,7 @@
- int net_hosterror_notfound(int error)
- {
- #ifdef HAVE_IPV6
-- return error != 1 && (error == EAI_NONAME || error == EAI_NODATA);
-+ return error != 1 && (error == EAI_NONAME);
- #else
- return error == HOST_NOT_FOUND || error == NO_ADDRESS;
- #endif
diff --git a/irc/irssi-devel/pkg-descr b/irc/irssi-devel/pkg-descr
deleted file mode 100644
index 93d192baa96d..000000000000
--- a/irc/irssi-devel/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Irssi is a modular IRC client that currently has only text mode user
-interface, but 80-90% of the code isn't text mode specific, so other UIs could
-be created pretty easily. Also, Irssi isn't really even IRC specific anymore,
-there's already a working SILC module available. Support for other protocols
-like ICQ could be created some day too.
-
-WWW: http://www.irssi.org/
diff --git a/irc/irssi-devel/pkg-plist b/irc/irssi-devel/pkg-plist
deleted file mode 100644
index f0bd51658b11..000000000000
--- a/irc/irssi-devel/pkg-plist
+++ /dev/null
@@ -1,181 +0,0 @@
-bin/irssi
-etc/irssi.conf
-etc/irssi.conf.sample
-%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.a
-%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.la
-%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so
-%%WITH_PROXY%%lib/irssi/modules/libirc_proxy.so.0
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi.pm
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/Irc.pm
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/TextUI.pm
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/Irssi/UI.pm
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/.packlist
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.bs
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irssi.so
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/.packlist
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.bs
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc/Irc.so
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/.packlist
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.bs
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI/TextUI.so
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/.packlist
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.bs
-%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI/UI.so
-%%DOCSDIR%%/botnet.txt
-%%DOCSDIR%%/design.txt
-%%DOCSDIR%%/faq.html
-%%DOCSDIR%%/faq.txt
-%%DOCSDIR%%/formats.txt
-%%DOCSDIR%%/manual.txt
-%%DOCSDIR%%/perl.txt
-%%DOCSDIR%%/signals.txt
-%%DOCSDIR%%/special_vars.txt
-%%DOCSDIR%%/startup-HOWTO.html
-%%DATADIR%%/help/action
-%%DATADIR%%/help/admin
-%%DATADIR%%/help/alias
-%%DATADIR%%/help/away
-%%DATADIR%%/help/ban
-%%DATADIR%%/help/beep
-%%DATADIR%%/help/bind
-%%DATADIR%%/help/cat
-%%DATADIR%%/help/cd
-%%DATADIR%%/help/channel
-%%DATADIR%%/help/clear
-%%DATADIR%%/help/completion
-%%DATADIR%%/help/connect
-%%DATADIR%%/help/ctcp
-%%DATADIR%%/help/cycle
-%%DATADIR%%/help/date
-%%DATADIR%%/help/dcc
-%%DATADIR%%/help/dehilight
-%%DATADIR%%/help/deop
-%%DATADIR%%/help/devoice
-%%DATADIR%%/help/die
-%%DATADIR%%/help/disconnect
-%%DATADIR%%/help/echo
-%%DATADIR%%/help/eval
-%%DATADIR%%/help/exec
-%%DATADIR%%/help/flushbuffers
-%%DATADIR%%/help/format
-%%DATADIR%%/help/hash
-%%DATADIR%%/help/help
-%%DATADIR%%/help/hilight
-%%DATADIR%%/help/ignore
-%%DATADIR%%/help/info
-%%DATADIR%%/help/invite
-%%DATADIR%%/help/invitelist
-%%DATADIR%%/help/ircnet
-%%DATADIR%%/help/ison
-%%DATADIR%%/help/join
-%%DATADIR%%/help/kick
-%%DATADIR%%/help/kickban
-%%DATADIR%%/help/kill
-%%DATADIR%%/help/knock
-%%DATADIR%%/help/knockout
-%%DATADIR%%/help/lastlog
-%%DATADIR%%/help/layout
-%%DATADIR%%/help/levels
-%%DATADIR%%/help/links
-%%DATADIR%%/help/list
-%%DATADIR%%/help/load
-%%DATADIR%%/help/log
-%%DATADIR%%/help/lusers
-%%DATADIR%%/help/map
-%%DATADIR%%/help/me
-%%DATADIR%%/help/mircdcc
-%%DATADIR%%/help/mode
-%%DATADIR%%/help/motd
-%%DATADIR%%/help/msg
-%%DATADIR%%/help/names
-%%DATADIR%%/help/nctcp
-%%DATADIR%%/help/netsplit
-%%DATADIR%%/help/nick
-%%DATADIR%%/help/note
-%%DATADIR%%/help/notice
-%%DATADIR%%/help/notify
-%%DATADIR%%/help/op
-%%DATADIR%%/help/oper
-%%DATADIR%%/help/part
-%%DATADIR%%/help/ping
-%%DATADIR%%/help/query
-%%DATADIR%%/help/quit
-%%DATADIR%%/help/quote
-%%DATADIR%%/help/rawlog
-%%DATADIR%%/help/reconnect
-%%DATADIR%%/help/rehash
-%%DATADIR%%/help/reload
-%%DATADIR%%/help/restart
-%%DATADIR%%/help/rmreconns
-%%DATADIR%%/help/rmrejoins
-%%DATADIR%%/help/rping
-%%DATADIR%%/help/save
-%%DATADIR%%/help/say
-%%DATADIR%%/help/sconnect
-%%DATADIR%%/help/script
-%%DATADIR%%/help/scrollback
-%%DATADIR%%/help/server
-%%DATADIR%%/help/servlist
-%%DATADIR%%/help/set
-%%DATADIR%%/help/silence
-%%DATADIR%%/help/squery
-%%DATADIR%%/help/squit
-%%DATADIR%%/help/stats
-%%DATADIR%%/help/statusbar
-%%DATADIR%%/help/time
-%%DATADIR%%/help/toggle
-%%DATADIR%%/help/topic
-%%DATADIR%%/help/trace
-%%DATADIR%%/help/ts
-%%DATADIR%%/help/unalias
-%%DATADIR%%/help/unban
-%%DATADIR%%/help/unignore
-%%DATADIR%%/help/unload
-%%DATADIR%%/help/unnotify
-%%DATADIR%%/help/unquery
-%%DATADIR%%/help/unsilence
-%%DATADIR%%/help/upgrade
-%%DATADIR%%/help/uping
-%%DATADIR%%/help/ver
-%%DATADIR%%/help/userhost
-%%DATADIR%%/help/version
-%%DATADIR%%/help/voice
-%%DATADIR%%/help/wait
-%%DATADIR%%/help/wall
-%%DATADIR%%/help/wallchops
-%%DATADIR%%/help/wallops
-%%DATADIR%%/help/watch
-%%DATADIR%%/help/who
-%%DATADIR%%/help/whois
-%%DATADIR%%/help/whowas
-%%DATADIR%%/help/window
-%%DATADIR%%/help/wjoin
-%%DATADIR%%/help/wquery
-%%DATADIR%%/scripts/autoop.pl
-%%DATADIR%%/scripts/autorejoin.pl
-%%DATADIR%%/scripts/buf.pl
-%%DATADIR%%/scripts/command.pl
-%%DATADIR%%/scripts/dns.pl
-%%DATADIR%%/scripts/kills.pl
-%%DATADIR%%/scripts/mail.pl
-%%DATADIR%%/scripts/mlock.pl
-%%DATADIR%%/scripts/msg-event.pl
-%%DATADIR%%/scripts/quitmsg.pl
-%%DATADIR%%/scripts/redirect.pl
-%%DATADIR%%/scripts/scriptassist.pl
-%%DATADIR%%/scripts/splitlong.pl
-%%DATADIR%%/scripts/usercount.pl
-%%DATADIR%%/themes/colorless.theme
-%%DATADIR%%/themes/default.theme
-%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/UI
-%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/TextUI
-%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi/Irc
-%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Irssi
-%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Irssi
-@dirrm lib/irssi/modules
-@dirrm lib/irssi
-@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/themes
-@dirrm %%DATADIR%%/scripts
-@dirrm %%DATADIR%%/help
-@dirrm %%DATADIR%%
diff --git a/irc/konversation-kde4/Makefile b/irc/konversation-kde4/Makefile
deleted file mode 100644
index cf9659101269..000000000000
--- a/irc/konversation-kde4/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: konversation
-# Date created: 15 May 2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= konversation
-PORTVERSION= 0.14
-CATEGORIES= irc kde
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-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 5ac154df8ffe..000000000000
--- a/irc/konversation-kde4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (konversation-0.14.tar.bz2) = 3a5b7e80276d4a21af728137f4848fb4
-SIZE (konversation-0.14.tar.bz2) = 1372852
diff --git a/irc/konversation-kde4/files/patch-outputfilter.cpp b/irc/konversation-kde4/files/patch-outputfilter.cpp
deleted file mode 100644
index c49c639ef3f6..000000000000
--- a/irc/konversation-kde4/files/patch-outputfilter.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- konversation/konversation/outputfilter.cpp.orig Mon Jul 5 00:37:19 2004
-+++ konversation/konversation/outputfilter.cpp Mon Jul 5 00:37:43 2004
-@@ -1081,7 +1081,7 @@
- break;
- }
- }
-- if (validGroup and splitted.count() > 1)
-+ if (validGroup && splitted.count() > 1)
- {
- QString option = splitted[1];
- QMap<QString,QString> options = config->entryMap(group);
diff --git a/irc/konversation-kde4/pkg-descr b/irc/konversation-kde4/pkg-descr
deleted file mode 100644
index f6e0f442f805..000000000000
--- a/irc/konversation-kde4/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Konversation an IRC (Internet Relay Chat) client for KDE
-enviroment.
-
-WWW: http://konversation.sourceforge.net
diff --git a/irc/konversation-kde4/pkg-plist b/irc/konversation-kde4/pkg-plist
deleted file mode 100644
index 693e6884b45a..000000000000
--- a/irc/konversation-kde4/pkg-plist
+++ /dev/null
@@ -1,139 +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/icons/crystalsvg/22x22/actions/konv_message.png
-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/amarok
-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/juk
-share/apps/konversation/scripts/kdeversion
-share/apps/konversation/scripts/noatun
-share/apps/konversation/scripts/sayclip
-share/apps/konversation/scripts/uptime
-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/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/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/dccstatus_screen_co.png
-share/doc/HTML/en/konversation/editserver_screen_co.png
-share/doc/HTML/en/konversation/index.cache.bz2
-share/doc/HTML/en/konversation/index.docbook
-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/nicksonline_screen.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.png
-share/doc/HTML/en/konversation/quickconnect_screen.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/common
-share/doc/HTML/it/konversation/index.cache.bz2
-share/doc/HTML/it/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/128x128/apps/konversation.png
-share/icons/crystalsvg/16x16/apps/konversation.png
-share/icons/crystalsvg/22x22/apps/konversation.png
-share/icons/crystalsvg/32x32/apps/konversation.png
-share/icons/crystalsvg/48x48/apps/konversation.png
-share/icons/crystalsvg/64x64/apps/konversation.png
-share/locale/ca/LC_MESSAGES/konversation.mo
-share/locale/da/LC_MESSAGES/konversation.mo
-share/locale/de/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/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/nb/LC_MESSAGES/konversation.mo
-share/locale/nl/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/sv/LC_MESSAGES/konversation.mo
-share/locale/ta/LC_MESSAGES/konversation.mo
-share/locale/tr/LC_MESSAGES/konversation.mo
-share/locale/xx/LC_MESSAGES/konversation.mo
-share/locale/zh_CN/LC_MESSAGES/konversation.mo
-share/services/irc.protocol
-share/services/irc6.protocol
-@unexec rmdir %D/share/services 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/64x64/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/64x64 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/48x48/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/48x48 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/32x32/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/32x32 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/22x22/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/22x22 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/16x16/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/16x16 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/128x128/apps 2>/dev/null || true
-@unexec rmdir %D/share/icons/crystalsvg/128x128 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/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
-@dirrm share/apps/konversation/scripts
-@dirrm share/apps/konversation/images
-@dirrm share/apps/konversation/icons/crystalsvg/22x22/actions
-@dirrm share/apps/konversation/icons/crystalsvg/22x22
-@dirrm share/apps/konversation/icons/crystalsvg
-@dirrm share/apps/konversation/icons
-@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 1428ebf58a74..000000000000
--- a/irc/kvirc-devel/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: kvirc
-# Date created: 05 January 2004
-# Whom: Michael Ranner
-#
-# $FreeBSD$
-#
-
-PORTNAME= kvirc
-PORTVERSION= 3.0.1
-CATEGORIES= irc kde
-MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \
- ftp://ftp.de.kvirc.net/%SUBDIR%/ \
- ftp://ftp.kvirc.de/pub/%SUBDIR%/ \
- ftp://kvirc.firenze.linux.it/%SUBDIR%/
-MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}/source/
-
-MAINTAINER= mranner@inode.at
-COMMENT= IRC client for QT and KDE
-
-LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm
-
-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/man1
-PLIST_SUB= VER=${PORTVERSION}
-
-MAN1= kvirc.1
-
-post-patch:
- ${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
-
-.include <bsd.port.mk>
diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo
deleted file mode 100644
index ae0bf0caa969..000000000000
--- a/irc/kvirc-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (kvirc-3.0.1.tar.bz2) = 22b402d072a84eda11e762eb413e29c6
-SIZE (kvirc-3.0.1.tar.bz2) = 2679737
diff --git a/irc/kvirc-devel/files/patch-configure b/irc/kvirc-devel/files/patch-configure
deleted file mode 100644
index c5c77a61ed23..000000000000
--- a/irc/kvirc-devel/files/patch-configure
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure Sat Jan 4 16:54:22 2003
-+++ configure.patched Mon Jan 5 19:16:14 2004
-@@ -18245,7 +18245,7 @@
- ss_save_LIBS="$LIBS"
- CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR $CPPFLAGS $X_CFLAGS"
- CXXFLAGS="-O2 -Wall $CXXFLAGS"
-- LIBS="-L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_EXTRA_LIBS $X_LIBS $LIBS -l$SS_QTLIB_NAME -lXext -lX11"
-+ LIBS="-L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_EXTRA_LIBS $X_LIBS $LIBS -l$SS_QTLIB_NAME -lXext -lX11 -pthread"
- LDFLAGS="-s $LDFLAGS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"
-@@ -18586,7 +18586,7 @@
- ss_save_LIBS="$LIBS"
- CPPFLAGS="-I$SS_X_INCDIR -I$SS_QT_INCDIR -I$SS_KDE_INCDIR $CPPFLAGS $X_CFLAGS"
- CXXFLAGS="-O2 -Wall $CXXFLAGS"
-- LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -Wl,-rpath $SS_KDE_LIBDIR"
-+ LIBS="-L$SS_KDE_LIBDIR -L$SS_X_LIBDIR -L$SS_QT_LIBDIR $X_ $X_EXTRA_LIBS $X_LIBS $LIBS -lkdecore -l$SS_QTLIB_NAME $SS_XFT_LIBLINK -lXext -lX11 -Wl,-rpath $SS_KDE_LIBDIR -pthread"
- if test "$SS_LINK_TO_LIBDL" = "yes"; then
- LIBS="$LIBS -ldl";
- fi
diff --git a/irc/kvirc-devel/files/patch-modules-snd b/irc/kvirc-devel/files/patch-modules-snd
deleted file mode 100644
index 69e102fa3e91..000000000000
--- a/irc/kvirc-devel/files/patch-modules-snd
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/modules/snd/libkvisnd.cpp.orig Thu Feb 5 14:07:24 2004
---- src/modules/snd/libkvisnd.cpp Thu Feb 5 14:07:32 2004
-***************
-*** 53,59 ****
- #include <linux/soundcard.h>
- #else
- // Hint by Andy Fawcett: Thnx :)
-! #ifdef HAVE_SYS_SOUNDCARD_H_
- #include <sys/soundcard.h>
- #else
- #warning "Ops.. have no soundcard.h ? ... we're going to fail here :/"
---- 53,59 ----
- #include <linux/soundcard.h>
- #else
- // Hint by Andy Fawcett: Thnx :)
-! #ifdef HAVE_SYS_SOUNDCARD_H
- #include <sys/soundcard.h>
- #else
- #warning "Ops.. have no soundcard.h ? ... we're going to fail here :/"
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 e2a7fccd299f..000000000000
--- a/irc/kvirc-devel/pkg-plist
+++ /dev/null
@@ -1,1321 +0,0 @@
-bin/kvi_run_netscape.sh
-bin/kvi_search_help.sh
-bin/kvirc
-bin/kvirc-config
-include/kvirc/%%VER%%/kvi_antispam.h
-include/kvirc/%%VER%%/kvi_app.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_crypt.h
-include/kvirc/%%VER%%/kvi_cryptcontroller.h
-include/kvirc/%%VER%%/kvi_ctcppagedialog.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_irccontext.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_irctoolbar.h
-include/kvirc/%%VER%%/kvi_ircurl.h
-include/kvirc/%%VER%%/kvi_ircuserdb.h
-include/kvirc/%%VER%%/kvi_ircview.h
-include/kvirc/%%VER%%/kvi_kvs.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_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_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_scripttoolbar.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_button.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_definition.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_item.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_itemdefinition.h
-include/kvirc/%%VER%%/kvi_scripttoolbar_manager.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_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_textencoding.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_wstring.h
-include/kvirc/%%VER%%/kvi_wstring_config.h
-include/kvirc/%%VER%%/kvi_wstring_external.h
-include/kvirc/%%VER%%/kvi_wstring_functions.h
-include/kvirc/%%VER%%/kvi_wstring_wchar.h
-include/kvirc/%%VER%%/kvi_wstring_wslen.h
-include/kvirc/%%VER%%/kvi_xlib.h
-lib/libkvilib.la
-lib/libkvilib.so
-lib/libkvilib.so.3
-share/kvirc/%%VER%%/config/modules/libkvitip.kvc
-share/kvirc/%%VER%%/config/serverdb.kvc
-share/kvirc/%%VER%%/config/texticons.kvc
-share/kvirc/%%VER%%/defscript/default.kvs
-share/kvirc/%%VER%%/help/en/_db_class.idx
-share/kvirc/%%VER%%/help/en/_db_command.idx
-share/kvirc/%%VER%%/help/en/_db_event.idx
-share/kvirc/%%VER%%/help/en/_db_function.idx
-share/kvirc/%%VER%%/help/en/_db_generic.idx
-share/kvirc/%%VER%%/help/en/_db_keyterms.idx
-share/kvirc/%%VER%%/help/en/_db_language.idx
-share/kvirc/%%VER%%/help/en/_db_module.idx
-share/kvirc/%%VER%%/help/en/_db_widget.idx
-share/kvirc/%%VER%%/help/en/class_button.html
-share/kvirc/%%VER%%/help/en/class_checkbox.html
-share/kvirc/%%VER%%/help/en/class_combobox.html
-share/kvirc/%%VER%%/help/en/class_file.html
-share/kvirc/%%VER%%/help/en/class_label.html
-share/kvirc/%%VER%%/help/en/class_layout.html
-share/kvirc/%%VER%%/help/en/class_lineedit.html
-share/kvirc/%%VER%%/help/en/class_list.html
-share/kvirc/%%VER%%/help/en/class_menubar.html
-share/kvirc/%%VER%%/help/en/class_multilineedit.html
-share/kvirc/%%VER%%/help/en/class_object.html
-share/kvirc/%%VER%%/help/en/class_socket.html
-share/kvirc/%%VER%%/help/en/class_string.html
-share/kvirc/%%VER%%/help/en/class_urllabel.html
-share/kvirc/%%VER%%/help/en/class_widget.html
-share/kvirc/%%VER%%/help/en/class_window.html
-share/kvirc/%%VER%%/help/en/cmd_about.kvirc.html
-share/kvirc/%%VER%%/help/en/cmd_addtarget.html
-share/kvirc/%%VER%%/help/en/cmd_admin.html
-share/kvirc/%%VER%%/help/en/cmd_alias.html
-share/kvirc/%%VER%%/help/en/cmd_aliaseditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_avatar.html
-share/kvirc/%%VER%%/help/en/cmd_away.html
-share/kvirc/%%VER%%/help/en/cmd_awhois.html
-share/kvirc/%%VER%%/help/en/cmd_back.html
-share/kvirc/%%VER%%/help/en/cmd_ban.html
-share/kvirc/%%VER%%/help/en/cmd_beep.html
-share/kvirc/%%VER%%/help/en/cmd_break.html
-share/kvirc/%%VER%%/help/en/cmd_button.html
-share/kvirc/%%VER%%/help/en/cmd_buttonctl.html
-share/kvirc/%%VER%%/help/en/cmd_channelsjoin.open.html
-share/kvirc/%%VER%%/help/en/cmd_class.html
-share/kvirc/%%VER%%/help/en/cmd_clear.html
-share/kvirc/%%VER%%/help/en/cmd_clearobjects.html
-share/kvirc/%%VER%%/help/en/cmd_clock.add.html
-share/kvirc/%%VER%%/help/en/cmd_codetester.open.html
-share/kvirc/%%VER%%/help/en/cmd_config.clear.html
-share/kvirc/%%VER%%/help/en/cmd_config.clearsection.html
-share/kvirc/%%VER%%/help/en/cmd_config.close.html
-share/kvirc/%%VER%%/help/en/cmd_config.flush.html
-share/kvirc/%%VER%%/help/en/cmd_config.setsection.html
-share/kvirc/%%VER%%/help/en/cmd_config.write.html
-share/kvirc/%%VER%%/help/en/cmd_connect.html
-share/kvirc/%%VER%%/help/en/cmd_ctcp.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.canvas.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.chat.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.get.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.recv.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.rsend.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.send.html
-share/kvirc/%%VER%%/help/en/cmd_dcc.voice.html
-share/kvirc/%%VER%%/help/en/cmd_defpopup.html
-share/kvirc/%%VER%%/help/en/cmd_delete.html
-share/kvirc/%%VER%%/help/en/cmd_deltarget.html
-share/kvirc/%%VER%%/help/en/cmd_deop.html
-share/kvirc/%%VER%%/help/en/cmd_destroy.html
-share/kvirc/%%VER%%/help/en/cmd_devoice.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.file.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.image.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.message.html
-share/kvirc/%%VER%%/help/en/cmd_dialog.textinput.html
-share/kvirc/%%VER%%/help/en/cmd_disconnect.html
-share/kvirc/%%VER%%/help/en/cmd_dockwidget.hide.html
-share/kvirc/%%VER%%/help/en/cmd_dockwidget.show.html
-share/kvirc/%%VER%%/help/en/cmd_echo.html
-share/kvirc/%%VER%%/help/en/cmd_echoprivmsg.html
-share/kvirc/%%VER%%/help/en/cmd_eval.html
-share/kvirc/%%VER%%/help/en/cmd_event.html
-share/kvirc/%%VER%%/help/en/cmd_eventctl.html
-share/kvirc/%%VER%%/help/en/cmd_eventeditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_exec.html
-share/kvirc/%%VER%%/help/en/cmd_file.addimagepath.html
-share/kvirc/%%VER%%/help/en/cmd_file.copy.html
-share/kvirc/%%VER%%/help/en/cmd_file.delimagepath.html
-share/kvirc/%%VER%%/help/en/cmd_file.mkdir.html
-share/kvirc/%%VER%%/help/en/cmd_file.remove.html
-share/kvirc/%%VER%%/help/en/cmd_file.rename.html
-share/kvirc/%%VER%%/help/en/cmd_file.rmdir.html
-share/kvirc/%%VER%%/help/en/cmd_file.write.html
-share/kvirc/%%VER%%/help/en/cmd_filetransferwindow.open.html
-share/kvirc/%%VER%%/help/en/cmd_for.html
-share/kvirc/%%VER%%/help/en/cmd_foreach.html
-share/kvirc/%%VER%%/help/en/cmd_halt.html
-share/kvirc/%%VER%%/help/en/cmd_help.html
-share/kvirc/%%VER%%/help/en/cmd_help.open.html
-share/kvirc/%%VER%%/help/en/cmd_help.search.html
-share/kvirc/%%VER%%/help/en/cmd_host.html
-share/kvirc/%%VER%%/help/en/cmd_http.get.html
-share/kvirc/%%VER%%/help/en/cmd_ident.start.html
-share/kvirc/%%VER%%/help/en/cmd_ident.stop.html
-share/kvirc/%%VER%%/help/en/cmd_if.html
-share/kvirc/%%VER%%/help/en/cmd_info.html
-share/kvirc/%%VER%%/help/en/cmd_invite.html
-share/kvirc/%%VER%%/help/en/cmd_iograph.add.html
-share/kvirc/%%VER%%/help/en/cmd_join.html
-share/kvirc/%%VER%%/help/en/cmd_kick.html
-share/kvirc/%%VER%%/help/en/cmd_killclass.html
-share/kvirc/%%VER%%/help/en/cmd_killtimer.html
-share/kvirc/%%VER%%/help/en/cmd_lag.disable.html
-share/kvirc/%%VER%%/help/en/cmd_lag.enable.html
-share/kvirc/%%VER%%/help/en/cmd_lag.setalarmtime.html
-share/kvirc/%%VER%%/help/en/cmd_lag.setinterval.html
-share/kvirc/%%VER%%/help/en/cmd_leave.html
-share/kvirc/%%VER%%/help/en/cmd_links.html
-share/kvirc/%%VER%%/help/en/cmd_links.open.html
-share/kvirc/%%VER%%/help/en/cmd_list.html
-share/kvirc/%%VER%%/help/en/cmd_list.open.html
-share/kvirc/%%VER%%/help/en/cmd_log.flush.html
-share/kvirc/%%VER%%/help/en/cmd_log.start.html
-share/kvirc/%%VER%%/help/en/cmd_log.stop.html
-share/kvirc/%%VER%%/help/en/cmd_logview.open.html
-share/kvirc/%%VER%%/help/en/cmd_lusers.html
-share/kvirc/%%VER%%/help/en/cmd_me.html
-share/kvirc/%%VER%%/help/en/cmd_mode.html
-share/kvirc/%%VER%%/help/en/cmd_motd.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.add.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.addurl.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.next.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.pause.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.play.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.prev.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.quit.html
-share/kvirc/%%VER%%/help/en/cmd_mp3player.stop.html
-share/kvirc/%%VER%%/help/en/cmd_msg.html
-share/kvirc/%%VER%%/help/en/cmd_nick.html
-share/kvirc/%%VER%%/help/en/cmd_notice.html
-share/kvirc/%%VER%%/help/en/cmd_op.html
-share/kvirc/%%VER%%/help/en/cmd_openurl.html
-share/kvirc/%%VER%%/help/en/cmd_oper.html
-share/kvirc/%%VER%%/help/en/cmd_option.html
-share/kvirc/%%VER%%/help/en/cmd_options.dialog.html
-share/kvirc/%%VER%%/help/en/cmd_options.edit.html
-share/kvirc/%%VER%%/help/en/cmd_options.pages.html
-share/kvirc/%%VER%%/help/en/cmd_options.save.html
-share/kvirc/%%VER%%/help/en/cmd_parse.html
-share/kvirc/%%VER%%/help/en/cmd_part.html
-share/kvirc/%%VER%%/help/en/cmd_pass.html
-share/kvirc/%%VER%%/help/en/cmd_play.html
-share/kvirc/%%VER%%/help/en/cmd_popup.html
-share/kvirc/%%VER%%/help/en/cmd_popupeditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_privateimpl.html
-share/kvirc/%%VER%%/help/en/cmd_privmsg.html
-share/kvirc/%%VER%%/help/en/cmd_query.html
-share/kvirc/%%VER%%/help/en/cmd_quit.html
-share/kvirc/%%VER%%/help/en/cmd_quote.html
-share/kvirc/%%VER%%/help/en/cmd_raise.html
-share/kvirc/%%VER%%/help/en/cmd_raw.html
-share/kvirc/%%VER%%/help/en/cmd_raweditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.add.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.list.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.remove.html
-share/kvirc/%%VER%%/help/en/cmd_regchan.setproperty.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.add.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.addmask.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.delmask.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.edit.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.remove.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.setproperty.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.showlist.html
-share/kvirc/%%VER%%/help/en/cmd_reguser.wizard.html
-share/kvirc/%%VER%%/help/en/cmd_return.html
-share/kvirc/%%VER%%/help/en/cmd_run.html
-share/kvirc/%%VER%%/help/en/cmd_say.html
-share/kvirc/%%VER%%/help/en/cmd_server.html
-share/kvirc/%%VER%%/help/en/cmd_service.html
-share/kvirc/%%VER%%/help/en/cmd_setmenu.html
-share/kvirc/%%VER%%/help/en/cmd_setreturn.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.add.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.clear.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.list.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfile.remove.html
-share/kvirc/%%VER%%/help/en/cmd_sharedfileswindow.open.html
-share/kvirc/%%VER%%/help/en/cmd_snd.play.html
-share/kvirc/%%VER%%/help/en/cmd_socketspy.open.html
-share/kvirc/%%VER%%/help/en/cmd_sound.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.clipboard.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.file.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.list.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.setdelay.html
-share/kvirc/%%VER%%/help/en/cmd_spaste.stop.html
-share/kvirc/%%VER%%/help/en/cmd_squery.html
-share/kvirc/%%VER%%/help/en/cmd_squit.html
-share/kvirc/%%VER%%/help/en/cmd_srand.html
-share/kvirc/%%VER%%/help/en/cmd_stats.html
-share/kvirc/%%VER%%/help/en/cmd_switch.html
-share/kvirc/%%VER%%/help/en/cmd_system.setenv.html
-share/kvirc/%%VER%%/help/en/cmd_term.open.html
-share/kvirc/%%VER%%/help/en/cmd_time.html
-share/kvirc/%%VER%%/help/en/cmd_timer.html
-share/kvirc/%%VER%%/help/en/cmd_tip.open.html
-share/kvirc/%%VER%%/help/en/cmd_tmphighlight.add.html
-share/kvirc/%%VER%%/help/en/cmd_tmphighlight.remove.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.addbutton.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.addseparator.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.create.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.define.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.destroy.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.hide.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.removeitem.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.setbutton.html
-share/kvirc/%%VER%%/help/en/cmd_toolbar.show.html
-share/kvirc/%%VER%%/help/en/cmd_toolbareditor.open.html
-share/kvirc/%%VER%%/help/en/cmd_topic.html
-share/kvirc/%%VER%%/help/en/cmd_trace.html
-share/kvirc/%%VER%%/help/en/cmd_unban.html
-share/kvirc/%%VER%%/help/en/cmd_url.config.html
-share/kvirc/%%VER%%/help/en/cmd_url.list.html
-share/kvirc/%%VER%%/help/en/cmd_version.html
-share/kvirc/%%VER%%/help/en/cmd_voice.html
-share/kvirc/%%VER%%/help/en/cmd_while.html
-share/kvirc/%%VER%%/help/en/cmd_who.html
-share/kvirc/%%VER%%/help/en/cmd_whois.html
-share/kvirc/%%VER%%/help/en/cmd_whowas.html
-share/kvirc/%%VER%%/help/en/cmd_window.activate.html
-share/kvirc/%%VER%%/help/en/cmd_window.clearOutput.html
-share/kvirc/%%VER%%/help/en/cmd_window.close.html
-share/kvirc/%%VER%%/help/en/cmd_window.demandAttention.html
-share/kvirc/%%VER%%/help/en/cmd_window.dock.html
-share/kvirc/%%VER%%/help/en/cmd_window.listtypes.html
-share/kvirc/%%VER%%/help/en/cmd_window.maximize.html
-share/kvirc/%%VER%%/help/en/cmd_window.minimize.html
-share/kvirc/%%VER%%/help/en/cmd_window.restore.html
-share/kvirc/%%VER%%/help/en/cmd_window.undock.html
-share/kvirc/%%VER%%/help/en/doc_aliases.html
-share/kvirc/%%VER%%/help/en/doc_antispam.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_class_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_class_index_all.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_command_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_command_index_all.html
-share/kvirc/%%VER%%/help/en/doc_command_rebinding.html
-share/kvirc/%%VER%%/help/en/doc_connection_dependant_commands.html
-share/kvirc/%%VER%%/help/en/doc_crypt_engines.html
-share/kvirc/%%VER%%/help/en/doc_ctcp_avatar.html
-share/kvirc/%%VER%%/help/en/doc_ctcp_handling.html
-share/kvirc/%%VER%%/help/en/doc_datatypes.html
-share/kvirc/%%VER%%/help/en/doc_dcc_connection.html
-share/kvirc/%%VER%%/help/en/doc_escape_sequences.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_event_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_event_index_all.html
-share/kvirc/%%VER%%/help/en/doc_events.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_function_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_function_index_all.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_generic_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_generic_index_all.html
-share/kvirc/%%VER%%/help/en/doc_image_id.html
-share/kvirc/%%VER%%/help/en/doc_irc_masks.html
-share/kvirc/%%VER%%/help/en/doc_ircintro.html
-share/kvirc/%%VER%%/help/en/doc_isanyconsoleconnected.html
-share/kvirc/%%VER%%/help/en/doc_keyboard.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_keyterms_index_all.html
-share/kvirc/%%VER%%/help/en/doc_kvircintro.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_language_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_language_index_all.html
-share/kvirc/%%VER%%/help/en/doc_language_overview.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_module_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_module_index_all.html
-share/kvirc/%%VER%%/help/en/doc_modules.html
-share/kvirc/%%VER%%/help/en/doc_nickserv_proto.html
-share/kvirc/%%VER%%/help/en/doc_noblockingdialogs.html
-share/kvirc/%%VER%%/help/en/doc_notify_list.html
-share/kvirc/%%VER%%/help/en/doc_objects.html
-share/kvirc/%%VER%%/help/en/doc_operators.html
-share/kvirc/%%VER%%/help/en/doc_registered_users.html
-share/kvirc/%%VER%%/help/en/doc_rfc2812.html
-share/kvirc/%%VER%%/help/en/doc_rfc2821wrappers.html
-share/kvirc/%%VER%%/help/en/doc_shared_files.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_$.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_a.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_b.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_c.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_d.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_e.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_f.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_g.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_h.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_i.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_j.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_k.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_l.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_m.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_n.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_o.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_p.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_q.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_r.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_s.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_t.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_u.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_v.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_w.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_x.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_y.html
-share/kvirc/%%VER%%/help/en/doc_widget_alphabetic_z.html
-share/kvirc/%%VER%%/help/en/doc_widget_index_all.html
-share/kvirc/%%VER%%/help/en/doc_window_naming_conventions.html
-share/kvirc/%%VER%%/help/en/event_onaccelkeypressed.html
-share/kvirc/%%VER%%/help/en/event_onaction.html
-share/kvirc/%%VER%%/help/en/event_onban.html
-share/kvirc/%%VER%%/help/en/event_onbanexception.html
-share/kvirc/%%VER%%/help/en/event_onbanexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onchanadmin.html
-share/kvirc/%%VER%%/help/en/event_onchannellinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelmessage.html
-share/kvirc/%%VER%%/help/en/event_onchannelnickdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelnickpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelnotice.html
-share/kvirc/%%VER%%/help/en/event_onchannelpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onchannelsync.html
-share/kvirc/%%VER%%/help/en/event_onchannelwindowcreated.html
-share/kvirc/%%VER%%/help/en/event_onchanservnotice.html
-share/kvirc/%%VER%%/help/en/event_onconsolepopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onctcpflood.html
-share/kvirc/%%VER%%/help/en/event_onctcpreply.html
-share/kvirc/%%VER%%/help/en/event_onctcprequest.html
-share/kvirc/%%VER%%/help/en/event_ondccchatconnected.html
-share/kvirc/%%VER%%/help/en/event_ondccchatconnectioninprogress.html
-share/kvirc/%%VER%%/help/en/event_ondccchatdisconnected.html
-share/kvirc/%%VER%%/help/en/event_ondccchaterror.html
-share/kvirc/%%VER%%/help/en/event_ondccchatmessage.html
-share/kvirc/%%VER%%/help/en/event_ondccchatwindowclosing.html
-share/kvirc/%%VER%%/help/en/event_ondccchatwindowcreated.html
-share/kvirc/%%VER%%/help/en/event_ondechanadmin.html
-share/kvirc/%%VER%%/help/en/event_ondehalfop.html
-share/kvirc/%%VER%%/help/en/event_ondeop.html
-share/kvirc/%%VER%%/help/en/event_ondeuserop.html
-share/kvirc/%%VER%%/help/en/event_ondevoice.html
-share/kvirc/%%VER%%/help/en/event_onframewindowcreated.html
-share/kvirc/%%VER%%/help/en/event_onframewindowdestroyed.html
-share/kvirc/%%VER%%/help/en/event_onhalfop.html
-share/kvirc/%%VER%%/help/en/event_onhighlight.html
-share/kvirc/%%VER%%/help/en/event_onhostlinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_oninvite.html
-share/kvirc/%%VER%%/help/en/event_oninviteexception.html
-share/kvirc/%%VER%%/help/en/event_oninviteexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onirc.html
-share/kvirc/%%VER%%/help/en/event_onircconnectionestablished.html
-share/kvirc/%%VER%%/help/en/event_onircconnectionterminated.html
-share/kvirc/%%VER%%/help/en/event_onirccontextcreated.html
-share/kvirc/%%VER%%/help/en/event_onirccontextdestroyed.html
-share/kvirc/%%VER%%/help/en/event_onjoin.html
-share/kvirc/%%VER%%/help/en/event_onkeyset.html
-share/kvirc/%%VER%%/help/en/event_onkeyunset.html
-share/kvirc/%%VER%%/help/en/event_onkick.html
-share/kvirc/%%VER%%/help/en/event_onkvircshutdown.html
-share/kvirc/%%VER%%/help/en/event_onkvircstartup.html
-share/kvirc/%%VER%%/help/en/event_onlagalarmtimedown.html
-share/kvirc/%%VER%%/help/en/event_onlagalarmtimeup.html
-share/kvirc/%%VER%%/help/en/event_onlagcheck.html
-share/kvirc/%%VER%%/help/en/event_onlimitset.html
-share/kvirc/%%VER%%/help/en/event_onlimitunset.html
-share/kvirc/%%VER%%/help/en/event_onmeaway.html
-share/kvirc/%%VER%%/help/en/event_onmeback.html
-share/kvirc/%%VER%%/help/en/event_onmeban.html
-share/kvirc/%%VER%%/help/en/event_onmebanexception.html
-share/kvirc/%%VER%%/help/en/event_onmebanexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onmechanadmin.html
-share/kvirc/%%VER%%/help/en/event_onmedechanadmin.html
-share/kvirc/%%VER%%/help/en/event_onmedehalfop.html
-share/kvirc/%%VER%%/help/en/event_onmedeop.html
-share/kvirc/%%VER%%/help/en/event_onmedeuserop.html
-share/kvirc/%%VER%%/help/en/event_onmedevoice.html
-share/kvirc/%%VER%%/help/en/event_onmehalfop.html
-share/kvirc/%%VER%%/help/en/event_onmeinviteexception.html
-share/kvirc/%%VER%%/help/en/event_onmeinviteexceptionremove.html
-share/kvirc/%%VER%%/help/en/event_onmejoin.html
-share/kvirc/%%VER%%/help/en/event_onmekick.html
-share/kvirc/%%VER%%/help/en/event_onmenickchange.html
-share/kvirc/%%VER%%/help/en/event_onmeop.html
-share/kvirc/%%VER%%/help/en/event_onmepart.html
-share/kvirc/%%VER%%/help/en/event_onmeunban.html
-share/kvirc/%%VER%%/help/en/event_onmeuserop.html
-share/kvirc/%%VER%%/help/en/event_onmevoice.html
-share/kvirc/%%VER%%/help/en/event_onnickchange.html
-share/kvirc/%%VER%%/help/en/event_onnicklinkdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onnicklinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onnickservnotice.html
-share/kvirc/%%VER%%/help/en/event_onnotifylistdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onnotifylistpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onnotifyoffline.html
-share/kvirc/%%VER%%/help/en/event_onnotifyonline.html
-share/kvirc/%%VER%%/help/en/event_onop.html
-share/kvirc/%%VER%%/help/en/event_onpart.html
-share/kvirc/%%VER%%/help/en/event_onping.html
-share/kvirc/%%VER%%/help/en/event_onpong.html
-share/kvirc/%%VER%%/help/en/event_onquerymessage.html
-share/kvirc/%%VER%%/help/en/event_onquerynickdefaultactionrequest.html
-share/kvirc/%%VER%%/help/en/event_onquerynickpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onquerynotice.html
-share/kvirc/%%VER%%/help/en/event_onquerypopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onquerytargetadded.html
-share/kvirc/%%VER%%/help/en/event_onquerywindowcreated.html
-share/kvirc/%%VER%%/help/en/event_onquerywindowrequest.html
-share/kvirc/%%VER%%/help/en/event_onquit.html
-share/kvirc/%%VER%%/help/en/event_onserverlinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onservernotice.html
-share/kvirc/%%VER%%/help/en/event_ontextviewdoubleclicked.html
-share/kvirc/%%VER%%/help/en/event_ontopic.html
-share/kvirc/%%VER%%/help/en/event_onunban.html
-share/kvirc/%%VER%%/help/en/event_onunhandledliteral.html
-share/kvirc/%%VER%%/help/en/event_onurl.html
-share/kvirc/%%VER%%/help/en/event_onurllinkpopuprequest.html
-share/kvirc/%%VER%%/help/en/event_onusermode.html
-share/kvirc/%%VER%%/help/en/event_onuserop.html
-share/kvirc/%%VER%%/help/en/event_onvoice.html
-share/kvirc/%%VER%%/help/en/event_onwindowactivated.html
-share/kvirc/%%VER%%/help/en/event_onwindowpopuprequest.html
-share/kvirc/%%VER%%/help/en/fnc_$.html
-share/kvirc/%%VER%%/help/en/fnc_$lag.lag.html
-share/kvirc/%%VER%%/help/en/fnc_active.html
-share/kvirc/%%VER%%/help/en/fnc_ascii.html
-share/kvirc/%%VER%%/help/en/fnc_avatar.html
-share/kvirc/%%VER%%/help/en/fnc_away.html
-share/kvirc/%%VER%%/help/en/fnc_b.html
-share/kvirc/%%VER%%/help/en/fnc_base64toAscii.html
-share/kvirc/%%VER%%/help/en/fnc_calc.html
-share/kvirc/%%VER%%/help/en/fnc_chan.admincount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.bancount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.banexceptioncount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.banexceptionlist.html
-share/kvirc/%%VER%%/help/en/fnc_chan.banlist.html
-share/kvirc/%%VER%%/help/en/fnc_chan.getflag.html
-share/kvirc/%%VER%%/help/en/fnc_chan.halfopcount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.invitecount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.invitelist.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isadmin.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ishalfop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ismeadmin.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ismeop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.ison.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isuserop.html
-share/kvirc/%%VER%%/help/en/fnc_chan.isvoice.html
-share/kvirc/%%VER%%/help/en/fnc_chan.key.html
-share/kvirc/%%VER%%/help/en/fnc_chan.limit.html
-share/kvirc/%%VER%%/help/en/fnc_chan.matchban.html
-share/kvirc/%%VER%%/help/en/fnc_chan.matchbanexception.html
-share/kvirc/%%VER%%/help/en/fnc_chan.matchinvite.html
-share/kvirc/%%VER%%/help/en/fnc_chan.mode.html
-share/kvirc/%%VER%%/help/en/fnc_chan.name.html
-share/kvirc/%%VER%%/help/en/fnc_chan.opcount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.topic.html
-share/kvirc/%%VER%%/help/en/fnc_chan.topicsetat.html
-share/kvirc/%%VER%%/help/en/fnc_chan.topicsetby.html
-share/kvirc/%%VER%%/help/en/fnc_chan.usercount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.useropcount.html
-share/kvirc/%%VER%%/help/en/fnc_chan.users.html
-share/kvirc/%%VER%%/help/en/fnc_chan.voicecount.html
-share/kvirc/%%VER%%/help/en/fnc_channel.html
-share/kvirc/%%VER%%/help/en/fnc_char.html
-share/kvirc/%%VER%%/help/en/fnc_classdefined.html
-share/kvirc/%%VER%%/help/en/fnc_config.filelist.html
-share/kvirc/%%VER%%/help/en/fnc_config.filename.html
-share/kvirc/%%VER%%/help/en/fnc_config.hassection.html
-share/kvirc/%%VER%%/help/en/fnc_config.id.html
-share/kvirc/%%VER%%/help/en/fnc_config.keylist.html
-share/kvirc/%%VER%%/help/en/fnc_config.open.html
-share/kvirc/%%VER%%/help/en/fnc_config.read.html
-share/kvirc/%%VER%%/help/en/fnc_config.readonly.html
-share/kvirc/%%VER%%/help/en/fnc_config.section.html
-share/kvirc/%%VER%%/help/en/fnc_config.sectionlist.html
-share/kvirc/%%VER%%/help/en/fnc_console.html
-share/kvirc/%%VER%%/help/en/fnc_context.html
-share/kvirc/%%VER%%/help/en/fnc_cr.html
-share/kvirc/%%VER%%/help/en/fnc_date.html
-share/kvirc/%%VER%%/help/en/fnc_dockwidget.isvisible.html
-share/kvirc/%%VER%%/help/en/fnc_features.html
-share/kvirc/%%VER%%/help/en/fnc_file.exists.html
-share/kvirc/%%VER%%/help/en/fnc_file.extractfilename.html
-share/kvirc/%%VER%%/help/en/fnc_file.extractpath.html
-share/kvirc/%%VER%%/help/en/fnc_file.fixpath.html
-share/kvirc/%%VER%%/help/en/fnc_file.globaldir.html
-share/kvirc/%%VER%%/help/en/fnc_file.localdir.html
-share/kvirc/%%VER%%/help/en/fnc_file.ps.html
-share/kvirc/%%VER%%/help/en/fnc_file.read.html
-share/kvirc/%%VER%%/help/en/fnc_file.size.html
-share/kvirc/%%VER%%/help/en/fnc_file.type.html
-share/kvirc/%%VER%%/help/en/fnc_fmtlink.html
-share/kvirc/%%VER%%/help/en/fnc_hextoAscii.html
-share/kvirc/%%VER%%/help/en/fnc_hostname.html
-share/kvirc/%%VER%%/help/en/fnc_ic.html
-share/kvirc/%%VER%%/help/en/fnc_icon.html
-share/kvirc/%%VER%%/help/en/fnc_iconname.html
-share/kvirc/%%VER%%/help/en/fnc_isMainWindowMinimized.html
-share/kvirc/%%VER%%/help/en/fnc_ismehalfop.html
-share/kvirc/%%VER%%/help/en/fnc_ismeop.html
-share/kvirc/%%VER%%/help/en/fnc_ismeuserop.html
-share/kvirc/%%VER%%/help/en/fnc_ismevoice.html
-share/kvirc/%%VER%%/help/en/fnc_istimer.html
-share/kvirc/%%VER%%/help/en/fnc_iswellknown.html
-share/kvirc/%%VER%%/help/en/fnc_k.html
-share/kvirc/%%VER%%/help/en/fnc_lag.getalarmtime.html
-share/kvirc/%%VER%%/help/en/fnc_lag.getinterval.html
-share/kvirc/%%VER%%/help/en/fnc_lf.html
-share/kvirc/%%VER%%/help/en/fnc_log.file.html
-share/kvirc/%%VER%%/help/en/fnc_mask.hasnumerichost.html
-share/kvirc/%%VER%%/help/en/fnc_mask.host.html
-share/kvirc/%%VER%%/help/en/fnc_mask.html
-share/kvirc/%%VER%%/help/en/fnc_mask.match.html
-share/kvirc/%%VER%%/help/en/fnc_mask.nick.html
-share/kvirc/%%VER%%/help/en/fnc_mask.user.html
-share/kvirc/%%VER%%/help/en/fnc_me.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getchannels.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getfilename.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getfreq.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getlength.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_album.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_artist.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_comment.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_copright.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_crc.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_date.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_emphasis.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_genre.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_layer.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_original.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_title.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_tracknumber.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getmp3tag_version.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getposition.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.getrate.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.gettime.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.gettitle.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.ispaused.html
-share/kvirc/%%VER%%/help/en/fnc_mp3player.isplaying.html
-share/kvirc/%%VER%%/help/en/fnc_msgtype.html
-share/kvirc/%%VER%%/help/en/fnc_my.host.html
-share/kvirc/%%VER%%/help/en/fnc_my.network.html
-share/kvirc/%%VER%%/help/en/fnc_my.nick.html
-share/kvirc/%%VER%%/help/en/fnc_my.server.html
-share/kvirc/%%VER%%/help/en/fnc_my.umode.html
-share/kvirc/%%VER%%/help/en/fnc_my.user.html
-share/kvirc/%%VER%%/help/en/fnc_new.html
-share/kvirc/%%VER%%/help/en/fnc_o.html
-share/kvirc/%%VER%%/help/en/fnc_option.html
-share/kvirc/%%VER%%/help/en/fnc_options.isdialog.html
-share/kvirc/%%VER%%/help/en/fnc_query.html
-share/kvirc/%%VER%%/help/en/fnc_r.html
-share/kvirc/%%VER%%/help/en/fnc_rand.html
-share/kvirc/%%VER%%/help/en/fnc_regchan.find.html
-share/kvirc/%%VER%%/help/en/fnc_regchan.match.html
-share/kvirc/%%VER%%/help/en/fnc_regchan.property.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.exactmatch.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.list.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.mask.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.match.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.matchproperty.html
-share/kvirc/%%VER%%/help/en/fnc_reguser.property.html
-share/kvirc/%%VER%%/help/en/fnc_selected.html
-share/kvirc/%%VER%%/help/en/fnc_server.html
-share/kvirc/%%VER%%/help/en/fnc_split.html
-share/kvirc/%%VER%%/help/en/fnc_str.append.html
-share/kvirc/%%VER%%/help/en/fnc_str.cmp.html
-share/kvirc/%%VER%%/help/en/fnc_str.cmpnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.contains.html
-share/kvirc/%%VER%%/help/en/fnc_str.containsnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.equal.html
-share/kvirc/%%VER%%/help/en/fnc_str.equalnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.find.html
-share/kvirc/%%VER%%/help/en/fnc_str.findfirst.html
-share/kvirc/%%VER%%/help/en/fnc_str.findfirstnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.findlast.html
-share/kvirc/%%VER%%/help/en/fnc_str.findlastnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.insert.html
-share/kvirc/%%VER%%/help/en/fnc_str.isempty.html
-share/kvirc/%%VER%%/help/en/fnc_str.isnumber.html
-share/kvirc/%%VER%%/help/en/fnc_str.isunsignednumber.html
-share/kvirc/%%VER%%/help/en/fnc_str.left.html
-share/kvirc/%%VER%%/help/en/fnc_str.lefttofirst.html
-share/kvirc/%%VER%%/help/en/fnc_str.lefttolast.html
-share/kvirc/%%VER%%/help/en/fnc_str.len.html
-share/kvirc/%%VER%%/help/en/fnc_str.lowcase.html
-share/kvirc/%%VER%%/help/en/fnc_str.match.html
-share/kvirc/%%VER%%/help/en/fnc_str.matchnocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.mid.html
-share/kvirc/%%VER%%/help/en/fnc_str.prepend.html
-share/kvirc/%%VER%%/help/en/fnc_str.replace.html
-share/kvirc/%%VER%%/help/en/fnc_str.replacenocase.html
-share/kvirc/%%VER%%/help/en/fnc_str.right.html
-share/kvirc/%%VER%%/help/en/fnc_str.rightfromfirst.html
-share/kvirc/%%VER%%/help/en/fnc_str.rightfromlast.html
-share/kvirc/%%VER%%/help/en/fnc_str.strip.html
-share/kvirc/%%VER%%/help/en/fnc_str.stripleft.html
-share/kvirc/%%VER%%/help/en/fnc_str.stripright.html
-share/kvirc/%%VER%%/help/en/fnc_str.token.html
-share/kvirc/%%VER%%/help/en/fnc_str.upcase.html
-share/kvirc/%%VER%%/help/en/fnc_str.word.html
-share/kvirc/%%VER%%/help/en/fnc_sw.html
-share/kvirc/%%VER%%/help/en/fnc_system.getenv.html
-share/kvirc/%%VER%%/help/en/fnc_system.hostname.html
-share/kvirc/%%VER%%/help/en/fnc_system.osmachine.html
-share/kvirc/%%VER%%/help/en/fnc_system.osname.html
-share/kvirc/%%VER%%/help/en/fnc_system.osnodename.html
-share/kvirc/%%VER%%/help/en/fnc_system.osrelease.html
-share/kvirc/%%VER%%/help/en/fnc_system.ostype.html
-share/kvirc/%%VER%%/help/en/fnc_system.osversion.html
-share/kvirc/%%VER%%/help/en/fnc_target.html
-share/kvirc/%%VER%%/help/en/fnc_this.html
-share/kvirc/%%VER%%/help/en/fnc_time.html
-share/kvirc/%%VER%%/help/en/fnc_tmphighlight.ishighlighted.html
-share/kvirc/%%VER%%/help/en/fnc_toolbar.exists.html
-share/kvirc/%%VER%%/help/en/fnc_toolbar.list.html
-share/kvirc/%%VER%%/help/en/fnc_u.html
-share/kvirc/%%VER%%/help/en/fnc_unixtime.html
-share/kvirc/%%VER%%/help/en/fnc_username.html
-share/kvirc/%%VER%%/help/en/fnc_version.html
-share/kvirc/%%VER%%/help/en/fnc_window.caption.html
-share/kvirc/%%VER%%/help/en/fnc_window.console.html
-share/kvirc/%%VER%%/help/en/fnc_window.exists.html
-share/kvirc/%%VER%%/help/en/fnc_window.hasInput.html
-share/kvirc/%%VER%%/help/en/fnc_window.hasOutput.html
-share/kvirc/%%VER%%/help/en/fnc_window.hasUserFocus.html
-share/kvirc/%%VER%%/help/en/fnc_window.html
-share/kvirc/%%VER%%/help/en/fnc_window.isMaximized.html
-share/kvirc/%%VER%%/help/en/fnc_window.isMinimized.html
-share/kvirc/%%VER%%/help/en/fnc_window.list.html
-share/kvirc/%%VER%%/help/en/fnc_window.type.html
-share/kvirc/%%VER%%/help/en/helplogoleft.png
-share/kvirc/%%VER%%/help/en/helplogoright.png
-share/kvirc/%%VER%%/help/en/index.html
-share/kvirc/%%VER%%/help/en/module_config.html
-share/kvirc/%%VER%%/help/en/module_lamerizer.html
-share/kvirc/%%VER%%/help/en/module_log.html
-share/kvirc/%%VER%%/help/en/module_mp3player.html
-share/kvirc/%%VER%%/help/en/module_reguser.html
-share/kvirc/%%VER%%/help/en/module_rijndael.html
-share/kvirc/%%VER%%/help/en/module_url.html
-share/kvirc/%%VER%%/help/en/widget_ctcpavatarprotooptions.html
-share/kvirc/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html
-share/kvirc/%%VER%%/license/COPYING
-share/kvirc/%%VER%%/locale/about_de.mo
-share/kvirc/%%VER%%/locale/about_es.mo
-share/kvirc/%%VER%%/locale/about_it.mo
-share/kvirc/%%VER%%/locale/dcc_de.mo
-share/kvirc/%%VER%%/locale/dcc_es.mo
-share/kvirc/%%VER%%/locale/dcc_it.mo
-share/kvirc/%%VER%%/locale/editor_de.mo
-share/kvirc/%%VER%%/locale/editor_es.mo
-share/kvirc/%%VER%%/locale/editor_it.mo
-share/kvirc/%%VER%%/locale/kvirc_de.mo
-share/kvirc/%%VER%%/locale/kvirc_es.mo
-share/kvirc/%%VER%%/locale/kvirc_fr.mo
-share/kvirc/%%VER%%/locale/kvirc_it.mo
-share/kvirc/%%VER%%/locale/kvirc_nl.mo
-share/kvirc/%%VER%%/locale/kvirc_pl.mo
-share/kvirc/%%VER%%/locale/kvirc_pt.mo
-share/kvirc/%%VER%%/locale/kvirc_pt_BR.mo
-share/kvirc/%%VER%%/locale/kvirc_sr.mo
-share/kvirc/%%VER%%/locale/logview_de.mo
-share/kvirc/%%VER%%/locale/logview_es.mo
-share/kvirc/%%VER%%/locale/logview_it.mo
-share/kvirc/%%VER%%/locale/sharedfileswindow_de.mo
-share/kvirc/%%VER%%/locale/sharedfileswindow_es.mo
-share/kvirc/%%VER%%/locale/sharedfileswindow_it.mo
-share/kvirc/%%VER%%/modules/caps/crypt/lamerizer
-share/kvirc/%%VER%%/modules/caps/crypt/rijndael
-share/kvirc/%%VER%%/modules/caps/serverimport/mircimport
-share/kvirc/%%VER%%/modules/caps/tool/filetransferwindow
-share/kvirc/%%VER%%/modules/caps/tool/logview
-share/kvirc/%%VER%%/modules/caps/tool/sharedfileswindow
-share/kvirc/%%VER%%/modules/caps/toolbar/tb_options
-share/kvirc/%%VER%%/modules/caps/toolbar/tb_scripting
-share/kvirc/%%VER%%/modules/caps/toolbar/tb_winops
-share/kvirc/%%VER%%/modules/caps/toolbar/url
-share/kvirc/%%VER%%/modules/libkviabout.la
-share/kvirc/%%VER%%/modules/libkviabout.so
-share/kvirc/%%VER%%/modules/libkvialiaseditor.la
-share/kvirc/%%VER%%/modules/libkvialiaseditor.so
-share/kvirc/%%VER%%/modules/libkvichan.la
-share/kvirc/%%VER%%/modules/libkvichan.so
-share/kvirc/%%VER%%/modules/libkvichannelsjoin.la
-share/kvirc/%%VER%%/modules/libkvichannelsjoin.so
-share/kvirc/%%VER%%/modules/libkviclock.la
-share/kvirc/%%VER%%/modules/libkviclock.so
-share/kvirc/%%VER%%/modules/libkvicodetester.la
-share/kvirc/%%VER%%/modules/libkvicodetester.so
-share/kvirc/%%VER%%/modules/libkviconfig.la
-share/kvirc/%%VER%%/modules/libkviconfig.so
-share/kvirc/%%VER%%/modules/libkvidcc.la
-share/kvirc/%%VER%%/modules/libkvidcc.so
-share/kvirc/%%VER%%/modules/libkvidialog.la
-share/kvirc/%%VER%%/modules/libkvidialog.so
-share/kvirc/%%VER%%/modules/libkvidockwidget.la
-share/kvirc/%%VER%%/modules/libkvidockwidget.so
-share/kvirc/%%VER%%/modules/libkvieditor.la
-share/kvirc/%%VER%%/modules/libkvieditor.so
-share/kvirc/%%VER%%/modules/libkvieventeditor.la
-share/kvirc/%%VER%%/modules/libkvieventeditor.so
-share/kvirc/%%VER%%/modules/libkvifile.la
-share/kvirc/%%VER%%/modules/libkvifile.so
-share/kvirc/%%VER%%/modules/libkvifiletransferwindow.la
-share/kvirc/%%VER%%/modules/libkvifiletransferwindow.so
-share/kvirc/%%VER%%/modules/libkvihelp.la
-share/kvirc/%%VER%%/modules/libkvihelp.so
-share/kvirc/%%VER%%/modules/libkvihttp.la
-share/kvirc/%%VER%%/modules/libkvihttp.so
-share/kvirc/%%VER%%/modules/libkviident.la
-share/kvirc/%%VER%%/modules/libkviident.so
-share/kvirc/%%VER%%/modules/libkviiograph.la
-share/kvirc/%%VER%%/modules/libkviiograph.so
-share/kvirc/%%VER%%/modules/libkvilag.la
-share/kvirc/%%VER%%/modules/libkvilag.so
-share/kvirc/%%VER%%/modules/libkvilamerizer.la
-share/kvirc/%%VER%%/modules/libkvilamerizer.so
-share/kvirc/%%VER%%/modules/libkvilinks.la
-share/kvirc/%%VER%%/modules/libkvilinks.so
-share/kvirc/%%VER%%/modules/libkvilist.la
-share/kvirc/%%VER%%/modules/libkvilist.so
-share/kvirc/%%VER%%/modules/libkvilog.la
-share/kvirc/%%VER%%/modules/libkvilog.so
-share/kvirc/%%VER%%/modules/libkvilogview.la
-share/kvirc/%%VER%%/modules/libkvilogview.so
-share/kvirc/%%VER%%/modules/libkvimask.la
-share/kvirc/%%VER%%/modules/libkvimask.so
-share/kvirc/%%VER%%/modules/libkvimircimport.la
-share/kvirc/%%VER%%/modules/libkvimircimport.so
-share/kvirc/%%VER%%/modules/libkvimp3player.la
-share/kvirc/%%VER%%/modules/libkvimp3player.so
-share/kvirc/%%VER%%/modules/libkvimy.la
-share/kvirc/%%VER%%/modules/libkvimy.so
-share/kvirc/%%VER%%/modules/libkviobjects.la
-share/kvirc/%%VER%%/modules/libkviobjects.so
-share/kvirc/%%VER%%/modules/libkvioptions.la
-share/kvirc/%%VER%%/modules/libkvioptions.so
-share/kvirc/%%VER%%/modules/libkvipopupeditor.la
-share/kvirc/%%VER%%/modules/libkvipopupeditor.so
-share/kvirc/%%VER%%/modules/libkviraweditor.la
-share/kvirc/%%VER%%/modules/libkviraweditor.so
-share/kvirc/%%VER%%/modules/libkviregchan.la
-share/kvirc/%%VER%%/modules/libkviregchan.so
-share/kvirc/%%VER%%/modules/libkvireguser.la
-share/kvirc/%%VER%%/modules/libkvireguser.so
-share/kvirc/%%VER%%/modules/libkvirijndael.la
-share/kvirc/%%VER%%/modules/libkvirijndael.so
-share/kvirc/%%VER%%/modules/libkvisetup.la
-share/kvirc/%%VER%%/modules/libkvisetup.so
-share/kvirc/%%VER%%/modules/libkvisharedfile.la
-share/kvirc/%%VER%%/modules/libkvisharedfile.so
-share/kvirc/%%VER%%/modules/libkvisharedfileswindow.la
-share/kvirc/%%VER%%/modules/libkvisharedfileswindow.so
-share/kvirc/%%VER%%/modules/libkvisnd.la
-share/kvirc/%%VER%%/modules/libkvisnd.so
-share/kvirc/%%VER%%/modules/libkvisocketspy.la
-share/kvirc/%%VER%%/modules/libkvisocketspy.so
-share/kvirc/%%VER%%/modules/libkvispaste.la
-share/kvirc/%%VER%%/modules/libkvispaste.so
-share/kvirc/%%VER%%/modules/libkvistr.la
-share/kvirc/%%VER%%/modules/libkvistr.so
-share/kvirc/%%VER%%/modules/libkvisystem.la
-share/kvirc/%%VER%%/modules/libkvisystem.so
-share/kvirc/%%VER%%/modules/libkvitb_options.la
-share/kvirc/%%VER%%/modules/libkvitb_options.so
-share/kvirc/%%VER%%/modules/libkvitb_scripting.la
-share/kvirc/%%VER%%/modules/libkvitb_scripting.so
-share/kvirc/%%VER%%/modules/libkvitb_winops.la
-share/kvirc/%%VER%%/modules/libkvitb_winops.so
-share/kvirc/%%VER%%/modules/libkviterm.la
-share/kvirc/%%VER%%/modules/libkviterm.so
-share/kvirc/%%VER%%/modules/libkvitip.la
-share/kvirc/%%VER%%/modules/libkvitip.so
-share/kvirc/%%VER%%/modules/libkvitmphighlight.la
-share/kvirc/%%VER%%/modules/libkvitmphighlight.so
-share/kvirc/%%VER%%/modules/libkvitoolbar.la
-share/kvirc/%%VER%%/modules/libkvitoolbar.so
-share/kvirc/%%VER%%/modules/libkvitoolbareditor.la
-share/kvirc/%%VER%%/modules/libkvitoolbareditor.so
-share/kvirc/%%VER%%/modules/libkviurl.la
-share/kvirc/%%VER%%/modules/libkviurl.so
-share/kvirc/%%VER%%/modules/libkviwindow.la
-share/kvirc/%%VER%%/modules/libkviwindow.so
-share/kvirc/%%VER%%/msgcolors/all-black.msgclr
-share/kvirc/%%VER%%/msgcolors/all-gray.msgclr
-share/kvirc/%%VER%%/msgcolors/all-green.msgclr
-share/kvirc/%%VER%%/msgcolors/all-white.msgclr
-share/kvirc/%%VER%%/msgcolors/colored-2.msgclr
-share/kvirc/%%VER%%/msgcolors/colored.msgclr
-share/kvirc/%%VER%%/msgcolors/default.msgclr
-share/kvirc/%%VER%%/msgcolors/heavy-colors.msgclr
-share/kvirc/%%VER%%/pics/kvi_activitymeter.png
-share/kvirc/%%VER%%/pics/kvi_background.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_actions.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_aliaseditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_cascadewindows.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_channels.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_codetester.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_connected.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_connecting.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_disconnected.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_eventeditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_folder.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpback.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpclose.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpforward.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpindex.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_helpsearch.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_identity.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_popupeditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_raweditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_servers.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_settings.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_tilewindows.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_toolbareditor.png
-share/kvirc/%%VER%%/pics/kvi_bigicon_tools.png
-share/kvirc/%%VER%%/pics/kvi_dccfiletransfericons.png
-share/kvirc/%%VER%%/pics/kvi_dock.png
-share/kvirc/%%VER%%/pics/kvi_httpicons.png
-share/kvirc/%%VER%%/pics/kvi_mircimport.png
-share/kvirc/%%VER%%/pics/kvi_setup_label.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_00.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_01.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_02.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_03.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_04.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_05.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_06.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_07.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_08.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_09.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_10.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_11.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_12.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_13.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_14.png
-share/kvirc/%%VER%%/pics/kvi_smallicon_15.png
-share/kvirc/%%VER%%/pics/kvi_splash.png
-share/kvirc/%%VER%%/pics/kvi_tip.png
-share/kvirc/%%VER%%/pics/kvi_userchanstate.png
-share/kvirc/%%VER%%/themes/default.hires/themedata.kvc
-share/kvirc/%%VER%%/themes/default.hires/themeinfo.kvc
-share/kvirc/%%VER%%/themes/default.lores/themedata.kvc
-share/kvirc/%%VER%%/themes/default.lores/themeinfo.kvc
-@dirrm share/kvirc/%%VER%%/themes/default.lores
-@dirrm share/kvirc/%%VER%%/themes/default.hires
-@dirrm share/kvirc/%%VER%%/themes
-@dirrm share/kvirc/%%VER%%/pics
-@dirrm share/kvirc/%%VER%%/msgcolors
-@dirrm share/kvirc/%%VER%%/modules/caps/toolbar
-@dirrm share/kvirc/%%VER%%/modules/caps/tool
-@dirrm share/kvirc/%%VER%%/modules/caps/serverimport
-@dirrm share/kvirc/%%VER%%/modules/caps/crypt
-@dirrm share/kvirc/%%VER%%/modules/caps
-@dirrm share/kvirc/%%VER%%/modules
-@dirrm share/kvirc/%%VER%%/locale
-@dirrm share/kvirc/%%VER%%/license
-@dirrm share/kvirc/%%VER%%/help/en
-@dirrm share/kvirc/%%VER%%/help
-@dirrm share/kvirc/%%VER%%/defscript
-@dirrm share/kvirc/%%VER%%/config/modules
-@dirrm share/kvirc/%%VER%%/config
-@dirrm share/kvirc/%%VER%%
-@dirrm share/kvirc
-@dirrm include/kvirc/%%VER%%
-@dirrm include/kvirc
diff --git a/irc/riece-emacs20/Makefile b/irc/riece-emacs20/Makefile
deleted file mode 100644
index 96122f117a80..000000000000
--- a/irc/riece-emacs20/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# New ports collection makefile for: liece (for emacs20)
-# Date Created: 9 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-
-MASTERDIR= ${.CURDIR}/../liece
-
-EMACS_PORT_NAME= emacs20
-
-.include "${MASTERDIR}/Makefile"
diff --git a/irc/riece-emacs21/Makefile b/irc/riece-emacs21/Makefile
deleted file mode 100644
index 1271c0416f4a..000000000000
--- a/irc/riece-emacs21/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: liece (for emacs21)
-# Date Created: 9 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= liece
-PORTVERSION= 1.4.10
-PORTREVISION= 1
-CATEGORIES= irc elisp
-MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= yoichi@FreeBSD.org
-COMMENT= Yet another IRC client which runs under Emacsen
-
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- ldcc:${PORTSDIR}/irc/liece-dcc
-
-HAS_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-
-EMACS_PORT_NAME?= emacs21
-
-DIRSECTION?= "The Emacs editor and associated tools"
-INFOENTRY?= "* Liece: (liece). IRC client on Emacsen."
-
-.if ${EMACS_PORT_NAME} == "emacs21"
-DEPPORT_SUFFIX=
-.else
-DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
-.endif
-
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \
- --datadir=${PREFIX}/share
-MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-LIECE_ETCDIR= share/${PORTNAME}
-
-BUILD_WRKSRC= ${WRKSRC}/lisp
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST_SUB= LIECE_LISPDIR=${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \
- LIECE_ETCDIR=${LIECE_ETCDIR} \
- DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
-
-DOCS= AUTHORS lisp/ChangeLog
-
-post-build:
- (cd ${WRKSRC}/etc/po ; msgfmt -o liece.mo ja.po)
-post-install:
- (cd ${WRKSRC}/etc ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install)
- ${INSTALL_DATA} ${WRKSRC}/etc/gnu-emacs-user-config ${PREFIX}/${LIECE_ETCDIR}
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/icons
- ${INSTALL_DATA} ${WRKSRC}/etc/icons/*.xpm ${PREFIX}/${LIECE_ETCDIR}/icons
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.EUC
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.eucJP
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/doc
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${LIECE_ETCDIR}/doc/
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/liece.info ${PREFIX}/info/
- install-info --section=${DIRSECTION} --entry=${INFOENTRY} \
- ${PREFIX}/info/liece.info ${PREFIX}/info/dir
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/riece-emacs21/distinfo b/irc/riece-emacs21/distinfo
deleted file mode 100644
index 54cef02b8189..000000000000
--- a/irc/riece-emacs21/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (liece-1.4.10.tar.gz) = 33e7b46f17010cf43146467abc669dc2
-SIZE (liece-1.4.10.tar.gz) = 217046
diff --git a/irc/riece-emacs21/pkg-descr b/irc/riece-emacs21/pkg-descr
deleted file mode 100644
index efd34f582918..000000000000
--- a/irc/riece-emacs21/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Liece is an IRC client which runs under Emacsen.
-
-Put the expression below into your ~/.emacs.
-
-(autoload 'liece "liece" nil t)
-
-WWW: http://www.unixuser.org/~ueno/liece/index.html.en
diff --git a/irc/riece-emacs21/pkg-plist b/irc/riece-emacs21/pkg-plist
deleted file mode 100644
index 87dfc8ea20b2..000000000000
--- a/irc/riece-emacs21/pkg-plist
+++ /dev/null
@@ -1,114 +0,0 @@
-%%LIECE_ETCDIR%%/icons/back.xpm
-%%LIECE_ETCDIR%%/icons/ball.blank.xpm
-%%LIECE_ETCDIR%%/icons/ball.gray.xpm
-%%LIECE_ETCDIR%%/icons/ball.red.xpm
-%%LIECE_ETCDIR%%/icons/balloon.xpm
-%%LIECE_ETCDIR%%/icons/crypt.xpm
-%%LIECE_ETCDIR%%/icons/encrypt.xpm
-%%LIECE_ETCDIR%%/icons/forward.xpm
-%%LIECE_ETCDIR%%/icons/home.xpm
-%%LIECE_ETCDIR%%/icons/icons.xpm
-%%LIECE_ETCDIR%%/icons/key.xpm
-%%LIECE_ETCDIR%%/icons/liece-pointer.xpm
-%%LIECE_ETCDIR%%/icons/location.xpm
-%%LIECE_ETCDIR%%/icons/naruto.blank.xpm
-%%LIECE_ETCDIR%%/icons/naruto.gray.xpm
-%%LIECE_ETCDIR%%/icons/naruto.red.xpm
-%%LIECE_ETCDIR%%/icons/pindown.xpm
-%%LIECE_ETCDIR%%/icons/print.xpm
-%%LIECE_ETCDIR%%/icons/reload.xpm
-%%LIECE_ETCDIR%%/icons/search.xpm
-%%LIECE_ETCDIR%%/icons/stop.xpm
-%%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES/liece.mo
-%%LIECE_ETCDIR%%/locale/ja_JP.EUC
-%%LIECE_ETCDIR%%/locale/ja_JP.eucJP
-%%LIECE_ETCDIR%%/styles/bottom
-%%LIECE_ETCDIR%%/styles/middle
-%%LIECE_ETCDIR%%/styles/top
-%%LIECE_ETCDIR%%/gnu-emacs-user-config
-%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%info/liece.info
-%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/AUTHORS
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/ChangeLog
-%%PORTDOCS%%@dirrm %%LIECE_ETCDIR%%/doc
-@dirrm %%LIECE_ETCDIR%%/icons
-@dirrm %%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES
-@dirrm %%LIECE_ETCDIR%%/locale/ja
-@dirrm %%LIECE_ETCDIR%%/locale
-@dirrm %%LIECE_ETCDIR%%/styles
-@dirrm %%LIECE_ETCDIR%%
-%%LIECE_LISPDIR%%/bitmap-stipple.el
-%%LIECE_LISPDIR%%/bitmap-stipple.elc
-%%LIECE_LISPDIR%%/gettext.el
-%%LIECE_LISPDIR%%/gettext.elc
-%%LIECE_LISPDIR%%/liece-000.el
-%%LIECE_LISPDIR%%/liece-000.elc
-%%LIECE_LISPDIR%%/liece-200.el
-%%LIECE_LISPDIR%%/liece-200.elc
-%%LIECE_LISPDIR%%/liece-300.el
-%%LIECE_LISPDIR%%/liece-300.elc
-%%LIECE_LISPDIR%%/liece-400.el
-%%LIECE_LISPDIR%%/liece-400.elc
-%%LIECE_LISPDIR%%/liece-500.el
-%%LIECE_LISPDIR%%/liece-500.elc
-%%LIECE_LISPDIR%%/liece-channel.el
-%%LIECE_LISPDIR%%/liece-channel.elc
-%%LIECE_LISPDIR%%/liece-clfns.el
-%%LIECE_LISPDIR%%/liece-clfns.elc
-%%LIECE_LISPDIR%%/liece-coding.el
-%%LIECE_LISPDIR%%/liece-coding.elc
-%%LIECE_LISPDIR%%/liece-commands.el
-%%LIECE_LISPDIR%%/liece-commands.elc
-%%LIECE_LISPDIR%%/liece-compat.el
-%%LIECE_LISPDIR%%/liece-compat.elc
-%%LIECE_LISPDIR%%/liece-ctcp.el
-%%LIECE_LISPDIR%%/liece-ctcp.elc
-%%LIECE_LISPDIR%%/liece-dcc.el
-%%LIECE_LISPDIR%%/liece-dcc.elc
-%%LIECE_LISPDIR%%/liece-filter.el
-%%LIECE_LISPDIR%%/liece-filter.elc
-%%LIECE_LISPDIR%%/liece-globals.el
-%%LIECE_LISPDIR%%/liece-globals.elc
-%%LIECE_LISPDIR%%/liece-handle.el
-%%LIECE_LISPDIR%%/liece-handle.elc
-%%LIECE_LISPDIR%%/liece-handler.el
-%%LIECE_LISPDIR%%/liece-handler.elc
-%%LIECE_LISPDIR%%/liece-hilit.el
-%%LIECE_LISPDIR%%/liece-hilit.elc
-%%LIECE_LISPDIR%%/liece-inlines.el
-%%LIECE_LISPDIR%%/liece-inlines.elc
-%%LIECE_LISPDIR%%/liece-intl.el
-%%LIECE_LISPDIR%%/liece-intl.elc
-%%LIECE_LISPDIR%%/liece-mail.el
-%%LIECE_LISPDIR%%/liece-mail.elc
-%%LIECE_LISPDIR%%/liece-menu.el
-%%LIECE_LISPDIR%%/liece-menu.elc
-%%LIECE_LISPDIR%%/liece-message.el
-%%LIECE_LISPDIR%%/liece-message.elc
-%%LIECE_LISPDIR%%/liece-minibuf.el
-%%LIECE_LISPDIR%%/liece-minibuf.elc
-%%LIECE_LISPDIR%%/liece-misc.el
-%%LIECE_LISPDIR%%/liece-misc.elc
-%%LIECE_LISPDIR%%/liece-nick.el
-%%LIECE_LISPDIR%%/liece-nick.elc
-%%LIECE_LISPDIR%%/liece-q-el.el
-%%LIECE_LISPDIR%%/liece-q-el.elc
-%%LIECE_LISPDIR%%/liece-setup.el
-%%LIECE_LISPDIR%%/liece-tcp.el
-%%LIECE_LISPDIR%%/liece-tcp.elc
-%%LIECE_LISPDIR%%/liece-url.el
-%%LIECE_LISPDIR%%/liece-url.elc
-%%LIECE_LISPDIR%%/liece-vars.el
-%%LIECE_LISPDIR%%/liece-vars.elc
-%%LIECE_LISPDIR%%/liece-version.el
-%%LIECE_LISPDIR%%/liece-version.elc
-%%LIECE_LISPDIR%%/liece-window.el
-%%LIECE_LISPDIR%%/liece-window.elc
-%%LIECE_LISPDIR%%/liece-x-face.el
-%%LIECE_LISPDIR%%/liece-x-face.elc
-%%LIECE_LISPDIR%%/liece-emacs.el
-%%LIECE_LISPDIR%%/liece-emacs.elc
-%%LIECE_LISPDIR%%/liece.el
-%%LIECE_LISPDIR%%/liece.elc
-@dirrm %%LIECE_LISPDIR%%
diff --git a/irc/riece/Makefile b/irc/riece/Makefile
deleted file mode 100644
index 1271c0416f4a..000000000000
--- a/irc/riece/Makefile
+++ /dev/null
@@ -1,70 +0,0 @@
-# New ports collection makefile for: liece (for emacs21)
-# Date Created: 9 Mar 2001
-# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME= liece
-PORTVERSION= 1.4.10
-PORTREVISION= 1
-CATEGORIES= irc elisp
-MASTER_SITES= http://www.unixuser.org/~ueno/liece/dist/
-PKGNAMESUFFIX= -${EMACS_PORT_NAME}
-
-MAINTAINER= yoichi@FreeBSD.org
-COMMENT= Yet another IRC client which runs under Emacsen
-
-BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX}
-RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \
- ldcc:${PORTSDIR}/irc/liece-dcc
-
-HAS_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-
-EMACS_PORT_NAME?= emacs21
-
-DIRSECTION?= "The Emacs editor and associated tools"
-INFOENTRY?= "* Liece: (liece). IRC client on Emacsen."
-
-.if ${EMACS_PORT_NAME} == "emacs21"
-DEPPORT_SUFFIX=
-.else
-DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
-.endif
-
-CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \
- --with-lispdir=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} \
- --datadir=${PREFIX}/share
-MAKE_ARGS+= LISPDIR=${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}
-LIECE_ETCDIR= share/${PORTNAME}
-
-BUILD_WRKSRC= ${WRKSRC}/lisp
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST_SUB= LIECE_LISPDIR=${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} \
- LIECE_ETCDIR=${LIECE_ETCDIR} \
- DIRSECTION=${DIRSECTION} INFOENTRY=${INFOENTRY}
-
-DOCS= AUTHORS lisp/ChangeLog
-
-post-build:
- (cd ${WRKSRC}/etc/po ; msgfmt -o liece.mo ja.po)
-post-install:
- (cd ${WRKSRC}/etc ; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install)
- ${INSTALL_DATA} ${WRKSRC}/etc/gnu-emacs-user-config ${PREFIX}/${LIECE_ETCDIR}
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/icons
- ${INSTALL_DATA} ${WRKSRC}/etc/icons/*.xpm ${PREFIX}/${LIECE_ETCDIR}/icons
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.EUC
- ${LN} -sf ja ${PREFIX}/${LIECE_ETCDIR}/locale/ja_JP.eucJP
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/${LIECE_ETCDIR}/doc
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${LIECE_ETCDIR}/doc/
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/doc/liece.info ${PREFIX}/info/
- install-info --section=${DIRSECTION} --entry=${INFOENTRY} \
- ${PREFIX}/info/liece.info ${PREFIX}/info/dir
-.endif
-
-.include <bsd.port.mk>
diff --git a/irc/riece/distinfo b/irc/riece/distinfo
deleted file mode 100644
index 54cef02b8189..000000000000
--- a/irc/riece/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (liece-1.4.10.tar.gz) = 33e7b46f17010cf43146467abc669dc2
-SIZE (liece-1.4.10.tar.gz) = 217046
diff --git a/irc/riece/pkg-descr b/irc/riece/pkg-descr
deleted file mode 100644
index efd34f582918..000000000000
--- a/irc/riece/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-Liece is an IRC client which runs under Emacsen.
-
-Put the expression below into your ~/.emacs.
-
-(autoload 'liece "liece" nil t)
-
-WWW: http://www.unixuser.org/~ueno/liece/index.html.en
diff --git a/irc/riece/pkg-plist b/irc/riece/pkg-plist
deleted file mode 100644
index 87dfc8ea20b2..000000000000
--- a/irc/riece/pkg-plist
+++ /dev/null
@@ -1,114 +0,0 @@
-%%LIECE_ETCDIR%%/icons/back.xpm
-%%LIECE_ETCDIR%%/icons/ball.blank.xpm
-%%LIECE_ETCDIR%%/icons/ball.gray.xpm
-%%LIECE_ETCDIR%%/icons/ball.red.xpm
-%%LIECE_ETCDIR%%/icons/balloon.xpm
-%%LIECE_ETCDIR%%/icons/crypt.xpm
-%%LIECE_ETCDIR%%/icons/encrypt.xpm
-%%LIECE_ETCDIR%%/icons/forward.xpm
-%%LIECE_ETCDIR%%/icons/home.xpm
-%%LIECE_ETCDIR%%/icons/icons.xpm
-%%LIECE_ETCDIR%%/icons/key.xpm
-%%LIECE_ETCDIR%%/icons/liece-pointer.xpm
-%%LIECE_ETCDIR%%/icons/location.xpm
-%%LIECE_ETCDIR%%/icons/naruto.blank.xpm
-%%LIECE_ETCDIR%%/icons/naruto.gray.xpm
-%%LIECE_ETCDIR%%/icons/naruto.red.xpm
-%%LIECE_ETCDIR%%/icons/pindown.xpm
-%%LIECE_ETCDIR%%/icons/print.xpm
-%%LIECE_ETCDIR%%/icons/reload.xpm
-%%LIECE_ETCDIR%%/icons/search.xpm
-%%LIECE_ETCDIR%%/icons/stop.xpm
-%%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES/liece.mo
-%%LIECE_ETCDIR%%/locale/ja_JP.EUC
-%%LIECE_ETCDIR%%/locale/ja_JP.eucJP
-%%LIECE_ETCDIR%%/styles/bottom
-%%LIECE_ETCDIR%%/styles/middle
-%%LIECE_ETCDIR%%/styles/top
-%%LIECE_ETCDIR%%/gnu-emacs-user-config
-%%PORTDOCS%%@unexec install-info --delete --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%info/liece.info
-%%PORTDOCS%%@exec install-info --section="%%DIRSECTION%%" --entry="%%INFOENTRY%%" %D/info/liece.info %D/info/dir
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/AUTHORS
-%%PORTDOCS%%%%LIECE_ETCDIR%%/doc/ChangeLog
-%%PORTDOCS%%@dirrm %%LIECE_ETCDIR%%/doc
-@dirrm %%LIECE_ETCDIR%%/icons
-@dirrm %%LIECE_ETCDIR%%/locale/ja/LC_MESSAGES
-@dirrm %%LIECE_ETCDIR%%/locale/ja
-@dirrm %%LIECE_ETCDIR%%/locale
-@dirrm %%LIECE_ETCDIR%%/styles
-@dirrm %%LIECE_ETCDIR%%
-%%LIECE_LISPDIR%%/bitmap-stipple.el
-%%LIECE_LISPDIR%%/bitmap-stipple.elc
-%%LIECE_LISPDIR%%/gettext.el
-%%LIECE_LISPDIR%%/gettext.elc
-%%LIECE_LISPDIR%%/liece-000.el
-%%LIECE_LISPDIR%%/liece-000.elc
-%%LIECE_LISPDIR%%/liece-200.el
-%%LIECE_LISPDIR%%/liece-200.elc
-%%LIECE_LISPDIR%%/liece-300.el
-%%LIECE_LISPDIR%%/liece-300.elc
-%%LIECE_LISPDIR%%/liece-400.el
-%%LIECE_LISPDIR%%/liece-400.elc
-%%LIECE_LISPDIR%%/liece-500.el
-%%LIECE_LISPDIR%%/liece-500.elc
-%%LIECE_LISPDIR%%/liece-channel.el
-%%LIECE_LISPDIR%%/liece-channel.elc
-%%LIECE_LISPDIR%%/liece-clfns.el
-%%LIECE_LISPDIR%%/liece-clfns.elc
-%%LIECE_LISPDIR%%/liece-coding.el
-%%LIECE_LISPDIR%%/liece-coding.elc
-%%LIECE_LISPDIR%%/liece-commands.el
-%%LIECE_LISPDIR%%/liece-commands.elc
-%%LIECE_LISPDIR%%/liece-compat.el
-%%LIECE_LISPDIR%%/liece-compat.elc
-%%LIECE_LISPDIR%%/liece-ctcp.el
-%%LIECE_LISPDIR%%/liece-ctcp.elc
-%%LIECE_LISPDIR%%/liece-dcc.el
-%%LIECE_LISPDIR%%/liece-dcc.elc
-%%LIECE_LISPDIR%%/liece-filter.el
-%%LIECE_LISPDIR%%/liece-filter.elc
-%%LIECE_LISPDIR%%/liece-globals.el
-%%LIECE_LISPDIR%%/liece-globals.elc
-%%LIECE_LISPDIR%%/liece-handle.el
-%%LIECE_LISPDIR%%/liece-handle.elc
-%%LIECE_LISPDIR%%/liece-handler.el
-%%LIECE_LISPDIR%%/liece-handler.elc
-%%LIECE_LISPDIR%%/liece-hilit.el
-%%LIECE_LISPDIR%%/liece-hilit.elc
-%%LIECE_LISPDIR%%/liece-inlines.el
-%%LIECE_LISPDIR%%/liece-inlines.elc
-%%LIECE_LISPDIR%%/liece-intl.el
-%%LIECE_LISPDIR%%/liece-intl.elc
-%%LIECE_LISPDIR%%/liece-mail.el
-%%LIECE_LISPDIR%%/liece-mail.elc
-%%LIECE_LISPDIR%%/liece-menu.el
-%%LIECE_LISPDIR%%/liece-menu.elc
-%%LIECE_LISPDIR%%/liece-message.el
-%%LIECE_LISPDIR%%/liece-message.elc
-%%LIECE_LISPDIR%%/liece-minibuf.el
-%%LIECE_LISPDIR%%/liece-minibuf.elc
-%%LIECE_LISPDIR%%/liece-misc.el
-%%LIECE_LISPDIR%%/liece-misc.elc
-%%LIECE_LISPDIR%%/liece-nick.el
-%%LIECE_LISPDIR%%/liece-nick.elc
-%%LIECE_LISPDIR%%/liece-q-el.el
-%%LIECE_LISPDIR%%/liece-q-el.elc
-%%LIECE_LISPDIR%%/liece-setup.el
-%%LIECE_LISPDIR%%/liece-tcp.el
-%%LIECE_LISPDIR%%/liece-tcp.elc
-%%LIECE_LISPDIR%%/liece-url.el
-%%LIECE_LISPDIR%%/liece-url.elc
-%%LIECE_LISPDIR%%/liece-vars.el
-%%LIECE_LISPDIR%%/liece-vars.elc
-%%LIECE_LISPDIR%%/liece-version.el
-%%LIECE_LISPDIR%%/liece-version.elc
-%%LIECE_LISPDIR%%/liece-window.el
-%%LIECE_LISPDIR%%/liece-window.elc
-%%LIECE_LISPDIR%%/liece-x-face.el
-%%LIECE_LISPDIR%%/liece-x-face.elc
-%%LIECE_LISPDIR%%/liece-emacs.el
-%%LIECE_LISPDIR%%/liece-emacs.elc
-%%LIECE_LISPDIR%%/liece.el
-%%LIECE_LISPDIR%%/liece.elc
-@dirrm %%LIECE_LISPDIR%%
diff --git a/irc/weechat-devel/Makefile b/irc/weechat-devel/Makefile
deleted file mode 100644
index 6e4df0019e4e..000000000000
--- a/irc/weechat-devel/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: weechat
-# Date created: 2003-03-07
-# Whom: clement
-#
-# $FreeBSD$
-#
-
-PORTNAME= weechat
-PORTVERSION= 0.0.6
-CATEGORIES= irc
-MASTER_SITES= http://weechat.flashtux.org/download/
-
-MAINTAINER= clement@FreeBSD.org
-COMMENT= A lightweight and user friendly ncurse based IRC client
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-
-CFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
-CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
-
-MAN1= weechat.1
-
-PLIST_FILES= bin/weechat-curses share/locale/fr/LC_MESSAGES/weechat.mo
-
-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 93548617d65d..000000000000
--- a/irc/weechat-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (weechat-0.0.6.tar.bz2) = 3fbfb4c48d413d20191ee57bd2e57ca0
-SIZE (weechat-0.0.6.tar.bz2) = 278999
diff --git a/irc/weechat-devel/files/patch-configure b/irc/weechat-devel/files/patch-configure
deleted file mode 100644
index d990c6dd48ec..000000000000
--- a/irc/weechat-devel/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Sat Feb 7 23:48:23 2004
-+++ configure Sat Feb 7 23:48:35 2004
-@@ -8510,7 +8510,6 @@
-
- fi
-
--CFLAGS="-Wall -W -pipe -O2"
-
- ac_config_files="$ac_config_files Makefile src/Makefile src/common/Makefile src/irc/Makefile src/plugins/Makefile src/plugins/perl/Makefile src/gui/Makefile src/gui/curses/Makefile src/gui/gtk/Makefile src/gui/qt/Makefile intl/Makefile po/Makefile.in"
- cat >confcache <<\_ACEOF
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 3aa42fd99a73..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= 3
-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
-
-.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_SSL)
-USE_OPENSSL= YES
-CONFIGURE_ARGS+= --enable-openssl
-.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
-
-.if defined(WITH_PYTHON)
-USE_PYTHON= yes
-CONFIGURE_ARGS+= --enable-python
-.else
-CONFIGURE_ARGS+= --disable-python
-.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 dc608d0d4936..000000000000
--- a/irc/xchat1/pkg-plist
+++ /dev/null
@@ -1,50 +0,0 @@
-bin/xchat
-bin/xchat-text
-%%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