From owner-freebsd-ports Sun Sep 24 18: 0:43 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2793637B43E for ; Sun, 24 Sep 2000 18:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA77373; Sun, 24 Sep 2000 18:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 94A3537B422 for ; Sun, 24 Sep 2000 17:59:06 -0700 (PDT) Received: from localhost (trevor@localhost) by blues.jpj.net (right/backatcha) with ESMTP id e8P0x5a00455 for ; Sun, 24 Sep 2000 20:59:05 -0400 (EDT) Message-Id: Date: Sun, 24 Sep 2000 20:59:05 -0400 (EDT) From: Trevor Johnson To: freebsd-gnats-submit@freebsd.org Subject: ports/21530: update irc/kvirc to 2.0 and request maintainership Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 21530 >Category: ports >Synopsis: update irc/kvirc to 2.0 and request maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 24 18:00:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 4.1-STABLE i386 >Organization: myself >Environment: only tested under FreeBSD ws99.invalid 4.1-STABLE FreeBSD 4.1-STABLE #0: Sat Jul 29 02:55:41 UTC 2000 root@ws99.invalid:/usr/obj/usr/src/sys/TREVOR41A i386 >Description: Update to the latest version. Many of the help files for this version haven't been written yet. files added, removed, and changed: kvirc.orig/patches/patch-ab |only kvirc.orig/patches/patch-ac |only kvirc/CVS/Entries | 2 kvirc/Makefile | 35 ++- kvirc/files/md5 | 2 kvirc/patches/patch-ak | 8 kvirc/patches/patch-al | 8 kvirc/patches/patch-am |only kvirc/patches/patch-an |only kvirc/pkg/COMMENT | 2 kvirc/pkg/DESCR | 10 - kvirc/pkg/PLIST | 394 +++++++------------------------------------- >How-To-Repeat: N/A >Fix: Please remove patches/patch-ab and patches/patch-ac, and apply this change set. diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/Makefile kvirc/Makefile --- kvirc.orig/Makefile Sun Sep 24 21:15:15 2000 +++ kvirc/Makefile Sun Sep 24 21:15:31 2000 @@ -6,25 +6,40 @@ # PORTNAME= kvirc -PORTVERSION= 1.0.0 +PORTVERSION= 2.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/ +MASTER_SITES= ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/2.0.0/source/ \ + ftp://kvirc.firenze.linux.it/pub/kvirc/2.0.0/source/ -MAINTAINER= will@FreeBSD.org +MAINTAINER= trevor@jpj.net BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext -USE_QT2= yes +ALL_TARGET= kvirc +MAN1= kvirc.1 +USE_LIBTOOL= yes +USE_AUTOMAKE= yes +USE_AUTOCONF= yes USE_NEWGCC= yes +USE_QT2= yes USE_X_PREFIX= yes USE_GMAKE= yes -CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \ - --datadir=$(PREFIX)/share --with-qt-moc=${X11BASE}/bin/moc2 \ +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 + --with-qt-library-dir=${X11BASE}/lib \ + --without-kde-check \ + --without-pthread-check \ + --without-qt-check \ + --without-plugin-support CONFIGURE_ENV+= SS_X_EXTRA_LIBS=-lxpg4 -USE_LIBTOOL= yes + +pre-build: + for i in `find ${WRKSRC} -name Makefile` ; do \ + ${PERL} -pi -e "s/lqt /lqt2 /g" $$i ; \ + ${PERL} -pi -e "s/lpthread/pthread/g" $$i ; \ + done .include diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/files/md5 kvirc/files/md5 --- kvirc.orig/files/md5 Sat Feb 5 00:17:52 2000 +++ kvirc/files/md5 Sun Aug 27 09:34:55 2000 @@ -1 +1 @@ -MD5 (kvirc-1.0.0.tar.gz) = f59640364efeb02ea31c7d20ef4b5d53 +MD5 (kvirc-2.0.0.tar.gz) = 0cf960f2ad2e92a7bfaef61a424d6f09 diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/patches/patch-ak kvirc/patches/patch-ak --- kvirc.orig/patches/patch-ak Sat Feb 5 00:17:56 2000 +++ kvirc/patches/patch-ak Thu Sep 21 14:17:58 2000 @@ -1,10 +1,10 @@ ---- 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" +--- src/kvirc/kvi_ircview.cpp.orig Thu Sep 21 14:16:00 2000 ++++ src/kvirc/kvi_ircview.cpp Thu Sep 21 14:16:50 2000 +@@ -64,6 +64,7 @@ + #include "kvi_statusbar.h" #include +#undef accept + //#include // GCFunctions #include - #include diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/patches/patch-al kvirc/patches/patch-al --- kvirc.orig/patches/patch-al Sat Apr 15 00:18:30 2000 +++ kvirc/patches/patch-al Thu Sep 21 14:19:15 2000 @@ -1,10 +1,10 @@ ---- src/kvirc/kvi_systray.h Mon Dec 20 10:28:58 1999 -+++ src/kvirc/kvi_systray.h Sat Apr 15 03:16:04 2000 +--- src/kvirc/kvi_systray.h.orig Thu May 4 00:33:56 2000 ++++ src/kvirc/kvi_systray.h Thu Sep 21 14:18:52 2000 @@ -27,6 +27,7 @@ - + #include #include +#include - + #include + #include //#warning "Check localtime() gmtime() time() in configure" - #include diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/patches/patch-am kvirc/patches/patch-am --- kvirc.orig/patches/patch-am Thu Jan 1 00:00:00 1970 +++ kvirc/patches/patch-am Sun Sep 24 19:28:44 2000 @@ -0,0 +1,10 @@ +--- src/kvirc/kvi_dlgoptions.h.orig Sat May 27 11:12:24 2000 ++++ src/kvirc/kvi_dlgoptions.h Sun Sep 24 19:28:09 2000 +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/patches/patch-an kvirc/patches/patch-an --- kvirc.orig/patches/patch-an Thu Jan 1 00:00:00 1970 +++ kvirc/patches/patch-an Sun Sep 24 19:48:40 2000 @@ -0,0 +1,12 @@ +--- src/kvirc/kvi_window.h.orig Fri May 26 09:47:12 2000 ++++ src/kvirc/kvi_window.h Sun Sep 24 19:48:24 2000 +@@ -74,8 +74,8 @@ + * Plugin that this window belongs to (usually 0) + */ + void *m_pluginHandle; +- QAccel *m_pAccelerators; + #endif //COMPILE_PLUGIN_SUPPORT ++ QAccel *m_pAccelerators; + public: + /** + * The view splitter... diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/pkg/COMMENT kvirc/pkg/COMMENT --- kvirc.orig/pkg/COMMENT Sat Jun 26 19:06:20 1999 +++ kvirc/pkg/COMMENT Mon Sep 25 00:02:25 2000 @@ -1 +1 @@ -An enchanced visual irc client for KDE +IRC client for X diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/pkg/DESCR kvirc/pkg/DESCR --- kvirc.orig/pkg/DESCR Mon May 3 05:25:56 1999 +++ kvirc/pkg/DESCR Sun Sep 24 00:24:19 2000 @@ -1,7 +1,5 @@ -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. +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.org/ +WWW: http://kvirc.firenze.linux.it/ diff -ruN --exclude=CVS --exclude=patch-ab --exclude=patch-ac kvirc.orig/pkg/PLIST kvirc/pkg/PLIST --- kvirc.orig/pkg/PLIST Fri Mar 10 13:27:34 2000 +++ kvirc/pkg/PLIST Sun Sep 24 21:09:21 2000 @@ -1,350 +1,88 @@ -bin/kvirc -bin/kvi_run_netscape.sh bin/kvi_make_scriptdist.sh +bin/kvi_run_netscape.sh bin/kvi_search_help.sh +bin/kvirc +bin/kvirc-config +lib/libkvicore.so.2 +lib/libkvilib.so.2 +share/applnk/Internet/kvirc.desktop +share/icons/hicolor/48x48/kvirc.png +share/kvirc/config/kvi.alias.conf 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/config/kvi.tip_en.conf +share/kvirc/config/kvi.tip_it.conf +share/kvirc/config/kvi.view.conf +share/kvirc/help/en/dalNetWatchList.kvihelp share/kvirc/help/en/index.kvihelp +share/kvirc/help/en/introdIRC.kvihelp +share/kvirc/help/en/introdKVIRC.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/shortcuts.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/help/en/syntax_aliases.kvihelp +share/kvirc/help/en/syntax_comments.kvihelp +share/kvirc/help/en/syntax_events.kvihelp +share/kvirc/help/en/syntax_general.kvihelp +share/kvirc/help/en/syntax_objects.kvihelp +share/kvirc/help/en/syntax_variables.kvihelp +share/kvirc/locale/de.mo +share/kvirc/locale/es.mo +share/kvirc/locale/it.mo +share/kvirc/msgcolors/all-black.kviclr +share/kvirc/msgcolors/all-white.kviclr +share/kvirc/msgcolors/default.kviclr +share/kvirc/pics/kvi_browser_icons.png share/kvirc/pics/kvi_connect_state.png -share/kvirc/pics/kvi_splash.png +share/kvirc/pics/kvi_dock.png +share/kvirc/pics/kvi_file_icons.png +share/kvirc/pics/kvi_help_icons.png +share/kvirc/pics/kvi_icon_c.png +share/kvirc/pics/kvi_icon_exe.png +share/kvirc/pics/kvi_icon_h.png +share/kvirc/pics/kvi_icon_html.png +share/kvirc/pics/kvi_icon_image.png +share/kvirc/pics/kvi_icon_lib.png +share/kvirc/pics/kvi_icon_rpm.png +share/kvirc/pics/kvi_icon_shell.png +share/kvirc/pics/kvi_icon_sound.png +share/kvirc/pics/kvi_icon_text.png +share/kvirc/pics/kvi_icon_zip.png share/kvirc/pics/kvi_listbox.png +share/kvirc/pics/kvi_out_icons.png +share/kvirc/pics/kvi_splash.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_toolbar_big.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 +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_2_16x16.xpm +share/kvirc/pics/kvirc_2_32x32.xpm +share/kvirc/pics/kvirc_2_48x48.xpm +share/kvirc/pics/kvirc_48x48_1.xpm +share/kvirc/pics/kvirc_48x48_2.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 +@dirrm share/kvirc/pics +@dirrm share/kvirc/msgcolors +@dirrm share/kvirc/locale @dirrm share/kvirc/help/en @dirrm share/kvirc/help -@dirrm share/kvirc/locale -@dirrm share/kvirc/pics +@dirrm share/kvirc/config @dirrm share/kvirc +@dirrm share/icons/hicolor/48x48 +@dirrm share/icons/hicolor +@dirrm share/icons +@dirrm share/applnk/Internet +@dirrm share/applnk >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message