diff options
Diffstat (limited to 'irc/kvirc-devel')
-rw-r--r-- | irc/kvirc-devel/Makefile | 46 | ||||
-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/files/patch-am | 10 | ||||
-rw-r--r-- | irc/kvirc-devel/files/patch-an | 12 | ||||
-rw-r--r-- | irc/kvirc-devel/pkg-comment | 1 | ||||
-rw-r--r-- | irc/kvirc-devel/pkg-descr | 6 | ||||
-rw-r--r-- | irc/kvirc-devel/pkg-plist | 90 |
17 files changed, 0 insertions, 286 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile deleted file mode 100644 index 6f6570a9c21e..000000000000 --- a/irc/kvirc-devel/Makefile +++ /dev/null @@ -1,46 +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= 2.0.0 -CATEGORIES= irc -MASTER_SITES= ftp://ftp.kvirc.net/kvirc/${PORTVERSION}/source/ \ - ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/${PORTVERSION}/source/ \ - ftp://kvirc.firenze.linux.it/pub/kvirc/${PORTVERSION}/source/ - -MAINTAINER= trevor@FreeBSD.org - -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext - -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 \ - --with-qt-include-dir=${X11BASE}/include/qt2 \ - --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 - -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 <bsd.port.mk> diff --git a/irc/kvirc-devel/distinfo b/irc/kvirc-devel/distinfo deleted file mode 100644 index 4b8c4099839d..000000000000 --- a/irc/kvirc-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kvirc-2.0.0.tar.gz) = 0cf960f2ad2e92a7bfaef61a424d6f09 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 915317e97f1e..000000000000 --- a/irc/kvirc-devel/files/patch-ak +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 <X11/Xlib.h> -+#undef accept - //#include <X11/X.h> // GCFunctions - - #include <qbitmap.h> diff --git a/irc/kvirc-devel/files/patch-al b/irc/kvirc-devel/files/patch-al deleted file mode 100644 index 2c2cb0b9895d..000000000000 --- a/irc/kvirc-devel/files/patch-al +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 <qwidget.h> - #include <qpixmap.h> -+#include <qlist.h> - #include <qiconset.h> - #include <qlist.h> - //#warning "Check <time.h> localtime() gmtime() time() in configure" diff --git a/irc/kvirc-devel/files/patch-am b/irc/kvirc-devel/files/patch-am deleted file mode 100644 index 83eaa3322b01..000000000000 --- a/irc/kvirc-devel/files/patch-am +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 <qlabel.h> - #include <qpushbutton.h> - #include <qcheckbox.h> -+#include <qsplitter.h> - #include <qwidget.h> - #include <qwidgetstack.h> - #include <qtableview.h> diff --git a/irc/kvirc-devel/files/patch-an b/irc/kvirc-devel/files/patch-an deleted file mode 100644 index 9c35fe2da7af..000000000000 --- a/irc/kvirc-devel/files/patch-an +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 --git a/irc/kvirc-devel/pkg-comment b/irc/kvirc-devel/pkg-comment deleted file mode 100644 index a2db089b63d1..000000000000 --- a/irc/kvirc-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -IRC client for X diff --git a/irc/kvirc-devel/pkg-descr b/irc/kvirc-devel/pkg-descr deleted file mode 100644 index 6577e433e893..000000000000 --- a/irc/kvirc-devel/pkg-descr +++ /dev/null @@ -1,6 +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 - http://kvirc.firenze.linux.it/ diff --git a/irc/kvirc-devel/pkg-plist b/irc/kvirc-devel/pkg-plist deleted file mode 100644 index 3997d8100160..000000000000 --- a/irc/kvirc-devel/pkg-plist +++ /dev/null @@ -1,90 +0,0 @@ -bin/kvi_make_scriptdist.sh -bin/kvi_run_netscape.sh -bin/kvi_search_help.sh -bin/kvirc -bin/kvirc-config -lib/libkvicore.so -lib/libkvicore.so.2 -lib/libkvilib.so -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.popup.conf -share/kvirc/config/kvi.server.conf -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/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_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_tipoftheday.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/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/config -@dirrm share/kvirc -@dirrm share/icons/hicolor/48x48 -@dirrm share/icons/hicolor -@dirrm share/icons -@dirrm share/applnk/Internet -@dirrm share/applnk |