diff options
Diffstat (limited to 'net-p2p/libtorrent/pkg-plist')
-rw-r--r-- | net-p2p/libtorrent/pkg-plist | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-p2p/libtorrent/pkg-plist b/net-p2p/libtorrent/pkg-plist index 3641d0d81b3a..3b03b754981c 100644 --- a/net-p2p/libtorrent/pkg-plist +++ b/net-p2p/libtorrent/pkg-plist @@ -1,3 +1,4 @@ +@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 include/torrent/common.h @@ -12,6 +13,7 @@ include/torrent/data/file_manager.h include/torrent/data/file_utils.h include/torrent/data/piece.h include/torrent/data/transfer_list.h +include/torrent/dht_manager.h include/torrent/download.h include/torrent/error.h include/torrent/event.h @@ -23,6 +25,7 @@ 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 @@ -32,13 +35,14 @@ 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.10 +lib/libtorrent.so.11 libdata/pkgconfig/libtorrent.pc @dirrmtry include/torrent/peer @dirrmtry include/torrent/data |