diff options
author | abs <abs@pkgsrc.org> | 2007-07-22 08:38:57 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-07-22 08:38:57 +0000 |
commit | 651e70c380d89117fbcdbf9e57ba1246ac6ad12d (patch) | |
tree | 70814ee015f7d7c1df86073558b00d7c51a7ef6a /net/ktorrent/Makefile | |
parent | 23669be965e528b6bbc90cb38381922df1426abb (diff) | |
download | pkgsrc-651e70c380d89117fbcdbf9e57ba1246ac6ad12d.tar.gz |
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
Diffstat (limited to 'net/ktorrent/Makefile')
-rw-r--r-- | net/ktorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ktorrent/Makefile b/net/ktorrent/Makefile index 3eacb0151a4..52e1c19e70d 100644 --- a/net/ktorrent/Makefile +++ b/net/ktorrent/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2007/06/21 19:32:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2007/07/22 08:38:57 abs Exp $ DISTNAME= ktorrent-${KTORRENT_VER} CATEGORIES= net kde MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ -KTORRENT_VER= 2.1.4 +KTORRENT_VER= 2.2 MAINTAINER= shattered@users.sourceforge.net HOMEPAGE= http://ktorrent.org/ |