View | Details | Raw Unified | Return to bug 158870
Collapse All | Expand All

(-)/usr/ports/net-p2p/libtorrent/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME?=	libtorrent
8
PORTNAME?=	libtorrent
9
PORTVERSION?=	0.12.7
9
PORTVERSION?=	0.12.9
10
CATEGORIES=	net-p2p
10
CATEGORIES=	net-p2p
11
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
11
MASTER_SITES=	http://libtorrent.rakshasa.no/downloads/ \
12
		${MASTER_SITE_LOCAL}
12
		${MASTER_SITE_LOCAL}
(-)/usr/ports/net-p2p/libtorrent/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libtorrent-0.12.7.tar.gz) = 96f59ec9593cd77ef9bad78cadef9ce6f1040243cccf1108aa7844e58d632a97
1
SHA256 (libtorrent-0.12.9.tar.gz) = 15dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64
2
SIZE (libtorrent-0.12.7.tar.gz) = 632060
2
SIZE (libtorrent-0.12.9.tar.gz) = 667864
(-)/usr/ports/net-p2p/libtorrent/pkg-plist (-37 / +46 lines)
Lines 1-54 Link Here
1
@comment $FreeBSD: ports/net-p2p/libtorrent/pkg-plist,v 1.15 2011/02/06 08:14:45 miwi Exp $
2
include/torrent/common.h
3
include/torrent/throttle.h
4
include/torrent/peer/client_list.h
5
include/torrent/peer/peer_list.h
6
include/torrent/peer/client_info.h
7
include/torrent/peer/peer.h
8
include/torrent/peer/connection_list.h
9
include/torrent/peer/peer_info.h
10
include/torrent/object_raw_bencode.h
11
include/torrent/download_info.h
12
include/torrent/torrent.h
13
include/torrent/tracker.h
14
include/torrent/http.h
15
include/torrent/hash_string.h
16
include/torrent/chunk_manager.h
17
include/torrent/bitfield.h
1
include/torrent/bitfield.h
18
include/torrent/object.h
2
include/torrent/chunk_manager.h
19
include/torrent/object_stream.h
3
include/torrent/common.h
20
include/torrent/dht_manager.h
4
include/torrent/connection_manager.h
21
include/torrent/poll_epoll.h
22
include/torrent/exceptions.h
23
include/torrent/poll_kqueue.h
24
include/torrent/rate.h
25
include/torrent/data/block.h
5
include/torrent/data/block.h
26
include/torrent/data/file_manager.h
6
include/torrent/data/block_list.h
27
include/torrent/data/block_transfer.h
7
include/torrent/data/block_transfer.h
28
include/torrent/data/file_utils.h
29
include/torrent/data/chunk_utils.h
8
include/torrent/data/chunk_utils.h
9
include/torrent/data/file.h
30
include/torrent/data/file_list.h
10
include/torrent/data/file_list.h
11
include/torrent/data/file_list_iterator.h
12
include/torrent/data/file_manager.h
13
include/torrent/data/file_utils.h
31
include/torrent/data/piece.h
14
include/torrent/data/piece.h
32
include/torrent/data/block_list.h
33
include/torrent/data/file.h
34
include/torrent/data/transfer_list.h
15
include/torrent/data/transfer_list.h
35
include/torrent/data/file_list_iterator.h
16
include/torrent/dht_manager.h
36
include/torrent/download.h
17
include/torrent/download.h
37
include/torrent/object_static_map.h
18
include/torrent/download/choke_group.h
38
include/torrent/poll_select.h
19
include/torrent/download/choke_queue.h
39
include/torrent/tracker_list.h
20
include/torrent/download/download_manager.h
40
include/torrent/connection_manager.h
21
include/torrent/download/resource_manager.h
41
include/torrent/poll.h
22
include/torrent/download_info.h
42
include/torrent/error.h
23
include/torrent/error.h
43
include/torrent/thread_base.h
44
include/torrent/event.h
24
include/torrent/event.h
25
include/torrent/exceptions.h
26
include/torrent/hash_string.h
27
include/torrent/http.h
28
include/torrent/object.h
29
include/torrent/object_raw_bencode.h
30
include/torrent/object_static_map.h
31
include/torrent/object_stream.h
45
include/torrent/path.h
32
include/torrent/path.h
46
include/torrent/resume.h
33
include/torrent/peer/choke_status.h
34
include/torrent/peer/client_info.h
35
include/torrent/peer/client_list.h
36
include/torrent/peer/connection_list.h
37
include/torrent/peer/peer.h
38
include/torrent/peer/peer_info.h
39
include/torrent/peer/peer_list.h
40
include/torrent/poll.h
41
include/torrent/poll_epoll.h
42
include/torrent/poll_kqueue.h
43
include/torrent/poll_select.h
44
include/torrent/rate.h
45
include/torrent/thread_base.h
46
include/torrent/throttle.h
47
include/torrent/torrent.h
48
include/torrent/tracker.h
49
include/torrent/tracker_list.h
50
include/torrent/utils/extents.h
51
include/torrent/utils/log_files.h
52
include/torrent/utils/option_strings.h
53
include/torrent/utils/resume.h
47
lib/libtorrent.a
54
lib/libtorrent.a
48
lib/libtorrent.so
49
lib/libtorrent.so.13
50
lib/libtorrent.la
55
lib/libtorrent.la
56
lib/libtorrent.so
57
lib/libtorrent.so.14
51
libdata/pkgconfig/libtorrent.pc
58
libdata/pkgconfig/libtorrent.pc
59
@dirrmtry include/torrent/utils
52
@dirrmtry include/torrent/peer
60
@dirrmtry include/torrent/peer
61
@dirrmtry include/torrent/download
53
@dirrmtry include/torrent/data
62
@dirrmtry include/torrent/data
54
@dirrmtry include/torrent
63
@dirrmtry include/torrent

Return to bug 158870