Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5440784F1B for ; Wed, 16 Aug 2023 21:16:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 5bzu1tuxSrZn for ; Wed, 16 Aug 2023 21:16:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3261284F0C for ; Wed, 16 Aug 2023 21:16:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23B5CFBDB; Wed, 16 Aug 2023 21:16:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1692220575190660" MIME-Version: 1.0 Date: Wed, 16 Aug 2023 21:16:15 +0000 From: "Mark Davies" Subject: CVS commit: pkgsrc/net/libktorrent To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: markd@netbsd.org X-Mailer: log_accum Message-Id: <20230816211615.23B5CFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1692220575190660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: markd Date: Wed Aug 16 21:16:15 UTC 2023 Modified Files: pkgsrc/net/libktorrent: Makefile PLIST buildlink3.mk distinfo Removed Files: pkgsrc/net/libktorrent: Makefile.version pkgsrc/net/libktorrent/patches: patch-examples_ktcli_main.cpp patch-src_diskio_chunkmanager.cpp patch-src_net_address.h patch-src_utp_connection.h patch-src_utp_delaywindow.h Log Message: libktorrent: update to 23.04.3 qt5/kf5 version To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/net/libktorrent/Makefile cvs rdiff -u -r1.2 -r0 pkgsrc/net/libktorrent/Makefile.version cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/libktorrent/PLIST cvs rdiff -u -r1.58 -r1.59 pkgsrc/net/libktorrent/buildlink3.mk cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libktorrent/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/net/libktorrent/patches/patch-examples_ktcli_main.cpp \ pkgsrc/net/libktorrent/patches/patch-src_diskio_chunkmanager.cpp \ pkgsrc/net/libktorrent/patches/patch-src_net_address.h \ pkgsrc/net/libktorrent/patches/patch-src_utp_connection.h \ pkgsrc/net/libktorrent/patches/patch-src_utp_delaywindow.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1692220575190660 Content-Disposition: inline Content-Length: 157866 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libktorrent/Makefile diff -u pkgsrc/net/libktorrent/Makefile:1.74 pkgsrc/net/libktorrent/Makefile:1.75 --- pkgsrc/net/libktorrent/Makefile:1.74 Tue Jun 6 12:42:05 2023 +++ pkgsrc/net/libktorrent/Makefile Wed Aug 16 21:16:14 2023 @@ -1,50 +1,19 @@ -# $NetBSD: Makefile,v 1.74 2023/06/06 12:42:05 riastradh Exp $ +# $NetBSD: Makefile,v 1.75 2023/08/16 21:16:14 markd Exp $ -DISTNAME= libktorrent-${LIBKTORRENT_VER} -PKGREVISION= 43 -CATEGORIES= net kde -#MASTER_SITES= http://ktorrent.pwsp.net/downloads/${KTORRENT_VER}/ -EXTRACT_SUFX= .tar.bz2 +DISTNAME= libktorrent-${KAPPSVER} +CATEGORIES= net - -.include "../../net/libktorrent/Makefile.version" - -MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://ktorrent.pwsp.net/ -COMMENT= Torrent library split from KTorrent +HOMEPAGE= https://apps.kde.org/ktorrent/ +COMMENT= BitTorrent protocol implementation LICENSE= gnu-gpl-v2 -PKG_OPTIONS_VAR= PKG_OPTIONS.libktorrent -PKG_SUPPORTED_OPTIONS= doc -PKG_OPTIONS_LEGACY_OPTS= docs:doc - -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake msgfmt pkg-config perl -USE_CMAKE= yes -APIDOCS= share/doc/libktorrent-api -WRKSRC= ${WRKDIR}/libktorrent-${LIBKTORRENT_FILEVER} - -TOOL_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 - -.include "../../mk/bsd.options.mk" - -PLIST_VARS+= doc -.if !empty(PKG_OPTIONS:Mdoc) -TOOL_DEPENDS+= doxygen>=1.8.2:../../devel/doxygen -BUILD_TARGET= all docs -PLIST.doc= yes -USE_TOOLS+= pax -.endif +.include "../../meta-pkgs/kde/applications.mk" -post-install: -.if !empty(PKG_OPTIONS:Mdoc) - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}${APIDOCS} - cd ${WRKSRC}/apidocs && ${PAX} -wr * ${DESTDIR}${PREFIX}${APIDOCS} -.endif +USE_TOOLS+= msgmerge pkg-config -.include "../../devel/boost-libs/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" -.include "../../security/qca2/buildlink3.mk" -.include "../../x11/kdelibs4/buildlink3.mk" +.include "../../devel/kio/buildlink3.mk" +.include "../../security/qca2-qt5/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/libktorrent/PLIST diff -u pkgsrc/net/libktorrent/PLIST:1.3 pkgsrc/net/libktorrent/PLIST:1.4 --- pkgsrc/net/libktorrent/PLIST:1.3 Sun May 3 18:52:21 2020 +++ pkgsrc/net/libktorrent/PLIST Wed Aug 16 21:16:14 2023 @@ -1,1948 +1,252 @@ -@comment $NetBSD: PLIST,v 1.3 2020/05/03 18:52:21 rillig Exp $ -include/libktorrent/bcodec/bdecoder.h -include/libktorrent/bcodec/bencoder.h -include/libktorrent/bcodec/bnode.h -include/libktorrent/bcodec/value.h -include/libktorrent/datachecker/datachecker.h -include/libktorrent/datachecker/datacheckerjob.h -include/libktorrent/datachecker/datacheckerthread.h -include/libktorrent/datachecker/multidatachecker.h -include/libktorrent/datachecker/singledatachecker.h -include/libktorrent/dht/announcereq.h -include/libktorrent/dht/announcersp.h -include/libktorrent/dht/announcetask.h -include/libktorrent/dht/database.h -include/libktorrent/dht/dht.h -include/libktorrent/dht/dhtbase.h -include/libktorrent/dht/dhtpeersource.h -include/libktorrent/dht/findnodereq.h -include/libktorrent/dht/findnodersp.h -include/libktorrent/dht/getpeersreq.h -include/libktorrent/dht/getpeersrsp.h -include/libktorrent/dht/kbucket.h -include/libktorrent/dht/kbucketentry.h -include/libktorrent/dht/kbuckettable.h -include/libktorrent/dht/kclosestnodessearch.h -include/libktorrent/dht/key.h -include/libktorrent/dht/node.h -include/libktorrent/dht/nodelookup.h -include/libktorrent/dht/pack.h -include/libktorrent/dht/pingreq.h -include/libktorrent/dht/pingrsp.h -include/libktorrent/dht/rpccall.h -include/libktorrent/dht/rpcmsg.h -include/libktorrent/dht/rpcmsgfactory.h -include/libktorrent/dht/rpcserver.h -include/libktorrent/dht/rpcserverinterface.h -include/libktorrent/dht/task.h -include/libktorrent/dht/taskmanager.h -include/libktorrent/diskio/cache.h -include/libktorrent/diskio/cachefile.h -include/libktorrent/diskio/chunk.h -include/libktorrent/diskio/chunkmanager.h -include/libktorrent/diskio/deletedatafilesjob.h -include/libktorrent/diskio/dndfile.h -include/libktorrent/diskio/movedatafilesjob.h -include/libktorrent/diskio/multifilecache.h -include/libktorrent/diskio/piecedata.h -include/libktorrent/diskio/preallocationjob.h -include/libktorrent/diskio/preallocationthread.h -include/libktorrent/diskio/singlefilecache.h -include/libktorrent/download/chunkdownload.h -include/libktorrent/download/chunkselector.h -include/libktorrent/download/downloader.h -include/libktorrent/download/packet.h -include/libktorrent/download/piece.h -include/libktorrent/download/request.h -include/libktorrent/download/webseed.h -include/libktorrent/interfaces/blocklistinterface.h -include/libktorrent/interfaces/cachefactory.h -include/libktorrent/interfaces/chunkdownloadinterface.h -include/libktorrent/interfaces/chunkselectorinterface.h -include/libktorrent/interfaces/exitoperation.h -include/libktorrent/interfaces/logmonitorinterface.h -include/libktorrent/interfaces/monitorinterface.h -include/libktorrent/interfaces/peerinterface.h -include/libktorrent/interfaces/peersource.h -include/libktorrent/interfaces/piecedownloader.h -include/libktorrent/interfaces/queuemanagerinterface.h -include/libktorrent/interfaces/serverinterface.h -include/libktorrent/interfaces/torrentfileinterface.h -include/libktorrent/interfaces/torrentinterface.h -include/libktorrent/interfaces/trackerinterface.h -include/libktorrent/interfaces/trackerslist.h -include/libktorrent/interfaces/webseedinterface.h -include/libktorrent/ktorrent_export.h -include/libktorrent/magnet/magnetdownloader.h -include/libktorrent/magnet/magnetlink.h -include/libktorrent/magnet/metadatadownload.h -include/libktorrent/migrate/cachemigrate.h -include/libktorrent/migrate/ccmigrate.h -include/libktorrent/migrate/migrate.h -include/libktorrent/mse/bigint.h -include/libktorrent/mse/encryptedauthenticate.h -include/libktorrent/mse/encryptedpacketsocket.h -include/libktorrent/mse/encryptedserverauthenticate.h -include/libktorrent/mse/functions.h -include/libktorrent/mse/rc4encryptor.h -include/libktorrent/net/address.h -include/libktorrent/net/addressresolver.h -include/libktorrent/net/downloadthread.h -include/libktorrent/net/networkthread.h -include/libktorrent/net/packetsocket.h -include/libktorrent/net/poll.h -include/libktorrent/net/portlist.h -include/libktorrent/net/reverseresolver.h -include/libktorrent/net/serversocket.h -include/libktorrent/net/socket.h -include/libktorrent/net/socketdevice.h -include/libktorrent/net/socketgroup.h -include/libktorrent/net/socketmonitor.h -include/libktorrent/net/socks.h -include/libktorrent/net/speed.h -include/libktorrent/net/streamsocket.h -include/libktorrent/net/trafficshapedsocket.h -include/libktorrent/net/uploadthread.h -include/libktorrent/net/wakeuppipe.h -include/libktorrent/peer/accessmanager.h -include/libktorrent/peer/authenticate.h -include/libktorrent/peer/authenticatebase.h -include/libktorrent/peer/authenticationmonitor.h -include/libktorrent/peer/chunkcounter.h -include/libktorrent/peer/connectionlimit.h -include/libktorrent/peer/packetreader.h -include/libktorrent/peer/peer.h -include/libktorrent/peer/peerconnector.h -include/libktorrent/peer/peerdownloader.h -include/libktorrent/peer/peerid.h -include/libktorrent/peer/peermanager.h -include/libktorrent/peer/peerprotocolextension.h -include/libktorrent/peer/peeruploader.h -include/libktorrent/peer/serverauthenticate.h -include/libktorrent/peer/superseeder.h -include/libktorrent/peer/utmetadata.h -include/libktorrent/peer/utpex.h -include/libktorrent/torrent/advancedchokealgorithm.h -include/libktorrent/torrent/choker.h -include/libktorrent/torrent/globals.h -include/libktorrent/torrent/job.h -include/libktorrent/torrent/jobqueue.h -include/libktorrent/torrent/peersourcemanager.h -include/libktorrent/torrent/server.h -include/libktorrent/torrent/statsfile.h -include/libktorrent/torrent/timeestimator.h -include/libktorrent/torrent/torrent.h -include/libktorrent/torrent/torrentcontrol.h -include/libktorrent/torrent/torrentcreator.h -include/libktorrent/torrent/torrentfile.h -include/libktorrent/torrent/torrentfilestream.h -include/libktorrent/torrent/torrentstats.h -include/libktorrent/torrent/uploader.h -include/libktorrent/tracker/httpannouncejob.h -include/libktorrent/tracker/httptracker.h -include/libktorrent/tracker/kioannouncejob.h -include/libktorrent/tracker/tracker.h -include/libktorrent/tracker/trackermanager.h -include/libktorrent/tracker/udptracker.h -include/libktorrent/tracker/udptrackersocket.h -include/libktorrent/upnp/upnpmcastsocket.h -include/libktorrent/upnp/upnprouter.h -include/libktorrent/util/array.h -include/libktorrent/util/autorotatelogjob.h -include/libktorrent/util/bitset.h -include/libktorrent/util/bufferpool.h -include/libktorrent/util/circularbuffer.h -include/libktorrent/util/compressfilejob.h -include/libktorrent/util/constants.h -include/libktorrent/util/decompressfilejob.h -include/libktorrent/util/error.h -include/libktorrent/util/extractfilejob.h -include/libktorrent/util/file.h -include/libktorrent/util/fileops.h -include/libktorrent/util/functions.h -include/libktorrent/util/log.h -include/libktorrent/util/logsystemmanager.h -include/libktorrent/util/pipe.h -include/libktorrent/util/ptrmap.h -include/libktorrent/util/resourcemanager.h -include/libktorrent/util/sha1hash.h -include/libktorrent/util/sha1hashgen.h -include/libktorrent/util/signalcatcher.h -include/libktorrent/util/timer.h -include/libktorrent/util/urlencoder.h -include/libktorrent/util/waitjob.h -include/libktorrent/util/win32.h -include/libktorrent/utp/connection.h -include/libktorrent/utp/delaywindow.h -include/libktorrent/utp/localwindow.h -include/libktorrent/utp/packetbuffer.h -include/libktorrent/utp/pollpipe.h -include/libktorrent/utp/remotewindow.h -include/libktorrent/utp/timevalue.h -include/libktorrent/utp/utpprotocol.h -include/libktorrent/utp/utpserver.h -include/libktorrent/utp/utpserverthread.h -include/libktorrent/utp/utpsocket.h -include/libktorrent/version.h -lib/libktorrent.so -lib/libktorrent.so.5 -lib/libktorrent.so.5.0.1 -${PLIST.doc}share/docs/libktorrent-api/html/accessmanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/address_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/addressresolver_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/advancedchokealgorithm_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/annotated.html -${PLIST.doc}share/docs/libktorrent-api/html/announcereq_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/announcersp_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/announcetask_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/array_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/authenticate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/authenticatebase_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/authenticationmonitor_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/autorotatelogjob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/badpeerslist_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/bc_s.png -${PLIST.doc}share/docs/libktorrent-api/html/bdecoder_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/bdwn.png -${PLIST.doc}share/docs/libktorrent-api/html/bencoder_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/bigint_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/bitset_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/blocklistinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/bnode_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/bufferpool_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/cache_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/cachefactory_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/cachefile_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/cachemigrate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/ccmigrate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/choker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunk_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunkcounter_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunkdownload_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunkdownloadinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunkmanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunkselector_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/chunkselectorinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/circularbuffer_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AccessManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AccessManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AdvancedChokeAlgorithm-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AdvancedChokeAlgorithm.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AdvancedChokeAlgorithm__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AdvancedChokeAlgorithm__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AdvancedChokeAlgorithm__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Array-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Array.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Authenticate-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Authenticate.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticateBase-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticateBase.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticateBase__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticateBase__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticateBase__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Authenticate__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Authenticate__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Authenticate__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticationMonitor-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticationMonitor.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticationMonitor__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticationMonitor__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AuthenticationMonitor__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AutoRotateLogJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AutoRotateLogJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AutoRotateLogJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AutoRotateLogJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1AutoRotateLogJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDecoder-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDecoder.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDictNode-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDictNode.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDictNode__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDictNode__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BDictNode__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoder-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoder.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderBufferOutput-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderBufferOutput.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderBufferOutput__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderBufferOutput__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderBufferOutput__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderFileOutput-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderFileOutput.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderFileOutput__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderFileOutput__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderFileOutput__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderIODeviceOutput-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderIODeviceOutput.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderIODeviceOutput__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderIODeviceOutput__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderIODeviceOutput__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderOutput-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderOutput.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderOutput__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderOutput__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BEncoderOutput__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BListNode-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BListNode.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BListNode__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BListNode__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BListNode__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BNode-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BNode.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BNode__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BNode__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BNode__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BValueNode-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BValueNode.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BValueNode__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BValueNode__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BValueNode__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BadPeersList-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BadPeersList.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BadPeersList__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BadPeersList__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BadPeersList__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BitSet-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BitSet.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BlockListInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BlockListInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BlockListInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BlockListInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BlockListInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Buffer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Buffer.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BufferPool-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BufferPool.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusError-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusError.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusErrorGuard-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusErrorGuard.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusError__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusError__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1BusError__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Cache-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Cache.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFactory-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFactory.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFile-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFile.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFile__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFile__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CacheFile__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Cache__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Cache__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Cache__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChokeAlgorithm-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChokeAlgorithm.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChokeAlgorithm__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChokeAlgorithm__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChokeAlgorithm__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Choker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Choker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Chunk-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Chunk.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkCounter-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkCounter.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownload-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownload.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownloadInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownloadInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownloadInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownloadInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownloadInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownload__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownload__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkDownload__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkManager__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkManager__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkManager__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelector-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelector.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelectorInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelectorInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelectorInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelectorInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelectorInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelector__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelector__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ChunkSelector__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CircularBuffer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CircularBuffer.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressFileJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressFileJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressFileJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressFileJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressFileJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1CompressThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit_1_1Token-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit_1_1Token.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DNDFile-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DNDFile.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataChecker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataChecker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataCheckerThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataChecker__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataChecker__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DataChecker__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressFileJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressFileJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressFileJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressFileJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressFileJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DecompressThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DeleteDataFilesJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DeleteDataFilesJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DeleteDataFilesJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DeleteDataFilesJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DeleteDataFilesJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DownloadStatus-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1DownloadStatus.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Downloader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Downloader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Downloader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Downloader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Downloader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Error-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Error.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Error__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Error__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Error__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitJobOperation-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitJobOperation.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitJobOperation__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitJobOperation__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitJobOperation__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitOperation-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitOperation.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitOperation__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitOperation__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExitOperation__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExtractFileJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExtractFileJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExtractFileJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExtractFileJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ExtractFileJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1File-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1File.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1FilePriorityListener-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1FilePriorityListener.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1FilePriorityListener__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1FilePriorityListener__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1FilePriorityListener__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Globals-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Globals.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPAnnounceJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPAnnounceJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPAnnounceJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPAnnounceJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPAnnounceJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPRequest-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPRequest.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPRequest__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPRequest__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPRequest__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPTracker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPTracker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPTracker__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPTracker__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HTTPTracker__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HttpConnection-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HttpConnection.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HttpConnection__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HttpConnection__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1HttpConnection__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Job-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Job.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1JobQueue-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1JobQueue.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1JobQueue__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1JobQueue__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1JobQueue__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Job__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Job__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Job__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1KIOAnnounceJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1KIOAnnounceJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1KIOAnnounceJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1KIOAnnounceJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1KIOAnnounceJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Log-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Log.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogMonitorInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogMonitorInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogSystemManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogSystemManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogSystemManager__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogSystemManager__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1LogSystemManager__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MMappeable-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MMappeable.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MMappeable__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MMappeable__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MMappeable__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetDownloader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetDownloader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetDownloader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetDownloader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetDownloader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetLink-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MagnetLink.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Marker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Marker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MetadataDownload-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MetadataDownload.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Migrate-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Migrate.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MonitorInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MonitorInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MoveDataFilesJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MoveDataFilesJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MoveDataFilesJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MoveDataFilesJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MoveDataFilesJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiDataChecker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiDataChecker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiDataChecker__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiDataChecker__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiDataChecker__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiFileCache-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiFileCache.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiFileCache__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiFileCache__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1MultiFileCache__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Packet-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Packet.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PacketReader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PacketReader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PacketReader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PacketReader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PacketReader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Peer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Peer.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerConnector-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerConnector.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerConnector__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerConnector__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerConnector__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerDownloader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerDownloader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerDownloader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerDownloader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerDownloader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerID-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerID.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager_1_1PeerVisitor-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager_1_1PeerVisitor.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager_1_1PeerVisitor__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager_1_1PeerVisitor__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager_1_1PeerVisitor__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerManager__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerProtocolExtension-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerProtocolExtension.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerProtocolExtension__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerProtocolExtension__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerProtocolExtension__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSource-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSource.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSourceManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSourceManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSourceManager__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSourceManager__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSourceManager__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSource__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSource__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerSource__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerUploader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PeerUploader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Peer__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Peer__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Peer__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Piece-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Piece.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceData-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceData.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceData__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceData__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceData__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceDownloader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceDownloader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceDownloader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceDownloader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceDownloader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceHandler-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceHandler.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceHandler__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceHandler__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PieceHandler__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Piece__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Piece__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Piece__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Pipe-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Pipe.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Pipe__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Pipe__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Pipe__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PreallocationThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PtrMap-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1PtrMap.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1QueueManagerInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1QueueManagerInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Request-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Request.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Request__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Request__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Request__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Resource-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Resource.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ResourceManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ResourceManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Resource__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Resource__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Resource__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1Hash-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1Hash.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1HashGen-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1HashGen.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1Hash__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1Hash__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SHA1Hash__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SOAP-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SOAP.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SampleQueue-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SampleQueue.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Server-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Server.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerAuthenticate-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerAuthenticate.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerAuthenticate__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerAuthenticate__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerAuthenticate__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1ServerInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Server__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Server__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Server__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleFileCache-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleFileCache.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleFileCache__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleFileCache__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SingleFileCache__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StatsFile-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StatsFile.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StreamingChunkSelector-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StreamingChunkSelector.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StreamingChunkSelector__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StreamingChunkSelector__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1StreamingChunkSelector__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SuperSeeder-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1SuperSeeder.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TimeEstimator-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TimeEstimator.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Timer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Timer.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Torrent-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Torrent.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentControl-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentControl.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentControl__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentControl__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentControl__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentCreator-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentCreator.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentCreator__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentCreator__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentCreator__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFile-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFile.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileStream-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileStream.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileStream__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileStream__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFileStream__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFile__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFile__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentFile__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TorrentInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Tracker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Tracker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerDataSource-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerDataSource.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerDataSource__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerDataSource__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerDataSource__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerManager__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerManager__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackerManager__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Tracker__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Tracker__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Tracker__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackersList-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackersList.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackersList__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackersList__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1TrackersList__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTracker-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTracker.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTrackerSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTrackerSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTrackerSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTrackerSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTrackerSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTracker__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTracker__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UDPTracker__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPDescriptionParser-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPDescriptionParser.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPMCastSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPMCastSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPMCastSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPMCastSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPMCastSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter_1_1Visitor-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter_1_1Visitor.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UPnPRouter__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1URLEncoder-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1URLEncoder.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTMetaData-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTMetaData.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTMetaData__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTMetaData__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTMetaData__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTPex-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTPex.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTPex__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTPex__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1UTPex__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Uploader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Uploader.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Uploader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Uploader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Uploader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Value-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Value.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WaitJob-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WaitJob.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WaitJob__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WaitJob__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WaitJob__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Warning-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1Warning.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeed-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeed.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedChunkDownload-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedChunkDownload.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedChunkDownload__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedChunkDownload__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedChunkDownload__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeedInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeed__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeed__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classbt_1_1WebSeed__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceReq-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceReq.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceReq__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceReq__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceReq__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceRsp-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceRsp.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceRsp__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceRsp__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceRsp__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceTask-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceTask.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceTask__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceTask__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1AnnounceTask__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DBItem-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DBItem.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHT-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHT.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTBase-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTBase.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTBase__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTBase__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTBase__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTPeerSource-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTPeerSource.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTPeerSource__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTPeerSource__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHTPeerSource__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHT__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHT__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1DHT__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Database-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Database.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1ErrMsg-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1ErrMsg.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1ErrMsg__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1ErrMsg__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1ErrMsg__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeReq-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeReq.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeReq__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeReq__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeReq__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeRsp-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeRsp.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeRsp__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeRsp__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1FindNodeRsp__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersReq-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersReq.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersReq__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersReq__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersReq__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersRsp-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersRsp.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersRsp__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersRsp__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1GetPeersRsp__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucket.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntryAndToken-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntryAndToken.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntryAndToken__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntryAndToken__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntryAndToken__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntrySet-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntrySet.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntrySet__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntrySet__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntrySet__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketTable-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucketTable.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucket_1_1UnableToSplit.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KBucket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KClosestNodesSearch-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1KClosestNodesSearch.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Key-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Key.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Key__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Key__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Key__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Node-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Node.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1NodeLookup-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1NodeLookup.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1NodeLookup__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1NodeLookup__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1NodeLookup__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Node__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Node__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Node__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PackedNodeContainer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PackedNodeContainer.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PackedNodeContainer__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PackedNodeContainer__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PackedNodeContainer__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingReq-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingReq.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingReq__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingReq__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingReq__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingRsp-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingRsp.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingRsp__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingRsp__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1PingRsp__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCall-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCall.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCallListener-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCallListener.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCallListener__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCallListener__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCallListener__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCall__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCall__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCCall__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMethodResolver-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMethodResolver.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsg-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsg.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsgFactory-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsgFactory.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsg__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsg__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCMsg__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServer.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServer__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServer__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1RPCServer__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Task-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Task.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1TaskManager-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1TaskManager.html -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1TaskManager__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1TaskManager__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1TaskManager__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Task__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Task__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classdht_1_1Task__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classes.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1BigInt-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1BigInt.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedAuthenticate-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedAuthenticate.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedAuthenticate__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedAuthenticate__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedAuthenticate__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedPacketSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedPacketSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedPacketSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedPacketSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedPacketSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedServerAuthenticate-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedServerAuthenticate.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedServerAuthenticate__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedServerAuthenticate__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1EncryptedServerAuthenticate__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1RC4Encryptor-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classmse_1_1RC4Encryptor.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Address-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Address.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1AddressResolver-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1AddressResolver.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1AddressResolver__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1AddressResolver__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1AddressResolver__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Address__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Address__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Address__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1DownloadThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1DownloadThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1DownloadThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1DownloadThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1DownloadThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1NetworkThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1NetworkThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1NetworkThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1NetworkThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1NetworkThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PacketSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PacketSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PacketSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PacketSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PacketSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Poll-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Poll.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PollClient-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PollClient.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PollClient__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PollClient__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PollClient__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Poll__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Poll__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Poll__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortList-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortList.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortList__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortList__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortList__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortListener-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1PortListener.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolver-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolver.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolverThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolverThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolverThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolverThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolverThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolver__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolver__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ReverseResolver__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket_1_1ConnectionHandler-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket_1_1ConnectionHandler.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket_1_1DataHandler-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket_1_1DataHandler.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1ServerSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socket.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketDevice-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketDevice.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketDevice__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketDevice__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketDevice__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketGroup-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketGroup.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketMonitor-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketMonitor.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketReader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketReader.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketReader__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketReader__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1SocketReader__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socks-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socks.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socks__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socks__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Socks__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Speed-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1Speed.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocketListener-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocketListener.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocketListener__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocketListener__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocketListener__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1StreamSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1TrafficShapedSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1TrafficShapedSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1TrafficShapedSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1TrafficShapedSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1TrafficShapedSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1UploadThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1UploadThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1UploadThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1UploadThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1UploadThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1WakeUpPipe-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1WakeUpPipe.html -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1WakeUpPipe__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1WakeUpPipe__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classnet_1_1WakeUpPipe__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection_1_1TransmissionError-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection_1_1TransmissionError.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Connection__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1DelayWindow-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1DelayWindow.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1LocalWindow-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1LocalWindow.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1OutputQueue-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1OutputQueue.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PacketBuffer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PacketBuffer.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PacketParser-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PacketParser.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PollPipe-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PollPipe.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PollPipe__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PollPipe__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1PollPipe__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1RemoteWindow-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1RemoteWindow.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Retransmitter-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Retransmitter.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Retransmitter__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Retransmitter__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Retransmitter__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1TimeValue-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1TimeValue.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Transmitter-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Transmitter.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Transmitter__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Transmitter__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1Transmitter__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServer-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServer.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServerThread-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServerThread.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServerThread__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServerThread__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServerThread__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServer__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServer__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPServer__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPSocket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPSocket.html -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPSocket__inherit__graph.map -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPSocket__inherit__graph.md5 -${PLIST.doc}share/docs/libktorrent-api/html/classutp_1_1UTPSocket__inherit__graph.png -${PLIST.doc}share/docs/libktorrent-api/html/closed.png -${PLIST.doc}share/docs/libktorrent-api/html/compressfilejob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/connection_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/connectionlimit_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/constants_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/database_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/datachecker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/datacheckerjob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/datacheckerthread_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/decompressfilejob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/delaywindow_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/deletedatafilesjob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/dht_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/dhtbase_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/dhtpeersource_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000000.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000000_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000000_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000000_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000001.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000001_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000001_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000001_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000002.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000002_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000002_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000002_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000003.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000003_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000003_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000003_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000004.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000004_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000004_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000004_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000005.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000005_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000005_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000005_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000006.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000006_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000006_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000006_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000007.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000007_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000007_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000007_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000008.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000008_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000008_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000008_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000009.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000009_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000009_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000009_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000010.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000010_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000010_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000010_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000011.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000011_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000011_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000011_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000012.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000012_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000012_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000012_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000013.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000013_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000013_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000013_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000014.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000014_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000014_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000014_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000015.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000015_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000015_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000015_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dir_000016.html -${PLIST.doc}share/docs/libktorrent-api/html/dir_000016_dep.map -${PLIST.doc}share/docs/libktorrent-api/html/dir_000016_dep.md5 -${PLIST.doc}share/docs/libktorrent-api/html/dir_000016_dep.png -${PLIST.doc}share/docs/libktorrent-api/html/dndfile_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/downloader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/downloadthread_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/doxygen.png -${PLIST.doc}share/docs/libktorrent-api/html/dynsections.js -${PLIST.doc}share/docs/libktorrent-api/html/encryptedauthenticate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/encryptedpacketsocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/encryptedserverauthenticate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/errmsg_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/error_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/exitoperation_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/extractfilejob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/file_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/fileops_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/files.html -${PLIST.doc}share/docs/libktorrent-api/html/findnodereq_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/findnodersp_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/ftv2blank.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2doc.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2folderclosed.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2folderopen.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2lastnode.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2link.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2mlastnode.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2mnode.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2node.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2plastnode.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2pnode.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2splitbar.png -${PLIST.doc}share/docs/libktorrent-api/html/ftv2vertline.png -${PLIST.doc}share/docs/libktorrent-api/html/functions.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_b.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_c.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_d.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_e.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_f.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_b.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_c.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_d.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_e.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_f.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_g.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_h.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_i.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_k.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_l.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_m.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_n.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_o.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_p.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_r.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_s.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_t.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_u.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_v.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_w.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_x.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_func_~.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_g.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_h.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_i.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_k.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_l.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_m.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_n.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_o.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_p.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_q.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_r.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_rela.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_s.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_t.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_u.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_v.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_vars.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_w.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_x.html -${PLIST.doc}share/docs/libktorrent-api/html/functions_~.html -${PLIST.doc}share/docs/libktorrent-api/html/getpeersreq_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/getpeersrsp_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/globals_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/graph_legend.html -${PLIST.doc}share/docs/libktorrent-api/html/graph_legend.md5 -${PLIST.doc}share/docs/libktorrent-api/html/graph_legend.png -${PLIST.doc}share/docs/libktorrent-api/html/hierarchy.html -${PLIST.doc}share/docs/libktorrent-api/html/httpannouncejob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/httpconnection_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/httprequest_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/httptracker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/index.html -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_0.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_0.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_0.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_1.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_1.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_1.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_10.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_10.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_10.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_100.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_100.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_100.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_101.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_101.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_101.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_102.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_102.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_102.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_103.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_103.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_103.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_104.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_104.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_104.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_105.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_105.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_105.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_106.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_106.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_106.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_107.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_107.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_107.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_108.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_108.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_108.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_109.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_109.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_109.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_11.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_11.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_11.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_110.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_110.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_110.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_111.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_111.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_111.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_112.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_112.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_112.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_113.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_113.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_113.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_114.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_114.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_114.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_115.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_115.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_115.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_116.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_116.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_116.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_117.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_117.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_117.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_118.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_118.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_118.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_119.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_119.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_119.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_12.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_12.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_12.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_120.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_120.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_120.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_121.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_121.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_121.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_122.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_122.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_122.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_123.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_123.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_123.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_124.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_124.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_124.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_13.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_13.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_13.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_14.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_14.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_14.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_15.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_15.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_15.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_16.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_16.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_16.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_17.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_17.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_17.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_18.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_18.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_18.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_19.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_19.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_19.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_2.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_2.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_2.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_20.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_20.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_20.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_21.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_21.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_21.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_22.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_22.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_22.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_23.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_23.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_23.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_24.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_24.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_24.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_25.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_25.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_25.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_26.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_26.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_26.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_27.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_27.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_27.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_28.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_28.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_28.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_29.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_29.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_29.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_3.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_3.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_3.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_30.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_30.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_30.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_31.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_31.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_31.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_32.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_32.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_32.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_33.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_33.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_33.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_34.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_34.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_34.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_35.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_35.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_35.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_36.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_36.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_36.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_37.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_37.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_37.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_38.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_38.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_38.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_39.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_39.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_39.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_4.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_4.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_4.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_40.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_40.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_40.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_41.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_41.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_41.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_42.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_42.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_42.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_43.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_43.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_43.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_44.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_44.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_44.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_45.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_45.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_45.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_46.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_46.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_46.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_47.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_47.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_47.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_48.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_48.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_48.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_49.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_49.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_49.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_5.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_5.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_5.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_50.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_50.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_50.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_51.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_51.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_51.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_52.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_52.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_52.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_53.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_53.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_53.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_54.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_54.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_54.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_55.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_55.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_55.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_56.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_56.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_56.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_57.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_57.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_57.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_58.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_58.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_58.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_59.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_59.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_59.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_6.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_6.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_6.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_60.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_60.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_60.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_61.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_61.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_61.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_62.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_62.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_62.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_63.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_63.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_63.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_64.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_64.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_64.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_65.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_65.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_65.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_66.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_66.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_66.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_67.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_67.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_67.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_68.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_68.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_68.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_69.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_69.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_69.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_7.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_7.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_7.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_70.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_70.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_70.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_71.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_71.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_71.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_72.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_72.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_72.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_73.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_73.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_73.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_74.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_74.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_74.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_75.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_75.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_75.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_76.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_76.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_76.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_77.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_77.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_77.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_78.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_78.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_78.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_79.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_79.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_79.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_8.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_8.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_8.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_80.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_80.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_80.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_81.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_81.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_81.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_82.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_82.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_82.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_83.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_83.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_83.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_84.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_84.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_84.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_85.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_85.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_85.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_86.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_86.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_86.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_87.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_87.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_87.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_88.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_88.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_88.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_89.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_89.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_89.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_9.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_9.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_9.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_90.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_90.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_90.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_91.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_91.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_91.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_92.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_92.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_92.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_93.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_93.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_93.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_94.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_94.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_94.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_95.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_95.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_95.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_96.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_96.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_96.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_97.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_97.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_97.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_98.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_98.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_98.png -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_99.map -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_99.md5 -${PLIST.doc}share/docs/libktorrent-api/html/inherit_graph_99.png -${PLIST.doc}share/docs/libktorrent-api/html/inherits.html -${PLIST.doc}share/docs/libktorrent-api/html/job_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/jobqueue_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/jquery.js -${PLIST.doc}share/docs/libktorrent-api/html/kbucket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/kbucketentry_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/kbuckettable_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/kclosestnodessearch_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/key_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/kioannouncejob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/localwindow_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/log_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/logmonitorinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/logsystemmanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/magnetdownloader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/magnetlink_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/metadatadownload_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/migrate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/monitorinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/movedatafilesjob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/mse_2functions_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/multidatachecker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/multifilecache_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/nav_f.png -${PLIST.doc}share/docs/libktorrent-api/html/nav_g.png -${PLIST.doc}share/docs/libktorrent-api/html/nav_h.png -${PLIST.doc}share/docs/libktorrent-api/html/networkthread_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/node_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/nodelookup_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/open.png -${PLIST.doc}share/docs/libktorrent-api/html/outputqueue_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/pack_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/packednodecontainer_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/packet_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/packetbuffer_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/packetreader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/packetsocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/pages.html -${PLIST.doc}share/docs/libktorrent-api/html/peer_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peerconnector_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peerdownloader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peerid_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peerinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peermanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peerprotocolextension_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peersource_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peersourcemanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/peeruploader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/piece_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/piecedata_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/piecedownloader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/pingreq_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/pingrsp_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/pipe_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/poll_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/pollpipe_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/portlist_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/preallocationjob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/preallocationthread_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/ptrmap_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/queuemanagerinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/rc4encryptor_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/remotewindow_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/request_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/resourcemanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/reverseresolver_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/rpccall_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/rpcmsg_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/rpcmsgfactory_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/rpcserver_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/rpcserverinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/server_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/serverauthenticate_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/serverinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/serversocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/sha1hash_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/sha1hashgen_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/signalcatcher_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/singledatachecker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/singlefilecache_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/soap_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/socket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/socketdevice_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/socketgroup_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/socketmonitor_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/socks_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/speed_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/statsfile_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/streamingchunkselector_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/streamsocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1ChunkDownloadHeader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1ChunkDownloadHeader.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1ChunkDownloadInterface_1_1Stats-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1ChunkDownloadInterface_1_1Stats.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1CurrentChunksHeader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1CurrentChunksHeader.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1DHTNode-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1DHTNode.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1IncomingPacket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1IncomingPacket.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1NewChunkHeader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1NewChunkHeader.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1PeerInterface_1_1Stats-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1PeerInterface_1_1Stats.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1PieceHeader-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1PieceHeader.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1RecursiveEntryGuard-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1RecursiveEntryGuard.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1SOAP_1_1Arg-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1SOAP_1_1Arg.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1TimeStampedRequest-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1TimeStampedRequest.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1TorrentStats-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1TorrentStats.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1TrackerTier-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1TrackerTier.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1UPnPDeviceDescription-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1UPnPDeviceDescription.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1UPnPService-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structbt_1_1UPnPService.html -${PLIST.doc}share/docs/libktorrent-api/html/structdht_1_1Stats-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structdht_1_1Stats.html -${PLIST.doc}share/docs/libktorrent-api/html/structnet_1_1Port-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structnet_1_1Port.html -${PLIST.doc}share/docs/libktorrent-api/html/structpollfd-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structpollfd.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1Connection_1_1Stats-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1Connection_1_1Stats.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1ExtensionBits-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1ExtensionBits.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1Header-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1Header.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1SelectiveAck-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1SelectiveAck.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1UnackedPacket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1UnackedPacket.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1UnknownExtension-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1UnknownExtension.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1WindowPacket-members.html -${PLIST.doc}share/docs/libktorrent-api/html/structutp_1_1WindowPacket.html -${PLIST.doc}share/docs/libktorrent-api/html/stylesheet.css -${PLIST.doc}share/docs/libktorrent-api/html/superseeder_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/sync_off.png -${PLIST.doc}share/docs/libktorrent-api/html/sync_on.png -${PLIST.doc}share/docs/libktorrent-api/html/tab_a.png -${PLIST.doc}share/docs/libktorrent-api/html/tab_b.png -${PLIST.doc}share/docs/libktorrent-api/html/tab_h.png -${PLIST.doc}share/docs/libktorrent-api/html/tab_s.png -${PLIST.doc}share/docs/libktorrent-api/html/tabs.css -${PLIST.doc}share/docs/libktorrent-api/html/task_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/taskmanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/timeestimator_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/timer_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/timevalue_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/todo.html -${PLIST.doc}share/docs/libktorrent-api/html/torrent_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentcontrol_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentcreator_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentfile_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentfileinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentfilestream_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/torrentstats_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/tracker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/trackerinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/trackermanager_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/trackerslist_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/trafficshapedsocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/udptracker_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/udptrackersocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/uploader_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/uploadthread_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/upnpdescriptionparser_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/upnpmcastsocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/upnprouter_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/urlencoder_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/util_2functions_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/utmetadata_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/utpex_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/utpprotocol_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/utpserver_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/utpserverthread_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/utpsocket_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/value_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/version_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/waitjob_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/wakeuppipe_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/webseed_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/webseedinterface_8h_source.html -${PLIST.doc}share/docs/libktorrent-api/html/win32_8h_source.html -share/kde/apps/cmake/modules/FindKTorrent.cmake -share/locale/ar/LC_MESSAGES/libktorrent.mo -share/locale/ast/LC_MESSAGES/libktorrent.mo -share/locale/be/LC_MESSAGES/libktorrent.mo -share/locale/bg/LC_MESSAGES/libktorrent.mo -share/locale/bs/LC_MESSAGES/libktorrent.mo -share/locale/ca/LC_MESSAGES/libktorrent.mo -share/locale/ca@valencia/LC_MESSAGES/libktorrent.mo -share/locale/cs/LC_MESSAGES/libktorrent.mo -share/locale/da/LC_MESSAGES/libktorrent.mo -share/locale/de/LC_MESSAGES/libktorrent.mo -share/locale/el/LC_MESSAGES/libktorrent.mo -share/locale/en_GB/LC_MESSAGES/libktorrent.mo -share/locale/eo/LC_MESSAGES/libktorrent.mo -share/locale/es/LC_MESSAGES/libktorrent.mo -share/locale/et/LC_MESSAGES/libktorrent.mo -share/locale/eu/LC_MESSAGES/libktorrent.mo -share/locale/fi/LC_MESSAGES/libktorrent.mo -share/locale/fr/LC_MESSAGES/libktorrent.mo -share/locale/ga/LC_MESSAGES/libktorrent.mo -share/locale/gl/LC_MESSAGES/libktorrent.mo -share/locale/hi/LC_MESSAGES/libktorrent.mo -share/locale/hne/LC_MESSAGES/libktorrent.mo -share/locale/hr/LC_MESSAGES/libktorrent.mo -share/locale/hu/LC_MESSAGES/libktorrent.mo -share/locale/is/LC_MESSAGES/libktorrent.mo -share/locale/it/LC_MESSAGES/libktorrent.mo -share/locale/ja/LC_MESSAGES/libktorrent.mo -share/locale/km/LC_MESSAGES/libktorrent.mo -share/locale/ku/LC_MESSAGES/libktorrent.mo -share/locale/lt/LC_MESSAGES/libktorrent.mo -share/locale/lv/LC_MESSAGES/libktorrent.mo -share/locale/ms/LC_MESSAGES/libktorrent.mo -share/locale/nb/LC_MESSAGES/libktorrent.mo -share/locale/nds/LC_MESSAGES/libktorrent.mo -share/locale/nl/LC_MESSAGES/libktorrent.mo -share/locale/nn/LC_MESSAGES/libktorrent.mo -share/locale/oc/LC_MESSAGES/libktorrent.mo -share/locale/pl/LC_MESSAGES/libktorrent.mo -share/locale/pt/LC_MESSAGES/libktorrent.mo -share/locale/pt_BR/LC_MESSAGES/libktorrent.mo -share/locale/ro/LC_MESSAGES/libktorrent.mo -share/locale/ru/LC_MESSAGES/libktorrent.mo -share/locale/se/LC_MESSAGES/libktorrent.mo -share/locale/si/LC_MESSAGES/libktorrent.mo -share/locale/sk/LC_MESSAGES/libktorrent.mo -share/locale/sl/LC_MESSAGES/libktorrent.mo -share/locale/sr/LC_MESSAGES/libktorrent.mo -share/locale/sr@ijekavian/LC_MESSAGES/libktorrent.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/libktorrent.mo -share/locale/sr@latin/LC_MESSAGES/libktorrent.mo -share/locale/sv/LC_MESSAGES/libktorrent.mo -share/locale/tr/LC_MESSAGES/libktorrent.mo -share/locale/ug/LC_MESSAGES/libktorrent.mo -share/locale/uk/LC_MESSAGES/libktorrent.mo -share/locale/zh_CN/LC_MESSAGES/libktorrent.mo -share/locale/zh_TW/LC_MESSAGES/libktorrent.mo +@comment $NetBSD: PLIST,v 1.4 2023/08/16 21:16:14 markd Exp $ +include/KF5/libktorrent/bcodec/bdecoder.h +include/KF5/libktorrent/bcodec/bencoder.h +include/KF5/libktorrent/bcodec/bnode.h +include/KF5/libktorrent/bcodec/value.h +include/KF5/libktorrent/datachecker/datachecker.h +include/KF5/libktorrent/datachecker/datacheckerjob.h +include/KF5/libktorrent/datachecker/datacheckerthread.h +include/KF5/libktorrent/datachecker/multidatachecker.h +include/KF5/libktorrent/datachecker/singledatachecker.h +include/KF5/libktorrent/dht/announcereq.h +include/KF5/libktorrent/dht/announcersp.h +include/KF5/libktorrent/dht/announcetask.h +include/KF5/libktorrent/dht/database.h +include/KF5/libktorrent/dht/dht.h +include/KF5/libktorrent/dht/dhtbase.h +include/KF5/libktorrent/dht/dhtpeersource.h +include/KF5/libktorrent/dht/findnodereq.h +include/KF5/libktorrent/dht/findnodersp.h +include/KF5/libktorrent/dht/getpeersreq.h +include/KF5/libktorrent/dht/getpeersrsp.h +include/KF5/libktorrent/dht/kbucket.h +include/KF5/libktorrent/dht/kbucketentry.h +include/KF5/libktorrent/dht/kbuckettable.h +include/KF5/libktorrent/dht/kclosestnodessearch.h +include/KF5/libktorrent/dht/key.h +include/KF5/libktorrent/dht/node.h +include/KF5/libktorrent/dht/nodelookup.h +include/KF5/libktorrent/dht/pack.h +include/KF5/libktorrent/dht/pingreq.h +include/KF5/libktorrent/dht/pingrsp.h +include/KF5/libktorrent/dht/rpccall.h +include/KF5/libktorrent/dht/rpcmsg.h +include/KF5/libktorrent/dht/rpcmsgfactory.h +include/KF5/libktorrent/dht/rpcserver.h +include/KF5/libktorrent/dht/rpcserverinterface.h +include/KF5/libktorrent/dht/task.h +include/KF5/libktorrent/dht/taskmanager.h +include/KF5/libktorrent/diskio/cache.h +include/KF5/libktorrent/diskio/cachefile.h +include/KF5/libktorrent/diskio/chunk.h +include/KF5/libktorrent/diskio/chunkmanager.h +include/KF5/libktorrent/diskio/deletedatafilesjob.h +include/KF5/libktorrent/diskio/dndfile.h +include/KF5/libktorrent/diskio/movedatafilesjob.h +include/KF5/libktorrent/diskio/multifilecache.h +include/KF5/libktorrent/diskio/piecedata.h +include/KF5/libktorrent/diskio/preallocationjob.h +include/KF5/libktorrent/diskio/preallocationthread.h +include/KF5/libktorrent/diskio/singlefilecache.h +include/KF5/libktorrent/download/chunkdownload.h +include/KF5/libktorrent/download/chunkselector.h +include/KF5/libktorrent/download/downloader.h +include/KF5/libktorrent/download/packet.h +include/KF5/libktorrent/download/piece.h +include/KF5/libktorrent/download/request.h +include/KF5/libktorrent/download/webseed.h +include/KF5/libktorrent/interfaces/blocklistinterface.h +include/KF5/libktorrent/interfaces/cachefactory.h +include/KF5/libktorrent/interfaces/chunkdownloadinterface.h +include/KF5/libktorrent/interfaces/chunkselectorinterface.h +include/KF5/libktorrent/interfaces/exitoperation.h +include/KF5/libktorrent/interfaces/logmonitorinterface.h +include/KF5/libktorrent/interfaces/monitorinterface.h +include/KF5/libktorrent/interfaces/peerinterface.h +include/KF5/libktorrent/interfaces/peersource.h +include/KF5/libktorrent/interfaces/piecedownloader.h +include/KF5/libktorrent/interfaces/queuemanagerinterface.h +include/KF5/libktorrent/interfaces/serverinterface.h +include/KF5/libktorrent/interfaces/torrentfileinterface.h +include/KF5/libktorrent/interfaces/torrentinterface.h +include/KF5/libktorrent/interfaces/trackerinterface.h +include/KF5/libktorrent/interfaces/trackerslist.h +include/KF5/libktorrent/interfaces/webseedinterface.h +include/KF5/libktorrent/ktorrent_export.h +include/KF5/libktorrent/libktorrent_version.h +include/KF5/libktorrent/magnet/magnetdownloader.h +include/KF5/libktorrent/magnet/magnetlink.h +include/KF5/libktorrent/magnet/metadatadownload.h +include/KF5/libktorrent/mse/bigint.h +include/KF5/libktorrent/mse/encryptedauthenticate.h +include/KF5/libktorrent/mse/encryptedpacketsocket.h +include/KF5/libktorrent/mse/encryptedserverauthenticate.h +include/KF5/libktorrent/mse/functions.h +include/KF5/libktorrent/mse/rc4encryptor.h +include/KF5/libktorrent/net/address.h +include/KF5/libktorrent/net/addressresolver.h +include/KF5/libktorrent/net/downloadthread.h +include/KF5/libktorrent/net/networkthread.h +include/KF5/libktorrent/net/packetsocket.h +include/KF5/libktorrent/net/poll.h +include/KF5/libktorrent/net/portlist.h +include/KF5/libktorrent/net/reverseresolver.h +include/KF5/libktorrent/net/serversocket.h +include/KF5/libktorrent/net/socket.h +include/KF5/libktorrent/net/socketdevice.h +include/KF5/libktorrent/net/socketgroup.h +include/KF5/libktorrent/net/socketmonitor.h +include/KF5/libktorrent/net/socks.h +include/KF5/libktorrent/net/speed.h +include/KF5/libktorrent/net/streamsocket.h +include/KF5/libktorrent/net/trafficshapedsocket.h +include/KF5/libktorrent/net/uploadthread.h +include/KF5/libktorrent/net/wakeuppipe.h +include/KF5/libktorrent/peer/accessmanager.h +include/KF5/libktorrent/peer/authenticate.h +include/KF5/libktorrent/peer/authenticatebase.h +include/KF5/libktorrent/peer/authenticationmonitor.h +include/KF5/libktorrent/peer/chunkcounter.h +include/KF5/libktorrent/peer/connectionlimit.h +include/KF5/libktorrent/peer/packetreader.h +include/KF5/libktorrent/peer/peer.h +include/KF5/libktorrent/peer/peerconnector.h +include/KF5/libktorrent/peer/peerdownloader.h +include/KF5/libktorrent/peer/peerid.h +include/KF5/libktorrent/peer/peermanager.h +include/KF5/libktorrent/peer/peerprotocolextension.h +include/KF5/libktorrent/peer/peeruploader.h +include/KF5/libktorrent/peer/serverauthenticate.h +include/KF5/libktorrent/peer/superseeder.h +include/KF5/libktorrent/peer/utmetadata.h +include/KF5/libktorrent/peer/utpex.h +include/KF5/libktorrent/torrent/advancedchokealgorithm.h +include/KF5/libktorrent/torrent/choker.h +include/KF5/libktorrent/torrent/globals.h +include/KF5/libktorrent/torrent/job.h +include/KF5/libktorrent/torrent/jobqueue.h +include/KF5/libktorrent/torrent/peersourcemanager.h +include/KF5/libktorrent/torrent/server.h +include/KF5/libktorrent/torrent/statsfile.h +include/KF5/libktorrent/torrent/timeestimator.h +include/KF5/libktorrent/torrent/torrent.h +include/KF5/libktorrent/torrent/torrentcontrol.h +include/KF5/libktorrent/torrent/torrentcreator.h +include/KF5/libktorrent/torrent/torrentfile.h +include/KF5/libktorrent/torrent/torrentfilestream.h +include/KF5/libktorrent/torrent/torrentstats.h +include/KF5/libktorrent/torrent/uploader.h +include/KF5/libktorrent/tracker/httptracker.h +include/KF5/libktorrent/tracker/kioannouncejob.h +include/KF5/libktorrent/tracker/tracker.h +include/KF5/libktorrent/tracker/trackermanager.h +include/KF5/libktorrent/tracker/udptracker.h +include/KF5/libktorrent/tracker/udptrackersocket.h +include/KF5/libktorrent/upnp/upnpmcastsocket.h +include/KF5/libktorrent/upnp/upnprouter.h +include/KF5/libktorrent/util/array.h +include/KF5/libktorrent/util/autorotatelogjob.h +include/KF5/libktorrent/util/bitset.h +include/KF5/libktorrent/util/bufferpool.h +include/KF5/libktorrent/util/circularbuffer.h +include/KF5/libktorrent/util/compressfilejob.h +include/KF5/libktorrent/util/constants.h +include/KF5/libktorrent/util/decompressfilejob.h +include/KF5/libktorrent/util/error.h +include/KF5/libktorrent/util/extractfilejob.h +include/KF5/libktorrent/util/file.h +include/KF5/libktorrent/util/fileops.h +include/KF5/libktorrent/util/functions.h +include/KF5/libktorrent/util/log.h +include/KF5/libktorrent/util/logsystemmanager.h +include/KF5/libktorrent/util/pipe.h +include/KF5/libktorrent/util/ptrmap.h +include/KF5/libktorrent/util/resourcemanager.h +include/KF5/libktorrent/util/sha1hash.h +include/KF5/libktorrent/util/sha1hashgen.h +include/KF5/libktorrent/util/signalcatcher.h +include/KF5/libktorrent/util/timer.h +include/KF5/libktorrent/util/urlencoder.h +include/KF5/libktorrent/util/waitjob.h +include/KF5/libktorrent/util/win32.h +include/KF5/libktorrent/utp/connection.h +include/KF5/libktorrent/utp/delaywindow.h +include/KF5/libktorrent/utp/localwindow.h +include/KF5/libktorrent/utp/packetbuffer.h +include/KF5/libktorrent/utp/pollpipe.h +include/KF5/libktorrent/utp/remotewindow.h +include/KF5/libktorrent/utp/timevalue.h +include/KF5/libktorrent/utp/utpprotocol.h +include/KF5/libktorrent/utp/utpserver.h +include/KF5/libktorrent/utp/utpserverthread.h +include/KF5/libktorrent/utp/utpsocket.h +include/KF5/libktorrent/version.h +lib/cmake/KF5Torrent/FindLibGMP.cmake +lib/cmake/KF5Torrent/FindLibGcrypt.cmake +lib/cmake/KF5Torrent/KF5TorrentConfig.cmake +lib/cmake/KF5Torrent/KF5TorrentConfigVersion.cmake +lib/cmake/KF5Torrent/KF5TorrentTargets-noconfig.cmake +lib/cmake/KF5Torrent/KF5TorrentTargets.cmake +lib/libKF5Torrent.so +lib/libKF5Torrent.so.${PKGVERSION} +lib/libKF5Torrent.so.6 +share/locale/ar/LC_MESSAGES/libktorrent5.mo +share/locale/be/LC_MESSAGES/libktorrent5.mo +share/locale/bg/LC_MESSAGES/libktorrent5.mo +share/locale/bs/LC_MESSAGES/libktorrent5.mo +share/locale/ca/LC_MESSAGES/libktorrent5.mo +share/locale/ca@valencia/LC_MESSAGES/libktorrent5.mo +share/locale/cs/LC_MESSAGES/libktorrent5.mo +share/locale/da/LC_MESSAGES/libktorrent5.mo +share/locale/de/LC_MESSAGES/libktorrent5.mo +share/locale/el/LC_MESSAGES/libktorrent5.mo +share/locale/en_GB/LC_MESSAGES/libktorrent5.mo +share/locale/eo/LC_MESSAGES/libktorrent5.mo +share/locale/es/LC_MESSAGES/libktorrent5.mo +share/locale/et/LC_MESSAGES/libktorrent5.mo +share/locale/eu/LC_MESSAGES/libktorrent5.mo +share/locale/fi/LC_MESSAGES/libktorrent5.mo +share/locale/fr/LC_MESSAGES/libktorrent5.mo +share/locale/ga/LC_MESSAGES/libktorrent5.mo +share/locale/gl/LC_MESSAGES/libktorrent5.mo +share/locale/hi/LC_MESSAGES/libktorrent5.mo +share/locale/hne/LC_MESSAGES/libktorrent5.mo +share/locale/hr/LC_MESSAGES/libktorrent5.mo +share/locale/hu/LC_MESSAGES/libktorrent5.mo +share/locale/ia/LC_MESSAGES/libktorrent5.mo +share/locale/is/LC_MESSAGES/libktorrent5.mo +share/locale/it/LC_MESSAGES/libktorrent5.mo +share/locale/ja/LC_MESSAGES/libktorrent5.mo +share/locale/ka/LC_MESSAGES/libktorrent5.mo +share/locale/kk/LC_MESSAGES/libktorrent5.mo +share/locale/km/LC_MESSAGES/libktorrent5.mo +share/locale/ko/LC_MESSAGES/libktorrent5.mo +share/locale/ku/LC_MESSAGES/libktorrent5.mo +share/locale/lt/LC_MESSAGES/libktorrent5.mo +share/locale/lv/LC_MESSAGES/libktorrent5.mo +share/locale/mr/LC_MESSAGES/libktorrent5.mo +share/locale/ms/LC_MESSAGES/libktorrent5.mo +share/locale/nb/LC_MESSAGES/libktorrent5.mo +share/locale/nds/LC_MESSAGES/libktorrent5.mo +share/locale/nl/LC_MESSAGES/libktorrent5.mo +share/locale/nn/LC_MESSAGES/libktorrent5.mo +share/locale/oc/LC_MESSAGES/libktorrent5.mo +share/locale/pl/LC_MESSAGES/libktorrent5.mo +share/locale/pt/LC_MESSAGES/libktorrent5.mo +share/locale/pt_BR/LC_MESSAGES/libktorrent5.mo +share/locale/ro/LC_MESSAGES/libktorrent5.mo +share/locale/ru/LC_MESSAGES/libktorrent5.mo +share/locale/se/LC_MESSAGES/libktorrent5.mo +share/locale/si/LC_MESSAGES/libktorrent5.mo +share/locale/sk/LC_MESSAGES/libktorrent5.mo +share/locale/sl/LC_MESSAGES/libktorrent5.mo +share/locale/sr/LC_MESSAGES/libktorrent5.mo +share/locale/sr@ijekavian/LC_MESSAGES/libktorrent5.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libktorrent5.mo +share/locale/sr@latin/LC_MESSAGES/libktorrent5.mo +share/locale/sv/LC_MESSAGES/libktorrent5.mo +share/locale/tr/LC_MESSAGES/libktorrent5.mo +share/locale/ug/LC_MESSAGES/libktorrent5.mo +share/locale/uk/LC_MESSAGES/libktorrent5.mo +share/locale/zh_CN/LC_MESSAGES/libktorrent5.mo +share/locale/zh_TW/LC_MESSAGES/libktorrent5.mo Index: pkgsrc/net/libktorrent/buildlink3.mk diff -u pkgsrc/net/libktorrent/buildlink3.mk:1.58 pkgsrc/net/libktorrent/buildlink3.mk:1.59 --- pkgsrc/net/libktorrent/buildlink3.mk:1.58 Sun Apr 23 14:26:09 2023 +++ pkgsrc/net/libktorrent/buildlink3.mk Wed Aug 16 21:16:14 2023 @@ -1,19 +1,18 @@ -# $NetBSD: buildlink3.mk,v 1.58 2023/04/23 14:26:09 adam Exp $ +# $NetBSD: buildlink3.mk,v 1.59 2023/08/16 21:16:14 markd Exp $ BUILDLINK_TREE+= libktorrent .if !defined(LIBKTORRENT_BUILDLINK3_MK) LIBKTORRENT_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libktorrent+= libktorrent>=1.2.1.2 -BUILDLINK_ABI_DEPENDS.libktorrent+= libktorrent>=1.3.1nb43 +BUILDLINK_API_DEPENDS.libktorrent+= libktorrent>=23.04.3 BUILDLINK_PKGSRCDIR.libktorrent?= ../../net/libktorrent -.include "../../devel/boost-libs/buildlink3.mk" -.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/boost-headers/buildlink3.mk" .include "../../devel/gmp/buildlink3.mk" -.include "../../security/qca2/buildlink3.mk" -.include "../../x11/kdelibs4/buildlink3.mk" -.endif # LIBKTORRENT_BUILDLINK3_MK +.include "../../devel/kio/buildlink3.mk" +.include "../../security/qca2-qt5/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.endif # LIBKTORRENT_BUILDLINK3_MK BUILDLINK_TREE+= -libktorrent Index: pkgsrc/net/libktorrent/distinfo diff -u pkgsrc/net/libktorrent/distinfo:1.7 pkgsrc/net/libktorrent/distinfo:1.8 --- pkgsrc/net/libktorrent/distinfo:1.7 Tue Oct 26 11:05:54 2021 +++ pkgsrc/net/libktorrent/distinfo Wed Aug 16 21:16:14 2023 @@ -1,10 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:05:54 nia Exp $ +$NetBSD: distinfo,v 1.8 2023/08/16 21:16:14 markd Exp $ -BLAKE2s (libktorrent-1.3.1.tar.bz2) = 44f451601e924e4241423f3bacde92189c7d8b4236562aa67f85879a1212ecfd -SHA512 (libktorrent-1.3.1.tar.bz2) = 63dd4a642da4808cfe414bf4767185daf3233def5259c3f9ab899be58f263c16362eaa5e01383bf9acd78a381bc3915a84965d17f1bd10054cf94851294b622b -Size (libktorrent-1.3.1.tar.bz2) = 863105 bytes -SHA1 (patch-examples_ktcli_main.cpp) = 6ed9db8aa7701402d8784cb5209be9b433dc9680 -SHA1 (patch-src_diskio_chunkmanager.cpp) = 39e20760275ecd21d5769fc48200a6d317c5073f -SHA1 (patch-src_net_address.h) = 0689a5efc34062868ffb6e0ebbfe3b00ffdc8c20 -SHA1 (patch-src_utp_connection.h) = c9a8f549fe053f6ebe31a2c0d620898f9b12b20e -SHA1 (patch-src_utp_delaywindow.h) = 34854d352993b42836726d3db326661aa78c4aa7 +BLAKE2s (libktorrent-23.04.3.tar.xz) = e325ca0d2cf13ffd0005651d3aab4570aa958498cce44502386be7aaf54f2159 +SHA512 (libktorrent-23.04.3.tar.xz) = 5eb26785c29846290ed3d16809d618d3ce8027fa7a6f03d07b2ecf7c5b541dec8dc4a98f749a8716fbcedc8ea1181bdda53338c6fffb8acccdd39dabde5087df +Size (libktorrent-23.04.3.tar.xz) = 604076 bytes --_----------=_1692220575190660--