pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Update "libtorrent" package to version 0.11.7 and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c808dad715d0
branches:  trunk
changeset: 533395:c808dad715d0
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Sep 18 12:35:12 2007 +0000

description:
Update "libtorrent" package to version 0.11.7 and "rtorrent" package
to version 0.7.7. Changes since version 0.11.6/0.7.6:
- Renamed all commands to from e.g "get_d_*" to "d.get_*". Remember to
  update your rc file.
- Removed support for appending multiple commands to 'schedule'.
  Multiple commands must now be quoted, e.g "print=cmd1 ;print=cmd2".
-  Enabled 'max_downloads_div' by default. This should give better
  connection responsiveness if a reasonable download throttle rate is set.
- Added a default low_diskspace check for 500MB. It is scheduled with
  the id "low_diskspace".
- Allow lists as arguments in commands by using '{' and '}'. The list
  will be recursed and all '$' will be called, while '~' will only be
  expanded when in the first element in the list. E.g "execute =
  touch,{~/tmp/,$get_client_version=}".
- Added 'execute_log' for logging the result of calls to 'execute'.
- Dynamically sized SCGI read buffer, system.multicall should work
  properly now.
- Added 'call_download' that takes a view as the first parameter and
  then a list of commands. It will return a list of lists containing the
  results from those commands.
- Allow loading torrents from https and ftp uri's.

A quick release to get new "d.get_*" naming into use before too many
people write XMLRPC clients using the old commands.

diffstat:

 net/libtorrent/Makefile |  4 ++--
 net/libtorrent/distinfo |  8 ++++----
 net/rtorrent/Makefile   |  4 ++--
 net/rtorrent/distinfo   |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (51 lines):

diff -r 47b60a081a8a -r c808dad715d0 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Tue Sep 18 10:45:41 2007 +0000
+++ b/net/libtorrent/Makefile   Tue Sep 18 12:35:12 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2007/08/19 18:08:02 tron Exp $
+# $NetBSD: Makefile,v 1.22 2007/09/18 12:35:12 tron Exp $
 
-DISTNAME=      libtorrent-0.11.6
+DISTNAME=      libtorrent-0.11.7
 CATEGORIES=    net
 MASTER_SITES=  ${HOMEPAGE:=downloads/}
 
diff -r 47b60a081a8a -r c808dad715d0 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Tue Sep 18 10:45:41 2007 +0000
+++ b/net/libtorrent/distinfo   Tue Sep 18 12:35:12 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2007/08/19 18:08:02 tron Exp $
+$NetBSD: distinfo,v 1.18 2007/09/18 12:35:12 tron Exp $
 
-SHA1 (libtorrent-0.11.6.tar.gz) = ffecdf4fa40ca356bd1707f0e7796fbb50972c80
-RMD160 (libtorrent-0.11.6.tar.gz) = 29af2f9d79d6a867b5e2cbf8bff77a2a9b129c6c
-Size (libtorrent-0.11.6.tar.gz) = 531468 bytes
+SHA1 (libtorrent-0.11.7.tar.gz) = 3228cd5660e2a387464ec8a8be5ad1193ab166a0
+RMD160 (libtorrent-0.11.7.tar.gz) = de88d9cb5708b792326d34b1b6522e15a52c0766
+Size (libtorrent-0.11.7.tar.gz) = 532076 bytes
diff -r 47b60a081a8a -r c808dad715d0 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Tue Sep 18 10:45:41 2007 +0000
+++ b/net/rtorrent/Makefile     Tue Sep 18 12:35:12 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2007/08/19 18:08:03 tron Exp $
+# $NetBSD: Makefile,v 1.22 2007/09/18 12:35:13 tron Exp $
 
-DISTNAME=      rtorrent-0.7.6
+DISTNAME=      rtorrent-0.7.7
 CATEGORIES=    net
 MASTER_SITES=  ${HOMEPAGE:=downloads/}
 
diff -r 47b60a081a8a -r c808dad715d0 net/rtorrent/distinfo
--- a/net/rtorrent/distinfo     Tue Sep 18 10:45:41 2007 +0000
+++ b/net/rtorrent/distinfo     Tue Sep 18 12:35:12 2007 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2007/08/19 18:08:03 tron Exp $
+$NetBSD: distinfo,v 1.15 2007/09/18 12:35:13 tron Exp $
 
-SHA1 (rtorrent-0.7.6.tar.gz) = d7684e7149c1b203334463f5e21dd7e99418e395
-RMD160 (rtorrent-0.7.6.tar.gz) = dadf38f7a27fbe8df802bd5f4f7f56726e72fe59
-Size (rtorrent-0.7.6.tar.gz) = 484566 bytes
+SHA1 (rtorrent-0.7.7.tar.gz) = 0994cfc5fd4915ce18520169963e8b4836ac54a8
+RMD160 (rtorrent-0.7.7.tar.gz) = bf10c9075ea6536c7f2dd92f670b915af4d1752b
+Size (rtorrent-0.7.7.tar.gz) = 487340 bytes
 SHA1 (patch-ab) = 87d7741906f6d7c8572b80d2a3f42910175e182f



Home | Main Index | Thread Index | Old Index