FreeBSD Bugzilla – Attachment 68586 Details for
Bug 100781
[port update] net-p2p/ktorrent: 1.2_2 -> 2.0.r1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 20.32 KB, created by
Yuan Jue
on 2006-07-24 17:50:21 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yuan Jue
Created:
2006-07-24 17:50:21 UTC
Size:
20.32 KB
patch
obsolete
>diff -ruN ktorrent.orig/Makefile ktorrent/Makefile >--- ktorrent.orig/Makefile Fri May 12 06:49:47 2006 >+++ ktorrent/Makefile Mon Jul 24 23:06:23 2006 >@@ -6,10 +6,10 @@ > # > > PORTNAME= ktorrent >-PORTVERSION= 1.2 >-PORTREVISION= 2 >+PORTVERSION= 2.0.r1 > CATEGORIES= net-p2p kde >-MASTER_SITES= http://ktorrent.pwsp.net/downloads/${PORTVERSION}/ >+MASTER_SITES= http://ktorrent.org/downloads/${PORTVERSION:S/.r/rc/}/ >+DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} > > MAINTAINER= markus@FreeBSD.org > COMMENT= BitTorrent client for KDE >diff -ruN ktorrent.orig/distinfo ktorrent/distinfo >--- ktorrent.orig/distinfo Thu Feb 2 23:25:07 2006 >+++ ktorrent/distinfo Sun Jul 23 22:02:08 2006 >@@ -1,3 +1,3 @@ >-MD5 (ktorrent-1.2.tar.gz) = 55c6c4ae679aea0ba0370058856ddb92 >-SHA256 (ktorrent-1.2.tar.gz) = e2324f49da0a408750676ba18bb48ac76c57869f0e69cd4b8060198caa790373 >-SIZE (ktorrent-1.2.tar.gz) = 1447380 >+MD5 (ktorrent-2.0rc1.tar.gz) = 6498ad2e8a7c1ad6d257bc741cb7b42a >+SHA256 (ktorrent-2.0rc1.tar.gz) = c7da6b9f558008d96aff413f04944707fe315ef14ced3ac88bede3df855d8765 >+SIZE (ktorrent-2.0rc1.tar.gz) = 2565541 >diff -ruN ktorrent.orig/files/patch-Makefile.in ktorrent/files/patch-Makefile.in >--- ktorrent.orig/files/patch-Makefile.in Thu Feb 2 23:25:08 2006 >+++ ktorrent/files/patch-Makefile.in Thu Jan 1 08:00:00 1970 >@@ -1,11 +0,0 @@ >---- Makefile.in.orig Thu Feb 2 14:27:14 2006 >-+++ Makefile.in Thu Feb 2 14:27:26 2006 >-@@ -257,7 +257,7 @@ >- xdg_appsdir = @xdg_appsdir@ >- xdg_directorydir = @xdg_directorydir@ >- xdg_menudir = @xdg_menudir@ >--SUBDIRS = libktorrent apps plugins >-+SUBDIRS = libktorrent apps plugins translations >- EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO >- subdir = . >- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 >diff -ruN ktorrent.orig/files/patch-plugins-partfileimport-Makefile.in ktorrent/files/patch-plugins-partfileimport-Makefile.in >--- ktorrent.orig/files/patch-plugins-partfileimport-Makefile.in Tue Jan 10 04:58:52 2006 >+++ ktorrent/files/patch-plugins-partfileimport-Makefile.in Thu Jan 1 08:00:00 1970 >@@ -1,11 +0,0 @@ >---- plugins/partfileimport/Makefile.in.orig Mon Jan 9 21:49:01 2006 >-+++ plugins/partfileimport/Makefile.in Mon Jan 9 21:49:23 2006 >-@@ -257,7 +257,7 @@ >- xdg_appsdir = @xdg_appsdir@ >- xdg_directorydir = @xdg_directorydir@ >- xdg_menudir = @xdg_menudir@ >--INCLUDES = $(all_includes) -I$(srcdir)/../../libktorrent >-+INCLUDES = -I$(srcdir)/../../libktorrent $(all_includes) >- #>- METASOURCES = AUTO >- kde_module_LTLIBRARIES = ktpartfileimportplugin.la >- noinst_HEADERS = partfileimportplugin.h multidatachecker.h importdialog.h >diff -ruN ktorrent.orig/files/patch-plugins-upnp-upnpmcastsocket.cpp ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp >--- ktorrent.orig/files/patch-plugins-upnp-upnpmcastsocket.cpp Sat Feb 4 05:21:02 2006 >+++ ktorrent/files/patch-plugins-upnp-upnpmcastsocket.cpp Thu Jan 1 08:00:00 1970 >@@ -1,10 +0,0 @@ >---- plugins/upnp/upnpmcastsocket.cpp.orig Fri Feb 3 18:13:05 2006 >-+++ plugins/upnp/upnpmcastsocket.cpp Fri Feb 3 20:00:54 2006 >-@@ -40,6 +40,7 @@ >- QObject::connect(this,SIGNAL(readyRead()),this,SLOT(onReadyRead())); >- QObject::connect(this,SIGNAL(gotError(int)),this,SLOT(onError(int))); >- setAddressReuseable(true); >-+ setFamily(KNetwork::KResolver::IPv4Family); >- setBlocking(true); >- for (Uint32 i = 0;i < 10;i++) >- { >diff -ruN ktorrent.orig/pkg-descr ktorrent/pkg-descr >--- ktorrent.orig/pkg-descr Wed Jul 13 18:51:35 2005 >+++ ktorrent/pkg-descr Tue Jul 25 00:32:46 2006 >@@ -5,5 +5,16 @@ > amounts of data > o Internet searching using The Bittorrent website's search engine > o UDP Trackers >+ 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 now be added to torrents >+ o File prioritization for multi file torrents > >-WWW: http://ktorrent.pwsp.net/ >+WWW: http://ktorrent.org/ >diff -ruN ktorrent.orig/pkg-plist ktorrent/pkg-plist >--- ktorrent.orig/pkg-plist Thu Feb 23 18:38:38 2006 >+++ ktorrent/pkg-plist Tue Jul 25 00:26:26 2006 >@@ -1,6 +1,8 @@ > bin/ktcachecheck > bin/ktorrent >+bin/ktshell > bin/kttorinfo >+bin/ktupnptest > lib/kde3/ktinfowidgetplugin.a > lib/kde3/ktinfowidgetplugin.la > lib/kde3/ktinfowidgetplugin.so >@@ -13,6 +15,12 @@ > lib/kde3/ktpartfileimportplugin.a > lib/kde3/ktpartfileimportplugin.la > lib/kde3/ktpartfileimportplugin.so >+lib/kde3/ktscanfolderplugin.a >+lib/kde3/ktscanfolderplugin.la >+lib/kde3/ktscanfolderplugin.so >+lib/kde3/ktschedulerplugin.a >+lib/kde3/ktschedulerplugin.la >+lib/kde3/ktschedulerplugin.so > lib/kde3/ktsearchplugin.a > lib/kde3/ktsearchplugin.la > lib/kde3/ktsearchplugin.so >@@ -25,37 +33,296 @@ > lib/libktorrent.so.0 > share/applications/kde/ktorrent.desktop > share/applnk/Internet/ktorrent.desktop >-share/apps/ktorrent/icons/hicolor/128x128/apps/ktorrent.png >-share/apps/ktorrent/icons/hicolor/16x16/apps/ktorrent.png >+share/apps/ktorrent/geoip/FLAGS_LICENCE >+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/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/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/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/22x22/apps/ktorrent.png >-share/apps/ktorrent/icons/hicolor/32x32/apps/ktorrent.png > share/apps/ktorrent/icons/hicolor/48x48/actions/ktplugins.png >-share/apps/ktorrent/icons/hicolor/48x48/apps/ktorrent.png > 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/apps/ktorrent.png > share/apps/ktorrent/icons/hicolor/64x64/filesystems/ktprefdownloads.png >-share/apps/ktorrent/icons/hicolor/scalable/apps/ktorrent.svgz > share/apps/ktorrent/ktorrentui.rc > share/apps/ktorrent/ktpartfileimportpluginui.rc >+share/apps/ktorrent/ktschedulerpluginui.rc > share/config.kcfg/ktinfowidgetplugin.kcfg > share/config.kcfg/ktipfilterplugin.kcfg >+share/config.kcfg/ktlogviewerplugin.kcfg > share/config.kcfg/ktorrent.kcfg >+share/config.kcfg/ktscanfolderplugin.kcfg >+share/config.kcfg/ktschedulerplugin.kcfg > share/config.kcfg/ktsearchplugin.kcfg > share/config.kcfg/ktupnpplugin.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/bg/LC_MESSAGES/ktorrent.mo > share/locale/br/LC_MESSAGES/ktorrent.mo > share/locale/cs/LC_MESSAGES/ktorrent.mo > share/locale/cy/LC_MESSAGES/ktorrent.mo >@@ -67,61 +334,112 @@ > share/locale/et/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/hu/LC_MESSAGES/ktorrent.mo > share/locale/it/LC_MESSAGES/ktorrent.mo >+share/locale/ja/LC_MESSAGES/ktorrent.mo >+share/locale/ka/LC_MESSAGES/ktorrent.mo > share/locale/lt/LC_MESSAGES/ktorrent.mo >+share/locale/ms/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/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/mimelnk/application/x-bittorrent.desktop > share/services/ktinfowidgetplugin.desktop > share/services/ktipfilterplugin.desktop > share/services/ktlogviewerplugin.desktop > share/services/ktpartfileimportplugin.desktop >+share/services/ktscanfolderplugin.desktop >+share/services/ktschedulerplugin.desktop > share/services/ktsearchplugin.desktop > share/services/ktupnpplugin.desktop > share/servicetypes/ktorrentplugin.desktop >+@dirrmtry share/locale/zh_TW/LC_MESSAGES >+@dirrmtry share/locale/zh_TW > @dirrmtry share/locale/zh_CN/LC_MESSAGES > @dirrmtry share/locale/zh_CN > @dirrmtry share/locale/uk/LC_MESSAGES > @dirrmtry share/locale/uk >+@dirrmtry share/locale/tr/LC_MESSAGES >+@dirrmtry share/locale/tr >+@dirrmtry share/locale/sv/LC_MESSAGES >+@dirrmtry share/locale/sv >+@dirrmtry share/locale/sr@Latn/LC_MESSAGES >+@dirrmtry share/locale/sr@Latn > @dirrmtry share/locale/sr/LC_MESSAGES > @dirrmtry share/locale/sr >+@dirrmtry share/locale/rw/LC_MESSAGES >+@dirrmtry share/locale/rw >+@dirrmtry share/locale/ru/LC_MESSAGES >+@dirrmtry share/locale/ru >+@dirrmtry share/locale/pt_BR/LC_MESSAGES >+@dirrmtry share/locale/pt_BR > @dirrmtry share/locale/pt/LC_MESSAGES > @dirrmtry share/locale/pt > @dirrmtry share/locale/pl/LC_MESSAGES > @dirrmtry share/locale/pl >+@dirrmtry share/locale/pa/LC_MESSAGES >+@dirrmtry share/locale/pa >+@dirrmtry share/locale/nl/LC_MESSAGES >+@dirrmtry share/locale/nl >+@dirrmtry share/locale/ms/LC_MESSAGES >+@dirrmtry share/locale/ms >+@dirrmtry share/locale/lt/LC_MESSAGES >+@dirrmtry share/locale/lt >+@dirrmtry share/locale/ka/LC_MESSAGES >+@dirrmtry share/locale/ka >+@dirrmtry share/locale/ja/LC_MESSAGES >+@dirrmtry share/locale/ja >+@dirrmtry share/locale/it/LC_MESSAGES >+@dirrmtry share/locale/it >+@dirrmtry share/locale/hu/LC_MESSAGES >+@dirrmtry share/locale/hu >+@dirrmtry share/locale/gl/LC_MESSAGES >+@dirrmtry share/locale/gl >+@dirrmtry share/locale/ga/LC_MESSAGES >+@dirrmtry share/locale/ga >+@dirrmtry share/locale/fr/LC_MESSAGES >+@dirrmtry share/locale/fr >+@dirrmtry share/locale/et/LC_MESSAGES >+@dirrmtry share/locale/et >+@dirrmtry share/locale/es/LC_MESSAGES >+@dirrmtry share/locale/es >+@dirrmtry share/locale/en_GB/LC_MESSAGES >+@dirrmtry share/locale/en_GB > @dirrmtry share/locale/el/LC_MESSAGES > @dirrmtry share/locale/el >+@dirrmtry share/locale/de/LC_MESSAGES >+@dirrmtry share/locale/de >+@dirrmtry share/locale/da/LC_MESSAGES >+@dirrmtry share/locale/da >+@dirrmtry share/locale/cy/LC_MESSAGES >+@dirrmtry share/locale/cy > @dirrmtry share/locale/cs/LC_MESSAGES > @dirrmtry share/locale/cs >-@dirrm share/apps/ktorrent/icons/hicolor/scalable/apps >-@dirrm share/apps/ktorrent/icons/hicolor/scalable >+@dirrmtry share/locale/br/LC_MESSAGES >+@dirrmtry share/locale/br >+@dirrmtry share/locale/bg/LC_MESSAGES >+@dirrmtry share/locale/bg > @dirrm share/apps/ktorrent/icons/hicolor/64x64/filesystems >-@dirrm share/apps/ktorrent/icons/hicolor/64x64/apps > @dirrm share/apps/ktorrent/icons/hicolor/64x64/actions > @dirrm share/apps/ktorrent/icons/hicolor/64x64 >-@dirrm share/apps/ktorrent/icons/hicolor/48x48/apps > @dirrm share/apps/ktorrent/icons/hicolor/48x48/actions > @dirrm share/apps/ktorrent/icons/hicolor/48x48 >-@dirrm share/apps/ktorrent/icons/hicolor/32x32/apps >-@dirrm share/apps/ktorrent/icons/hicolor/32x32 >-@dirrm share/apps/ktorrent/icons/hicolor/22x22/apps > @dirrm share/apps/ktorrent/icons/hicolor/22x22/actions > @dirrm share/apps/ktorrent/icons/hicolor/22x22 >-@dirrm share/apps/ktorrent/icons/hicolor/16x16/apps >-@dirrm share/apps/ktorrent/icons/hicolor/16x16 >-@dirrm share/apps/ktorrent/icons/hicolor/128x128/apps >-@dirrm share/apps/ktorrent/icons/hicolor/128x128 > @dirrm share/apps/ktorrent/icons/hicolor > @dirrm share/apps/ktorrent/icons >+@dirrm share/apps/ktorrent/geoip > @dirrm share/apps/ktorrent > @dirrmtry share/applications/kde
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 100781
: 68586