diff options
Diffstat (limited to 'irc/kvirc-devel')
-rw-r--r-- | irc/kvirc-devel/Makefile | 31 | ||||
-rw-r--r-- | irc/kvirc-devel/distinfo | 1 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-aa | 13 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-ad | 11 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-ae | 20 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-af | 11 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-ag | 12 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-ah | 11 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-ai | 11 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-aj | 11 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-ak | 10 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-al | 10 | ||||
-rw-r--r-- | irc/kvirc-devel/pkg-comment | 1 | ||||
-rw-r--r-- | irc/kvirc-devel/pkg-descr | 7 | ||||
-rw-r--r-- | irc/kvirc-devel/pkg-plist | 350 |
15 files changed, 0 insertions, 510 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile deleted file mode 100644 index b6954c3267a0..000000000000 --- a/irc/kvirc-devel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: kvirc -# Date created: Mon Feb 15 02:53:29 CET 1999 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= kvirc -PORTVERSION= 1.0.0 -CATEGORIES= irc -MASTER_SITES= http://www.kvirc.org/ \ - ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \ - ftp://kvirc.firenze.linux.it/pub/kvirc/ - -MAINTAINER= will@FreeBSD.org - -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext \ - qt2.3:${PORTSDIR}/x11-toolkits/qt21 - -USE_NEWGCC= yes -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share --with-qt-moc=${X11BASE}/bin/moc2 \ - --with-qt-include-dir=${X11BASE}/include/qt2 \ - --with-qt-library-dir=${X11BASE}/lib -CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 -USE_LIBTOOL= yes - -.include <bsd.port.mk> diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo deleted file mode 100644 index 249b789a7637..000000000000 --- a/irc/kvirc-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kvirc-1.0.0.tar.gz) = f59640364efeb02ea31c7d20ef4b5d53 diff --git a/irc/kvirc-devel/files/patch-aa b/irc/kvirc-devel/files/patch-aa deleted file mode 100644 index dec6a89ee7d2..000000000000 --- a/irc/kvirc-devel/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- src/kvilib/kvi_thread.h Sat Oct 30 20:18:28 1999 -+++ src/kvilib/kvi_thread.h.new Sat Jan 29 18:29:32 2000 -@@ -24,7 +24,9 @@ - // - - #include <pthread.h> -- -+#undef connect -+#undef read -+#undef write - #include <qsocketnotifier.h> - #include <qlist.h> - #include <qobject.h> diff --git a/irc/kvirc-devel/files/patch-ad b/irc/kvirc-devel/files/patch-ad deleted file mode 100644 index 386d7f4d8190..000000000000 --- a/irc/kvirc-devel/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kvirc/kvi_dcc_send.cpp Sat Dec 18 08:29:12 1999 -+++ src/kvirc/kvi_dcc_send.cpp.new Sat Jan 29 17:47:32 2000 -@@ -770,7 +770,7 @@ - kvi_threadTestCancel(); - - dcc->tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort); -- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); -+ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); - g_pThreadEventDispatcher->postEvent(e,dcc->dccSendParent); - - kvi_threadTestCancel(); diff --git a/irc/kvirc-devel/files/patch-ae b/irc/kvirc-devel/files/patch-ae deleted file mode 100644 index 4731b0a8c1ae..000000000000 --- a/irc/kvirc-devel/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- src/kvirc/kvi_dcc_voice.cpp Sat Dec 18 08:29:36 1999 -+++ src/kvirc/kvi_dcc_voice.cpp.new Sat Jan 29 22:01:29 2000 -@@ -323,7 +323,7 @@ - static int fmt=KVI_FORMAT; - if(ioctl(dcc->soundFd,SNDCTL_DSP_SETFMT,&fmt)<0)return KVI_ERROR_CanNotInitializeSoundCard; - static int chans=KVI_NUM_CHANNELS; -- if(ioctl(dcc->soundFd,SNDCTL_DSP_CHANNELS,&chans)<0)return KVI_ERROR_CanNotInitializeSoundCard; -+ if (ioctl(dcc->soundFd, SNDCTL_DSP_STEREO, &chans)<0) return KVI_ERROR_CanNotInitializeSoundCard; - static int speed=KVI_SPEED; - if(ioctl(dcc->soundFd,SNDCTL_DSP_SPEED,&speed)<0)return KVI_ERROR_CanNotInitializeSoundCard; - return KVI_ERROR_Success; -@@ -905,7 +905,7 @@ - kvi_threadTestCancel(); - - dcc->tmpBuffer.sprintf(__tr("Connected to %s on port %u"),dcc->szAddress.ptr(),dcc->uPort); -- KviDccEvent * e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); -+ e = new KviDccEvent(KVI_DCC_EVENT_MSG,dcc->tmpBuffer.ptr()); - g_pThreadEventDispatcher->postEvent(e,dcc->dccVoiceParent); - - kvi_threadTestCancel(); diff --git a/irc/kvirc-devel/files/patch-af b/irc/kvirc-devel/files/patch-af deleted file mode 100644 index 766254ebe6e6..000000000000 --- a/irc/kvirc-devel/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kvirc/kvi_frame.cpp Mon Dec 20 19:07:31 1999 -+++ src/kvirc/kvi_frame.cpp.new Sat Jan 29 17:58:45 2000 -@@ -80,6 +80,8 @@ - - #include "kvi_asyncwhois.h" - -+#undef accept -+ - #include <qcursor.h> - #include <qclipboard.h> - #include <qobjcoll.h> diff --git a/irc/kvirc-devel/files/patch-ag b/irc/kvirc-devel/files/patch-ag deleted file mode 100644 index 6dc2cdf37152..000000000000 --- a/irc/kvirc-devel/files/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ ---- src/kvirc/kvi_input.cpp Sat Dec 11 08:09:57 1999 -+++ src/kvirc/kvi_input.cpp.new Sat Jan 29 18:02:53 2000 -@@ -43,8 +43,8 @@ - #include "kvi_strsub.h" - - #include <X11/Xlib.h> -- - #include <ctype.h> -+#undef accept - - #include <qnamespace.h> - #include <qpopupmenu.h> diff --git a/irc/kvirc-devel/files/patch-ah b/irc/kvirc-devel/files/patch-ah deleted file mode 100644 index d5dce296bbc6..000000000000 --- a/irc/kvirc-devel/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kvirc/kvi_dlgscript.cpp Mon Dec 20 19:19:22 1999 -+++ src/kvirc/kvi_dlgscript.cpp.new Sat Jan 29 17:56:01 2000 -@@ -45,6 +45,8 @@ - #include "kvi_varcache.h" - #include "kvi_style.h" - -+#undef accept -+ - #include <qlayout.h> - #include <qevent.h> - #include <qsplitter.h> diff --git a/irc/kvirc-devel/files/patch-ai b/irc/kvirc-devel/files/patch-ai deleted file mode 100644 index 7125803900ef..000000000000 --- a/irc/kvirc-devel/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kvirc/kvi_listbox.cpp Sat Dec 18 08:40:17 1999 -+++ src/kvirc/kvi_listbox.cpp.new Sat Jan 29 18:22:23 2000 -@@ -38,6 +38,8 @@ - #include "kvi_query.h" - #include "kvi_event.h" - -+#undef accept -+ - #include <qbitmap.h> - - #include <X11/Xlib.h> diff --git a/irc/kvirc-devel/files/patch-aj b/irc/kvirc-devel/files/patch-aj deleted file mode 100644 index 4cad9e758d33..000000000000 --- a/irc/kvirc-devel/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- src/kvirc/kvi_helpqml.cpp Fri Nov 19 11:15:33 1999 -+++ src/kvirc/kvi_helpqml.cpp.new Sat Jan 29 18:28:26 2000 -@@ -29,6 +29,8 @@ - #include "kvi_options.h" - #include "kvi_fileutils.h" - -+#undef read -+ - #include <qfile.h> - #include <qtextstream.h> - #include <qnamespace.h> diff --git a/irc/kvirc-devel/files/patch-ak b/irc/kvirc-devel/files/patch-ak deleted file mode 100644 index cd59ff659913..000000000000 --- a/irc/kvirc-devel/files/patch-ak +++ /dev/null @@ -1,10 +0,0 @@ ---- src/kvirc/kvi_ircview.cpp Sun Dec 19 19:23:13 1999 -+++ src/kvirc/kvi_ircview.cpp.new Sat Jan 29 18:42:14 2000 -@@ -59,6 +59,7 @@ - #include "kvi_uparser.h" - - #include <X11/Xlib.h> -+#undef accept - - #include <qbitmap.h> - #include <qcursor.h> diff --git a/irc/kvirc-devel/files/patch-al b/irc/kvirc-devel/files/patch-al deleted file mode 100644 index be333f94bb7e..000000000000 --- a/irc/kvirc-devel/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- src/kvirc/kvi_systray.h Mon Dec 20 10:28:58 1999 -+++ src/kvirc/kvi_systray.h Sat Apr 15 03:16:04 2000 -@@ -27,6 +27,7 @@ - - #include <qwidget.h> - #include <qpixmap.h> -+#include <qlist.h> - - //#warning "Check <time.h> localtime() gmtime() time() in configure" - #include <time.h> diff --git a/irc/kvirc-devel/pkg-comment b/irc/kvirc-devel/pkg-comment deleted file mode 100644 index cc35270ed1fb..000000000000 --- a/irc/kvirc-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An enchanced visual irc client for KDE diff --git a/irc/kvirc-devel/pkg-descr b/irc/kvirc-devel/pkg-descr deleted file mode 100644 index 9c7dcbda3381..000000000000 --- a/irc/kvirc-devel/pkg-descr +++ /dev/null @@ -1,7 +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. That means that you can get , copy and -redistribute it at no charge. KVirc was developed mainly on Linux but -can be installed on other UNIX platforms that support KDE. - -WWW: http://www.kvirc.org/ diff --git a/irc/kvirc-devel/pkg-plist b/irc/kvirc-devel/pkg-plist deleted file mode 100644 index e1aea2dee052..000000000000 --- a/irc/kvirc-devel/pkg-plist +++ /dev/null @@ -1,350 +0,0 @@ -bin/kvirc -bin/kvi_run_netscape.sh -bin/kvi_make_scriptdist.sh -bin/kvi_search_help.sh -share/kvirc/config/kvi.mime.conf -share/kvirc/config/kvi.tip_en.conf -share/kvirc/config/kvi.popup.conf -share/kvirc/config/kvi.alias.conf -share/kvirc/config/kvi.view.conf -share/kvirc/config/kvi.server.conf -share/kvirc/help/en/alias.kvihelp -share/kvirc/help/en/ame.kvihelp -share/kvirc/help/en/amsg.kvihelp -share/kvirc/help/en/anotice.kvihelp -share/kvirc/help/en/awhois.kvihelp -share/kvirc/help/en/ban.kvihelp -share/kvirc/help/en/beep.kvihelp -share/kvirc/help/en/cd.kvihelp -share/kvirc/help/en/commands.kvihelp -share/kvirc/help/en/config.kvihelp -share/kvirc/help/en/ctcp.kvihelp -share/kvirc/help/en/dcc.kvihelp -share/kvirc/help/en/debug.kvihelp -share/kvirc/help/en/deop.kvihelp -share/kvirc/help/en/devoice.kvihelp -share/kvirc/help/en/dialog.kvihelp -share/kvirc/help/en/dir.kvihelp -share/kvirc/help/en/dns.kvihelp -share/kvirc/help/en/do.kvihelp -share/kvirc/help/en/echo.kvihelp -share/kvirc/help/en/except.kvihelp -share/kvirc/help/en/exec.kvihelp -share/kvirc/help/en/execv.kvihelp -share/kvirc/help/en/foreach.kvihelp -share/kvirc/help/en/halt.kvihelp -share/kvirc/help/en/help.kvihelp -share/kvirc/help/en/host.kvihelp -share/kvirc/help/en/if.kvihelp -share/kvirc/help/en/ignore.kvihelp -share/kvirc/help/en/invite.kvihelp -share/kvirc/help/en/join.kvihelp -share/kvirc/help/en/kick.kvihelp -share/kvirc/help/en/killproc.kvihelp -share/kvirc/help/en/killtimer.kvihelp -share/kvirc/help/en/links.kvihelp -share/kvirc/help/en/list.kvihelp -share/kvirc/help/en/loadconf.kvihelp -share/kvirc/help/en/log.kvihelp -share/kvirc/help/en/me.kvihelp -share/kvirc/help/en/mode.kvihelp -share/kvirc/help/en/msg.kvihelp -share/kvirc/help/en/multimedia.kvihelp -share/kvirc/help/en/newswindow.kvihelp -share/kvirc/help/en/nick.kvihelp -share/kvirc/help/en/notice.kvihelp -share/kvirc/help/en/notify.kvihelp -share/kvirc/help/en/op.kvihelp -share/kvirc/help/en/operators.kvihelp -share/kvirc/help/en/option.kvihelp -share/kvirc/help/en/parse.kvihelp -share/kvirc/help/en/part.kvihelp -share/kvirc/help/en/play.kvihelp -share/kvirc/help/en/plugin.kvihelp -share/kvirc/help/en/popup.kvihelp -share/kvirc/help/en/proclist.kvihelp -share/kvirc/help/en/query.kvihelp -share/kvirc/help/en/quit.kvihelp -share/kvirc/help/en/quote.kvihelp -share/kvirc/help/en/raw.kvihelp -share/kvirc/help/en/register.kvihelp -share/kvirc/help/en/run.kvihelp -share/kvirc/help/en/say.kvihelp -share/kvirc/help/en/server.kvihelp -share/kvirc/help/en/setflags.kvihelp -share/kvirc/help/en/sound.kvihelp -share/kvirc/help/en/status.kvihelp -share/kvirc/help/en/switch.kvihelp -share/kvirc/help/en/timer.kvihelp -share/kvirc/help/en/topic.kvihelp -share/kvirc/help/en/try.kvihelp -share/kvirc/help/en/unban.kvihelp -share/kvirc/help/en/unexcept.kvihelp -share/kvirc/help/en/unregister.kvihelp -share/kvirc/help/en/utoolbar.kvihelp -share/kvirc/help/en/voice.kvihelp -share/kvirc/help/en/while.kvihelp -share/kvirc/help/en/who.kvihelp -share/kvirc/help/en/whois.kvihelp -share/kvirc/help/en/whowas.kvihelp -share/kvirc/help/en/window.kvihelp -share/kvirc/help/en/writefile.kvihelp -share/kvirc/help/en/writeproc.kvihelp -share/kvirc/help/en/events.kvihelp -share/kvirc/help/en/onchannelmessage.kvihelp -share/kvirc/help/en/onchannelmode.kvihelp -share/kvirc/help/en/onchannelnotice.kvihelp -share/kvirc/help/en/onchannelsync.kvihelp -share/kvirc/help/en/onconnect.kvihelp -share/kvirc/help/en/onctcpmultimedia.kvihelp -share/kvirc/help/en/onctrl0.kvihelp -share/kvirc/help/en/onctrl1.kvihelp -share/kvirc/help/en/onctrl2.kvihelp -share/kvirc/help/en/onctrl3.kvihelp -share/kvirc/help/en/onctrl4.kvihelp -share/kvirc/help/en/onctrl5.kvihelp -share/kvirc/help/en/onctrl6.kvihelp -share/kvirc/help/en/onctrl7.kvihelp -share/kvirc/help/en/onctrl8.kvihelp -share/kvirc/help/en/onctrl9.kvihelp -share/kvirc/help/en/ondccchatconnected.kvihelp -share/kvirc/help/en/ondccchatmessage.kvihelp -share/kvirc/help/en/ondccchatterminated.kvihelp -share/kvirc/help/en/ondccgettransfercomplete.kvihelp -share/kvirc/help/en/ondccsendtransfercomplete.kvihelp -share/kvirc/help/en/ondisconnect.kvihelp -share/kvirc/help/en/onf1.kvihelp -share/kvirc/help/en/onf10.kvihelp -share/kvirc/help/en/onf11.kvihelp -share/kvirc/help/en/onf12.kvihelp -share/kvirc/help/en/onf2.kvihelp -share/kvirc/help/en/onf3.kvihelp -share/kvirc/help/en/onf4.kvihelp -share/kvirc/help/en/onf5.kvihelp -share/kvirc/help/en/onf6.kvihelp -share/kvirc/help/en/onf7.kvihelp -share/kvirc/help/en/onf8.kvihelp -share/kvirc/help/en/onf9.kvihelp -share/kvirc/help/en/oninvite.kvihelp -share/kvirc/help/en/onirc.kvihelp -share/kvirc/help/en/onjoin.kvihelp -share/kvirc/help/en/onkick.kvihelp -share/kvirc/help/en/onmejoin.kvihelp -share/kvirc/help/en/onmekick.kvihelp -share/kvirc/help/en/onmenotice.kvihelp -share/kvirc/help/en/onmepart.kvihelp -share/kvirc/help/en/onmeprivatemessage.kvihelp -share/kvirc/help/en/onnickdoubleclicked.kvihelp -share/kvirc/help/en/onpart.kvihelp -share/kvirc/help/en/onservernotice.kvihelp -share/kvirc/help/en/onserverping.kvihelp -share/kvirc/help/en/onshutdown.kvihelp -share/kvirc/help/en/onstartup.kvihelp -share/kvirc/help/en/ontopic.kvihelp -share/kvirc/help/en/onunhandledliteral.kvihelp -share/kvirc/help/en/onunhandlednumeric.kvihelp -share/kvirc/help/en/onuserwindowfiledrop.kvihelp -share/kvirc/help/en/onuserwindowinput.kvihelp -share/kvirc/help/en/onuserwindowselected.kvihelp -share/kvirc/help/en/onwhoisreply.kvihelp -share/kvirc/help/en/functions.kvihelp -share/kvirc/help/en/identifiers.kvihelp -share/kvirc/help/en/s_activewindow.kvihelp -share/kvirc/help/en/s_allchannels.kvihelp -share/kvirc/help/en/s_allchats.kvihelp -share/kvirc/help/en/s_allonchan.kvihelp -share/kvirc/help/en/s_allqueries.kvihelp -share/kvirc/help/en/s_allwindows.kvihelp -share/kvirc/help/en/s_b.kvihelp -share/kvirc/help/en/s_calc.kvihelp -share/kvirc/help/en/s_chan.kvihelp -share/kvirc/help/en/s_char.kvihelp -share/kvirc/help/en/s_chat.kvihelp -share/kvirc/help/en/s_commandline.kvihelp -share/kvirc/help/en/s_config.kvihelp -share/kvirc/help/en/s_connstarttime.kvihelp -share/kvirc/help/en/s_conntime.kvihelp -share/kvirc/help/en/s_conntimes.kvihelp -share/kvirc/help/en/s_console.kvihelp -share/kvirc/help/en/s_cr.kvihelp -share/kvirc/help/en/s_date.kvihelp -share/kvirc/help/en/s_deflogfile.kvihelp -share/kvirc/help/en/s_dialogmagic.kvihelp -share/kvirc/help/en/s_dialogresult.kvihelp -share/kvirc/help/en/s_dictcount.kvihelp -share/kvirc/help/en/s_dictlist.kvihelp -share/kvirc/help/en/s_direxists.kvihelp -share/kvirc/help/en/s_durationtostring.kvihelp -share/kvirc/help/en/s_fileexists.kvihelp -share/kvirc/help/en/s_filesize.kvihelp -share/kvirc/help/en/s_getenv.kvihelp -share/kvirc/help/en/s_getflags.kvihelp -share/kvirc/help/en/s_hostname.kvihelp -share/kvirc/help/en/s_icon.kvihelp -share/kvirc/help/en/s_inetaton.kvihelp -share/kvirc/help/en/s_inetntoa.kvihelp -share/kvirc/help/en/s_isconnected.kvihelp -share/kvirc/help/en/s_isdocked.kvihelp -share/kvirc/help/en/s_isknown.kvihelp -share/kvirc/help/en/s_isme.kvihelp -share/kvirc/help/en/s_isnumber.kvihelp -share/kvirc/help/en/s_ison.kvihelp -share/kvirc/help/en/s_isop.kvihelp -share/kvirc/help/en/s_isreg.kvihelp -share/kvirc/help/en/s_istimer.kvihelp -share/kvirc/help/en/s_isvalidip.kvihelp -share/kvirc/help/en/s_isvoice.kvihelp -share/kvirc/help/en/s_iswellknown.kvihelp -share/kvirc/help/en/s_iswindow.kvihelp -share/kvirc/help/en/s_k.kvihelp -share/kvirc/help/en/s_itemcount.kvihelp -share/kvirc/help/en/s_kvircdir.kvihelp -share/kvirc/help/en/s_kvirclogdir.kvihelp -share/kvirc/help/en/s_kvircscriptdir.kvihelp -share/kvirc/help/en/s_lf.kvihelp -share/kvirc/help/en/s_lowcase.kvihelp -share/kvirc/help/en/s_mask.kvihelp -share/kvirc/help/en/s_me.kvihelp -share/kvirc/help/en/s_myhostname.kvihelp -share/kvirc/help/en/s_myip.kvihelp -share/kvirc/help/en/s_mymask.kvihelp -share/kvirc/help/en/s_mynick.kvihelp -share/kvirc/help/en/s_myrealname.kvihelp -share/kvirc/help/en/s_myumode.kvihelp -share/kvirc/help/en/s_myusername.kvihelp -share/kvirc/help/en/s_noponchan.kvihelp -share/kvirc/help/en/s_numtimetostring.kvihelp -share/kvirc/help/en/s_o.kvihelp -share/kvirc/help/en/s_oponchan.kvihelp -share/kvirc/help/en/s_option.kvihelp -share/kvirc/help/en/s_pluginloaded.kvihelp -share/kvirc/help/en/s_proccmdline.kvihelp -share/kvirc/help/en/s_procexitcode.kvihelp -share/kvirc/help/en/s_procmagic.kvihelp -share/kvirc/help/en/s_procpid.kvihelp -share/kvirc/help/en/s_procstderr.kvihelp -share/kvirc/help/en/s_procstdout.kvihelp -share/kvirc/help/en/s_procwindow.kvihelp -share/kvirc/help/en/s_query.kvihelp -share/kvirc/help/en/s_r.kvihelp -share/kvirc/help/en/s_rand.kvihelp -share/kvirc/help/en/s_range.kvihelp -share/kvirc/help/en/s_readfile.kvihelp -share/kvirc/help/en/s_selected.kvihelp -share/kvirc/help/en/s_selectedhosts.kvihelp -share/kvirc/help/en/s_serverip.kvihelp -share/kvirc/help/en/s_selectedmasks.kvihelp -share/kvirc/help/en/s_selectedusernames.kvihelp -share/kvirc/help/en/s_serverhostname.kvihelp -share/kvirc/help/en/s_servernetwork.kvihelp -share/kvirc/help/en/s_serverport.kvihelp -share/kvirc/help/en/s_status.kvihelp -share/kvirc/help/en/s_strcat.kvihelp -share/kvirc/help/en/s_strfind.kvihelp -share/kvirc/help/en/s_strfindcs.kvihelp -share/kvirc/help/en/s_strleft.kvihelp -share/kvirc/help/en/s_strlefttofirst.kvihelp -share/kvirc/help/en/s_strlefttofirstcs.kvihelp -share/kvirc/help/en/s_strlefttolast.kvihelp -share/kvirc/help/en/s_strlefttolastcs.kvihelp -share/kvirc/help/en/s_strlen.kvihelp -share/kvirc/help/en/s_strmatch.kvihelp -share/kvirc/help/en/s_strmatchcs.kvihelp -share/kvirc/help/en/s_strmid.kvihelp -share/kvirc/help/en/s_strreplace.kvihelp -share/kvirc/help/en/s_strreplacecs.kvihelp -share/kvirc/help/en/s_strrevfind.kvihelp -share/kvirc/help/en/s_strrevfindcs.kvihelp -share/kvirc/help/en/s_strright.kvihelp -share/kvirc/help/en/s_strrightfromfirst.kvihelp -share/kvirc/help/en/s_strrightfromfirstcs.kvihelp -share/kvirc/help/en/s_strrightfromlast.kvihelp -share/kvirc/help/en/s_strrightfromlastcs.kvihelp -share/kvirc/help/en/s_time.kvihelp -share/kvirc/help/en/s_timermagic.kvihelp -share/kvirc/help/en/s_timername.kvihelp -share/kvirc/help/en/s_times.kvihelp -share/kvirc/help/en/s_topic.kvihelp -share/kvirc/help/en/s_tryresult.kvihelp -share/kvirc/help/en/s_u.kvihelp -share/kvirc/help/en/s_upcase.kvihelp -share/kvirc/help/en/s_uptime.kvihelp -share/kvirc/help/en/s_username.kvihelp -share/kvirc/help/en/s_version.kvihelp -share/kvirc/help/en/s_voiceonchan.kvihelp -share/kvirc/help/en/s_window.kvihelp -share/kvirc/help/en/index.kvihelp -share/kvirc/help/en/ircintro.kvihelp -share/kvirc/help/en/jarkko.kvihelp -share/kvirc/help/en/nohelpavailable.kvihelp -share/kvirc/help/en/rfc1459.kvihelp -share/kvirc/help/en/syntax.kvihelp -share/kvirc/help/en/introdKVIRC.kvihelp -share/kvirc/help/en/introdIRC.kvihelp -share/kvirc/help/en/dalNetWatchList.kvihelp -share/kvirc/help/en/doc_ctcp_multimedia.kvihelp -share/kvirc/help/en/doc_dcc_voice_proto.kvihelp -share/kvirc/help/en/doc_plugin_fm.kvihelp -share/kvirc/help/en/doc_plugin_fserve.kvihelp -share/kvirc/help/en/doc_plugin_image.kvihelp -share/kvirc/help/en/doc_plugin_mydialog.kvihelp -share/kvirc/help/en/doc_plugin_xmms.kvihelp -share/kvirc/help/en/misc.kvihelp -share/kvirc/help/en/qh_kvichannel.kvihelp -share/kvirc/help/en/qh_kvidlgoptuser.kvihelp -share/kvirc/help/en/qh_kvidlgscript.kvihelp -share/kvirc/help/en/qh_kviinput.kvihelp -share/kvirc/help/en/qh_kviscriptwizard.kvihelp -share/kvirc/help/en/qh_kvisystray.kvihelp -share/kvirc/help/en/qh_kvitaskbar.kvihelp -share/kvirc/help/en/qh_nohelpavailable.kvihelp -share/kvirc/help/en/qh_qwidget_aliasestab.kvihelp -share/kvirc/help/en/qh_qwidget_defumodetab.kvihelp -share/kvirc/help/en/qh_qwidget_eventstab.kvihelp -share/kvirc/help/en/qh_qwidget_nicknametab.kvihelp -share/kvirc/help/en/qh_qwidget_popupstab.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage1.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage2.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage3.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage4.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage5.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage6.kvihelp -share/kvirc/help/en/qh_qwidget_scriptwizardpage7.kvihelp -share/kvirc/help/en/qh_qwidget_toolbartab.kvihelp -share/kvirc/help/en/qh_qwidget_variablestab.kvihelp -share/kvirc/help/en/quickhelp.kvihelp -share/kvirc/pics/kvirc_48x48_1.xpm -share/kvirc/pics/kvirc_48x48_2.xpm -share/kvirc/pics/kvirc_1_16x16.xpm -share/kvirc/pics/kvirc_1_32x32.xpm -share/kvirc/pics/kvirc_1_48x48.xpm -share/kvirc/pics/kvirc_7_32x32.xpm -share/kvirc/pics/kvirc_7_48x48.xpm -share/kvirc/pics/kvirc_8_32x32.xpm -share/kvirc/pics/kvirc_8_48x48.xpm -share/kvirc/pics/kvi_win_icons.png -share/kvirc/pics/kvi_out_icons.png -share/kvirc/pics/kvi_toolbar_big.png -share/kvirc/pics/kvi_connect_state.png -share/kvirc/pics/kvi_splash.png -share/kvirc/pics/kvi_listbox.png -share/kvirc/pics/kvi_systray_big.png -share/kvirc/pics/kvi_file_icons.png -share/kvirc/pics/kvi_browser_icons.png -share/kvirc/pics/kvi_tipoftheday.png -share/kvirc/pics/kvi_about_bg_00.png -share/kvirc/pics/kvi_about_bg_01.png -share/kvirc/pics/kvi_about_bg_02.png -share/kvirc/pics/kvi_help_icons.png -share/kvirc/pics/kvi_wizard_1.png -share/kvirc/pics/kvi_wizard_2.png -share/kvirc/pics/kvi_wizard_3.png -share/kvirc/pics/kvi_wizard_4.png -share/kvirc/pics/kvi_dock.png -share/kvirc/locale/it.mo -@dirrm share/kvirc/config -@dirrm share/kvirc/help/en -@dirrm share/kvirc/help -@dirrm share/kvirc/locale -@dirrm share/kvirc/pics -@dirrm share/kvirc |