pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/libktorrent Update libktorrent to version 1.3.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/60b48bf2dfe5
branches: trunk
changeset: 641779:60b48bf2dfe5
user: markd <markd%pkgsrc.org@localhost>
date: Mon Nov 17 19:59:40 2014 +0000
description:
Update libktorrent to version 1.3.1
Also add patches to build with latest boost.
The biggest changes since the 4.2 release include:
- Reintroduction of a tabbed torrent list widget, though a bit different
then the old tab widget from the 4.1 days.
- Improved support for magnet links
- Support for removable storage
- A whole bunch of bugfixes and smaller improvements over ktorrent
diffstat:
net/libktorrent/Makefile | 10 +-
net/libktorrent/Makefile.version | 8 +-
net/libktorrent/PLIST | 174 ++++++++++++-------
net/libktorrent/distinfo | 10 +-
net/libktorrent/patches/patch-src_utp_connection.h | 14 +
net/libktorrent/patches/patch-src_utp_delaywindow.h | 14 +
6 files changed, 154 insertions(+), 76 deletions(-)
diffs (truncated from 435 to 300 lines):
diff -r df3625d1a8b3 -r 60b48bf2dfe5 net/libktorrent/Makefile
--- a/net/libktorrent/Makefile Mon Nov 17 19:56:47 2014 +0000
+++ b/net/libktorrent/Makefile Mon Nov 17 19:59:40 2014 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.27 2014/11/07 19:39:25 adam Exp $
+# $NetBSD: Makefile,v 1.28 2014/11/17 19:59:40 markd Exp $
DISTNAME= libktorrent-${LIBKTORRENT_VER}
-PKGREVISION= 25
CATEGORIES= net kde
-MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/
-DISTFILES= libktorrent-${LIBKTORRENT_FILEVER}.tar.bz2
+MASTER_SITES= http://ktorrent.pwsp.net/downloads/${KTORRENT_VER}/
+EXTRACT_SUFX= .tar.bz2
+
.include "../../net/libktorrent/Makefile.version"
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://ktorrent.org/
+HOMEPAGE= http://ktorrent.pwsp.net/
COMMENT= Torrent library split from KTorrent
LICENSE= gnu-gpl-v2
diff -r df3625d1a8b3 -r 60b48bf2dfe5 net/libktorrent/Makefile.version
--- a/net/libktorrent/Makefile.version Mon Nov 17 19:56:47 2014 +0000
+++ b/net/libktorrent/Makefile.version Mon Nov 17 19:59:40 2014 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.version,v 1.1 2012/09/03 10:06:40 marino Exp $
+# $NetBSD: Makefile.version,v 1.2 2014/11/17 19:59:40 markd Exp $
-KTORRENT_VER= 4.2.1
-LIBKTORRENT_VER= 1.2.1.2
-LIBKTORRENT_FILEVER= 1.2.1-2
+KTORRENT_VER= 4.3.1
+LIBKTORRENT_VER= 1.3.1
+LIBKTORRENT_FILEVER= 1.3.1
diff -r df3625d1a8b3 -r 60b48bf2dfe5 net/libktorrent/PLIST
--- a/net/libktorrent/PLIST Mon Nov 17 19:56:47 2014 +0000
+++ b/net/libktorrent/PLIST Mon Nov 17 19:59:40 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2012/09/03 10:06:40 marino Exp $
+@comment $NetBSD: PLIST,v 1.2 2014/11/17 19:59:40 markd Exp $
include/libktorrent/bcodec/bdecoder.h
include/libktorrent/bcodec/bencoder.h
include/libktorrent/bcodec/bnode.h
@@ -8,20 +8,32 @@
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
@@ -97,6 +109,7 @@
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
@@ -172,13 +185,15 @@
include/libktorrent/utp/utpsocket.h
include/libktorrent/version.h
lib/libktorrent.so
-lib/libktorrent.so.4
-lib/libktorrent.so.4.0.1
+lib/libktorrent.so.5
+lib/libktorrent.so.5.0.1
${PLIST.docs}share/docs/libktorrent-api/html/accessmanager_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/address_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/addressresolver_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/advancedchokealgorithm_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/annotated.html
+${PLIST.docs}share/docs/libktorrent-api/html/announcereq_8h_source.html
+${PLIST.docs}share/docs/libktorrent-api/html/announcersp_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/announcetask_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/array_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/authenticate_8h_source.html
@@ -365,6 +380,10 @@
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1CompressThread__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1CompressThread__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1CompressThread__inherit__graph.png
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit.html
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit_1_1Token-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1ConnectionLimit_1_1Token.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1DNDFile-members.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1DNDFile.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1DataChecker-members.html
@@ -645,6 +664,11 @@
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1Server__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1Server__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1Server__inherit__graph.png
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher.html
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher__inherit__graph.map
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher__inherit__graph.md5
+${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SignalCatcher__inherit__graph.png
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker-members.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SingleDataChecker__inherit__graph.map
@@ -664,11 +688,6 @@
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1StreamingChunkSelector__inherit__graph.png
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeeder-members.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeeder.html
-${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeederClient-members.html
-${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeederClient.html
-${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeederClient__inherit__graph.map
-${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeederClient__inherit__graph.md5
-${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1SuperSeederClient__inherit__graph.png
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1TimeEstimator-members.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1TimeEstimator.html
${PLIST.docs}share/docs/libktorrent-api/html/classbt_1_1Timer-members.html
@@ -871,6 +890,9 @@
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucketEntry__inherit__graph.png
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucketTable-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucketTable.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucket_1_1UnableToSplit.html
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucket__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucket__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1KBucket__inherit__graph.png
@@ -881,11 +903,6 @@
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1Key__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1Key__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1Key__inherit__graph.png
-${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1MsgBase-members.html
-${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1MsgBase.html
-${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1MsgBase__inherit__graph.map
-${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1MsgBase__inherit__graph.md5
-${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1MsgBase__inherit__graph.png
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1Node-members.html
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1Node.html
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1NodeLookup-members.html
@@ -921,8 +938,22 @@
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCCall__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCCall__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCCall__inherit__graph.png
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMethodResolver-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMethodResolver.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsg-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsg.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsgFactory-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsgFactory.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsg__inherit__graph.map
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsg__inherit__graph.md5
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCMsg__inherit__graph.png
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServer-members.html
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServer.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface-members.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface.html
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface__inherit__graph.map
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface__inherit__graph.md5
+${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServerInterface__inherit__graph.png
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServer__inherit__graph.map
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServer__inherit__graph.md5
${PLIST.docs}share/docs/libktorrent-api/html/classdht_1_1RPCServer__inherit__graph.png
@@ -1122,6 +1153,7 @@
${PLIST.docs}share/docs/libktorrent-api/html/closed.png
${PLIST.docs}share/docs/libktorrent-api/html/compressfilejob_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/connection_8h_source.html
+${PLIST.docs}share/docs/libktorrent-api/html/connectionlimit_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/constants_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/database_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/datachecker_8h_source.html
@@ -1209,14 +1241,16 @@
${PLIST.docs}share/docs/libktorrent-api/html/encryptedauthenticate_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/encryptedpacketsocket_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/encryptedserverauthenticate_8h_source.html
+${PLIST.docs}share/docs/libktorrent-api/html/errmsg_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/error_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/exitoperation_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/extractfilejob_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/file_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/fileops_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/files.html
+${PLIST.docs}share/docs/libktorrent-api/html/findnodereq_8h_source.html
+${PLIST.docs}share/docs/libktorrent-api/html/findnodersp_8h_source.html
${PLIST.docs}share/docs/libktorrent-api/html/ftv2blank.png
-${PLIST.docs}share/docs/libktorrent-api/html/ftv2cl.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2doc.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2folderclosed.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2folderopen.png
@@ -1224,62 +1258,62 @@
${PLIST.docs}share/docs/libktorrent-api/html/ftv2link.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2mlastnode.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2mnode.png
-${PLIST.docs}share/docs/libktorrent-api/html/ftv2mo.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2node.png
-${PLIST.docs}share/docs/libktorrent-api/html/ftv2ns.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2plastnode.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2pnode.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2splitbar.png
${PLIST.docs}share/docs/libktorrent-api/html/ftv2vertline.png
${PLIST.docs}share/docs/libktorrent-api/html/functions.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x62.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x63.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x64.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x65.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x66.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x67.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x68.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x69.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x6b.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x6c.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x6d.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x6e.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x6f.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x70.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x71.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x72.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x73.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x74.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x75.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x76.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x77.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x78.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_0x7e.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_b.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_c.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_d.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_e.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_f.html
${PLIST.docs}share/docs/libktorrent-api/html/functions_func.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x62.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x63.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x64.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x65.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x66.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x67.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x68.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x69.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x6b.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x6c.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x6d.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x6e.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x6f.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x70.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x72.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x73.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x74.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x75.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x76.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x77.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x78.html
-${PLIST.docs}share/docs/libktorrent-api/html/functions_func_0x7e.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_b.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_c.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_d.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_e.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_f.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_g.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_h.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_i.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_k.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_l.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_m.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_n.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_o.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_p.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_r.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_s.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_t.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_u.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_v.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_w.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_x.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_func_~.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_g.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_h.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_i.html
+${PLIST.docs}share/docs/libktorrent-api/html/functions_k.html
Home |
Main Index |
Thread Index |
Old Index