diff options
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 5 | ||||
-rw-r--r-- | net/libtorrent/PLIST | 17 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 |
3 files changed, 21 insertions, 9 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index b6fd6deea52..5021c90750c 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2010/06/16 13:07:03 jakllsch Exp $ +# $NetBSD: Makefile,v 1.39 2011/07/30 17:06:33 tron Exp $ -DISTNAME= libtorrent-0.12.6 -PKGREVISION= 2 +DISTNAME= libtorrent-0.12.9 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/libtorrent/PLIST b/net/libtorrent/PLIST index 52a11faf8dd..b8dadb00d70 100644 --- a/net/libtorrent/PLIST +++ b/net/libtorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:09:33 joerg Exp $ +@comment $NetBSD: PLIST,v 1.10 2011/07/30 17:06:33 tron Exp $ include/torrent/bitfield.h include/torrent/chunk_manager.h include/torrent/common.h @@ -6,6 +6,7 @@ include/torrent/connection_manager.h include/torrent/data/block.h include/torrent/data/block_list.h include/torrent/data/block_transfer.h +include/torrent/data/chunk_utils.h include/torrent/data/file.h include/torrent/data/file_list.h include/torrent/data/file_list_iterator.h @@ -15,14 +16,22 @@ include/torrent/data/piece.h include/torrent/data/transfer_list.h include/torrent/dht_manager.h include/torrent/download.h +include/torrent/download/choke_group.h +include/torrent/download/choke_queue.h +include/torrent/download/download_manager.h +include/torrent/download/resource_manager.h +include/torrent/download_info.h include/torrent/error.h include/torrent/event.h include/torrent/exceptions.h include/torrent/hash_string.h include/torrent/http.h include/torrent/object.h +include/torrent/object_raw_bencode.h +include/torrent/object_static_map.h include/torrent/object_stream.h include/torrent/path.h +include/torrent/peer/choke_status.h include/torrent/peer/client_info.h include/torrent/peer/client_list.h include/torrent/peer/connection_list.h @@ -34,10 +43,14 @@ include/torrent/poll_epoll.h include/torrent/poll_kqueue.h include/torrent/poll_select.h include/torrent/rate.h -include/torrent/resume.h +include/torrent/thread_base.h include/torrent/throttle.h include/torrent/torrent.h include/torrent/tracker.h include/torrent/tracker_list.h +include/torrent/utils/extents.h +include/torrent/utils/log_files.h +include/torrent/utils/option_strings.h +include/torrent/utils/resume.h lib/libtorrent.la lib/pkgconfig/libtorrent.pc diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 11949adca52..5adba19766b 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2010/01/01 19:36:31 snj Exp $ +$NetBSD: distinfo,v 1.28 2011/07/30 17:06:33 tron Exp $ -SHA1 (libtorrent-0.12.6.tar.gz) = bf7082f98bd6281493cba94a456697fb88c2c21b -RMD160 (libtorrent-0.12.6.tar.gz) = 62f0c9737d4ca9621c42d673ea997f9d36875530 -Size (libtorrent-0.12.6.tar.gz) = 594113 bytes +SHA1 (libtorrent-0.12.9.tar.gz) = 176a836c6e685e4dad71ac08c0e09caaa5b7757c +RMD160 (libtorrent-0.12.9.tar.gz) = a898e882da94977973d62f34a5dd82577fd83cf5 +Size (libtorrent-0.12.9.tar.gz) = 667864 bytes SHA1 (patch-aa) = d864808b9e9524b3a7f72bcc1b465d4e6b2d4f4a |