diff options
author | rene <rene@FreeBSD.org> | 2013-07-27 03:19:20 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-27 03:19:20 +0800 |
commit | c945ab9477002608dac69f344be7d3f1f1b7d511 (patch) | |
tree | 4c98d494bc4532b5dd5b19f4e47bcb3babf104c2 /net-mgmt | |
parent | 16876857cc4291ce83cf938fde7ea3a988e9a904 (diff) | |
download | freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.gz freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.tar.zst freebsd-ports-gnome-c945ab9477002608dac69f344be7d3f1f1b7d511.zip |
KDE3 and QT3 expired on 2013-07-01, remove these ports.
Unfortunately, this also affects some ports using QT3 as a GUI toolkit.
Changes to infrastructure files:
- bsd.kde.mk : obsolete, remove
- bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while
- CHANGES : document the removals from bsd.port.mk
- KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead)
- MOVED : add the removed ports
PR: ports/180745
Submitted by: rene
Approved by: portmgr (bapt)
Exp-run by: bapt
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/tork/Makefile | 53 | ||||
-rw-r--r-- | net-mgmt/tork/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-aclocal.m4 | 12 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-configure | 41 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-configure.in | 15 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-configure.in.in | 15 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-src-tsocks-dead_pool.c | 20 | ||||
-rw-r--r-- | net-mgmt/tork/files/patch-src-tsocks-tsocks.c | 10 | ||||
-rw-r--r-- | net-mgmt/tork/pkg-descr | 7 | ||||
-rw-r--r-- | net-mgmt/tork/pkg-plist | 467 |
11 files changed, 0 insertions, 643 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 354ff4aed0b1..83f32886935a 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -308,7 +308,6 @@ SUBDIR += sysmon SUBDIR += tcpreplay SUBDIR += tcptrack - SUBDIR += tork SUBDIR += torrus SUBDIR += vidalia SUBDIR += virt-viewer diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile deleted file mode 100644 index 6486fae7f0c7..000000000000 --- a/net-mgmt/tork/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: Beat Gätzi <beat@chruetertee.ch> -# $FreeBSD$ - -PORTNAME= tork -PORTVERSION= 0.30 -PORTREVISION= 6 -CATEGORIES= net-mgmt security -MASTER_SITES= SF/${PORTNAME}/TorK%20Source%20Tarball/TorK-${PORTVERSION} - -MAINTAINER= thomas.sander@gmx.de -COMMENT= TorK is an Anonymity Manager for the KDE Desktop - -USE_GMAKE= yes -USE_GNOME= pkgconfig -USE_AUTOTOOLS= libtool aclocal:env -USES= gettext -USE_XORG= xext -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -AUTOTOOLSFILES= aclocal.m4 - -USE_KDELIBS_VER=3 -USE_QT_VER= 3 - -MAN1= tork.1 torkarkollon.1 torkify.1 torksocks.1 -MAN5= torksocks.conf.5 -MAN8= torksocks.8 - -OPTIONS_DEFINE= PRIVOXY - -PRIVOXY_DESC= Install privoxy - -OPTIONS_SINGLE= TOR -OPTIONS_SINGLE_TOR= TOR_STD TOR_DEVEL - -TOR_STD_DESC= Use stable security/tor port -TOR_DEVEL_DESC= Use development security/tor-devel port - -OPTIONS_DEFAULT= TOR_STD PRIVOXY - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MTOR_STD} -RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor -.else -RUN_DEPENDS+= ${LOCALBASE}/share/tor/geoip6:${PORTSDIR}/security/tor-devel -.endif - -.if ${PORT_OPTIONS:MPRIVOXY} -RUN_DEPENDS+= ${LOCALBASE}/sbin/privoxy:${PORTSDIR}/www/privoxy -.endif - -.include <bsd.port.mk> diff --git a/net-mgmt/tork/distinfo b/net-mgmt/tork/distinfo deleted file mode 100644 index 4e9d59de75fb..000000000000 --- a/net-mgmt/tork/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tork-0.30.tar.gz) = 60c86ca87902b41302c8885705af869509f4a0c3b62a666cc44613c27f1751c8 -SIZE (tork-0.30.tar.gz) = 3411830 diff --git a/net-mgmt/tork/files/patch-aclocal.m4 b/net-mgmt/tork/files/patch-aclocal.m4 deleted file mode 100644 index 3cfabdaee68c..000000000000 --- a/net-mgmt/tork/files/patch-aclocal.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- aclocal.m4.orig 2008-10-25 15:14:57.000000000 -0500 -+++ aclocal.m4 2010-09-28 18:17:38.000000000 -0500 -@@ -23,3 +23,3 @@ - # generated from the m4 files accompanying Automake X.Y. --AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"]) -+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="%%AUTOMAKE_VERSION%%"]) - -@@ -30,3 +30,3 @@ - AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -- [AM_AUTOMAKE_VERSION([1.9.6])]) -+ [AM_AUTOMAKE_VERSION([%%AUTOMAKE_APIVER%%])]) - diff --git a/net-mgmt/tork/files/patch-configure b/net-mgmt/tork/files/patch-configure deleted file mode 100644 index c10856b34e5c..000000000000 --- a/net-mgmt/tork/files/patch-configure +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.orig 2008-04-21 19:36:01.000000000 +0200 -+++ configure 2008-04-21 19:41:19.000000000 +0200 -@@ -12289,13 +12289,13 @@ - if test $ac_cv_func_dlopen = yes; then - lt_cv_dlopen="dlopen" - else -- { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 --echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } -+ { echo "$as_me:$LINENO: checking for dlopen in -lc" >&5 -+echo $ECHO_N "checking for dlopen in -lc... $ECHO_C" >&6; } - if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - ac_check_lib_save_LIBS=$LIBS --LIBS="-ldl $LIBS" -+LIBS="-lc $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -12351,7 +12351,7 @@ - { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 - echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } - if test $ac_cv_lib_dl_dlopen = yes; then -- lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" -+ lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lc" - else - { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 - echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } -@@ -38129,9 +38129,9 @@ - - { echo "$as_me:$LINENO: checking for correct poll prototype" >&5 - echo $ECHO_N "checking for correct poll prototype... $ECHO_C" >&6; } --PROTO= --for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \ -- 'struct pollfd *ufds, nfds_t nfds, int timeout' -+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout" -+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout" -+for PROTO in "$PROTO1" "$PROTO2" - do - if test "${PROTO}" = ""; then - cat >conftest.$ac_ext <<_ACEOF diff --git a/net-mgmt/tork/files/patch-configure.in b/net-mgmt/tork/files/patch-configure.in deleted file mode 100644 index 9eb27b66ddd2..000000000000 --- a/net-mgmt/tork/files/patch-configure.in +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.in.orig 2008-04-21 19:43:11.000000000 +0200 -+++ configure.in 2008-04-21 19:43:47.000000000 +0200 -@@ -887,9 +887,9 @@ - - dnl Find the correct poll prototype on this machine - AC_MSG_CHECKING(for correct poll prototype) --PROTO= --for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \ -- 'struct pollfd *ufds, nfds_t nfds, int timeout' -+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout" -+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout" -+for PROTO in "$PROTO1" "$PROTO2" - do - if test "${PROTO}" = ""; then - AC_TRY_COMPILE([ diff --git a/net-mgmt/tork/files/patch-configure.in.in b/net-mgmt/tork/files/patch-configure.in.in deleted file mode 100644 index 088d22c11760..000000000000 --- a/net-mgmt/tork/files/patch-configure.in.in +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.in.in.orig 2008-04-21 19:45:36.000000000 +0200 -+++ configure.in.in 2008-04-21 19:46:32.000000000 +0200 -@@ -822,9 +822,9 @@ - - dnl Find the correct poll prototype on this machine - AC_MSG_CHECKING(for correct poll prototype) --PROTO= --for testproto in 'struct pollfd *ufds, unsigned long nfds, int timeout' \ -- 'struct pollfd *ufds, nfds_t nfds, int timeout' -+PROTO1="struct pollfd fds[], nfds_t nfds, int timeout" -+PROTO2="struct pollfd *fds, unsigned int nfds, int timeout" -+for PROTO in "$PROTO1" "$PROTO2" - do - if test "${PROTO}" = ""; then - AC_TRY_COMPILE([ diff --git a/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c b/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c deleted file mode 100644 index fbbfb94f2678..000000000000 --- a/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/tsocks/dead_pool.c.orig 2008-02-11 00:11:18.000000000 +0100 -+++ src/tsocks/dead_pool.c 2008-02-11 00:12:27.000000000 +0100 -@@ -69,7 +69,7 @@ - /* Allocate space for the dead_pool structure */ - newpool = (dead_pool *) mmap(0, sizeof(dead_pool), - PROT_READ | PROT_WRITE, -- MAP_SHARED | MAP_ANONYMOUS, -1, 0); -+ MAP_SHARED | MAP_ANON, -1, 0); - if(!newpool) { - show_msg(MSGERR, "init_pool: unable to mmap deadpool " - "(tried to map %d bytes)\n", sizeof(dead_pool)); -@@ -94,7 +94,7 @@ - /* Allocate space for the entries */ - newpool->entries = (pool_ent *) mmap(0, newpool->n_entries * sizeof(pool_ent), - PROT_READ | PROT_WRITE, -- MAP_SHARED | MAP_ANONYMOUS, -1, 0); -+ MAP_SHARED | MAP_ANON, -1, 0); - if(!newpool->entries) { - munmap((void *)newpool, sizeof(dead_pool)); - show_msg(MSGERR, "init_pool: unable to mmap deadpool entries " diff --git a/net-mgmt/tork/files/patch-src-tsocks-tsocks.c b/net-mgmt/tork/files/patch-src-tsocks-tsocks.c deleted file mode 100644 index ed135c227e00..000000000000 --- a/net-mgmt/tork/files/patch-src-tsocks-tsocks.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tsocks/tsocks.c.orig 2008-02-10 23:39:35.000000000 +0100 -+++ src/tsocks/tsocks.c 2008-02-10 23:44:16.000000000 +0100 -@@ -572,6 +572,7 @@ - int setevents = 0; - int monitoring = 0; - struct connreq *conn, *nextconn; -+ struct pollfd *ufds; - - /* If we're not currently managing any requests we can just - * leave here */ diff --git a/net-mgmt/tork/pkg-descr b/net-mgmt/tork/pkg-descr deleted file mode 100644 index d837f3a44a50..000000000000 --- a/net-mgmt/tork/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -TorK is a powerful anonymity manager for the KDE Desktop on Linux and Unix -systems. It first helps you to install, configure and use Tor. It then reduces -the task of anonymizing most applications to a single-click, including Firefox, -Opera, Konqueror, Pidgin, Kopete, SSH, and IRC. For advanced users TorK provides -detailed network information, and more, in an accessible manner. - -WWW: http://freecode.com/projects/tork diff --git a/net-mgmt/tork/pkg-plist b/net-mgmt/tork/pkg-plist deleted file mode 100644 index 6faa7ebfeb60..000000000000 --- a/net-mgmt/tork/pkg-plist +++ /dev/null @@ -1,467 +0,0 @@ -bin/tork -bin/torkarkollon -bin/torkify -bin/torksocks -etc/tork-tsocks.conf -lib/kde3/khtml_tork.a -lib/kde3/khtml_tork.la -lib/kde3/khtml_tork.so -lib/kde3/kickermenu_tork.a -lib/kde3/kickermenu_tork.la -lib/kde3/kickermenu_tork.so -lib/kde3/kio_torioslave.a -lib/kde3/kio_torioslave.la -lib/kde3/kio_torioslave.so -lib/tork/libtorksocks.a -lib/tork/libtorksocks.la -lib/tork/libtorksocks.so -lib/tork/libtorksocks.so.1 -share/applications/kde/tork.desktop -share/apps/khtml/kpartplugins/tork_plug_in.desktop -share/apps/khtml/kpartplugins/tork_plug_in.rc -share/apps/kicker/menuext/torkmenu.desktop -share/apps/konqueror/servicemenus/tork_downloadwithfirefox.desktop -share/apps/konqueror/servicemenus/tork_downloadwithkonqueror.desktop -share/apps/konqueror/servicemenus/tork_downloadwithopera.desktop -share/apps/tork/eventsrc -share/apps/tork/geoip/GeoIP.dat -share/apps/tork/geoip/GeoIP-LICENSE.txt -share/apps/tork/icons/crystalsvg/16x16/actions/likeback_bug_tork.png -share/apps/tork/icons/crystalsvg/16x16/actions/likeback_configure_tork.png -share/apps/tork/icons/crystalsvg/16x16/actions/likeback_dislike_tork.png -share/apps/tork/icons/crystalsvg/16x16/actions/likeback_feature_tork.png -share/apps/tork/icons/crystalsvg/16x16/actions/likeback_like_tork.png -share/apps/tork/icons/hicolor/22x22/actions/tokr_green.png -share/apps/tork/icons/hicolor/22x22/actions/tork.png -share/apps/tork/icons/hicolor/22x22/actions/tork_green.png -share/apps/tork/icons/hicolor/22x22/actions/tork_green_exit.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_detached.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_down.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_little.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_red.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_unlisted.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_unusable.png -share/apps/tork/icons/hicolor/22x22/actions/tork_guard_up.png -share/apps/tork/icons/hicolor/22x22/actions/tork_konqueror_https.png -share/apps/tork/icons/hicolor/22x22/actions/tork_konsole_https.png -share/apps/tork/icons/hicolor/22x22/actions/tork_little.png -share/apps/tork/icons/hicolor/22x22/actions/tork_little_exit.png -share/apps/tork/icons/hicolor/22x22/actions/tork_none.png -share/apps/tork/icons/hicolor/22x22/actions/tork_orange.png -share/apps/tork/icons/hicolor/22x22/actions/tork_orange_exit.png -share/apps/tork/icons/hicolor/22x22/actions/tork_play.png -share/apps/tork/icons/hicolor/22x22/actions/tork_red.png -share/apps/tork/icons/hicolor/22x22/actions/tork_red_exit.png -share/apps/tork/icons/hicolor/22x22/actions/tork_server.png -share/apps/tork/icons/hicolor/22x22/actions/tork_stop.png -share/apps/tork/icons/hicolor/22x22/actions/tork_tor.png -share/apps/tork/icons/hicolor/22x22/actions/tork_torsmall.png -share/apps/tork/icons/hicolor/22x22/actions/tork_uncensor.png -share/apps/tork/icons/hicolor/22x22/actions/tork_yellow.png -share/apps/tork/icons/hicolor/22x22/actions/tork_yellow_exit.png -share/apps/tork/icons/hicolor/22x22/apps/tork_19.png -share/apps/tork/icons/hicolor/22x22/apps/tork_33.png -share/apps/tork/icons/hicolor/22x22/apps/tork_FAILED.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ad.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ae.png -share/apps/tork/icons/hicolor/22x22/apps/tork_af.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ag.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ai.png -share/apps/tork/icons/hicolor/22x22/apps/tork_aim_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_al.png -share/apps/tork/icons/hicolor/22x22/apps/tork_am.png -share/apps/tork/icons/hicolor/22x22/apps/tork_an.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ao.png -share/apps/tork/icons/hicolor/22x22/apps/tork_aq.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ar.png -share/apps/tork/icons/hicolor/22x22/apps/tork_as.png -share/apps/tork/icons/hicolor/22x22/apps/tork_at.png -share/apps/tork/icons/hicolor/22x22/apps/tork_au.png -share/apps/tork/icons/hicolor/22x22/apps/tork_aw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ax.png -share/apps/tork/icons/hicolor/22x22/apps/tork_az.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ba.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bb.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bd.png -share/apps/tork/icons/hicolor/22x22/apps/tork_be.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bh.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bi.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bj.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bo.png -share/apps/tork/icons/hicolor/22x22/apps/tork_br.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bs.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bv.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_by.png -share/apps/tork/icons/hicolor/22x22/apps/tork_bz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ca.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cd.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ch.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ci.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ck.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cl.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_co.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cs.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cv.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cx.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cy.png -share/apps/tork/icons/hicolor/22x22/apps/tork_cz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_de.png -share/apps/tork/icons/hicolor/22x22/apps/tork_dj.png -share/apps/tork/icons/hicolor/22x22/apps/tork_dk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_dm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_do.png -share/apps/tork/icons/hicolor/22x22/apps/tork_dz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ec.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ee.png -share/apps/tork/icons/hicolor/22x22/apps/tork_eg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_eh.png -share/apps/tork/icons/hicolor/22x22/apps/tork_er.png -share/apps/tork/icons/hicolor/22x22/apps/tork_es.png -share/apps/tork/icons/hicolor/22x22/apps/tork_et.png -share/apps/tork/icons/hicolor/22x22/apps/tork_eu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_fi.png -share/apps/tork/icons/hicolor/22x22/apps/tork_fj.png -share/apps/tork/icons/hicolor/22x22/apps/tork_fk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_fm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_fo.png -share/apps/tork/icons/hicolor/22x22/apps/tork_fr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ga.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gadu_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gb.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gd.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ge.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gh.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gi.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gl.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gp.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gq.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_groupwise_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gs.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_gy.png -share/apps/tork/icons/hicolor/22x22/apps/tork_hk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_hm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_hn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_hr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ht.png -share/apps/tork/icons/hicolor/22x22/apps/tork_hu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_icq_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_id.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ie.png -share/apps/tork/icons/hicolor/22x22/apps/tork_il.png -share/apps/tork/icons/hicolor/22x22/apps/tork_in.png -share/apps/tork/icons/hicolor/22x22/apps/tork_io.png -share/apps/tork/icons/hicolor/22x22/apps/tork_iq.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ir.png -share/apps/tork/icons/hicolor/22x22/apps/tork_irc_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_is.png -share/apps/tork/icons/hicolor/22x22/apps/tork_it.png -share/apps/tork/icons/hicolor/22x22/apps/tork_jabber_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_je.png -share/apps/tork/icons/hicolor/22x22/apps/tork_jm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_jo.png -share/apps/tork/icons/hicolor/22x22/apps/tork_jp.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ke.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kh.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ki.png -share/apps/tork/icons/hicolor/22x22/apps/tork_km.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_konqueroroff.png -share/apps/tork/icons/hicolor/22x22/apps/tork_konqueroron.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kp.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ky.png -share/apps/tork/icons/hicolor/22x22/apps/tork_kz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_la.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lb.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_li.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ls.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_lv.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ly.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ma.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_md.png -share/apps/tork/icons/hicolor/22x22/apps/tork_me.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mh.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ml.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mo.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mp.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mq.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ms.png -share/apps/tork/icons/hicolor/22x22/apps/tork_msn_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mv.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mx.png -share/apps/tork/icons/hicolor/22x22/apps/tork_my.png -share/apps/tork/icons/hicolor/22x22/apps/tork_mz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_na.png -share/apps/tork/icons/hicolor/22x22/apps/tork_nc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ne.png -share/apps/tork/icons/hicolor/22x22/apps/tork_nf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ng.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ni.png -share/apps/tork/icons/hicolor/22x22/apps/tork_nl.png -share/apps/tork/icons/hicolor/22x22/apps/tork_no.png -share/apps/tork/icons/hicolor/22x22/apps/tork_np.png -share/apps/tork/icons/hicolor/22x22/apps/tork_nr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_nu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_nz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_om.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pa.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pe.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ph.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pl.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ps.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_pw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_py.png -share/apps/tork/icons/hicolor/22x22/apps/tork_qa.png -share/apps/tork/icons/hicolor/22x22/apps/tork_re.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ro.png -share/apps/tork/icons/hicolor/22x22/apps/tork_rs.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ru.png -share/apps/tork/icons/hicolor/22x22/apps/tork_rw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sa.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sb.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sd.png -share/apps/tork/icons/hicolor/22x22/apps/tork_se.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sh.png -share/apps/tork/icons/hicolor/22x22/apps/tork_si.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sj.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sl.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sms_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_so.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_st.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sv.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sy.png -share/apps/tork/icons/hicolor/22x22/apps/tork_sz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_td.png -share/apps/tork/icons/hicolor/22x22/apps/tork_testbed_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_th.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tj.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tk.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tl.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_to.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tp.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tr.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tv.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tw.png -share/apps/tork/icons/hicolor/22x22/apps/tork_tz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ua.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ug.png -share/apps/tork/icons/hicolor/22x22/apps/tork_um.png -share/apps/tork/icons/hicolor/22x22/apps/tork_us.png -share/apps/tork/icons/hicolor/22x22/apps/tork_uy.png -share/apps/tork/icons/hicolor/22x22/apps/tork_uz.png -share/apps/tork/icons/hicolor/22x22/apps/tork_va.png -share/apps/tork/icons/hicolor/22x22/apps/tork_vc.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ve.png -share/apps/tork/icons/hicolor/22x22/apps/tork_vg.png -share/apps/tork/icons/hicolor/22x22/apps/tork_vi.png -share/apps/tork/icons/hicolor/22x22/apps/tork_vn.png -share/apps/tork/icons/hicolor/22x22/apps/tork_vu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_wf.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ws.png -share/apps/tork/icons/hicolor/22x22/apps/tork_yahoo_protocol.png -share/apps/tork/icons/hicolor/22x22/apps/tork_ye.png -share/apps/tork/icons/hicolor/22x22/apps/tork_yt.png -share/apps/tork/icons/hicolor/22x22/apps/tork_yu.png -share/apps/tork/icons/hicolor/22x22/apps/tork_za.png -share/apps/tork/icons/hicolor/22x22/apps/tork_zm.png -share/apps/tork/icons/hicolor/22x22/apps/tork_zw.png -share/apps/tork/icons/hicolor/32x32/actions/tork.png -share/apps/tork/icons/hicolor/32x32/actions/tork_Apply_Settings.png -share/apps/tork/icons/hicolor/32x32/actions/tork_DNS_Leak_Warnings.png -share/apps/tork/icons/hicolor/32x32/actions/tork_Usage_Warnings.png -share/apps/tork/icons/hicolor/32x32/actions/tork_green.png -share/apps/tork/icons/hicolor/32x32/actions/tork_none.png -share/apps/tork/icons/hicolor/32x32/actions/tork_orange.png -share/apps/tork/icons/hicolor/32x32/actions/tork_red.png -share/apps/tork/icons/hicolor/32x32/actions/tork_yellow.png -share/apps/tork/icons/hicolor/32x32/apps/tork_FAILED.png -share/apps/tork/icons/hicolor/32x32/apps/tork_General_Warnings.png -share/apps/tork/icons/hicolor/32x32/apps/tork_Security_Warnings.png -share/apps/tork/icons/hicolor/32x32/apps/tork_TorK_Feedback.png -share/apps/tork/icons/hicolor/32x32/apps/tork_green.png -share/apps/tork/icons/hicolor/48x48/apps/tork.png -share/apps/tork/icons/hicolor/48x48/apps/tork_FAILED.png -share/apps/tork/icons/hicolor/48x48/apps/tork_a1.png -share/apps/tork/icons/hicolor/48x48/apps/tork_a2.png -share/apps/tork/icons/hicolor/48x48/apps/tork_agent.png -share/apps/tork/icons/hicolor/48x48/apps/tork_alert.png -share/apps/tork/icons/hicolor/48x48/apps/tork_firefox.png -share/apps/tork/icons/hicolor/48x48/apps/tork_green.png -share/apps/tork/icons/hicolor/48x48/apps/tork_help.png -share/apps/tork/icons/hicolor/48x48/apps/tork_identity.png -share/apps/tork/icons/hicolor/48x48/apps/tork_info.png -share/apps/tork/icons/hicolor/48x48/apps/tork_internet.png -share/apps/tork/icons/hicolor/48x48/apps/tork_kgpg.png -share/apps/tork/icons/hicolor/48x48/apps/tork_konqueror_play.png -share/apps/tork/icons/hicolor/48x48/apps/tork_konqueror_stop.png -share/apps/tork/icons/hicolor/48x48/apps/tork_konsole.png -share/apps/tork/icons/hicolor/48x48/apps/tork_konsolessh.png -share/apps/tork/icons/hicolor/48x48/apps/tork_mail.png -share/apps/tork/icons/hicolor/48x48/apps/tork_opera.png -share/apps/tork/icons/hicolor/48x48/apps/tork_penguin.png -share/apps/tork/icons/hicolor/48x48/apps/tork_play.png -share/apps/tork/icons/hicolor/48x48/apps/tork_pressplay.png -share/apps/tork/icons/hicolor/48x48/apps/tork_privoxy.png -share/apps/tork/icons/hicolor/48x48/apps/tork_remotetor.png -share/apps/tork/icons/hicolor/48x48/apps/tork_stop.png -share/apps/tork/icons/hicolor/48x48/apps/tork_torserver.png -share/apps/tork/privoxy/templates/blocked -share/apps/tork/privoxy/templates/cgi-error-404 -share/apps/tork/privoxy/templates/cgi-error-bad-param -share/apps/tork/privoxy/templates/cgi-error-disabled -share/apps/tork/privoxy/templates/cgi-error-file -share/apps/tork/privoxy/templates/cgi-error-modified -share/apps/tork/privoxy/templates/cgi-error-parse -share/apps/tork/privoxy/templates/cgi-style.css -share/apps/tork/privoxy/templates/connect-failed -share/apps/tork/privoxy/templates/default -share/apps/tork/privoxy/templates/edit-actions-add-url-form -share/apps/tork/privoxy/templates/edit-actions-for-url -share/apps/tork/privoxy/templates/edit-actions-for-url-filter -share/apps/tork/privoxy/templates/edit-actions-list -share/apps/tork/privoxy/templates/edit-actions-list-section -share/apps/tork/privoxy/templates/edit-actions-list-url -share/apps/tork/privoxy/templates/edit-actions-remove-url-form -share/apps/tork/privoxy/templates/edit-actions-url-form -share/apps/tork/privoxy/templates/mod-local-help -share/apps/tork/privoxy/templates/mod-support-and-service -share/apps/tork/privoxy/templates/mod-title -share/apps/tork/privoxy/templates/mod-unstable-warning -share/apps/tork/privoxy/templates/no-such-domain -share/apps/tork/privoxy/templates/show-request -share/apps/tork/privoxy/templates/show-status -share/apps/tork/privoxy/templates/show-status-file -share/apps/tork/privoxy/templates/show-url-info -share/apps/tork/privoxy/templates/show-version -share/apps/tork/privoxy/templates/toggle -share/apps/tork/privoxy/templates/toggle-mini -share/apps/tork/privoxy/templates/untrusted -share/apps/tork/tips -share/apps/tork/torkui.rc -share/config.kcfg/torkconfig.kcfg -share/doc/HTML/en/tork/common -share/doc/HTML/en/tork/index.cache.bz2 -share/doc/HTML/en/tork/index.docbook -share/icons/hicolor/22x22/actions/tork.png -share/icons/hicolor/22x22/apps/tork_konqueroroff.png -share/icons/hicolor/22x22/apps/tork_konqueroron.png -share/icons/hicolor/32x32/actions/tork.png -share/icons/hicolor/48x48/apps/tork.png -share/icons/hicolor/48x48/apps/tork_firefox.png -share/icons/hicolor/48x48/apps/tork_opera.png -share/locale/cs/LC_MESSAGES/tork.mo -share/locale/de/LC_MESSAGES/tork.mo -share/locale/fr/LC_MESSAGES/tork.mo -share/locale/libkickermenu_tork-cs/LC_MESSAGES/tork.mo -share/locale/libkickermenu_tork-fr/LC_MESSAGES/tork.mo -share/locale/libkickermenu_tork-zh_CN/LC_MESSAGES/tork.mo -share/locale/tr/LC_MESSAGES/tork.mo -share/locale/zh_CN/LC_MESSAGES/tork.mo -share/menu/tork -share/pixmaps/tork.xpm -share/services/torioslave.protocol -@dirrm share/locale/libkickermenu_tork-zh_CN/LC_MESSAGES -@dirrm share/locale/libkickermenu_tork-zh_CN -@dirrm share/locale/libkickermenu_tork-fr/LC_MESSAGES -@dirrm share/locale/libkickermenu_tork-fr -@dirrm share/locale/libkickermenu_tork-cs/LC_MESSAGES -@dirrm share/locale/libkickermenu_tork-cs -@dirrm share/apps/tork/privoxy/templates -@dirrm share/apps/tork/privoxy -@dirrm share/apps/tork/icons/hicolor/48x48/apps -@dirrm share/apps/tork/icons/hicolor/48x48 -@dirrm share/apps/tork/icons/hicolor/32x32/apps -@dirrm share/apps/tork/icons/hicolor/32x32/actions -@dirrm share/apps/tork/icons/hicolor/32x32 -@dirrm share/apps/tork/icons/hicolor/22x22/apps -@dirrm share/apps/tork/icons/hicolor/22x22/actions -@dirrm share/apps/tork/icons/hicolor/22x22 -@dirrm share/apps/tork/icons/hicolor -@dirrm share/apps/tork/icons/crystalsvg/16x16/actions -@dirrm share/apps/tork/icons/crystalsvg/16x16 -@dirrm share/apps/tork/icons/crystalsvg -@dirrm share/apps/tork/icons -@dirrm share/apps/tork/geoip -@dirrm share/apps/tork -@dirrm lib/tork -@dirrmtry share/services -@dirrmtry share/menu -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/actions -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22/actions -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@dirrmtry share/doc/HTML/en/tork -@dirrmtry share/doc/HTML/en -@dirrmtry share/doc/HTML -@dirrmtry share/config.kcfg -@dirrmtry share/apps/kicker/menuext -@dirrmtry share/apps/kicker -@dirrmtry share/apps/konqueror/servicemenus -@dirrmtry share/apps/konqueror -@dirrmtry share/apps/khtml/kpartplugins -@dirrmtry share/apps/khtml -@dirrmtry share/apps -@dirrmtry share/applications/kde -@dirrmtry share/applications -@dirrmtry lib/kde3 |