aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-12 18:43:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-12 18:43:17 +0000
commita03ae92cae206b8048318dae09e9e088a46977c1 (patch)
tree0671fb3c0b3db58ea642e50ab9c0ed1dea62eddf /net-mgmt
parent642e3577d958e6dbf41bec40134e6263f949f1ed (diff)
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/tork/Makefile64
-rw-r--r--net-mgmt/tork/distinfo3
-rw-r--r--net-mgmt/tork/files/patch-configure228
-rw-r--r--net-mgmt/tork/files/patch-configure.in23
-rw-r--r--net-mgmt/tork/files/patch-configure.in.in23
-rw-r--r--net-mgmt/tork/files/patch-src-tsocks-dead_pool.c20
-rw-r--r--net-mgmt/tork/files/patch-src-tsocks-tsocks.c10
-rw-r--r--net-mgmt/tork/pkg-descr7
-rw-r--r--net-mgmt/tork/pkg-plist465
10 files changed, 844 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index ec76f51fc57c..9508249048d1 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -235,6 +235,7 @@
SUBDIR += tcpreplay
SUBDIR += tcptrack
SUBDIR += tknetmon
+ SUBDIR += tork
SUBDIR += torrus
SUBDIR += trafd
SUBDIR += vidalia
diff --git a/net-mgmt/tork/Makefile b/net-mgmt/tork/Makefile
new file mode 100644
index 000000000000..73925ccfbdb6
--- /dev/null
+++ b/net-mgmt/tork/Makefile
@@ -0,0 +1,64 @@
+# New ports collection makefile for: tork
+# Date created: 09 Feb 2008
+# Whom: Beat Gätzi <beat@chruetertee.ch>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tork
+PORTVERSION= 0.26
+CATEGORIES= net-mgmt security
+MASTER_SITES= SF
+
+MAINTAINER= thomas.sander@gmx.de
+COMMENT= TorK is an Anonymity Manager for the KDE Desktop
+
+USE_GMAKE= yes
+USE_GNOME= pkgconfig
+USE_AUTOTOOLS= libtool:15 aclocal:19
+USE_GETTEXT= yes
+USE_XORG= xext
+USE_LDCONFIG= yes
+INSTALLS_ICONS= yes
+
+USE_KDELIBS_VER=3
+USE_QT_VER= 3
+
+MAN1= tork.1 torkarkollon.1 torkify.1 torksocks.1
+MAN5= torksocks.conf.5
+MAN8= torksocks.8
+
+HAVE_TOR!= if pkg_info -I tor-\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
+
+.if (${HAVE_TOR} == "YES")
+HAVE_TOR_DEVEL!= if pkg_info -I tor-devel\* >/dev/null 2>&1 ; then ${ECHO} YES; fi
+
+.if (${HAVE_TOR_DEVEL} == "YES")
+OPTIONS= TOR_DEVEL "Depend on tor-devel (already installed)" On
+.else
+OPTIONS= TOR "Depend on tor (already installed)" On
+.endif
+
+.else
+OPTIONS= TOR_DEVEL "Depend on tor-devel" On \
+ TOR "Depend on tor" Off
+.endif
+
+OPTIONS+= PRIVOXY "Install privoxy" On
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_TOR_DEVEL)
+.if defined(WITH_TOR)
+IGNORE= cannot depend on tor and tor-devel at the same time
+.endif
+RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor-devel
+.elif defined(WITH_TOR)
+RUN_DEPENDS+= ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor
+.endif
+
+.if defined(WITH_PRIVOXY)
+RUN_DEPENDS+= ${LOCALBASE}/sbin/privoxy:${PORTSDIR}/www/privoxy
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/net-mgmt/tork/distinfo b/net-mgmt/tork/distinfo
new file mode 100644
index 000000000000..dd970645369b
--- /dev/null
+++ b/net-mgmt/tork/distinfo
@@ -0,0 +1,3 @@
+MD5 (tork-0.26.tar.gz) = 534600d75ba02d8e45a179f6a9e3f426
+SHA256 (tork-0.26.tar.gz) = 984a734e3d06c30ce745d1f3d50e657de2e86dd94a491208d5a93dcfcff39c1c
+SIZE (tork-0.26.tar.gz) = 3192708
diff --git a/net-mgmt/tork/files/patch-configure b/net-mgmt/tork/files/patch-configure
new file mode 100644
index 000000000000..48a794e9f067
--- /dev/null
+++ b/net-mgmt/tork/files/patch-configure
@@ -0,0 +1,228 @@
+--- configure.orig 2007-12-30 14:03:06.000000000 +0100
++++ configure 2008-02-10 03:25:35.000000000 +0100
+@@ -11975,13 +11975,13 @@
+
+ darwin*)
+ # if libdl is installed we need to link against it
+- { 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
+@@ -12037,7 +12037,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
+
+ lt_cv_dlopen="dyld"
+@@ -12281,13 +12281,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
+@@ -12343,7 +12343,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; }
+@@ -15604,13 +15604,13 @@
+
+ darwin*)
+ # if libdl is installed we need to link against it
+- { 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
+@@ -15666,7 +15666,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
+
+ lt_cv_dlopen="dyld"
+@@ -15910,13 +15910,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
+@@ -15972,7 +15972,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; }
+@@ -20946,13 +20946,13 @@
+
+ darwin*)
+ # if libdl is installed we need to link against it
+- { 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
+@@ -21008,7 +21008,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
+
+ lt_cv_dlopen="dyld"
+@@ -21252,13 +21252,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
+@@ -21314,7 +21314,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; }
+@@ -27209,13 +27209,13 @@
+
+
+
+-{ 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
+@@ -27272,7 +27272,7 @@
+ echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
+ if test $ac_cv_lib_dl_dlopen = yes; then
+
+-LIBDL="-ldl"
++LIBDL="-lc"
+ ac_cv_have_dlfcn=yes
+
+ fi
+@@ -37132,13 +37132,13 @@
+ LIBS=
+
+
+-{ echo "$as_me:$LINENO: checking for dlsym in -ldl" >&5
+-echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6; }
++{ echo "$as_me:$LINENO: checking for dlsym in -lc" >&5
++echo $ECHO_N "checking for dlsym in -lc... $ECHO_C" >&6; }
+ if test "${ac_cv_lib_dl_dlsym+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
+@@ -37198,11 +37198,11 @@
+ #define HAVE_LIBDL 1
+ _ACEOF
+
+- LIBS="-ldl $LIBS"
++ LIBS="-lc $LIBS"
+
+ else
+- { { echo "$as_me:$LINENO: error: \"libdl is required\"" >&5
+-echo "$as_me: error: \"libdl is required\"" >&2;}
++ { { echo "$as_me:$LINENO: error: \"liblc is required\"" >&5
++echo "$as_me: error: \"liblc is required\"" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+
+@@ -37710,8 +37710,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'
++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
new file mode 100644
index 000000000000..7ba4b9b35fd7
--- /dev/null
+++ b/net-mgmt/tork/files/patch-configure.in
@@ -0,0 +1,23 @@
+--- configure.in.orig 2007-12-30 14:02:27.000000000 +0100
++++ configure.in 2008-02-10 04:02:25.000000000 +0100
+@@ -465,7 +465,7 @@
+
+ dnl Checks for libraries.
+ dnl Replace `main' with a function in -ldl:
+-AC_CHECK_LIB(dl, dlsym,,AC_MSG_ERROR("libdl is required"))
++AC_CHECK_LIB(c, dlsym,,AC_MSG_ERROR("liblc is required"))
+
+ dnl If we're using gcc here define _GNU_SOURCE
+ AC_MSG_CHECKING(for RTLD_NEXT from dlfcn.h)
+@@ -671,8 +671,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'
++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
new file mode 100644
index 000000000000..52a5bcd7c136
--- /dev/null
+++ b/net-mgmt/tork/files/patch-configure.in.in
@@ -0,0 +1,23 @@
+--- configure.in.in.orig 2007-12-29 22:18:50.000000000 +0100
++++ configure.in.in 2008-02-10 04:03:12.000000000 +0100
+@@ -400,7 +400,7 @@
+
+ dnl Checks for libraries.
+ dnl Replace `main' with a function in -ldl:
+-AC_CHECK_LIB(dl, dlsym,,AC_MSG_ERROR("libdl is required"))
++AC_CHECK_LIB(c, dlsym,,AC_MSG_ERROR("liblc is required"))
+
+ dnl If we're using gcc here define _GNU_SOURCE
+ AC_MSG_CHECKING(for RTLD_NEXT from dlfcn.h)
+@@ -606,8 +606,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'
++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
new file mode 100644
index 000000000000..fbbfb94f2678
--- /dev/null
+++ b/net-mgmt/tork/files/patch-src-tsocks-dead_pool.c
@@ -0,0 +1,20 @@
+--- 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
new file mode 100644
index 000000000000..ed135c227e00
--- /dev/null
+++ b/net-mgmt/tork/files/patch-src-tsocks-tsocks.c
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000000..5fe36c7d4d04
--- /dev/null
+++ b/net-mgmt/tork/pkg-descr
@@ -0,0 +1,7 @@
+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://www.anonymityanywhere.com/tork/
diff --git a/net-mgmt/tork/pkg-plist b/net-mgmt/tork/pkg-plist
new file mode 100644
index 000000000000..c0480238222f
--- /dev/null
+++ b/net-mgmt/tork/pkg-plist
@@ -0,0 +1,465 @@
+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_greenserver.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_littleserver.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_orangeserver.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_redserver.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/actions/tork_yellowserver.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_play.png
+share/apps/tork/icons/hicolor/48x48/apps/tork_pressplay.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/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-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/config.kcfg
+@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 lib/kde3
+@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/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