Subject: CVS commit: pkgsrc/net
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 04/20/2007 13:37:59
Module Name:	pkgsrc
Committed By:	tron
Date:		Fri Apr 20 13:37:59 UTC 2007

Modified Files:
	pkgsrc/net/libtorrent: Makefile PLIST distinfo
	pkgsrc/net/rtorrent: Makefile distinfo
Removed Files:
	pkgsrc/net/libtorrent/patches: patch-aa patch-ab patch-ac patch-ad
	pkgsrc/net/rtorrent/patches: patch-aa

Log Message:
Update "libtorrent" package to version 0.11.4 and "rtorrent" package
to version 0.7.4. Changes since versions 0.11.1 and 0.7.1 respectively:
- Added "max_open_http" option that limits the max number of simultaneous
  http connections. By default set to 32.
- Directory structured view of the file list. The '/' key collapses
  directories, while the right arrow or ^F enters the selected directory.
  Changing the priority for a directory changes all contained files.
- Added "create_link" and "delete_link" options which apply to a download.
  These must be used with the new "on_*" options, so as to allow you to
  create symbolic links when starting, stopping, finishing, etc, a torrent.
- The "tos" option was parsing the hex value with unit == 0, which caused
  it to always zero it.
- Forgot to check if there were any torrents hashing before starting new
  non-fast-resume checks, which would cause multiple torrents to be hashed
  at once.
- File progress is now updated when hash_check is called, and no longer
  cleared on close. This fixes a bug with >100% file progress being reported
  and optimizes file progress updating for completed torrents.
- Disabled IPv6 http requests so the trackers won't think we support it,
  and enabled curl's support for gzip encodings.
- Added 'seeding' view on key 8.
- Added "max_{up,down}loads_{div,global}" options. See the man page for
  more information.
- Added support for dvorak keyboard layout. Patch by matled at gmx.net.
- The STOPPED request was being canceled when a download was closed with
  f.ex ^K, moved it so it only happens when the download is removed.
- Allow properly quoted and escaped arguments to options. F.ex "schedule
  = wd,10,10,load_start=~/Foo\ Bar/*.torrent" and "schedule =
  wd,10,10,load_start="~/Foo Bar/*.torrent"" now works.
- Added unlimited setting for max unchoked in ChokeManager and made it
  the default. Set with 0 as a temporary hack.
- Don't resize empty files used for creating directories.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 pkgsrc/net/libtorrent/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/libtorrent/PLIST
cvs rdiff -r1.15 -r1.16 pkgsrc/net/libtorrent/distinfo
cvs rdiff -r1.6 -r0 pkgsrc/net/libtorrent/patches/patch-aa
cvs rdiff -r1.7 -r0 pkgsrc/net/libtorrent/patches/patch-ab
cvs rdiff -r1.1 -r0 pkgsrc/net/libtorrent/patches/patch-ac \
    pkgsrc/net/libtorrent/patches/patch-ad
cvs rdiff -r1.19 -r1.20 pkgsrc/net/rtorrent/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/net/rtorrent/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/net/rtorrent/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.