diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-06 16:14:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-06 16:14:45 +0800 |
commit | 79d27e7dc97eef56a468556369645de6f5d64eda (patch) | |
tree | bd2bd52dc8da1c946fffb93dffdb5736c4d421a0 /net-p2p/libtorrent/pkg-plist | |
parent | dc758a3d71b8f33453e92c8a341c7dbde3a0f551 (diff) | |
download | freebsd-ports-graphics-79d27e7dc97eef56a468556369645de6f5d64eda.tar.gz freebsd-ports-graphics-79d27e7dc97eef56a468556369645de6f5d64eda.tar.zst freebsd-ports-graphics-79d27e7dc97eef56a468556369645de6f5d64eda.zip |
- Update to 0.12.7
PR: 153718
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by: flz via irc (maintainer)
Feature safe: yes
Diffstat (limited to 'net-p2p/libtorrent/pkg-plist')
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 69 |
1 files changed, 37 insertions, 32 deletions
diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 3b03b754981..5ebc0bdac07 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,48 +1,53 @@ -@comment $FreeBSD: /tmp/pcvs/ports/net-p2p/libtorrent/pkg-plist,v 1.14 2008-12-09 11:30:31 flz Exp $ -include/torrent/bitfield.h -include/torrent/chunk_manager.h +@comment $FreeBSD: /tmp/pcvs/ports/net-p2p/libtorrent/pkg-plist,v 1.15 2011-02-06 08:14:45 miwi Exp $ include/torrent/common.h -include/torrent/connection_manager.h +include/torrent/throttle.h +include/torrent/peer/client_list.h +include/torrent/peer/peer_list.h +include/torrent/peer/client_info.h +include/torrent/peer/peer.h +include/torrent/peer/connection_list.h +include/torrent/peer/peer_info.h +include/torrent/object_raw_bencode.h +include/torrent/download_info.h +include/torrent/torrent.h +include/torrent/tracker.h +include/torrent/http.h +include/torrent/hash_string.h +include/torrent/chunk_manager.h +include/torrent/bitfield.h +include/torrent/object.h +include/torrent/object_stream.h +include/torrent/dht_manager.h +include/torrent/poll_epoll.h +include/torrent/exceptions.h +include/torrent/poll_kqueue.h +include/torrent/rate.h include/torrent/data/block.h -include/torrent/data/block_list.h -include/torrent/data/block_transfer.h -include/torrent/data/file.h -include/torrent/data/file_list.h -include/torrent/data/file_list_iterator.h include/torrent/data/file_manager.h +include/torrent/data/block_transfer.h include/torrent/data/file_utils.h +include/torrent/data/chunk_utils.h +include/torrent/data/file_list.h include/torrent/data/piece.h +include/torrent/data/block_list.h +include/torrent/data/file.h include/torrent/data/transfer_list.h -include/torrent/dht_manager.h +include/torrent/data/file_list_iterator.h include/torrent/download.h +include/torrent/object_static_map.h +include/torrent/poll_select.h +include/torrent/tracker_list.h +include/torrent/connection_manager.h +include/torrent/poll.h include/torrent/error.h +include/torrent/thread_base.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_stream.h include/torrent/path.h -include/torrent/peer/client_info.h -include/torrent/peer/client_list.h -include/torrent/peer/connection_list.h -include/torrent/peer/peer.h -include/torrent/peer/peer_info.h -include/torrent/peer/peer_list.h -include/torrent/poll.h -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/throttle.h -include/torrent/torrent.h -include/torrent/tracker.h -include/torrent/tracker_list.h lib/libtorrent.a -lib/libtorrent.la lib/libtorrent.so -lib/libtorrent.so.11 +lib/libtorrent.so.13 +lib/libtorrent.la libdata/pkgconfig/libtorrent.pc @dirrmtry include/torrent/peer @dirrmtry include/torrent/data |