Import ktorrent 2.1.4
KTorrent is a BitTorrent client for KDE. Its main features are: o Download torrent files o Upload speed capping, seeing that most people can't upload infinite amounts of data o Internet searching using The Bittorrent website's search engine o UDP Trackers o Port forwarding with UPnP o IP blocking plugin o Importing of partially or fully downloaded files o Support for distributed hash tables o Protocol encryption o Bandwith scheduling o Directory scanner to automatically load torrents in certain directories o Trackers can be added to torrents o File prioritization for multi file torrents From brad (MAINTAINER)
This commit is contained in:
parent
fab7c3a824
commit
82aad8322e
44
net/ktorrent/Makefile
Normal file
44
net/ktorrent/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/19 02:59:44 deanna Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "BitTorrent client for KDE"
|
||||
|
||||
VERSION= 2.1.4
|
||||
DISTNAME= ktorrent-${VERSION}
|
||||
CATEGORIES= net x11 x11/kde
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/${VERSION}/
|
||||
|
||||
HOMEPAGE= http://ktorrent.org/
|
||||
|
||||
MAINTAINER= Brad Smith <brad@comstyle.com>
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= art_lgpl_2 jpeg ICE SM X11 Xau Xdmcp Xext Xrender c m pcre \
|
||||
pcreposix png pthread stdc++ util z idn iconv fam rpcsvc
|
||||
|
||||
LIB_DEPENDS= kdecore.>=6,DCOP,kdefx,kdeprint,kdesu,kparts,kdeui,khtml,kio,kjs,kmdi,kutils,kwalletclient::x11/kde/libs3 \
|
||||
gmp.>=4.::devel/gmp
|
||||
|
||||
MODULES= x11/kde
|
||||
|
||||
PORTHOME= ${WRKDIR}
|
||||
|
||||
MAKE_ENV= KDEDIR="${LOCALBASE}"
|
||||
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_LIBTOOL= Yes
|
||||
LIBTOOL_FLAGS= --tag=disable-static
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIRS}
|
||||
CONFIGURE_ARGS= ${MODKDE_CONFIGURE_ARGS}
|
||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include/sigc++-2.0:${LOCALBASE}/lib/sigc++-2.0/include
|
||||
CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV}
|
||||
|
||||
.include <bsd.port.mk>
|
5
net/ktorrent/distinfo
Normal file
5
net/ktorrent/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (ktorrent-2.1.4.tar.gz) = adPX32IAcQGBWU2hmrjCSA==
|
||||
RMD160 (ktorrent-2.1.4.tar.gz) = goYBLl+8C9gn1ctwx4leVGDyGgs=
|
||||
SHA1 (ktorrent-2.1.4.tar.gz) = RUmS7F8LT2fmJHTPhjotZtvXfyg=
|
||||
SHA256 (ktorrent-2.1.4.tar.gz) = 1JL3WAHBgCAumcqcnN/wtU4vXY5K4t3cy/GqwhgnbEg=
|
||||
SIZE (ktorrent-2.1.4.tar.gz) = 3631999
|
21
net/ktorrent/patches/patch-libktorrent_net_socket_cpp
Normal file
21
net/ktorrent/patches/patch-libktorrent_net_socket_cpp
Normal file
@ -0,0 +1,21 @@
|
||||
$OpenBSD: patch-libktorrent_net_socket_cpp,v 1.1.1.1 2007/07/19 02:59:44 deanna Exp $
|
||||
--- libktorrent/net/socket.cpp.orig Sun Apr 22 07:25:46 2007
|
||||
+++ libktorrent/net/socket.cpp Mon May 7 17:45:09 2007
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <sys/filio.h>
|
||||
#endif
|
||||
|
||||
-#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && __FreeBSD_version < 600020) || defined (Q_OS_SOLARIS) || defined(Q_OS_NETBSD)
|
||||
+#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && __FreeBSD_version < 600020) || defined (Q_OS_SOLARIS) || defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD)
|
||||
#define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
|
||||
@@ -258,7 +258,7 @@ namespace net
|
||||
|
||||
bool Socket::setTOS(char type_of_service)
|
||||
{
|
||||
-#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && __FreeBSD_version < 600020) || defined(Q_OS_NETBSD) || defined(Q_OS_BSD4)
|
||||
+#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && __FreeBSD_version < 600020) || defined(Q_OS_NETBSD) || defined(Q_OS_OPENBSD) || defined(Q_OS_BSD4)
|
||||
int c = type_of_service;
|
||||
#else
|
||||
char c = type_of_service;
|
16
net/ktorrent/pkg/DESCR
Normal file
16
net/ktorrent/pkg/DESCR
Normal file
@ -0,0 +1,16 @@
|
||||
KTorrent is a BitTorrent client for KDE. Its main features are:
|
||||
|
||||
o Download torrent files
|
||||
o Upload speed capping, seeing that most people can't upload infinite
|
||||
amounts of data
|
||||
o Internet searching using The Bittorrent website's search engine
|
||||
o UDP Trackers
|
||||
o Port forwarding with UPnP
|
||||
o IP blocking plugin
|
||||
o Importing of partially or fully downloaded files
|
||||
o Support for distributed hash tables
|
||||
o Protocol encryption
|
||||
o Bandwith scheduling
|
||||
o Directory scanner to automatically load torrents in certain directories
|
||||
o Trackers can be added to torrents
|
||||
o File prioritization for multi file torrents
|
455
net/ktorrent/pkg/PLIST
Normal file
455
net/ktorrent/pkg/PLIST
Normal file
@ -0,0 +1,455 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/19 02:59:44 deanna Exp $
|
||||
bin/ktcachecheck
|
||||
bin/ktorrent
|
||||
bin/ktshell
|
||||
bin/kttorinfo
|
||||
bin/ktupnptest
|
||||
${KDE}/ktinfowidgetplugin.la
|
||||
${KDE}/ktinfowidgetplugin.so
|
||||
${KDE}/ktipfilterplugin.la
|
||||
${KDE}/ktipfilterplugin.so
|
||||
${KDE}/ktlogviewerplugin.la
|
||||
${KDE}/ktlogviewerplugin.so
|
||||
${KDE}/ktpartfileimportplugin.la
|
||||
${KDE}/ktpartfileimportplugin.so
|
||||
${KDE}/ktrssfeedplugin.la
|
||||
${KDE}/ktrssfeedplugin.so
|
||||
${KDE}/ktscanfolderplugin.la
|
||||
${KDE}/ktscanfolderplugin.so
|
||||
${KDE}/ktschedulerplugin.la
|
||||
${KDE}/ktschedulerplugin.so
|
||||
${KDE}/ktsearchplugin.la
|
||||
${KDE}/ktsearchplugin.so
|
||||
${KDE}/ktupnpplugin.la
|
||||
${KDE}/ktupnpplugin.so
|
||||
${KDE}/ktwebinterfaceplugin.la
|
||||
${KDE}/ktwebinterfaceplugin.so
|
||||
lib/libktorrent-2.1.4.so
|
||||
lib/libktorrent.la
|
||||
lib/libktorrent.so
|
||||
share/applications/kde/ktorrent.desktop
|
||||
share/apps/ktorrent/
|
||||
share/apps/ktorrent/geoip/
|
||||
share/apps/ktorrent/geoip/FLAGS_LICENCE
|
||||
share/apps/ktorrent/geoip/GeoIP-LICENSE.txt
|
||||
share/apps/ktorrent/geoip/ad.png
|
||||
share/apps/ktorrent/geoip/ae.png
|
||||
share/apps/ktorrent/geoip/af.png
|
||||
share/apps/ktorrent/geoip/ag.png
|
||||
share/apps/ktorrent/geoip/ai.png
|
||||
share/apps/ktorrent/geoip/al.png
|
||||
share/apps/ktorrent/geoip/am.png
|
||||
share/apps/ktorrent/geoip/an.png
|
||||
share/apps/ktorrent/geoip/ao.png
|
||||
share/apps/ktorrent/geoip/aq.png
|
||||
share/apps/ktorrent/geoip/ar.png
|
||||
share/apps/ktorrent/geoip/as.png
|
||||
share/apps/ktorrent/geoip/at.png
|
||||
share/apps/ktorrent/geoip/au.png
|
||||
share/apps/ktorrent/geoip/aw.png
|
||||
share/apps/ktorrent/geoip/az.png
|
||||
share/apps/ktorrent/geoip/ba.png
|
||||
share/apps/ktorrent/geoip/bb.png
|
||||
share/apps/ktorrent/geoip/bd.png
|
||||
share/apps/ktorrent/geoip/be.png
|
||||
share/apps/ktorrent/geoip/bf.png
|
||||
share/apps/ktorrent/geoip/bg.png
|
||||
share/apps/ktorrent/geoip/bh.png
|
||||
share/apps/ktorrent/geoip/bi.png
|
||||
share/apps/ktorrent/geoip/bj.png
|
||||
share/apps/ktorrent/geoip/bm.png
|
||||
share/apps/ktorrent/geoip/bn.png
|
||||
share/apps/ktorrent/geoip/bo.png
|
||||
share/apps/ktorrent/geoip/br.png
|
||||
share/apps/ktorrent/geoip/bs.png
|
||||
share/apps/ktorrent/geoip/bt.png
|
||||
share/apps/ktorrent/geoip/bv.png
|
||||
share/apps/ktorrent/geoip/bw.png
|
||||
share/apps/ktorrent/geoip/by.png
|
||||
share/apps/ktorrent/geoip/bz.png
|
||||
share/apps/ktorrent/geoip/ca.png
|
||||
share/apps/ktorrent/geoip/cc.png
|
||||
share/apps/ktorrent/geoip/cd.png
|
||||
share/apps/ktorrent/geoip/cf.png
|
||||
share/apps/ktorrent/geoip/cg.png
|
||||
share/apps/ktorrent/geoip/ch.png
|
||||
share/apps/ktorrent/geoip/ci.png
|
||||
share/apps/ktorrent/geoip/ck.png
|
||||
share/apps/ktorrent/geoip/cl.png
|
||||
share/apps/ktorrent/geoip/cm.png
|
||||
share/apps/ktorrent/geoip/cn.png
|
||||
share/apps/ktorrent/geoip/co.png
|
||||
share/apps/ktorrent/geoip/cr.png
|
||||
share/apps/ktorrent/geoip/cs.png
|
||||
share/apps/ktorrent/geoip/cu.png
|
||||
share/apps/ktorrent/geoip/cv.png
|
||||
share/apps/ktorrent/geoip/cx.png
|
||||
share/apps/ktorrent/geoip/cy.png
|
||||
share/apps/ktorrent/geoip/cz.png
|
||||
share/apps/ktorrent/geoip/de.png
|
||||
share/apps/ktorrent/geoip/dj.png
|
||||
share/apps/ktorrent/geoip/dk.png
|
||||
share/apps/ktorrent/geoip/dm.png
|
||||
share/apps/ktorrent/geoip/do.png
|
||||
share/apps/ktorrent/geoip/dz.png
|
||||
share/apps/ktorrent/geoip/ec.png
|
||||
share/apps/ktorrent/geoip/ee.png
|
||||
share/apps/ktorrent/geoip/eg.png
|
||||
share/apps/ktorrent/geoip/eh.png
|
||||
share/apps/ktorrent/geoip/er.png
|
||||
share/apps/ktorrent/geoip/es.png
|
||||
share/apps/ktorrent/geoip/et.png
|
||||
share/apps/ktorrent/geoip/eu.png
|
||||
share/apps/ktorrent/geoip/fi.png
|
||||
share/apps/ktorrent/geoip/fj.png
|
||||
share/apps/ktorrent/geoip/fk.png
|
||||
share/apps/ktorrent/geoip/fm.png
|
||||
share/apps/ktorrent/geoip/fo.png
|
||||
share/apps/ktorrent/geoip/fr.png
|
||||
share/apps/ktorrent/geoip/ga.png
|
||||
share/apps/ktorrent/geoip/gb.png
|
||||
share/apps/ktorrent/geoip/gd.png
|
||||
share/apps/ktorrent/geoip/ge.png
|
||||
share/apps/ktorrent/geoip/geoip.dat
|
||||
share/apps/ktorrent/geoip/gf.png
|
||||
share/apps/ktorrent/geoip/gh.png
|
||||
share/apps/ktorrent/geoip/gi.png
|
||||
share/apps/ktorrent/geoip/gl.png
|
||||
share/apps/ktorrent/geoip/gm.png
|
||||
share/apps/ktorrent/geoip/gn.png
|
||||
share/apps/ktorrent/geoip/gp.png
|
||||
share/apps/ktorrent/geoip/gq.png
|
||||
share/apps/ktorrent/geoip/gr.png
|
||||
share/apps/ktorrent/geoip/gs.png
|
||||
share/apps/ktorrent/geoip/gt.png
|
||||
share/apps/ktorrent/geoip/gu.png
|
||||
share/apps/ktorrent/geoip/gw.png
|
||||
share/apps/ktorrent/geoip/gy.png
|
||||
share/apps/ktorrent/geoip/hk.png
|
||||
share/apps/ktorrent/geoip/hm.png
|
||||
share/apps/ktorrent/geoip/hn.png
|
||||
share/apps/ktorrent/geoip/hr.png
|
||||
share/apps/ktorrent/geoip/ht.png
|
||||
share/apps/ktorrent/geoip/hu.png
|
||||
share/apps/ktorrent/geoip/id.png
|
||||
share/apps/ktorrent/geoip/ie.png
|
||||
share/apps/ktorrent/geoip/il.png
|
||||
share/apps/ktorrent/geoip/in.png
|
||||
share/apps/ktorrent/geoip/io.png
|
||||
share/apps/ktorrent/geoip/iq.png
|
||||
share/apps/ktorrent/geoip/ir.png
|
||||
share/apps/ktorrent/geoip/is.png
|
||||
share/apps/ktorrent/geoip/it.png
|
||||
share/apps/ktorrent/geoip/jm.png
|
||||
share/apps/ktorrent/geoip/jo.png
|
||||
share/apps/ktorrent/geoip/jp.png
|
||||
share/apps/ktorrent/geoip/ke.png
|
||||
share/apps/ktorrent/geoip/kg.png
|
||||
share/apps/ktorrent/geoip/kh.png
|
||||
share/apps/ktorrent/geoip/ki.png
|
||||
share/apps/ktorrent/geoip/km.png
|
||||
share/apps/ktorrent/geoip/kn.png
|
||||
share/apps/ktorrent/geoip/kp.png
|
||||
share/apps/ktorrent/geoip/kr.png
|
||||
share/apps/ktorrent/geoip/kw.png
|
||||
share/apps/ktorrent/geoip/ky.png
|
||||
share/apps/ktorrent/geoip/kz.png
|
||||
share/apps/ktorrent/geoip/la.png
|
||||
share/apps/ktorrent/geoip/lb.png
|
||||
share/apps/ktorrent/geoip/lc.png
|
||||
share/apps/ktorrent/geoip/li.png
|
||||
share/apps/ktorrent/geoip/lk.png
|
||||
share/apps/ktorrent/geoip/lr.png
|
||||
share/apps/ktorrent/geoip/ls.png
|
||||
share/apps/ktorrent/geoip/lt.png
|
||||
share/apps/ktorrent/geoip/lu.png
|
||||
share/apps/ktorrent/geoip/lv.png
|
||||
share/apps/ktorrent/geoip/ly.png
|
||||
share/apps/ktorrent/geoip/ma.png
|
||||
share/apps/ktorrent/geoip/mc.png
|
||||
share/apps/ktorrent/geoip/md.png
|
||||
share/apps/ktorrent/geoip/mg.png
|
||||
share/apps/ktorrent/geoip/mh.png
|
||||
share/apps/ktorrent/geoip/mk.png
|
||||
share/apps/ktorrent/geoip/ml.png
|
||||
share/apps/ktorrent/geoip/mm.png
|
||||
share/apps/ktorrent/geoip/mn.png
|
||||
share/apps/ktorrent/geoip/mo.png
|
||||
share/apps/ktorrent/geoip/mp.png
|
||||
share/apps/ktorrent/geoip/mq.png
|
||||
share/apps/ktorrent/geoip/mr.png
|
||||
share/apps/ktorrent/geoip/ms.png
|
||||
share/apps/ktorrent/geoip/mt.png
|
||||
share/apps/ktorrent/geoip/mu.png
|
||||
share/apps/ktorrent/geoip/mv.png
|
||||
share/apps/ktorrent/geoip/mw.png
|
||||
share/apps/ktorrent/geoip/mx.png
|
||||
share/apps/ktorrent/geoip/my.png
|
||||
share/apps/ktorrent/geoip/mz.png
|
||||
share/apps/ktorrent/geoip/na.png
|
||||
share/apps/ktorrent/geoip/nc.png
|
||||
share/apps/ktorrent/geoip/ne.png
|
||||
share/apps/ktorrent/geoip/nf.png
|
||||
share/apps/ktorrent/geoip/ng.png
|
||||
share/apps/ktorrent/geoip/ni.png
|
||||
share/apps/ktorrent/geoip/nl.png
|
||||
share/apps/ktorrent/geoip/no.png
|
||||
share/apps/ktorrent/geoip/np.png
|
||||
share/apps/ktorrent/geoip/nr.png
|
||||
share/apps/ktorrent/geoip/nu.png
|
||||
share/apps/ktorrent/geoip/nz.png
|
||||
share/apps/ktorrent/geoip/om.png
|
||||
share/apps/ktorrent/geoip/pa.png
|
||||
share/apps/ktorrent/geoip/pe.png
|
||||
share/apps/ktorrent/geoip/pf.png
|
||||
share/apps/ktorrent/geoip/pg.png
|
||||
share/apps/ktorrent/geoip/ph.png
|
||||
share/apps/ktorrent/geoip/pk.png
|
||||
share/apps/ktorrent/geoip/pl.png
|
||||
share/apps/ktorrent/geoip/pm.png
|
||||
share/apps/ktorrent/geoip/pn.png
|
||||
share/apps/ktorrent/geoip/pr.png
|
||||
share/apps/ktorrent/geoip/ps.png
|
||||
share/apps/ktorrent/geoip/pt.png
|
||||
share/apps/ktorrent/geoip/pw.png
|
||||
share/apps/ktorrent/geoip/py.png
|
||||
share/apps/ktorrent/geoip/qa.png
|
||||
share/apps/ktorrent/geoip/re.png
|
||||
share/apps/ktorrent/geoip/ro.png
|
||||
share/apps/ktorrent/geoip/ru.png
|
||||
share/apps/ktorrent/geoip/rw.png
|
||||
share/apps/ktorrent/geoip/sa.png
|
||||
share/apps/ktorrent/geoip/sb.png
|
||||
share/apps/ktorrent/geoip/sc.png
|
||||
share/apps/ktorrent/geoip/sd.png
|
||||
share/apps/ktorrent/geoip/se.png
|
||||
share/apps/ktorrent/geoip/sg.png
|
||||
share/apps/ktorrent/geoip/sh.png
|
||||
share/apps/ktorrent/geoip/si.png
|
||||
share/apps/ktorrent/geoip/sj.png
|
||||
share/apps/ktorrent/geoip/sk.png
|
||||
share/apps/ktorrent/geoip/sl.png
|
||||
share/apps/ktorrent/geoip/sm.png
|
||||
share/apps/ktorrent/geoip/sn.png
|
||||
share/apps/ktorrent/geoip/so.png
|
||||
share/apps/ktorrent/geoip/sr.png
|
||||
share/apps/ktorrent/geoip/st.png
|
||||
share/apps/ktorrent/geoip/sv.png
|
||||
share/apps/ktorrent/geoip/sy.png
|
||||
share/apps/ktorrent/geoip/sz.png
|
||||
share/apps/ktorrent/geoip/tc.png
|
||||
share/apps/ktorrent/geoip/td.png
|
||||
share/apps/ktorrent/geoip/tf.png
|
||||
share/apps/ktorrent/geoip/tg.png
|
||||
share/apps/ktorrent/geoip/th.png
|
||||
share/apps/ktorrent/geoip/tj.png
|
||||
share/apps/ktorrent/geoip/tk.png
|
||||
share/apps/ktorrent/geoip/tl.png
|
||||
share/apps/ktorrent/geoip/tm.png
|
||||
share/apps/ktorrent/geoip/tn.png
|
||||
share/apps/ktorrent/geoip/to.png
|
||||
share/apps/ktorrent/geoip/tp.png
|
||||
share/apps/ktorrent/geoip/tr.png
|
||||
share/apps/ktorrent/geoip/tt.png
|
||||
share/apps/ktorrent/geoip/tv.png
|
||||
share/apps/ktorrent/geoip/tw.png
|
||||
share/apps/ktorrent/geoip/tz.png
|
||||
share/apps/ktorrent/geoip/ua.png
|
||||
share/apps/ktorrent/geoip/ug.png
|
||||
share/apps/ktorrent/geoip/um.png
|
||||
share/apps/ktorrent/geoip/us.png
|
||||
share/apps/ktorrent/geoip/uy.png
|
||||
share/apps/ktorrent/geoip/uz.png
|
||||
share/apps/ktorrent/geoip/va.png
|
||||
share/apps/ktorrent/geoip/vc.png
|
||||
share/apps/ktorrent/geoip/ve.png
|
||||
share/apps/ktorrent/geoip/vg.png
|
||||
share/apps/ktorrent/geoip/vi.png
|
||||
share/apps/ktorrent/geoip/vn.png
|
||||
share/apps/ktorrent/geoip/vu.png
|
||||
share/apps/ktorrent/geoip/wf.png
|
||||
share/apps/ktorrent/geoip/ws.png
|
||||
share/apps/ktorrent/geoip/ye.png
|
||||
share/apps/ktorrent/geoip/yt.png
|
||||
share/apps/ktorrent/geoip/yu.png
|
||||
share/apps/ktorrent/geoip/za.png
|
||||
share/apps/ktorrent/geoip/zm.png
|
||||
share/apps/ktorrent/geoip/zw.png
|
||||
share/apps/ktorrent/icons/
|
||||
share/apps/ktorrent/icons/cell-a-0000.png
|
||||
share/apps/ktorrent/icons/cell-a-0001.png
|
||||
share/apps/ktorrent/icons/cell-a-0002.png
|
||||
share/apps/ktorrent/icons/cell-a-0003.png
|
||||
share/apps/ktorrent/icons/cell-a-0004.png
|
||||
share/apps/ktorrent/icons/cell-b-0000.png
|
||||
share/apps/ktorrent/icons/cell-b-0001.png
|
||||
share/apps/ktorrent/icons/cell-b-0002.png
|
||||
share/apps/ktorrent/icons/cell-b-0003.png
|
||||
share/apps/ktorrent/icons/cell-b-0004.png
|
||||
share/apps/ktorrent/icons/hicolor/
|
||||
share/apps/ktorrent/icons/hicolor/22x22/
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/ktencrypted.png
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/ktremove.png
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart.png
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstart_all.png
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop.png
|
||||
share/apps/ktorrent/icons/hicolor/22x22/actions/ktstop_all.png
|
||||
share/apps/ktorrent/icons/hicolor/48x48/
|
||||
share/apps/ktorrent/icons/hicolor/48x48/actions/
|
||||
share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png
|
||||
share/apps/ktorrent/icons/hicolor/64x64/
|
||||
share/apps/ktorrent/icons/hicolor/64x64/actions/
|
||||
share/apps/ktorrent/icons/hicolor/64x64/actions/ktinfowidget.png
|
||||
share/apps/ktorrent/icons/hicolor/64x64/actions/ktqueuemanager.png
|
||||
share/apps/ktorrent/icons/hicolor/64x64/actions/ktupnp.png
|
||||
share/apps/ktorrent/icons/hicolor/64x64/filesystems/
|
||||
share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png
|
||||
share/apps/ktorrent/ktorrentui.rc
|
||||
share/apps/ktorrent/ktpartfileimportpluginui.rc
|
||||
share/apps/ktorrent/ktschedulerpluginui.rc
|
||||
share/apps/ktorrent/www/
|
||||
share/apps/ktorrent/www/coldmilk/
|
||||
share/apps/ktorrent/www/coldmilk/favicon.ico
|
||||
share/apps/ktorrent/www/coldmilk/icon.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/
|
||||
share/apps/ktorrent/www/coldmilk/icons/16x16/
|
||||
share/apps/ktorrent/www/coldmilk/icons/16x16/edit_user.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/exit.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/ktstart_all.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/ktstop_all.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/remove.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/start.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/22x22/stop.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/32x32/
|
||||
share/apps/ktorrent/www/coldmilk/icons/32x32/configure.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/32x32/extender_opened.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/32x32/fileopen.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/32x32/folder1.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/48x48/
|
||||
share/apps/ktorrent/www/coldmilk/icons/48x48/exit.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/48x48/switchuser.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/64x64/
|
||||
share/apps/ktorrent/www/coldmilk/icons/64x64/down.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/64x64/folder1_man.png
|
||||
share/apps/ktorrent/www/coldmilk/icons/64x64/looknfeel.png
|
||||
share/apps/ktorrent/www/coldmilk/interface.js
|
||||
share/apps/ktorrent/www/coldmilk/interface.php
|
||||
share/apps/ktorrent/www/coldmilk/login.html
|
||||
share/apps/ktorrent/www/coldmilk/page_update.js
|
||||
share/apps/ktorrent/www/coldmilk/rest.php
|
||||
share/apps/ktorrent/www/coldmilk/shutdown.php
|
||||
share/apps/ktorrent/www/coldmilk/style.css
|
||||
share/apps/ktorrent/www/default/
|
||||
share/apps/ktorrent/www/default/favicon.ico
|
||||
share/apps/ktorrent/www/default/grad1.jpg
|
||||
share/apps/ktorrent/www/default/grad2.jpg
|
||||
share/apps/ktorrent/www/default/header_tile.png
|
||||
share/apps/ktorrent/www/default/icon.png
|
||||
share/apps/ktorrent/www/default/interface.php
|
||||
share/apps/ktorrent/www/default/ktorrentwebinterfacelogo.png
|
||||
share/apps/ktorrent/www/default/login.html
|
||||
share/apps/ktorrent/www/default/remove.png
|
||||
share/apps/ktorrent/www/default/shutdown.php
|
||||
share/apps/ktorrent/www/default/start.png
|
||||
share/apps/ktorrent/www/default/stop.png
|
||||
share/apps/ktorrent/www/default/style.css
|
||||
share/apps/ktorrent/www/default/stylen.css
|
||||
share/apps/ktorrent/www/default/wz_tooltip.js
|
||||
share/apps/ktorrent/www/mobile/
|
||||
share/apps/ktorrent/www/mobile/favicon.ico
|
||||
share/apps/ktorrent/www/mobile/interface.php
|
||||
share/apps/ktorrent/www/mobile/ktorrentwebinterfacelogo.png
|
||||
share/apps/ktorrent/www/mobile/login.html
|
||||
share/apps/ktorrent/www/mobile/remove.png
|
||||
share/apps/ktorrent/www/mobile/settings.php
|
||||
share/apps/ktorrent/www/mobile/start.png
|
||||
share/apps/ktorrent/www/mobile/stop.png
|
||||
share/apps/ktorrent/www/mobile/torrent.php
|
||||
share/config.kcfg/
|
||||
share/config.kcfg/ktinfowidgetplugin.kcfg
|
||||
share/config.kcfg/ktipfilterplugin.kcfg
|
||||
share/config.kcfg/ktlogviewerplugin.kcfg
|
||||
share/config.kcfg/ktorrent.kcfg
|
||||
share/config.kcfg/ktrssfeedplugin.kcfg
|
||||
share/config.kcfg/ktscanfolderplugin.kcfg
|
||||
share/config.kcfg/ktschedulerplugin.kcfg
|
||||
share/config.kcfg/ktsearchplugin.kcfg
|
||||
share/config.kcfg/ktupnpplugin.kcfg
|
||||
share/config.kcfg/ktwebinterfaceplugin.kcfg
|
||||
share/icons/hicolor/128x128/apps/ktorrent.png
|
||||
share/icons/hicolor/128x128/mimetypes/torrent.png
|
||||
share/icons/hicolor/16x16/apps/ktorrent.png
|
||||
share/icons/hicolor/16x16/mimetypes/torrent.png
|
||||
share/icons/hicolor/22x22/apps/ktorrent.png
|
||||
share/icons/hicolor/22x22/mimetypes/torrent.png
|
||||
share/icons/hicolor/32x32/apps/ktorrent.png
|
||||
share/icons/hicolor/32x32/mimetypes/torrent.png
|
||||
share/icons/hicolor/48x48/apps/ktorrent.png
|
||||
share/icons/hicolor/48x48/mimetypes/torrent.png
|
||||
share/icons/hicolor/64x64/apps/ktorrent.png
|
||||
share/icons/hicolor/64x64/mimetypes/torrent.png
|
||||
share/icons/hicolor/scalable/apps/ktorrent.svgz
|
||||
share/icons/hicolor/scalable/mimetypes/torrent.svgz
|
||||
share/locale/ar/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/bg/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/br/
|
||||
share/locale/br/LC_MESSAGES/
|
||||
share/locale/br/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/ca/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/cs/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/cy/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/da/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/de/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/el/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/en_GB/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/es/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/et/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/eu/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/fa/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/fi/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/fr/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/ga/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/gl/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/hr/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/hu/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/it/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/ja/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/km/
|
||||
share/locale/km/LC_MESSAGES/
|
||||
share/locale/km/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/lt/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/mk/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/ms/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/nb/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/nds/
|
||||
share/locale/nds/LC_MESSAGES/
|
||||
share/locale/nds/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/nl/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/pa/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/pl/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/pt/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/ru/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/rw/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/sk/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/sr/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/sv/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/tr/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/uk/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/ktorrent.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/ktorrent.mo
|
||||
share/services/ktinfowidgetplugin.desktop
|
||||
share/services/ktipfilterplugin.desktop
|
||||
share/services/ktlogviewerplugin.desktop
|
||||
share/services/ktpartfileimportplugin.desktop
|
||||
share/services/ktrssfeedplugin.desktop
|
||||
share/services/ktscanfolderplugin.desktop
|
||||
share/services/ktschedulerplugin.desktop
|
||||
share/services/ktsearchplugin.desktop
|
||||
share/services/ktupnpplugin.desktop
|
||||
share/services/ktwebinterfaceplugin.desktop
|
||||
share/services/ktzeroconfplugin.desktop
|
||||
share/servicetypes/ktorrentplugin.desktop
|
Loading…
Reference in New Issue
Block a user