head 1.5; access; symbols pkgsrc-2013Q2:1.5.0.8 pkgsrc-2013Q2-base:1.5 pkgsrc-2012Q4:1.5.0.6 pkgsrc-2012Q4-base:1.5 pkgsrc-2011Q4:1.5.0.4 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q2:1.5.0.2 pkgsrc-2011Q2-base:1.5 pkgsrc-2009Q4:1.4.0.24 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.4.0.22 pkgsrc-2009Q3-base:1.4 pkgsrc-2009Q2:1.4.0.20 pkgsrc-2009Q2-base:1.4 pkgsrc-2009Q1:1.4.0.18 pkgsrc-2009Q1-base:1.4 pkgsrc-2008Q4:1.4.0.16 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.14 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.12 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.10 pkgsrc-2008Q2-base:1.4 cwrapper:1.4.0.8 pkgsrc-2008Q1:1.4.0.6 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.4.0.4 pkgsrc-2007Q4-base:1.4 pkgsrc-2007Q3:1.4.0.2 pkgsrc-2007Q3-base:1.4 pkgsrc-2007Q2:1.2.0.2 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2010.03.20.21.53.06; author wiz; state dead; branches; next 1.4; 1.4 date 2007.08.23.16.40.29; author abs; state Exp; branches; next 1.3; 1.3 date 2007.07.22.08.38.58; author abs; state Exp; branches; next 1.2; 1.2 date 2007.06.21.19.32.55; author wiz; state dead; branches; next 1.1; 1.1 date 2007.01.13.18.54.24; author joerg; state Exp; branches; next ; desc @@ 1.5 log @Update to 3.3, the KDE4 version (previously in net/ktorrent3). @ text @$NetBSD: patch-ab,v 1.4 2007/08/23 16:40:29 abs Exp $ --- plugins/stats/ChartDrawer.cc.orig 2007-07-23 17:43:08.000000000 +0100 +++ plugins/stats/ChartDrawer.cc @@@@ -25,6 +25,9 @@@@ int isinf(double x) { return !finite(x) && x==x; } #endif +#ifdef Q_OS_NETBSD +#include +#endif namespace kt { @@@@ -272,6 +275,8 @@@@ void ChartDrawer::AddValue(const size_t #ifdef USE_SOLARIS if(isnand(val) || (isinf(val))) +#elif defined(Q_OS_NETBSD) && __NetBSD_Version__ < 499002000 + if(isnan(val) || isinf(val)) #else if(std::isnan(val) || (std::isinf(val))) #endif @ 1.4 log @Update ktorrent to 2.2.1nb1. Fix compile on NetBSD/-current - from Bernd Ernesti - PR/36804 @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.3 2007/07/22 08:38:58 abs Exp $ @ 1.3 log @Updated net/ktorrent from 2.1.4 to 2.2: Changes in 2.2 : - Allow user to create torrents without tracker - Double clicking on files in files tab opens them Changes in 2.2rc1 - Revamped plugin settings page, looks much nicer now. - Scan dialog now has only one button cancel, which becomes close when the scan is finished - Add max seed time feature - Add download and seed time columns in view Changes in 2.2beta1 - Ditch KMDI in favor of KDevelop IDEA code - Infowidget has been fully moved to the bottom tabbar - Possibility to open as many views as needed - By default a downloads and uploads tab is now shown - Immediatly hide system tray icon at exit - Make sure to many files open bug is very unlikely to happen - Search plugin tab has now become a toolbar - Added option to fully preallocate diskspace for torrents - Added support for seeding from readonly filesystems - Make sure FileView remembers it's state - Sleep time of upload and download is now configurable through a CPU usage slider in the settings - Added option to move finished downloads to a different directory - Readded feature to show the total and the number of running torrents in the tab of each view - Added progress bar in status bar when searching - Redesigned FileSelectDlg - Added option to add torrent to group when loading - Added option to choose download directory for torrent when loading - Added option to copy .torrent files to user specified directory - Show torrent path when trying to load a corrupt torrent from torX/ directory - Added speed limits for individual torrents - Added dynamic diskspace checking. - Added option to disable diskspace preallocation - Improved system tray popup icon : we now use boxed style KPassivePopup instead of Qt tooltips, it also only disappears when the cursor is moved away from the tray icon and the text can be updated - The log now gets autorotated when it gets larger then 10 MB - Import dialog is now network transparent for the torrent file - Added statistics plugin which was developed by Krzysztof Kundzicz @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- plugins/stats/ChartDrawer.cc.orig 2007-07-18 15:37:03.000000000 +0100 d5 11 a15 1 @@@@ -272,6 +272,8 @@@@ void ChartDrawer::AddValue(const size_t d19 1 a19 1 +#elif defined(Q_OS_NETBSD) @ 1.2 log @Update to 2.1.4 (security fix), based on patches provided by Sergey Svishchev. Changes in 2.1.4 - Fixed crash in parsing of DHT messages - Fixed problem with files with .. in their name - ScanFolder can now handle incomplete torrent files properly Changes in 2.1.3 - Fixed crash in torrent parsing Changes in 2.1.2 - Fix 2 security vulnerabilities (thanks to Bryan Burns from Juniper Networks for finding them) Changes in 2.1.1 - Rewrite of webserver - New webgui : coldmilk - Networking thread has been split up in 2 threads, one for upload, one for download - Significant speed improvements when downloading over a LAN Changes in 2.1 - Some minor bug fixes Changes in 2.1rc1 - Share ratio column added in main view - Added option to use a different proxy then the default KDE proxy for HTTP trackers - Added feature to show/hide columns in main view - Moved search box to bottom, so that the window is not enlarged in 1024 x 768 resolutions, when you search for something - Made sure no duplicates get into search box history - Fixed 'Trackers' tab in InfoWidget to properly resize tracker URL label - Zeroconf plugin added - Added µTorrent compatible PEX - Fixed a bug in WebInterface plugin causing JS tooltips not to show. - Fixed a bug with 'Stop All' not stopping queued torrents. @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2007/01/13 18:54:24 joerg Exp $ d3 11 a13 11 --- plugins/webinterface/php_handler.cpp.orig 2007-01-13 18:37:18.000000000 +0000 +++ plugins/webinterface/php_handler.cpp @@@@ -19,6 +19,8 @@@@ ***************************************************************************/ #include "php_handler.h" +#include + using namespace kt; PhpHandler::PhpHandler(PhpInterface *php):QObject() { @ 1.1 log @Fix build on DragonFly and with modular Xorg. @ text @d1 1 a1 1 $NetBSD$ @