From a05ded257fa5d317471e670433a235a13514646f Mon Sep 17 00:00:00 2001 From: abs Date: Mon, 23 Nov 2009 10:10:27 +0000 Subject: Added net/ktorrent3 version 3.3 KTorrent is a BitTorrent program for KDE4. Changes from the KDE3 version include: * IPv6 support * SOCKSv4 and v5 support * The network interface to use can now be selected * Alternative flat list mode to display the files of a torrent * Reorganization of the config dialog * Individual files of a torrent can now be moved * New queuemanager gui --- net/ktorrent3/DESCR | 11 + net/ktorrent3/Makefile | 34 +++ net/ktorrent3/PLIST | 631 +++++++++++++++++++++++++++++++++++++++++++++++++ net/ktorrent3/distinfo | 5 + 4 files changed, 681 insertions(+) create mode 100644 net/ktorrent3/DESCR create mode 100644 net/ktorrent3/Makefile create mode 100644 net/ktorrent3/PLIST create mode 100644 net/ktorrent3/distinfo diff --git a/net/ktorrent3/DESCR b/net/ktorrent3/DESCR new file mode 100644 index 00000000000..4e06025cf4b --- /dev/null +++ b/net/ktorrent3/DESCR @@ -0,0 +1,11 @@ +KTorrent is a BitTorrent program for KDE4. + +Changes from the KDE3 version include: + + * IPv6 support + * SOCKSv4 and v5 support + * The network interface to use can now be selected + * Alternative flat list mode to display the files of a torrent + * Reorganization of the config dialog + * Individual files of a torrent can now be moved + * New queuemanager gui diff --git a/net/ktorrent3/Makefile b/net/ktorrent3/Makefile new file mode 100644 index 00000000000..ed1d4ef7e28 --- /dev/null +++ b/net/ktorrent3/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/23 10:10:27 abs Exp $ + +DISTNAME= ktorrent-${KTORRENT_VER} +CATEGORIES= net kde +MASTER_SITES= http://ktorrent.org/downloads/${KTORRENT_VER}/ +EXTRACT_SUFX= .tar.bz2 + +KTORRENT_VER= 3.3 + +MAINTAINER= abs@NetBSD.org +HOMEPAGE= http://ktorrent.org/ +COMMENT= Graphical BitTorrent client for KDE4 + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_CMAKE= yes +USE_LANGUAGES= c c++ +USE_TOOLS+= awk msgfmt pkg-config perl + +.include "../../meta-pkgs/kde4/kde4.mk" +.include "../../audio/taglib/buildlink3.mk" +.include "../../devel/gmp/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" +.include "../../misc/kdepimlibs4/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../security/qca2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../x11/kdelibs4/buildlink3.mk" +.include "../../x11/kdebase-runtime4/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build +.include "../../x11/libXt/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/ktorrent3/PLIST b/net/ktorrent3/PLIST new file mode 100644 index 00000000000..d2cc6f11bf4 --- /dev/null +++ b/net/ktorrent3/PLIST @@ -0,0 +1,631 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/11/23 10:10:28 abs Exp $ +bin/ktorrent +bin/ktupnptest +include/libbtcore/bcodec/bdecoder.h +include/libbtcore/bcodec/bencoder.h +include/libbtcore/bcodec/bnode.h +include/libbtcore/bcodec/value.h +include/libbtcore/btcore_export.h +include/libbtcore/btversion.h +include/libbtcore/datachecker/datachecker.h +include/libbtcore/datachecker/datacheckerjob.h +include/libbtcore/datachecker/datacheckerlistener.h +include/libbtcore/datachecker/datacheckerthread.h +include/libbtcore/datachecker/multidatachecker.h +include/libbtcore/datachecker/singledatachecker.h +include/libbtcore/dht/announcetask.h +include/libbtcore/dht/database.h +include/libbtcore/dht/dht.h +include/libbtcore/dht/dhtbase.h +include/libbtcore/dht/dhttrackerbackend.h +include/libbtcore/dht/kbucket.h +include/libbtcore/dht/kclosestnodessearch.h +include/libbtcore/dht/key.h +include/libbtcore/dht/node.h +include/libbtcore/dht/nodelookup.h +include/libbtcore/dht/pack.h +include/libbtcore/dht/rpccall.h +include/libbtcore/dht/rpcmsg.h +include/libbtcore/dht/rpcserver.h +include/libbtcore/dht/task.h +include/libbtcore/dht/taskmanager.h +include/libbtcore/diskio/cache.h +include/libbtcore/diskio/cachefile.h +include/libbtcore/diskio/chunk.h +include/libbtcore/diskio/chunkmanager.h +include/libbtcore/diskio/deletedatafilesjob.h +include/libbtcore/diskio/dndfile.h +include/libbtcore/diskio/movedatafilesjob.h +include/libbtcore/diskio/multifilecache.h +include/libbtcore/diskio/piecedata.h +include/libbtcore/diskio/preallocationjob.h +include/libbtcore/diskio/preallocationthread.h +include/libbtcore/diskio/singlefilecache.h +include/libbtcore/download/chunkdownload.h +include/libbtcore/download/chunkselector.h +include/libbtcore/download/downloader.h +include/libbtcore/download/packet.h +include/libbtcore/download/piece.h +include/libbtcore/download/request.h +include/libbtcore/interfaces/blocklistinterface.h +include/libbtcore/interfaces/cachefactory.h +include/libbtcore/interfaces/chunkdownloadinterface.h +include/libbtcore/interfaces/chunkselectorinterface.h +include/libbtcore/interfaces/exitoperation.h +include/libbtcore/interfaces/logmonitorinterface.h +include/libbtcore/interfaces/monitorinterface.h +include/libbtcore/interfaces/peerinterface.h +include/libbtcore/interfaces/peersource.h +include/libbtcore/interfaces/piecedownloader.h +include/libbtcore/interfaces/queuemanagerinterface.h +include/libbtcore/interfaces/torrentfileinterface.h +include/libbtcore/interfaces/torrentinterface.h +include/libbtcore/interfaces/trackerinterface.h +include/libbtcore/interfaces/trackerslist.h +include/libbtcore/interfaces/webseedinterface.h +include/libbtcore/migrate/cachemigrate.h +include/libbtcore/migrate/ccmigrate.h +include/libbtcore/migrate/migrate.h +include/libbtcore/mse/bigint.h +include/libbtcore/mse/encryptedauthenticate.h +include/libbtcore/mse/encryptedserverauthenticate.h +include/libbtcore/mse/functions.h +include/libbtcore/mse/rc4encryptor.h +include/libbtcore/mse/streamsocket.h +include/libbtcore/net/address.h +include/libbtcore/net/bufferedsocket.h +include/libbtcore/net/downloadthread.h +include/libbtcore/net/networkthread.h +include/libbtcore/net/portlist.h +include/libbtcore/net/reverseresolver.h +include/libbtcore/net/socket.h +include/libbtcore/net/socketgroup.h +include/libbtcore/net/socketmonitor.h +include/libbtcore/net/socks.h +include/libbtcore/net/speed.h +include/libbtcore/net/uploadthread.h +include/libbtcore/peer/accessmanager.h +include/libbtcore/peer/authenticate.h +include/libbtcore/peer/authenticatebase.h +include/libbtcore/peer/authenticationmonitor.h +include/libbtcore/peer/chunkcounter.h +include/libbtcore/peer/packetreader.h +include/libbtcore/peer/packetwriter.h +include/libbtcore/peer/peer.h +include/libbtcore/peer/peerdownloader.h +include/libbtcore/peer/peerid.h +include/libbtcore/peer/peermanager.h +include/libbtcore/peer/peeruploader.h +include/libbtcore/peer/serverauthenticate.h +include/libbtcore/peer/utpex.h +include/libbtcore/torrent/advancedchokealgorithm.h +include/libbtcore/torrent/choker.h +include/libbtcore/torrent/globals.h +include/libbtcore/torrent/job.h +include/libbtcore/torrent/jobqueue.h +include/libbtcore/torrent/peersourcemanager.h +include/libbtcore/torrent/server.h +include/libbtcore/torrent/statsfile.h +include/libbtcore/torrent/timeestimator.h +include/libbtcore/torrent/torrent.h +include/libbtcore/torrent/torrentcontrol.h +include/libbtcore/torrent/torrentcreator.h +include/libbtcore/torrent/torrentfile.h +include/libbtcore/torrent/torrentstats.h +include/libbtcore/torrent/uploader.h +include/libbtcore/tracker/httptracker.h +include/libbtcore/tracker/tracker.h +include/libbtcore/tracker/trackermanager.h +include/libbtcore/tracker/udptracker.h +include/libbtcore/tracker/udptrackersocket.h +include/libbtcore/util/array.h +include/libbtcore/util/autorotatelogjob.h +include/libbtcore/util/bitset.h +include/libbtcore/util/compressfilejob.h +include/libbtcore/util/constants.h +include/libbtcore/util/decompressfilejob.h +include/libbtcore/util/error.h +include/libbtcore/util/extractfilejob.h +include/libbtcore/util/file.h +include/libbtcore/util/fileops.h +include/libbtcore/util/functions.h +include/libbtcore/util/log.h +include/libbtcore/util/logsystemmanager.h +include/libbtcore/util/ptrmap.h +include/libbtcore/util/sha1hash.h +include/libbtcore/util/sha1hashgen.h +include/libbtcore/util/timer.h +include/libbtcore/util/urlencoder.h +include/libbtcore/util/waitjob.h +include/libbtcore/util/win32.h +lib/kde4/ktbwschedulerplugin.so +lib/kde4/ktdownloadorderplugin.so +lib/kde4/ktinfowidgetplugin.so +lib/kde4/ktipfilterplugin.so +lib/kde4/ktlogviewerplugin.so +lib/kde4/ktmediaplayerplugin.so +lib/kde4/ktscanfolderplugin.so +lib/kde4/ktscriptingplugin.so +lib/kde4/ktsearchplugin.so +lib/kde4/ktstatsplugin.so +lib/kde4/ktsyndicationplugin.so +lib/kde4/ktupnpplugin.so +lib/kde4/ktwebinterfaceplugin.so +lib/kde4/ktzeroconfplugin.so +lib/kde4/plasma_engine_ktorrent.so +lib/libbtcore.so +lib/libbtcore.so.12 +lib/libbtcore.so.12.0.0 +lib/libktcore.so +lib/libktcore.so.10 +lib/libktcore.so.10.0.0 +lib/libktupnp.so +lib/libktupnp.so.4 +lib/libktupnp.so.4.0.0 +share/applications/kde4/ktorrent.desktop +share/icons/hicolor/128x128/apps/ktorrent.png +share/icons/hicolor/16x16/actions/kt-add-feeds.png +share/icons/hicolor/16x16/actions/kt-add-filters.png +share/icons/hicolor/16x16/actions/kt-change-tracker.png +share/icons/hicolor/16x16/actions/kt-check-data.png +share/icons/hicolor/16x16/actions/kt-chunks.png +share/icons/hicolor/16x16/actions/kt-info-widget.png +share/icons/hicolor/16x16/actions/kt-pause.png +share/icons/hicolor/16x16/actions/kt-queue-manager.png +share/icons/hicolor/16x16/actions/kt-remove-feeds.png +share/icons/hicolor/16x16/actions/kt-remove-filters.png +share/icons/hicolor/16x16/actions/kt-remove.png +share/icons/hicolor/16x16/actions/kt-restore-defaults.png +share/icons/hicolor/16x16/actions/kt-set-max-download-speed.png +share/icons/hicolor/16x16/actions/kt-set-max-upload-speed.png +share/icons/hicolor/16x16/actions/kt-show-hide.png +share/icons/hicolor/16x16/actions/kt-show-statusbar.png +share/icons/hicolor/16x16/actions/kt-speed-limits.png +share/icons/hicolor/16x16/actions/kt-start-all.png +share/icons/hicolor/16x16/actions/kt-start.png +share/icons/hicolor/16x16/actions/kt-stop-all.png +share/icons/hicolor/16x16/actions/kt-stop.png +share/icons/hicolor/16x16/actions/kt-upnp.png +share/icons/hicolor/16x16/apps/ktorrent.png +share/icons/hicolor/22x22/actions/kt-add-feeds.png +share/icons/hicolor/22x22/actions/kt-add-filters.png +share/icons/hicolor/22x22/actions/kt-encrypted.png +share/icons/hicolor/22x22/actions/kt-pause.png +share/icons/hicolor/22x22/actions/kt-remove-feeds.png +share/icons/hicolor/22x22/actions/kt-remove-filters.png +share/icons/hicolor/22x22/actions/kt-remove.png +share/icons/hicolor/22x22/actions/kt-set-max-download-speed.png +share/icons/hicolor/22x22/actions/kt-set-max-upload-speed.png +share/icons/hicolor/22x22/actions/kt-speed-limits.png +share/icons/hicolor/22x22/actions/kt-start-all.png +share/icons/hicolor/22x22/actions/kt-start.png +share/icons/hicolor/22x22/actions/kt-stop-all.png +share/icons/hicolor/22x22/actions/kt-stop.png +share/icons/hicolor/22x22/apps/ktorrent.png +share/icons/hicolor/32x32/actions/kt-add-feeds.png +share/icons/hicolor/32x32/actions/kt-add-filters.png +share/icons/hicolor/32x32/actions/kt-info-widget.png +share/icons/hicolor/32x32/actions/kt-pause.png +share/icons/hicolor/32x32/actions/kt-queue-manager.png +share/icons/hicolor/32x32/actions/kt-remove-feeds.png +share/icons/hicolor/32x32/actions/kt-remove-filters.png +share/icons/hicolor/32x32/actions/kt-remove.png +share/icons/hicolor/32x32/actions/kt-set-max-download-speed.png +share/icons/hicolor/32x32/actions/kt-set-max-upload-speed.png +share/icons/hicolor/32x32/actions/kt-speed-limits.png +share/icons/hicolor/32x32/actions/kt-start-all.png +share/icons/hicolor/32x32/actions/kt-start.png +share/icons/hicolor/32x32/actions/kt-stop-all.png +share/icons/hicolor/32x32/actions/kt-stop.png +share/icons/hicolor/32x32/actions/kt-upnp.png +share/icons/hicolor/32x32/apps/ktorrent.png +share/icons/hicolor/48x48/actions/kt-bandwidth-scheduler.png +share/icons/hicolor/48x48/actions/kt-change-tracker.png +share/icons/hicolor/48x48/actions/kt-check-data.png +share/icons/hicolor/48x48/actions/kt-chunks.png +share/icons/hicolor/48x48/actions/kt-info-widget.png +share/icons/hicolor/48x48/actions/kt-pause.png +share/icons/hicolor/48x48/actions/kt-plugins.png +share/icons/hicolor/48x48/actions/kt-queue-manager.png +share/icons/hicolor/48x48/actions/kt-remove.png +share/icons/hicolor/48x48/actions/kt-restore-defaults.png +share/icons/hicolor/48x48/actions/kt-set-max-download-speed.png +share/icons/hicolor/48x48/actions/kt-set-max-upload-speed.png +share/icons/hicolor/48x48/actions/kt-show-hide.png +share/icons/hicolor/48x48/actions/kt-show-statusbar.png +share/icons/hicolor/48x48/actions/kt-speed-limits.png +share/icons/hicolor/48x48/actions/kt-start-all.png +share/icons/hicolor/48x48/actions/kt-start.png +share/icons/hicolor/48x48/actions/kt-stop-all.png +share/icons/hicolor/48x48/actions/kt-stop.png +share/icons/hicolor/48x48/actions/kt-upnp.png +share/icons/hicolor/48x48/apps/ktorrent.png +share/icons/hicolor/64x64/apps/ktorrent.png +share/icons/hicolor/scalable/actions/kt-add-feeds.svgz +share/icons/hicolor/scalable/actions/kt-add-filters.svgz +share/icons/hicolor/scalable/actions/kt-remove-feeds.svgz +share/icons/hicolor/scalable/actions/kt-remove-filters.svgz +share/icons/hicolor/scalable/actions/kt-set-max-download-speed.svgz +share/icons/hicolor/scalable/actions/kt-set-max-upload-speed.svgz +share/icons/hicolor/scalable/actions/kt-speed-limits.svgz +share/kde/apps/cmake/modules/FindBTCore.cmake +share/kde/apps/ktorrent/FLAGS_LICENCE +share/kde/apps/ktorrent/ad.png +share/kde/apps/ktorrent/ae.png +share/kde/apps/ktorrent/af.png +share/kde/apps/ktorrent/ag.png +share/kde/apps/ktorrent/ai.png +share/kde/apps/ktorrent/al.png +share/kde/apps/ktorrent/am.png +share/kde/apps/ktorrent/an.png +share/kde/apps/ktorrent/ao.png +share/kde/apps/ktorrent/aq.png +share/kde/apps/ktorrent/ar.png +share/kde/apps/ktorrent/as.png +share/kde/apps/ktorrent/at.png +share/kde/apps/ktorrent/au.png +share/kde/apps/ktorrent/aw.png +share/kde/apps/ktorrent/az.png +share/kde/apps/ktorrent/ba.png +share/kde/apps/ktorrent/bb.png +share/kde/apps/ktorrent/bd.png +share/kde/apps/ktorrent/be.png +share/kde/apps/ktorrent/bf.png +share/kde/apps/ktorrent/bg.png +share/kde/apps/ktorrent/bh.png +share/kde/apps/ktorrent/bi.png +share/kde/apps/ktorrent/bj.png +share/kde/apps/ktorrent/bm.png +share/kde/apps/ktorrent/bn.png +share/kde/apps/ktorrent/bo.png +share/kde/apps/ktorrent/br.png +share/kde/apps/ktorrent/bs.png +share/kde/apps/ktorrent/bt.png +share/kde/apps/ktorrent/bv.png +share/kde/apps/ktorrent/bw.png +share/kde/apps/ktorrent/by.png +share/kde/apps/ktorrent/bz.png +share/kde/apps/ktorrent/ca.png +share/kde/apps/ktorrent/cc.png +share/kde/apps/ktorrent/cd.png +share/kde/apps/ktorrent/cf.png +share/kde/apps/ktorrent/cg.png +share/kde/apps/ktorrent/ch.png +share/kde/apps/ktorrent/ci.png +share/kde/apps/ktorrent/ck.png +share/kde/apps/ktorrent/cl.png +share/kde/apps/ktorrent/cm.png +share/kde/apps/ktorrent/cn.png +share/kde/apps/ktorrent/co.png +share/kde/apps/ktorrent/cr.png +share/kde/apps/ktorrent/cs.png +share/kde/apps/ktorrent/cu.png +share/kde/apps/ktorrent/cv.png +share/kde/apps/ktorrent/cx.png +share/kde/apps/ktorrent/cy.png +share/kde/apps/ktorrent/cz.png +share/kde/apps/ktorrent/de.png +share/kde/apps/ktorrent/dj.png +share/kde/apps/ktorrent/dk.png +share/kde/apps/ktorrent/dm.png +share/kde/apps/ktorrent/do.png +share/kde/apps/ktorrent/dz.png +share/kde/apps/ktorrent/ec.png +share/kde/apps/ktorrent/ee.png +share/kde/apps/ktorrent/eg.png +share/kde/apps/ktorrent/eh.png +share/kde/apps/ktorrent/er.png +share/kde/apps/ktorrent/es.png +share/kde/apps/ktorrent/et.png +share/kde/apps/ktorrent/eu.png +share/kde/apps/ktorrent/fi.png +share/kde/apps/ktorrent/fj.png +share/kde/apps/ktorrent/fk.png +share/kde/apps/ktorrent/fm.png +share/kde/apps/ktorrent/fo.png +share/kde/apps/ktorrent/fr.png +share/kde/apps/ktorrent/ga.png +share/kde/apps/ktorrent/gb.png +share/kde/apps/ktorrent/gd.png +share/kde/apps/ktorrent/ge.png +share/kde/apps/ktorrent/gf.png +share/kde/apps/ktorrent/gh.png +share/kde/apps/ktorrent/gi.png +share/kde/apps/ktorrent/gl.png +share/kde/apps/ktorrent/gm.png +share/kde/apps/ktorrent/gn.png +share/kde/apps/ktorrent/gp.png +share/kde/apps/ktorrent/gq.png +share/kde/apps/ktorrent/gr.png +share/kde/apps/ktorrent/gs.png +share/kde/apps/ktorrent/gt.png +share/kde/apps/ktorrent/gu.png +share/kde/apps/ktorrent/gw.png +share/kde/apps/ktorrent/gy.png +share/kde/apps/ktorrent/hk.png +share/kde/apps/ktorrent/hm.png +share/kde/apps/ktorrent/hn.png +share/kde/apps/ktorrent/hr.png +share/kde/apps/ktorrent/ht.png +share/kde/apps/ktorrent/hu.png +share/kde/apps/ktorrent/id.png +share/kde/apps/ktorrent/ie.png +share/kde/apps/ktorrent/il.png +share/kde/apps/ktorrent/in.png +share/kde/apps/ktorrent/io.png +share/kde/apps/ktorrent/iq.png +share/kde/apps/ktorrent/ir.png +share/kde/apps/ktorrent/is.png +share/kde/apps/ktorrent/it.png +share/kde/apps/ktorrent/jm.png +share/kde/apps/ktorrent/jo.png +share/kde/apps/ktorrent/jp.png +share/kde/apps/ktorrent/ke.png +share/kde/apps/ktorrent/kg.png +share/kde/apps/ktorrent/kh.png +share/kde/apps/ktorrent/ki.png +share/kde/apps/ktorrent/km.png +share/kde/apps/ktorrent/kn.png +share/kde/apps/ktorrent/kp.png +share/kde/apps/ktorrent/kr.png +share/kde/apps/ktorrent/ktdownloadorderpluginui.rc +share/kde/apps/ktorrent/ktmediaplayerpluginui.rc +share/kde/apps/ktorrent/ktorrent.notifyrc +share/kde/apps/ktorrent/ktorrentui.rc +share/kde/apps/ktorrent/ktsearchpluginui.rc +share/kde/apps/ktorrent/ktsyndicationpluginui.rc +share/kde/apps/ktorrent/kw.png +share/kde/apps/ktorrent/ky.png +share/kde/apps/ktorrent/kz.png +share/kde/apps/ktorrent/la.png +share/kde/apps/ktorrent/lb.png +share/kde/apps/ktorrent/lc.png +share/kde/apps/ktorrent/li.png +share/kde/apps/ktorrent/lk.png +share/kde/apps/ktorrent/lr.png +share/kde/apps/ktorrent/ls.png +share/kde/apps/ktorrent/lt.png +share/kde/apps/ktorrent/lu.png +share/kde/apps/ktorrent/lv.png +share/kde/apps/ktorrent/ly.png +share/kde/apps/ktorrent/ma.png +share/kde/apps/ktorrent/mc.png +share/kde/apps/ktorrent/md.png +share/kde/apps/ktorrent/mg.png +share/kde/apps/ktorrent/mh.png +share/kde/apps/ktorrent/mk.png +share/kde/apps/ktorrent/ml.png +share/kde/apps/ktorrent/mm.png +share/kde/apps/ktorrent/mn.png +share/kde/apps/ktorrent/mo.png +share/kde/apps/ktorrent/mp.png +share/kde/apps/ktorrent/mq.png +share/kde/apps/ktorrent/mr.png +share/kde/apps/ktorrent/ms.png +share/kde/apps/ktorrent/mt.png +share/kde/apps/ktorrent/mu.png +share/kde/apps/ktorrent/mv.png +share/kde/apps/ktorrent/mw.png +share/kde/apps/ktorrent/mx.png +share/kde/apps/ktorrent/my.png +share/kde/apps/ktorrent/mz.png +share/kde/apps/ktorrent/na.png +share/kde/apps/ktorrent/nc.png +share/kde/apps/ktorrent/ne.png +share/kde/apps/ktorrent/nf.png +share/kde/apps/ktorrent/ng.png +share/kde/apps/ktorrent/ni.png +share/kde/apps/ktorrent/nl.png +share/kde/apps/ktorrent/no.png +share/kde/apps/ktorrent/np.png +share/kde/apps/ktorrent/nr.png +share/kde/apps/ktorrent/nu.png +share/kde/apps/ktorrent/nz.png +share/kde/apps/ktorrent/om.png +share/kde/apps/ktorrent/opensearch/bitenova/opensearch.xml +share/kde/apps/ktorrent/opensearch/bittorrent/opensearch.xml +share/kde/apps/ktorrent/opensearch/btjunkie/opensearch.xml +share/kde/apps/ktorrent/opensearch/ktorrents/opensearch.xml +share/kde/apps/ktorrent/opensearch/legittorrents/opensearch.xml +share/kde/apps/ktorrent/opensearch/mininova/opensearch.xml +share/kde/apps/ktorrent/opensearch/thepiratebay/opensearch.xml +share/kde/apps/ktorrent/pa.png +share/kde/apps/ktorrent/pe.png +share/kde/apps/ktorrent/pf.png +share/kde/apps/ktorrent/pg.png +share/kde/apps/ktorrent/ph.png +share/kde/apps/ktorrent/pk.png +share/kde/apps/ktorrent/pl.png +share/kde/apps/ktorrent/pm.png +share/kde/apps/ktorrent/pn.png +share/kde/apps/ktorrent/pr.png +share/kde/apps/ktorrent/ps.png +share/kde/apps/ktorrent/pt.png +share/kde/apps/ktorrent/pw.png +share/kde/apps/ktorrent/py.png +share/kde/apps/ktorrent/qa.png +share/kde/apps/ktorrent/re.png +share/kde/apps/ktorrent/ro.png +share/kde/apps/ktorrent/ru.png +share/kde/apps/ktorrent/rw.png +share/kde/apps/ktorrent/sa.png +share/kde/apps/ktorrent/sb.png +share/kde/apps/ktorrent/sc.png +share/kde/apps/ktorrent/scripts/auto_remove/auto_remove.desktop +share/kde/apps/ktorrent/scripts/auto_remove/auto_remove.py +share/kde/apps/ktorrent/scripts/auto_remove/auto_remove.ui +share/kde/apps/ktorrent/scripts/auto_resume/auto_resume.desktop +share/kde/apps/ktorrent/scripts/auto_resume/auto_resume.py +share/kde/apps/ktorrent/scripts/auto_resume/auto_resume.ui +share/kde/apps/ktorrent/scripts/email_notifications/email_notifications.desktop +share/kde/apps/ktorrent/scripts/email_notifications/email_notifications.py +share/kde/apps/ktorrent/scripts/email_notifications/emailconfig.ui +share/kde/apps/ktorrent/scripts/tracker_groups/tracker_groups.desktop +share/kde/apps/ktorrent/scripts/tracker_groups/tracker_groups.py +share/kde/apps/ktorrent/sd.png +share/kde/apps/ktorrent/se.png +share/kde/apps/ktorrent/search/home/body-background.jpg +share/kde/apps/ktorrent/search/home/box-bottom-left.png +share/kde/apps/ktorrent/search/home/box-bottom-middle.png +share/kde/apps/ktorrent/search/home/box-bottom-right.png +share/kde/apps/ktorrent/search/home/box-center.png +share/kde/apps/ktorrent/search/home/box-middle-left.png +share/kde/apps/ktorrent/search/home/box-middle-right.png +share/kde/apps/ktorrent/search/home/box-top-left.png +share/kde/apps/ktorrent/search/home/box-top-middle.png +share/kde/apps/ktorrent/search/home/box-top-right.png +share/kde/apps/ktorrent/search/home/home.css +share/kde/apps/ktorrent/search/home/home.html +share/kde/apps/ktorrent/search/home/ktorrent-icon.png +share/kde/apps/ktorrent/search/home/ktorrent_infopage.css +share/kde/apps/ktorrent/sg.png +share/kde/apps/ktorrent/sh.png +share/kde/apps/ktorrent/si.png +share/kde/apps/ktorrent/sj.png +share/kde/apps/ktorrent/sk.png +share/kde/apps/ktorrent/sl.png +share/kde/apps/ktorrent/sm.png +share/kde/apps/ktorrent/sn.png +share/kde/apps/ktorrent/so.png +share/kde/apps/ktorrent/sr.png +share/kde/apps/ktorrent/st.png +share/kde/apps/ktorrent/sv.png +share/kde/apps/ktorrent/sy.png +share/kde/apps/ktorrent/sz.png +share/kde/apps/ktorrent/tc.png +share/kde/apps/ktorrent/td.png +share/kde/apps/ktorrent/tf.png +share/kde/apps/ktorrent/tg.png +share/kde/apps/ktorrent/th.png +share/kde/apps/ktorrent/tj.png +share/kde/apps/ktorrent/tk.png +share/kde/apps/ktorrent/tl.png +share/kde/apps/ktorrent/tm.png +share/kde/apps/ktorrent/tn.png +share/kde/apps/ktorrent/to.png +share/kde/apps/ktorrent/tp.png +share/kde/apps/ktorrent/tr.png +share/kde/apps/ktorrent/tt.png +share/kde/apps/ktorrent/tv.png +share/kde/apps/ktorrent/tw.png +share/kde/apps/ktorrent/tz.png +share/kde/apps/ktorrent/ua.png +share/kde/apps/ktorrent/ug.png +share/kde/apps/ktorrent/um.png +share/kde/apps/ktorrent/us.png +share/kde/apps/ktorrent/uy.png +share/kde/apps/ktorrent/uz.png +share/kde/apps/ktorrent/va.png +share/kde/apps/ktorrent/vc.png +share/kde/apps/ktorrent/ve.png +share/kde/apps/ktorrent/vg.png +share/kde/apps/ktorrent/vi.png +share/kde/apps/ktorrent/vn.png +share/kde/apps/ktorrent/vu.png +share/kde/apps/ktorrent/wf.png +share/kde/apps/ktorrent/ws.png +share/kde/apps/ktorrent/www/coldmilk/coldmilk.html +share/kde/apps/ktorrent/www/coldmilk/coldmilk.js +share/kde/apps/ktorrent/www/coldmilk/login.html +share/kde/apps/ktorrent/www/coldmilk/page_update.js +share/kde/apps/ktorrent/www/coldmilk/style.css +share/kde/apps/ktorrent/www/common/action.js +share/kde/apps/ktorrent/www/common/favicon.ico +share/kde/apps/ktorrent/www/common/fetch_xml.js +share/kde/apps/ktorrent/www/common/high_priority.png +share/kde/apps/ktorrent/www/common/icon.png +share/kde/apps/ktorrent/www/common/ktorrentwebinterfacelogo.png +share/kde/apps/ktorrent/www/common/login.js +share/kde/apps/ktorrent/www/common/low_priority.png +share/kde/apps/ktorrent/www/common/normal_priority.png +share/kde/apps/ktorrent/www/common/only_seed.png +share/kde/apps/ktorrent/www/common/remove.png +share/kde/apps/ktorrent/www/common/settings.js +share/kde/apps/ktorrent/www/common/sha1.js +share/kde/apps/ktorrent/www/common/start.png +share/kde/apps/ktorrent/www/common/stop.png +share/kde/apps/ktorrent/www/common/torrent_details.js +share/kde/apps/ktorrent/www/common/torrent_list.js +share/kde/apps/ktorrent/www/default/grad1.jpg +share/kde/apps/ktorrent/www/default/grad2.jpg +share/kde/apps/ktorrent/www/default/header.jpg +share/kde/apps/ktorrent/www/default/header_tile.png +share/kde/apps/ktorrent/www/default/interface.html +share/kde/apps/ktorrent/www/default/interface.js +share/kde/apps/ktorrent/www/default/login.html +share/kde/apps/ktorrent/www/default/menu_bg.png +share/kde/apps/ktorrent/www/default/sidebar.gif +share/kde/apps/ktorrent/www/default/style.css +share/kde/apps/ktorrent/www/default/wz_tooltip.js +share/kde/apps/ktorrent/www/mobile/interface.html +share/kde/apps/ktorrent/www/mobile/login.html +share/kde/apps/ktorrent/www/mobile/mobile.css +share/kde/apps/ktorrent/www/mobile/mobile.js +share/kde/apps/ktorrent/ye.png +share/kde/apps/ktorrent/yt.png +share/kde/apps/ktorrent/yu.png +share/kde/apps/ktorrent/za.png +share/kde/apps/ktorrent/zm.png +share/kde/apps/ktorrent/zw.png +share/kde4/services/ktbwschedulerplugin.desktop +share/kde4/services/ktdownloadorderplugin.desktop +share/kde4/services/ktinfowidgetplugin.desktop +share/kde4/services/ktipfilterplugin.desktop +share/kde4/services/ktlogviewerplugin.desktop +share/kde4/services/ktmediaplayerplugin.desktop +share/kde4/services/ktscanfolderplugin.desktop +share/kde4/services/ktscriptingplugin.desktop +share/kde4/services/ktsearchplugin.desktop +share/kde4/services/ktstatsplugin.desktop +share/kde4/services/ktsyndicationplugin.desktop +share/kde4/services/ktupnpplugin.desktop +share/kde4/services/ktwebinterfaceplugin.desktop +share/kde4/services/ktzeroconfplugin.desktop +share/kde4/services/plasma-dataengine-ktorrent.desktop +share/kde4/servicetypes/ktorrentplugin.desktop +share/locale/ar/LC_MESSAGES/ktorrent.mo +share/locale/be/LC_MESSAGES/ktorrent.mo +share/locale/bg/LC_MESSAGES/ktorrent.mo +share/locale/ca/LC_MESSAGES/ktorrent.mo +share/locale/cs/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/fr/LC_MESSAGES/ktorrent.mo +share/locale/ga/LC_MESSAGES/ktorrent.mo +share/locale/gl/LC_MESSAGES/ktorrent.mo +share/locale/hi/LC_MESSAGES/ktorrent.mo +share/locale/hne/LC_MESSAGES/ktorrent.mo +share/locale/hr/LC_MESSAGES/ktorrent.mo +share/locale/hu/LC_MESSAGES/ktorrent.mo +share/locale/is/LC_MESSAGES/ktorrent.mo +share/locale/it/LC_MESSAGES/ktorrent.mo +share/locale/ja/LC_MESSAGES/ktorrent.mo +share/locale/km/LC_MESSAGES/ktorrent.mo +share/locale/lt/LC_MESSAGES/ktorrent.mo +share/locale/lv/LC_MESSAGES/ktorrent.mo +share/locale/mai/LC_MESSAGES/ktorrent.mo +share/locale/ms/LC_MESSAGES/ktorrent.mo +share/locale/nb/LC_MESSAGES/ktorrent.mo +share/locale/nds/LC_MESSAGES/ktorrent.mo +share/locale/nl/LC_MESSAGES/ktorrent.mo +share/locale/nn/LC_MESSAGES/ktorrent.mo +share/locale/oc/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/ro/LC_MESSAGES/ktorrent.mo +share/locale/ru/LC_MESSAGES/ktorrent.mo +share/locale/se/LC_MESSAGES/ktorrent.mo +share/locale/sk/LC_MESSAGES/ktorrent.mo +share/locale/sl/LC_MESSAGES/ktorrent.mo +share/locale/sr/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 diff --git a/net/ktorrent3/distinfo b/net/ktorrent3/distinfo new file mode 100644 index 00000000000..10787bde494 --- /dev/null +++ b/net/ktorrent3/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/23 10:10:27 abs Exp $ + +SHA1 (ktorrent-3.3.tar.bz2) = 0c39e8963790f3bb9420389101fdd5d12f3e0c10 +RMD160 (ktorrent-3.3.tar.bz2) = 3e1405ca4e6049635b2fc82b3cb616cec5fe1bea +Size (ktorrent-3.3.tar.bz2) = 2745995 bytes -- cgit v1.2.3