summaryrefslogtreecommitdiffstats
path: root/freebsd/applications/internet
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/applications/internet')
-rw-r--r--freebsd/applications/internet/Makefile14
-rw-r--r--freebsd/applications/internet/kasablanca/Makefile35
-rw-r--r--freebsd/applications/internet/kasablanca/distinfo3
-rw-r--r--freebsd/applications/internet/kasablanca/pkg-descr12
-rw-r--r--freebsd/applications/internet/kasablanca/pkg-plist17
-rw-r--r--freebsd/applications/internet/kbiff/Makefile33
-rw-r--r--freebsd/applications/internet/kbiff/distinfo3
-rw-r--r--freebsd/applications/internet/kbiff/pkg-descr7
-rw-r--r--freebsd/applications/internet/kbiff/pkg-plist67
-rw-r--r--freebsd/applications/internet/kftpgrabber/Makefile33
-rw-r--r--freebsd/applications/internet/kftpgrabber/distinfo3
-rw-r--r--freebsd/applications/internet/kftpgrabber/pkg-descr24
-rw-r--r--freebsd/applications/internet/kftpgrabber/pkg-plist63
-rw-r--r--freebsd/applications/internet/knmap/Makefile35
-rw-r--r--freebsd/applications/internet/knmap/distinfo3
-rw-r--r--freebsd/applications/internet/knmap/pkg-descr1
-rw-r--r--freebsd/applications/internet/knmap/pkg-plist59
-rw-r--r--freebsd/applications/internet/konversation/Makefile37
-rw-r--r--freebsd/applications/internet/konversation/distinfo3
-rw-r--r--freebsd/applications/internet/konversation/pkg-descr18
-rw-r--r--freebsd/applications/internet/konversation/pkg-plist254
-rw-r--r--freebsd/applications/internet/kopete-otr/Makefile36
-rw-r--r--freebsd/applications/internet/kopete-otr/distinfo3
-rw-r--r--freebsd/applications/internet/kopete-otr/pkg-descr5
-rw-r--r--freebsd/applications/internet/kopete-otr/pkg-plist32
-rw-r--r--freebsd/applications/internet/kshowmail/Makefile35
-rw-r--r--freebsd/applications/internet/kshowmail/distinfo3
-rw-r--r--freebsd/applications/internet/kshowmail/pkg-descr6
-rw-r--r--freebsd/applications/internet/kshowmail/pkg-plist70
-rw-r--r--freebsd/applications/internet/kstreamripper/Makefile36
-rw-r--r--freebsd/applications/internet/kstreamripper/distinfo3
-rw-r--r--freebsd/applications/internet/kstreamripper/pkg-descr6
-rw-r--r--freebsd/applications/internet/kstreamripper/pkg-plist10
-rw-r--r--freebsd/applications/internet/ktorrent/Makefile37
-rw-r--r--freebsd/applications/internet/ktorrent/distinfo3
-rw-r--r--freebsd/applications/internet/ktorrent/pkg-descr6
-rw-r--r--freebsd/applications/internet/ktorrent/pkg-plist454
-rw-r--r--freebsd/applications/internet/tork/Makefile37
-rw-r--r--freebsd/applications/internet/tork/distinfo3
-rw-r--r--freebsd/applications/internet/tork/pkg-descr8
-rw-r--r--freebsd/applications/internet/tork/pkg-plist410
41 files changed, 1927 insertions, 0 deletions
diff --git a/freebsd/applications/internet/Makefile b/freebsd/applications/internet/Makefile
new file mode 100644
index 000000000..30c058adb
--- /dev/null
+++ b/freebsd/applications/internet/Makefile
@@ -0,0 +1,14 @@
+
+ SUBDIR =
+ SUBDIR += kasablanca
+ SUBDIR += kbiff
+ SUBDIR += kftpgrabber
+ SUBDIR += knmap
+ SUBDIR += konversation
+ SUBDIR += kopete-otr
+ SUBDIR += kshowmail
+ SUBDIR += kstreamripper
+ SUBDIR += ktorrent
+ SUBDIR += tork
+
+.include <bsd.port.subdir.mk>
diff --git a/freebsd/applications/internet/kasablanca/Makefile b/freebsd/applications/internet/kasablanca/Makefile
new file mode 100644
index 000000000..15fb65c47
--- /dev/null
+++ b/freebsd/applications/internet/kasablanca/Makefile
@@ -0,0 +1,35 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kasablanca-trinity
+COMMENT= Fast and free ftp client for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libssl.so:${PORTSDIR}/security/openssl
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/kasablanca/distinfo b/freebsd/applications/internet/kasablanca/distinfo
new file mode 100644
index 000000000..54079ef15
--- /dev/null
+++ b/freebsd/applications/internet/kasablanca/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666618317
+SHA256 (TDE/applications/internet/kasablanca-trinity_14.0.13.orig.tar.xz) = 10f11b674cbc1f5d0911615701f614df3d604bc6595e246c0f20a17afb3dd5c4
+SIZE (TDE/applications/internet/kasablanca-trinity_14.0.13.orig.tar.xz) = 130444
diff --git a/freebsd/applications/internet/kasablanca/pkg-descr b/freebsd/applications/internet/kasablanca/pkg-descr
new file mode 100644
index 000000000..484f645b6
--- /dev/null
+++ b/freebsd/applications/internet/kasablanca/pkg-descr
@@ -0,0 +1,12 @@
+Fast and free ftp client for TDE
+
+Kasablanca is an ftp client, written in c++, using the tde libraries.
+
+Features:
+ * ftps encryption via AUTH TLS
+ * fxp (direct server to server transfer), supporting alternative mode
+ * advanced bookmarking system
+ * fast responsive multithreaded engine
+ * concurrent connections to multiple hosts
+ * interactive transfer queue, movable by drag and drop
+ * small nifty features, like a skiplist
diff --git a/freebsd/applications/internet/kasablanca/pkg-plist b/freebsd/applications/internet/kasablanca/pkg-plist
new file mode 100644
index 000000000..68a56e058
--- /dev/null
+++ b/freebsd/applications/internet/kasablanca/pkg-plist
@@ -0,0 +1,17 @@
+bin/kasablanca
+share/applications/tde/kasablanca.desktop
+share/apps/kasablanca/about.png
+share/apps/kasablanca/kasablancaui.rc
+share/config.kcfg/kbconfig.kcfg
+share/doc/tde/HTML/en/kasablanca/common
+share/doc/tde/HTML/en/kasablanca/index.cache.bz2
+share/doc/tde/HTML/en/kasablanca/index.docbook
+share/icons/hicolor/128x128/apps/kasablanca.png
+share/icons/hicolor/16x16/apps/kasablanca.png
+share/icons/hicolor/22x22/apps/kasablanca.png
+share/icons/hicolor/32x32/apps/kasablanca.png
+share/icons/hicolor/48x48/apps/kasablanca.png
+share/icons/hicolor/64x64/apps/kasablanca.png
+share/locale/de/LC_MESSAGES/kasablanca.mo
+share/locale/pl/LC_MESSAGES/kasablanca.mo
+share/man/man1/kasablanca.1.gz
diff --git a/freebsd/applications/internet/kbiff/Makefile b/freebsd/applications/internet/kbiff/Makefile
new file mode 100644
index 000000000..44ab6f271
--- /dev/null
+++ b/freebsd/applications/internet/kbiff/Makefile
@@ -0,0 +1,33 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kbiff-trinity
+COMMENT= TDE mail notification utility
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/kbiff/distinfo b/freebsd/applications/internet/kbiff/distinfo
new file mode 100644
index 000000000..5943849c8
--- /dev/null
+++ b/freebsd/applications/internet/kbiff/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666618655
+SHA256 (TDE/applications/internet/kbiff-trinity_14.0.13.orig.tar.xz) = 64c31d57a1055ca988c3e11246d99b74e292ad970df76da6b79a234540a3a941
+SIZE (TDE/applications/internet/kbiff-trinity_14.0.13.orig.tar.xz) = 139192
diff --git a/freebsd/applications/internet/kbiff/pkg-descr b/freebsd/applications/internet/kbiff/pkg-descr
new file mode 100644
index 000000000..458125bde
--- /dev/null
+++ b/freebsd/applications/internet/kbiff/pkg-descr
@@ -0,0 +1,7 @@
+TDE mail notification utility
+
+Kbiff is a "xbiff"-like mail notification utility. It has multiple pixmaps,
+session management, and GUI configuration. It can "dock" into the TDE panel.
+It can display animated gifs, play system sounds, or run arbitrary shell
+command when new mail arrives. It supports mbox, maildir, mh, POP3, IMAP4,
+and NNTP mailboxes.
diff --git a/freebsd/applications/internet/kbiff/pkg-plist b/freebsd/applications/internet/kbiff/pkg-plist
new file mode 100644
index 000000000..09bf178be
--- /dev/null
+++ b/freebsd/applications/internet/kbiff/pkg-plist
@@ -0,0 +1,67 @@
+bin/kbiff
+lib/libtdeinit_kbiff.la
+lib/libtdeinit_kbiff.so
+lib/trinity/kbiff.la
+lib/trinity/kbiff.so
+share/applications/tde/kbiff.desktop
+share/apps/kbiff/pics/delete.png
+share/apps/kbiff/pics/mailbox.png
+share/apps/kbiff/pics/mini-newmail.png
+share/apps/kbiff/pics/mini-noconn.png
+share/apps/kbiff/pics/mini-nomail.png
+share/apps/kbiff/pics/mini-oldmail.png
+share/apps/kbiff/pics/mini-stopped.png
+share/apps/kbiff/pics/newmail.png
+share/apps/kbiff/pics/noconn.png
+share/apps/kbiff/pics/nomail.png
+share/apps/kbiff/pics/oldmail.png
+share/apps/kbiff/pics/playsound.png
+share/apps/kbiff/pics/stopped.png
+share/doc/tde/HTML/de/kbiff/common
+share/doc/tde/HTML/de/kbiff/index.cache.bz2
+share/doc/tde/HTML/de/kbiff/index.docbook
+share/doc/tde/HTML/en/kbiff/common
+share/doc/tde/HTML/en/kbiff/index.cache.bz2
+share/doc/tde/HTML/en/kbiff/index.docbook
+share/doc/tde/HTML/en/kbiff/kbiff.png
+share/doc/tde/HTML/es/kbiff/common
+share/doc/tde/HTML/es/kbiff/index.cache.bz2
+share/doc/tde/HTML/es/kbiff/index.docbook
+share/doc/tde/HTML/fr/kbiff/common
+share/doc/tde/HTML/fr/kbiff/index.cache.bz2
+share/doc/tde/HTML/fr/kbiff/index.docbook
+share/icons/hicolor/16x16/apps/kbiff.png
+share/icons/hicolor/32x32/apps/kbiff.png
+share/icons/hicolor/48x48/apps/kbiff.png
+share/icons/locolor/16x16/apps/kbiff.png
+share/icons/locolor/32x32/apps/kbiff.png
+share/locale/br/LC_MESSAGES/kbiff.mo
+share/locale/cs/LC_MESSAGES/kbiff.mo
+share/locale/da/LC_MESSAGES/kbiff.mo
+share/locale/de/LC_MESSAGES/kbiff.mo
+share/locale/el/LC_MESSAGES/kbiff.mo
+share/locale/es/LC_MESSAGES/kbiff.mo
+share/locale/et/LC_MESSAGES/kbiff.mo
+share/locale/fi/LC_MESSAGES/kbiff.mo
+share/locale/fr/LC_MESSAGES/kbiff.mo
+share/locale/he/LC_MESSAGES/kbiff.mo
+share/locale/hr/LC_MESSAGES/kbiff.mo
+share/locale/hu/LC_MESSAGES/kbiff.mo
+share/locale/is/LC_MESSAGES/kbiff.mo
+share/locale/it/LC_MESSAGES/kbiff.mo
+share/locale/ja/LC_MESSAGES/kbiff.mo
+share/locale/nb/LC_MESSAGES/kbiff.mo
+share/locale/nl/LC_MESSAGES/kbiff.mo
+share/locale/nn/LC_MESSAGES/kbiff.mo
+share/locale/pl/LC_MESSAGES/kbiff.mo
+share/locale/pt/LC_MESSAGES/kbiff.mo
+share/locale/pt_BR/LC_MESSAGES/kbiff.mo
+share/locale/ro/LC_MESSAGES/kbiff.mo
+share/locale/ru/LC_MESSAGES/kbiff.mo
+share/locale/sk/LC_MESSAGES/kbiff.mo
+share/locale/sl/LC_MESSAGES/kbiff.mo
+share/locale/sv/LC_MESSAGES/kbiff.mo
+share/locale/tr/LC_MESSAGES/kbiff.mo
+share/locale/uk/LC_MESSAGES/kbiff.mo
+share/locale/zh_TW/LC_MESSAGES/kbiff.mo
+share/man/man1/kbiff.1.gz
diff --git a/freebsd/applications/internet/kftpgrabber/Makefile b/freebsd/applications/internet/kftpgrabber/Makefile
new file mode 100644
index 000000000..34ba5a6a8
--- /dev/null
+++ b/freebsd/applications/internet/kftpgrabber/Makefile
@@ -0,0 +1,33 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kftpgrabber-trinity
+COMMENT= FTP client for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/kftpgrabber/distinfo b/freebsd/applications/internet/kftpgrabber/distinfo
new file mode 100644
index 000000000..797c99645
--- /dev/null
+++ b/freebsd/applications/internet/kftpgrabber/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666618699
+SHA256 (TDE/applications/internet/kftpgrabber-trinity_14.0.13.orig.tar.xz) = 901a6754571c6b5be2780cdc9da9fd4181ff662f213ce339088c3b9a7f79bea7
+SIZE (TDE/applications/internet/kftpgrabber-trinity_14.0.13.orig.tar.xz) = 756716
diff --git a/freebsd/applications/internet/kftpgrabber/pkg-descr b/freebsd/applications/internet/kftpgrabber/pkg-descr
new file mode 100644
index 000000000..6727b81ae
--- /dev/null
+++ b/freebsd/applications/internet/kftpgrabber/pkg-descr
@@ -0,0 +1,24 @@
+FTP client for TDE
+
+KFTPgrabber is a graphical FTP client for the Trinity Desktop Environment. It
+implements many features required for usable FTP interaction.
+
+Feature list:
+ - Multiple simultaneous FTP sessions in separate tabs
+ - A tree-oriented transfer queue
+ - TLS/SSL support for the control connection and the data channel
+ - X509 certificate support for authentication
+ - FXP site-to-site transfer support
+ - One-time password (OTP) support using S/KEY, MD5, RMD160 or SHA1
+ - Site bookmarks with many options configurable per-site
+ - Distributed FTP daemon support (implementing the PRET command)
+ - Can use Zeroconf for local site discovery
+ - Bookmark import plugins from other FTP clients
+ - Support for the SFTP protocol
+ - A nice traffic graph
+ - Ability to limit upload and download speed
+ - Priority and skip lists
+ - Integrated SFV checksum verifier
+ - Direct viewing/editing of remote files
+ - Advanced default "on file exists" action configuration
+ - Filter displayed files/directories as you type
diff --git a/freebsd/applications/internet/kftpgrabber/pkg-plist b/freebsd/applications/internet/kftpgrabber/pkg-plist
new file mode 100644
index 000000000..21212b03b
--- /dev/null
+++ b/freebsd/applications/internet/kftpgrabber/pkg-plist
@@ -0,0 +1,63 @@
+bin/kftpgrabber
+include/kftpgrabber/kftpbookmarkimportplugin.h
+lib/libkftpinterfaces.la
+lib/libkftpinterfaces.so
+lib/libkftpinterfaces.so.0
+lib/libkftpinterfaces.so.0.0.0
+lib/trinity/kftpimportplugin_filezilla3.la
+lib/trinity/kftpimportplugin_filezilla3.so
+lib/trinity/kftpimportplugin_gftp.la
+lib/trinity/kftpimportplugin_gftp.so
+lib/trinity/kftpimportplugin_kftp.la
+lib/trinity/kftpimportplugin_kftp.so
+lib/trinity/kftpimportplugin_ncftp.la
+lib/trinity/kftpimportplugin_ncftp.so
+share/applications/tde/kftpgrabber.desktop
+share/apps/kftpgrabber/commands.xml
+share/apps/kftpgrabber/kftpgrabber-bi-wizard.png
+share/apps/kftpgrabber/kftpgrabber-logo.png
+share/apps/kftpgrabber/kftpgrabberui.rc
+share/config.kcfg/kftpgrabber.kcfg
+share/doc/tde/HTML/en/kftpgrabber/common
+share/doc/tde/HTML/en/kftpgrabber/index.cache.bz2
+share/doc/tde/HTML/en/kftpgrabber/index.docbook
+share/icons/hicolor/16x16/apps/kftpgrabber.png
+share/icons/hicolor/22x22/apps/kftpgrabber.png
+share/icons/hicolor/32x32/apps/kftpgrabber.png
+share/icons/hicolor/48x48/apps/kftpgrabber.png
+share/icons/hicolor/64x64/apps/kftpgrabber.png
+share/locale/ar/LC_MESSAGES/kftpgrabber.mo
+share/locale/bg/LC_MESSAGES/kftpgrabber.mo
+share/locale/br/LC_MESSAGES/kftpgrabber.mo
+share/locale/cs/LC_MESSAGES/kftpgrabber.mo
+share/locale/cy/LC_MESSAGES/kftpgrabber.mo
+share/locale/da/LC_MESSAGES/kftpgrabber.mo
+share/locale/de/LC_MESSAGES/kftpgrabber.mo
+share/locale/el/LC_MESSAGES/kftpgrabber.mo
+share/locale/en_GB/LC_MESSAGES/kftpgrabber.mo
+share/locale/es/LC_MESSAGES/kftpgrabber.mo
+share/locale/et/LC_MESSAGES/kftpgrabber.mo
+share/locale/fr/LC_MESSAGES/kftpgrabber.mo
+share/locale/ga/LC_MESSAGES/kftpgrabber.mo
+share/locale/gl/LC_MESSAGES/kftpgrabber.mo
+share/locale/hu/LC_MESSAGES/kftpgrabber.mo
+share/locale/it/LC_MESSAGES/kftpgrabber.mo
+share/locale/ja/LC_MESSAGES/kftpgrabber.mo
+share/locale/ka/LC_MESSAGES/kftpgrabber.mo
+share/locale/lt/LC_MESSAGES/kftpgrabber.mo
+share/locale/nl/LC_MESSAGES/kftpgrabber.mo
+share/locale/pl/LC_MESSAGES/kftpgrabber.mo
+share/locale/pt/LC_MESSAGES/kftpgrabber.mo
+share/locale/rw/LC_MESSAGES/kftpgrabber.mo
+share/locale/sk/LC_MESSAGES/kftpgrabber.mo
+share/locale/sr/LC_MESSAGES/kftpgrabber.mo
+share/locale/sr@Latn/LC_MESSAGES/kftpgrabber.mo
+share/locale/sv/LC_MESSAGES/kftpgrabber.mo
+share/locale/tr/LC_MESSAGES/kftpgrabber.mo
+share/locale/zh_CN/LC_MESSAGES/kftpgrabber.mo
+share/man/man1/kftpgrabber.1.gz
+share/services/kftpimportplugin_filezilla3.desktop
+share/services/kftpimportplugin_gftp.desktop
+share/services/kftpimportplugin_kftp.desktop
+share/services/kftpimportplugin_ncftp.desktop
+share/servicetypes/kftpbookmarkimportplugin.desktop
diff --git a/freebsd/applications/internet/knmap/Makefile b/freebsd/applications/internet/knmap/Makefile
new file mode 100644
index 000000000..00d971925
--- /dev/null
+++ b/freebsd/applications/internet/knmap/Makefile
@@ -0,0 +1,35 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= knmap-trinity
+COMMENT= KNMap - nmap graphical interface
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= security x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
+ ${TDE_PREFIX}/lib/libkonq.so:${PORTSDIR}/x11/trinity/core/tdebase \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+RUN_DEPENDS+= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE}
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/knmap/distinfo b/freebsd/applications/internet/knmap/distinfo
new file mode 100644
index 000000000..0516766e2
--- /dev/null
+++ b/freebsd/applications/internet/knmap/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666618807
+SHA256 (TDE/applications/internet/knmap-trinity_14.0.13.orig.tar.xz) = 3a17641c4a0da57bfb10376002f9ad7bf8c62de541e0738f5ce473df73047b05
+SIZE (TDE/applications/internet/knmap-trinity_14.0.13.orig.tar.xz) = 980948
diff --git a/freebsd/applications/internet/knmap/pkg-descr b/freebsd/applications/internet/knmap/pkg-descr
new file mode 100644
index 000000000..68f8a6e11
--- /dev/null
+++ b/freebsd/applications/internet/knmap/pkg-descr
@@ -0,0 +1 @@
+KNMap - nmap graphical interface
diff --git a/freebsd/applications/internet/knmap/pkg-plist b/freebsd/applications/internet/knmap/pkg-plist
new file mode 100644
index 000000000..616c8777b
--- /dev/null
+++ b/freebsd/applications/internet/knmap/pkg-plist
@@ -0,0 +1,59 @@
+bin/knmap
+share/applications/tde/knmap.desktop
+share/apps/knmap/knmapui.rc
+share/apps/knmap/nmap_manpage.html
+share/apps/knmap/nmap_manpage.html.diff
+share/doc/tde/HTML/en/knmap/button_bar.png
+share/doc/tde/HTML/en/knmap/common
+share/doc/tde/HTML/en/knmap/common_options.png
+share/doc/tde/HTML/en/knmap/compound_options.png
+share/doc/tde/HTML/en/knmap/demo.png
+share/doc/tde/HTML/en/knmap/index.cache.bz2
+share/doc/tde/HTML/en/knmap/index.docbook
+share/doc/tde/HTML/en/knmap/logging_options.png
+share/doc/tde/HTML/en/knmap/man_page.png
+share/doc/tde/HTML/en/knmap/man_page_full.png
+share/doc/tde/HTML/en/knmap/new_scan.png
+share/doc/tde/HTML/en/knmap/output_full.png
+share/doc/tde/HTML/en/knmap/ping_and_scan_options.png
+share/doc/tde/HTML/en/knmap/profile_dlg.png
+share/doc/tde/HTML/en/knmap/simple_options.png
+share/doc/tde/HTML/en/knmap/timing_options.png
+share/icons/hicolor/16x16/apps/knmap.png
+share/icons/hicolor/16x16/apps/knmapman.png
+share/icons/hicolor/16x16/apps/localman.png
+share/icons/hicolor/16x16/apps/manpage.png
+share/icons/hicolor/16x16/apps/manstylesheet.png
+share/icons/hicolor/16x16/apps/profilecopy.png
+share/icons/hicolor/16x16/apps/profiledelete.png
+share/icons/hicolor/16x16/apps/profileload.png
+share/icons/hicolor/16x16/apps/profilerename.png
+share/icons/hicolor/16x16/apps/profilesave.png
+share/icons/hicolor/16x16/apps/profilesaveas.png
+share/icons/hicolor/16x16/apps/scanclose.png
+share/icons/hicolor/16x16/apps/scanduplicate.png
+share/icons/hicolor/16x16/apps/scannew.png
+share/icons/hicolor/16x16/apps/scanrename.png
+share/icons/hicolor/16x16/apps/zoomcustom.png
+share/icons/hicolor/16x16/apps/zoomin.png
+share/icons/hicolor/16x16/apps/zoomout.png
+share/icons/hicolor/32x32/apps/knmap.png
+share/icons/hicolor/32x32/apps/knmapman.png
+share/icons/hicolor/32x32/apps/localman.png
+share/icons/hicolor/32x32/apps/manpage.png
+share/icons/hicolor/32x32/apps/manstylesheet.png
+share/icons/hicolor/32x32/apps/profilecopy.png
+share/icons/hicolor/32x32/apps/profiledelete.png
+share/icons/hicolor/32x32/apps/profileload.png
+share/icons/hicolor/32x32/apps/profilerename.png
+share/icons/hicolor/32x32/apps/profilesave.png
+share/icons/hicolor/32x32/apps/profilesaveas.png
+share/icons/hicolor/32x32/apps/scanclose.png
+share/icons/hicolor/32x32/apps/scanduplicate.png
+share/icons/hicolor/32x32/apps/scannew.png
+share/icons/hicolor/32x32/apps/scanrename.png
+share/icons/hicolor/32x32/apps/zoomcustom.png
+share/icons/hicolor/32x32/apps/zoomin.png
+share/icons/hicolor/32x32/apps/zoomout.png
+share/locale/de/LC_MESSAGES/knmap.mo
+share/man/man1/knmap.1.gz
diff --git a/freebsd/applications/internet/konversation/Makefile b/freebsd/applications/internet/konversation/Makefile
new file mode 100644
index 000000000..47b88565a
--- /dev/null
+++ b/freebsd/applications/internet/konversation/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= konversation-trinity
+COMMENT= User friendly Internet Relay Chat (IRC) client for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+LIB_DEPENDS+=\
+ libXi.so:${PORTSDIR}/x11/libXi
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/konversation/distinfo b/freebsd/applications/internet/konversation/distinfo
new file mode 100644
index 000000000..b59485a13
--- /dev/null
+++ b/freebsd/applications/internet/konversation/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666619471
+SHA256 (TDE/applications/internet/konversation-trinity_14.0.13.orig.tar.xz) = 791cbada3deb3c801805a254b4be4a6b26fe9cad4330b7126995830c6a71a914
+SIZE (TDE/applications/internet/konversation-trinity_14.0.13.orig.tar.xz) = 4400320
diff --git a/freebsd/applications/internet/konversation/pkg-descr b/freebsd/applications/internet/konversation/pkg-descr
new file mode 100644
index 000000000..e8b995d14
--- /dev/null
+++ b/freebsd/applications/internet/konversation/pkg-descr
@@ -0,0 +1,18 @@
+User friendly Internet Relay Chat (IRC) client for TDE
+
+Konversation is a client for the Internet Relay Chat (IRC) protocol.
+It is easy to use and well-suited for novice IRC users, but novice
+and experienced users alike will appreciate its many features:
+
+* Standard IRC features
+* Easy to use graphical interface
+* Multiple server and channel tabs in a single window
+* IRC color support
+* Pattern-based message highlighting and OnScreen Display
+* Multiple identities for different servers
+* Multi-language scripting support (with DCOP)
+* Customizable command aliases
+* NickServ-aware log-on (for registered nicknames)
+* Smart logging
+* Traditional or enhanced-shell-style nick completion
+* DCC file transfer with resume support
diff --git a/freebsd/applications/internet/konversation/pkg-plist b/freebsd/applications/internet/konversation/pkg-plist
new file mode 100644
index 000000000..ab370501e
--- /dev/null
+++ b/freebsd/applications/internet/konversation/pkg-plist
@@ -0,0 +1,254 @@
+bin/konversation
+share/applications/tde/konversation.desktop
+share/apps/konversation/eventsrc
+share/apps/konversation/konversationui.rc
+share/apps/konversation/scripts/bug
+share/apps/konversation/scripts/cmd
+share/apps/konversation/scripts/fortune
+share/apps/konversation/scripts/fortunes.dat
+share/apps/konversation/scripts/gauge
+share/apps/konversation/scripts/mail
+share/apps/konversation/scripts/media
+share/apps/konversation/scripts/sayclip
+share/apps/konversation/scripts/sysinfo
+share/apps/konversation/scripts/tdeversion
+share/apps/konversation/scripts/tinyurl
+share/apps/konversation/scripts/uptime
+share/apps/konversation/scripts/weather
+share/apps/konversation/themes/alternative/index.desktop
+share/apps/konversation/themes/alternative/irc_admin.png
+share/apps/konversation/themes/alternative/irc_away.png
+share/apps/konversation/themes/alternative/irc_halfop.png
+share/apps/konversation/themes/alternative/irc_normal.png
+share/apps/konversation/themes/alternative/irc_op.png
+share/apps/konversation/themes/alternative/irc_owner.png
+share/apps/konversation/themes/alternative/irc_voice.png
+share/apps/konversation/themes/christmas/index.desktop
+share/apps/konversation/themes/christmas/irc_admin.png
+share/apps/konversation/themes/christmas/irc_away.png
+share/apps/konversation/themes/christmas/irc_halfop.png
+share/apps/konversation/themes/christmas/irc_normal.png
+share/apps/konversation/themes/christmas/irc_op.png
+share/apps/konversation/themes/christmas/irc_owner.png
+share/apps/konversation/themes/christmas/irc_voice.png
+share/apps/konversation/themes/classic/index.desktop
+share/apps/konversation/themes/classic/irc_admin.png
+share/apps/konversation/themes/classic/irc_away.png
+share/apps/konversation/themes/classic/irc_halfop.png
+share/apps/konversation/themes/classic/irc_normal.png
+share/apps/konversation/themes/classic/irc_op.png
+share/apps/konversation/themes/classic/irc_owner.png
+share/apps/konversation/themes/classic/irc_voice.png
+share/apps/konversation/themes/default/index.desktop
+share/apps/konversation/themes/default/irc_admin.png
+share/apps/konversation/themes/default/irc_away.png
+share/apps/konversation/themes/default/irc_halfop.png
+share/apps/konversation/themes/default/irc_normal.png
+share/apps/konversation/themes/default/irc_op.png
+share/apps/konversation/themes/default/irc_owner.png
+share/apps/konversation/themes/default/irc_voice.png
+share/apps/konversation/themes/oxygen/index.desktop
+share/apps/konversation/themes/oxygen/irc_admin.png
+share/apps/konversation/themes/oxygen/irc_away.png
+share/apps/konversation/themes/oxygen/irc_halfop.png
+share/apps/konversation/themes/oxygen/irc_normal.png
+share/apps/konversation/themes/oxygen/irc_op.png
+share/apps/konversation/themes/oxygen/irc_owner.png
+share/apps/konversation/themes/oxygen/irc_voice.png
+share/apps/konversation/themes/smiling/index.desktop
+share/apps/konversation/themes/smiling/irc_admin.png
+share/apps/konversation/themes/smiling/irc_away.png
+share/apps/konversation/themes/smiling/irc_halfop.png
+share/apps/konversation/themes/smiling/irc_normal.png
+share/apps/konversation/themes/smiling/irc_op.png
+share/apps/konversation/themes/smiling/irc_owner.png
+share/apps/konversation/themes/smiling/irc_voice.png
+share/apps/konversation/themes/square/index.desktop
+share/apps/konversation/themes/square/irc_admin.png
+share/apps/konversation/themes/square/irc_away.png
+share/apps/konversation/themes/square/irc_halfop.png
+share/apps/konversation/themes/square/irc_normal.png
+share/apps/konversation/themes/square/irc_op.png
+share/apps/konversation/themes/square/irc_owner.png
+share/apps/konversation/themes/square/irc_voice.png
+share/apps/tdeconf_update/konversation-0.19-appearance.pl
+share/apps/tdeconf_update/konversation-0.19-colorcodes.pl
+share/apps/tdeconf_update/konversation-0.19-colors.pl
+share/apps/tdeconf_update/konversation-0.19-custombrowser.pl
+share/apps/tdeconf_update/konversation-0.19-notifylists.pl
+share/apps/tdeconf_update/konversation-0.19-sortorder.pl
+share/apps/tdeconf_update/konversation-0.19-tabplacement.pl
+share/apps/tdeconf_update/konversation-0.20-customfonts.pl
+share/apps/tdeconf_update/konversation-0.20-quickbuttons.pl
+share/apps/tdeconf_update/konversation.upd
+share/config.kcfg/konversation.kcfg
+share/doc/tde/HTML/da/konversation/common
+share/doc/tde/HTML/da/konversation/index.cache.bz2
+share/doc/tde/HTML/da/konversation/index.docbook
+share/doc/tde/HTML/en/konversation/addchannel.png
+share/doc/tde/HTML/en/konversation/addnetwork_co.png
+share/doc/tde/HTML/en/konversation/addserver_co.png
+share/doc/tde/HTML/en/konversation/channel_screen_co.png
+share/doc/tde/HTML/en/konversation/channel_screen_tour_co.png
+share/doc/tde/HTML/en/konversation/channellist_screen_co.png
+share/doc/tde/HTML/en/konversation/checkidentities.png
+share/doc/tde/HTML/en/konversation/colorchooser_screen.png
+share/doc/tde/HTML/en/konversation/colorize.png
+share/doc/tde/HTML/en/konversation/common
+share/doc/tde/HTML/en/konversation/configure.png
+share/doc/tde/HTML/en/konversation/dccstatus_screen_co.png
+share/doc/tde/HTML/en/konversation/editserver_screen_co.png
+share/doc/tde/HTML/en/konversation/first_channel_co.png
+share/doc/tde/HTML/en/konversation/first_serverlist_co.png
+share/doc/tde/HTML/en/konversation/highlighting_screen_co.png
+share/doc/tde/HTML/en/konversation/identities_adv_co.png
+share/doc/tde/HTML/en/konversation/identities_away_co.png
+share/doc/tde/HTML/en/konversation/identities_gen_co.png
+share/doc/tde/HTML/en/konversation/index.cache.bz2
+share/doc/tde/HTML/en/konversation/index.docbook
+share/doc/tde/HTML/en/konversation/irc_admin.png
+share/doc/tde/HTML/en/konversation/irc_away.png
+share/doc/tde/HTML/en/konversation/irc_halfop.png
+share/doc/tde/HTML/en/konversation/irc_normal.png
+share/doc/tde/HTML/en/konversation/irc_op.png
+share/doc/tde/HTML/en/konversation/irc_owner.png
+share/doc/tde/HTML/en/konversation/irc_voice.png
+share/doc/tde/HTML/en/konversation/kaddressbook.png
+share/doc/tde/HTML/en/konversation/led_blue_off.png
+share/doc/tde/HTML/en/konversation/led_blue_on.png
+share/doc/tde/HTML/en/konversation/led_green_off.png
+share/doc/tde/HTML/en/konversation/led_green_on.png
+share/doc/tde/HTML/en/konversation/led_red_off.png
+share/doc/tde/HTML/en/konversation/led_red_on.png
+share/doc/tde/HTML/en/konversation/led_yellow_off.png
+share/doc/tde/HTML/en/konversation/led_yellow_on.png
+share/doc/tde/HTML/en/konversation/logviewer_co.png
+share/doc/tde/HTML/en/konversation/nicksonline_co.png
+share/doc/tde/HTML/en/konversation/nickthemes_screen_co.png
+share/doc/tde/HTML/en/konversation/notification_screen_co.png
+share/doc/tde/HTML/en/konversation/notifylist_screen_co.png
+share/doc/tde/HTML/en/konversation/osd_demo.png
+share/doc/tde/HTML/en/konversation/osd_screen_co.png
+share/doc/tde/HTML/en/konversation/prefs_identity_screen_co.png
+share/doc/tde/HTML/en/konversation/quickbuttons_screen.png
+share/doc/tde/HTML/en/konversation/quickconnect_screen.png
+share/doc/tde/HTML/en/konversation/serverlist_co.png
+share/doc/tde/HTML/en/konversation/serverlist_screen_co.png
+share/doc/tde/HTML/en/konversation/tdeimproxy_create_screen2.png
+share/doc/tde/HTML/en/konversation/tdeimproxy_create_screen_co.png
+share/doc/tde/HTML/en/konversation/urlcatcher_screen_co.png
+share/doc/tde/HTML/en/konversation/webbrowser_screen_co.png
+share/doc/tde/HTML/et/konversation/common
+share/doc/tde/HTML/et/konversation/index.cache.bz2
+share/doc/tde/HTML/et/konversation/index.docbook
+share/doc/tde/HTML/it/konversation/addchannel.png
+share/doc/tde/HTML/it/konversation/addnetwork_co.png
+share/doc/tde/HTML/it/konversation/addserver_co.png
+share/doc/tde/HTML/it/konversation/channel_screen_tour_co.png
+share/doc/tde/HTML/it/konversation/channellist_screen_co.png
+share/doc/tde/HTML/it/konversation/checkidentities.png
+share/doc/tde/HTML/it/konversation/colorchooser_screen.png
+share/doc/tde/HTML/it/konversation/common
+share/doc/tde/HTML/it/konversation/first_channel_co.png
+share/doc/tde/HTML/it/konversation/first_serverlist_co.png
+share/doc/tde/HTML/it/konversation/identities_adv_co.png
+share/doc/tde/HTML/it/konversation/identities_away_co.png
+share/doc/tde/HTML/it/konversation/identities_gen_co.png
+share/doc/tde/HTML/it/konversation/index.cache.bz2
+share/doc/tde/HTML/it/konversation/index.docbook
+share/doc/tde/HTML/it/konversation/nicksonline_co.png
+share/doc/tde/HTML/it/konversation/notification_screen_co.png
+share/doc/tde/HTML/it/konversation/notifylist_screen_co.png
+share/doc/tde/HTML/it/konversation/osd_demo.png
+share/doc/tde/HTML/it/konversation/osd_screen_co.png
+share/doc/tde/HTML/it/konversation/quickbuttons_screen.png
+share/doc/tde/HTML/it/konversation/quickconnect_screen.png
+share/doc/tde/HTML/it/konversation/serverlist_co.png
+share/doc/tde/HTML/pt/konversation/common
+share/doc/tde/HTML/pt/konversation/index.cache.bz2
+share/doc/tde/HTML/pt/konversation/index.docbook
+share/doc/tde/HTML/ru/konversation/common
+share/doc/tde/HTML/ru/konversation/index.cache.bz2
+share/doc/tde/HTML/ru/konversation/index.docbook
+share/doc/tde/HTML/sv/konversation/addchannel.png
+share/doc/tde/HTML/sv/konversation/addnetwork_co.png
+share/doc/tde/HTML/sv/konversation/addserver_co.png
+share/doc/tde/HTML/sv/konversation/channel_screen_tour_co.png
+share/doc/tde/HTML/sv/konversation/channellist_screen_co.png
+share/doc/tde/HTML/sv/konversation/checkidentities.png
+share/doc/tde/HTML/sv/konversation/colorchooser_screen.png
+share/doc/tde/HTML/sv/konversation/common
+share/doc/tde/HTML/sv/konversation/dccstatus_screen_co.png
+share/doc/tde/HTML/sv/konversation/first_channel_co.png
+share/doc/tde/HTML/sv/konversation/first_serverlist_co.png
+share/doc/tde/HTML/sv/konversation/highlighting_screen_co.png
+share/doc/tde/HTML/sv/konversation/identities_adv_co.png
+share/doc/tde/HTML/sv/konversation/identities_away_co.png
+share/doc/tde/HTML/sv/konversation/identities_gen_co.png
+share/doc/tde/HTML/sv/konversation/index.cache.bz2
+share/doc/tde/HTML/sv/konversation/index.docbook
+share/doc/tde/HTML/sv/konversation/logviewer_co.png
+share/doc/tde/HTML/sv/konversation/nicksonline_co.png
+share/doc/tde/HTML/sv/konversation/nickthemes_screen_co.png
+share/doc/tde/HTML/sv/konversation/notification_screen_co.png
+share/doc/tde/HTML/sv/konversation/notifylist_screen_co.png
+share/doc/tde/HTML/sv/konversation/osd_demo.png
+share/doc/tde/HTML/sv/konversation/osd_screen_co.png
+share/doc/tde/HTML/sv/konversation/quickbuttons_screen.png
+share/doc/tde/HTML/sv/konversation/quickconnect_screen.png
+share/doc/tde/HTML/sv/konversation/serverlist_co.png
+share/doc/tde/HTML/sv/konversation/tdeimproxy_create_screen2.png
+share/doc/tde/HTML/sv/konversation/tdeimproxy_create_screen_co.png
+share/doc/tde/HTML/sv/konversation/urlcatcher_screen_co.png
+share/doc/tde/HTML/sv/konversation/webbrowser_screen_co.png
+share/icons/crystalsvg/16x16/actions/tdeimproxyaway.png
+share/icons/crystalsvg/16x16/actions/tdeimproxyoffline.png
+share/icons/crystalsvg/16x16/actions/tdeimproxyonline.png
+share/icons/crystalsvg/22x22/actions/char.png
+share/icons/crystalsvg/22x22/actions/konv_message.png
+share/icons/crystalsvg/22x22/actions/tdeimproxyaway.png
+share/icons/crystalsvg/22x22/actions/tdeimproxyoffline.png
+share/icons/crystalsvg/22x22/actions/tdeimproxyonline.png
+share/icons/crystalsvg/32x32/actions/tdeimproxyaway.png
+share/icons/crystalsvg/32x32/actions/tdeimproxyoffline.png
+share/icons/crystalsvg/32x32/actions/tdeimproxyonline.png
+share/icons/crystalsvg/scalable/actions/konv_message.svgz
+share/icons/crystalsvg/scalable/actions/tdeimproxyaway.svgz
+share/icons/crystalsvg/scalable/actions/tdeimproxyoffline.svgz
+share/icons/crystalsvg/scalable/actions/tdeimproxyonline.svgz
+share/icons/hicolor/128x128/apps/konversation.png
+share/icons/hicolor/16x16/apps/konversation.png
+share/icons/hicolor/22x22/apps/konversation.png
+share/icons/hicolor/32x32/apps/konversation.png
+share/icons/hicolor/48x48/apps/konversation.png
+share/icons/hicolor/64x64/apps/konversation.png
+share/icons/hicolor/scalable/apps/konversation.svgz
+share/locale/ar/LC_MESSAGES/konversation.mo
+share/locale/bg/LC_MESSAGES/konversation.mo
+share/locale/ca/LC_MESSAGES/konversation.mo
+share/locale/da/LC_MESSAGES/konversation.mo
+share/locale/de/LC_MESSAGES/konversation.mo
+share/locale/el/LC_MESSAGES/konversation.mo
+share/locale/en_GB/LC_MESSAGES/konversation.mo
+share/locale/es/LC_MESSAGES/konversation.mo
+share/locale/et/LC_MESSAGES/konversation.mo
+share/locale/fi/LC_MESSAGES/konversation.mo
+share/locale/fr/LC_MESSAGES/konversation.mo
+share/locale/gl/LC_MESSAGES/konversation.mo
+share/locale/he/LC_MESSAGES/konversation.mo
+share/locale/hu/LC_MESSAGES/konversation.mo
+share/locale/it/LC_MESSAGES/konversation.mo
+share/locale/ja/LC_MESSAGES/konversation.mo
+share/locale/ka/LC_MESSAGES/konversation.mo
+share/locale/ko/LC_MESSAGES/konversation.mo
+share/locale/pa/LC_MESSAGES/konversation.mo
+share/locale/pt/LC_MESSAGES/konversation.mo
+share/locale/ru/LC_MESSAGES/konversation.mo
+share/locale/sr/LC_MESSAGES/konversation.mo
+share/locale/sr@Latn/LC_MESSAGES/konversation.mo
+share/locale/sv/LC_MESSAGES/konversation.mo
+share/locale/tr/LC_MESSAGES/konversation.mo
+share/locale/zh_CN/LC_MESSAGES/konversation.mo
+share/locale/zh_TW/LC_MESSAGES/konversation.mo
+share/services/konvirc.protocol
+share/services/konvirc6.protocol
diff --git a/freebsd/applications/internet/kopete-otr/Makefile b/freebsd/applications/internet/kopete-otr/Makefile
new file mode 100644
index 000000000..5d4daadb4
--- /dev/null
+++ b/freebsd/applications/internet/kopete-otr/Makefile
@@ -0,0 +1,36 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kopete-otr-trinity
+COMMENT= Off-The-Record encryption for Kopete [Trinity]
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
+ ${TDE_PREFIX}/lib/libkopete.so:${PORTSDIR}/x11/trinity/core/tdenetwork
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libotr.so:${PORTSDIR}/security/libotr
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/kopete-otr/distinfo b/freebsd/applications/internet/kopete-otr/distinfo
new file mode 100644
index 000000000..c8c7d7772
--- /dev/null
+++ b/freebsd/applications/internet/kopete-otr/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666619586
+SHA256 (TDE/applications/internet/kopete-otr-trinity_14.0.13.orig.tar.xz) = 8394add8c1fa9edbd275690edaa1d92283f433971fc03e94835634f02b802649
+SIZE (TDE/applications/internet/kopete-otr-trinity_14.0.13.orig.tar.xz) = 70828
diff --git a/freebsd/applications/internet/kopete-otr/pkg-descr b/freebsd/applications/internet/kopete-otr/pkg-descr
new file mode 100644
index 000000000..3003f1ae1
--- /dev/null
+++ b/freebsd/applications/internet/kopete-otr/pkg-descr
@@ -0,0 +1,5 @@
+Off-The-Record encryption for Kopete [Trinity]
+
+This plugin enables Off-The-Record encryption for the TDE instant
+messenger Kopete. Using this plugin you can encrypt chatsessions to other
+users with IM-Cients supporting the OTR encryption method.
diff --git a/freebsd/applications/internet/kopete-otr/pkg-plist b/freebsd/applications/internet/kopete-otr/pkg-plist
new file mode 100644
index 000000000..d09314025
--- /dev/null
+++ b/freebsd/applications/internet/kopete-otr/pkg-plist
@@ -0,0 +1,32 @@
+lib/libkotr.la
+lib/libkotr.so
+lib/libkotr.so.0
+lib/libkotr.so.0.0.0
+lib/trinity/kcm_kopete_otr.la
+lib/trinity/kcm_kopete_otr.so
+lib/trinity/kopete_otr.la
+lib/trinity/kopete_otr.so
+share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_disabled.png
+share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_finished.png
+share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_private.png
+share/apps/kopete_otr/icons/crystalsvg/16x16/actions/otr_unverified.png
+share/apps/kopete_otr/icons/crystalsvg/16x16/apps/kopete_otr.png
+share/apps/kopete_otr/icons/crystalsvg/16x16/apps/otr.png
+share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_disabled.png
+share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_finished.png
+share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_private.png
+share/apps/kopete_otr/icons/crystalsvg/22x22/actions/otr_unverified.png
+share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_disabled.png
+share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_finished.png
+share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_private.png
+share/apps/kopete_otr/icons/crystalsvg/32x32/actions/otr_unverified.png
+share/apps/kopete_otr/otrchatui.rc
+share/apps/kopete_otr/otrui.rc
+share/config.kcfg/kopete_otr.kcfg
+share/doc/tde/HTML/en/kopete_otr/common
+share/doc/tde/HTML/en/kopete_otr/index.cache.bz2
+share/doc/tde/HTML/en/kopete_otr/index.docbook
+share/icons/crystalsvg/16x16/apps/kopete_otr.png
+share/locale/de/LC_MESSAGES/kopete_otr.mo
+share/services/kopete_otr.desktop
+share/services/tdeconfiguredialog/kopete_otr_config.desktop
diff --git a/freebsd/applications/internet/kshowmail/Makefile b/freebsd/applications/internet/kshowmail/Makefile
new file mode 100644
index 000000000..3d58a1211
--- /dev/null
+++ b/freebsd/applications/internet/kshowmail/Makefile
@@ -0,0 +1,35 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kshowmail-trinity
+COMMENT= Show mails on a POP3 server without actually downloading them
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
+ ${TDE_PREFIX}/lib/libmimelib.so:${PORTSDIR}/x11/trinity/core/tdepim
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/kshowmail/distinfo b/freebsd/applications/internet/kshowmail/distinfo
new file mode 100644
index 000000000..fd6b06098
--- /dev/null
+++ b/freebsd/applications/internet/kshowmail/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666619636
+SHA256 (TDE/applications/internet/kshowmail-trinity_14.0.13.orig.tar.xz) = 16c5d0c5b113398e0ff33999b68fec3de715c1659cbebab38cb18e06a84bbc68
+SIZE (TDE/applications/internet/kshowmail-trinity_14.0.13.orig.tar.xz) = 578532
diff --git a/freebsd/applications/internet/kshowmail/pkg-descr b/freebsd/applications/internet/kshowmail/pkg-descr
new file mode 100644
index 000000000..4291891db
--- /dev/null
+++ b/freebsd/applications/internet/kshowmail/pkg-descr
@@ -0,0 +1,6 @@
+Show mails on a POP3 server without actually downloading them
+
+KShowmail can be used to show mails on a POP3 server without actually
+downloading them. The headers or the complete mails can be viewed, and
+unwanted mails can be deleted. An initial and an interval timer can be set to
+check the mails periodical. KShowmail supports multiple accounts.
diff --git a/freebsd/applications/internet/kshowmail/pkg-plist b/freebsd/applications/internet/kshowmail/pkg-plist
new file mode 100644
index 000000000..d118e08c6
--- /dev/null
+++ b/freebsd/applications/internet/kshowmail/pkg-plist
@@ -0,0 +1,70 @@
+bin/kshowmail
+lib/trinity/kcm_kshowmailconfigaccounts.la
+lib/trinity/kcm_kshowmailconfigaccounts.so
+lib/trinity/kcm_kshowmailconfigactions.la
+lib/trinity/kcm_kshowmailconfigactions.so
+lib/trinity/kcm_kshowmailconfigdisplay.la
+lib/trinity/kcm_kshowmailconfigdisplay.so
+lib/trinity/kcm_kshowmailconfigfilter.la
+lib/trinity/kcm_kshowmailconfigfilter.so
+lib/trinity/kcm_kshowmailconfiggeneral.la
+lib/trinity/kcm_kshowmailconfiggeneral.so
+lib/trinity/kcm_kshowmailconfiglog.la
+lib/trinity/kcm_kshowmailconfiglog.so
+lib/trinity/kcm_kshowmailconfigspamcheck.la
+lib/trinity/kcm_kshowmailconfigspamcheck.so
+share/applications/tde/kshowmail.desktop
+share/apps/kshowmail/kshowmailui.rc
+share/apps/kshowmail/pics/eraser.png
+share/apps/kshowmail/pics/kshowmail.png
+share/apps/kshowmail/pics/kshowmail24.png
+share/apps/kshowmail/pics/letter-closed.png
+share/apps/kshowmail/pics/letter-open.png
+share/apps/kshowmail/pics/ok.png
+share/apps/kshowmail/pics/tool.png
+share/apps/kshowmail/sounds/neuepost.wav
+share/apps/kshowmail/sounds/newmail.wav
+share/doc/tde/HTML/cs/kshowmail/common
+share/doc/tde/HTML/cs/kshowmail/index.cache.bz2
+share/doc/tde/HTML/cs/kshowmail/index.docbook
+share/doc/tde/HTML/de/kshowmail/common
+share/doc/tde/HTML/de/kshowmail/index.cache.bz2
+share/doc/tde/HTML/de/kshowmail/index.docbook
+share/doc/tde/HTML/en/kshowmail/common
+share/doc/tde/HTML/en/kshowmail/index.cache.bz2
+share/doc/tde/HTML/en/kshowmail/index.docbook
+share/doc/tde/HTML/es/kshowmail/common
+share/doc/tde/HTML/es/kshowmail/index.cache.bz2
+share/doc/tde/HTML/es/kshowmail/index.docbook
+share/doc/tde/HTML/fr/kshowmail/common
+share/doc/tde/HTML/fr/kshowmail/index.cache.bz2
+share/doc/tde/HTML/fr/kshowmail/index.docbook
+share/doc/tde/HTML/hu/kshowmail/common
+share/doc/tde/HTML/hu/kshowmail/index.cache.bz2
+share/doc/tde/HTML/hu/kshowmail/index.docbook
+share/doc/tde/HTML/it/kshowmail/common
+share/doc/tde/HTML/it/kshowmail/index.cache.bz2
+share/doc/tde/HTML/it/kshowmail/index.docbook
+share/doc/tde/HTML/ru/kshowmail/common
+share/doc/tde/HTML/ru/kshowmail/index.cache.bz2
+share/doc/tde/HTML/ru/kshowmail/index.docbook
+share/doc/tde/HTML/sv/kshowmail/common
+share/doc/tde/HTML/sv/kshowmail/index.cache.bz2
+share/doc/tde/HTML/sv/kshowmail/index.docbook
+share/icons/crystalsvg/16x16/apps/kshowmail.png
+share/locale/cs/LC_MESSAGES/kshowmail.mo
+share/locale/de/LC_MESSAGES/kshowmail.mo
+share/locale/es/LC_MESSAGES/kshowmail.mo
+share/locale/fr/LC_MESSAGES/kshowmail.mo
+share/locale/hu/LC_MESSAGES/kshowmail.mo
+share/locale/it/LC_MESSAGES/kshowmail.mo
+share/locale/ru/LC_MESSAGES/kshowmail.mo
+share/locale/sv/LC_MESSAGES/kshowmail.mo
+share/man/man1/kshowmail.1.gz
+share/services/kshowmailconfigaccounts.desktop
+share/services/kshowmailconfigactions.desktop
+share/services/kshowmailconfigdisplay.desktop
+share/services/kshowmailconfigfilter.desktop
+share/services/kshowmailconfiggeneral.desktop
+share/services/kshowmailconfiglog.desktop
+share/services/kshowmailconfigspamcheck.desktop
diff --git a/freebsd/applications/internet/kstreamripper/Makefile b/freebsd/applications/internet/kstreamripper/Makefile
new file mode 100644
index 000000000..e16f507fe
--- /dev/null
+++ b/freebsd/applications/internet/kstreamripper/Makefile
@@ -0,0 +1,36 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= kstreamripper-trinity
+COMMENT= TDE frontend for streamripper
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface
+
+RUN_DEPENDS= streamripper:${PORTSDIR}/audio/streamripper
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/kstreamripper/distinfo b/freebsd/applications/internet/kstreamripper/distinfo
new file mode 100644
index 000000000..39ccb995d
--- /dev/null
+++ b/freebsd/applications/internet/kstreamripper/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666619699
+SHA256 (TDE/applications/internet/kstreamripper-trinity_14.0.13.orig.tar.xz) = 42545d8ba6d1f03b4613ee800008efb0b6266692ac63f5c43d3d3ff064e7fad1
+SIZE (TDE/applications/internet/kstreamripper-trinity_14.0.13.orig.tar.xz) = 29076
diff --git a/freebsd/applications/internet/kstreamripper/pkg-descr b/freebsd/applications/internet/kstreamripper/pkg-descr
new file mode 100644
index 000000000..5c3c6f361
--- /dev/null
+++ b/freebsd/applications/internet/kstreamripper/pkg-descr
@@ -0,0 +1,6 @@
+TDE frontend for streamripper
+
+KStreamRipper is a small frontend for the streamripper command
+line utility. Streamripper captures internet shoutcast radio streams
+on your harddisk and splits them up in mp3 files. KStreamRipper helps
+you with managing/ripping your preferred streams.
diff --git a/freebsd/applications/internet/kstreamripper/pkg-plist b/freebsd/applications/internet/kstreamripper/pkg-plist
new file mode 100644
index 000000000..d52391d35
--- /dev/null
+++ b/freebsd/applications/internet/kstreamripper/pkg-plist
@@ -0,0 +1,10 @@
+bin/kstreamripper
+share/applications/tde/kstreamripper.desktop
+share/apps/kstreamripper/kstreamripperui.rc
+share/doc/tde/HTML/en/kstreamripper/common
+share/doc/tde/HTML/en/kstreamripper/index.cache.bz2
+share/doc/tde/HTML/en/kstreamripper/index.docbook
+share/icons/hicolor/16x16/apps/kstreamripper.png
+share/icons/hicolor/32x32/apps/kstreamripper.png
+share/locale/de/LC_MESSAGES/kstreamripper.mo
+share/man/man1/kstreamripper.1.gz
diff --git a/freebsd/applications/internet/ktorrent/Makefile b/freebsd/applications/internet/ktorrent/Makefile
new file mode 100644
index 000000000..6ab9b483b
--- /dev/null
+++ b/freebsd/applications/internet/ktorrent/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= ktorrent-trinity
+COMMENT= BitTorrent client for Trinity
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= k/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= misc x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+# Use gmake for automake build
+USES= gmake
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libavahi-tqt.so:${PORTSDIR}/x11/trinity/dependencies/avahi-tqt \
+
+LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp \
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-autotools-prepare
+ ${TDE_AUTOTOOLS_CONFIGURE}
+
+do-build: tde-autotools-build
+
+do-install: tde-autotools-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/ktorrent/distinfo b/freebsd/applications/internet/ktorrent/distinfo
new file mode 100644
index 000000000..4cea1727e
--- /dev/null
+++ b/freebsd/applications/internet/ktorrent/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666619753
+SHA256 (TDE/applications/internet/ktorrent-trinity_14.0.13.orig.tar.xz) = 7ea3a93d039b29319161117419aca640581767a8a8aa3c05b7fff8c4e5832b1d
+SIZE (TDE/applications/internet/ktorrent-trinity_14.0.13.orig.tar.xz) = 2087768
diff --git a/freebsd/applications/internet/ktorrent/pkg-descr b/freebsd/applications/internet/ktorrent/pkg-descr
new file mode 100644
index 000000000..4ff1f8dce
--- /dev/null
+++ b/freebsd/applications/internet/ktorrent/pkg-descr
@@ -0,0 +1,6 @@
+BitTorrent client for Trinity
+
+KTorrent is a BitTorrent program for Trinity. Its features include speed capping
+(both down and up), integrated searching, UDP tracker support, preview of
+certain file types (video and audio) and integration into the TDE Panel
+enabling background downloading.
diff --git a/freebsd/applications/internet/ktorrent/pkg-plist b/freebsd/applications/internet/ktorrent/pkg-plist
new file mode 100644
index 000000000..641500461
--- /dev/null
+++ b/freebsd/applications/internet/ktorrent/pkg-plist
@@ -0,0 +1,454 @@
+bin/ktcachecheck
+bin/ktorrent
+bin/ktshell
+bin/kttorinfo
+bin/ktupnptest
+lib/libktorrent-2.2.8.so
+lib/libktorrent.la
+lib/libktorrent.so
+lib/trinity/ktinfowidgetplugin.la
+lib/trinity/ktinfowidgetplugin.so
+lib/trinity/ktipfilterplugin.la
+lib/trinity/ktipfilterplugin.so
+lib/trinity/ktlogviewerplugin.la
+lib/trinity/ktlogviewerplugin.so
+lib/trinity/ktpartfileimportplugin.la
+lib/trinity/ktpartfileimportplugin.so
+lib/trinity/ktrssfeedplugin.la
+lib/trinity/ktrssfeedplugin.so
+lib/trinity/ktscanfolderplugin.la
+lib/trinity/ktscanfolderplugin.so
+lib/trinity/ktschedulerplugin.la
+lib/trinity/ktschedulerplugin.so
+lib/trinity/ktsearchplugin.la
+lib/trinity/ktsearchplugin.so
+lib/trinity/ktstatsplugin.la
+lib/trinity/ktstatsplugin.so
+lib/trinity/ktupnpplugin.la
+lib/trinity/ktupnpplugin.so
+lib/trinity/ktwebinterfaceplugin.la
+lib/trinity/ktwebinterfaceplugin.so
+lib/trinity/ktzeroconfplugin.la
+lib/trinity/ktzeroconfplugin.so
+share/applications/tde/ktorrent.desktop
+share/apps/ktorrent/geoip/FLAGS_LICENCE
+share/apps/ktorrent/geoip/GeoIP-LICENSE.txt
+share/apps/ktorrent/geoip/ad.png
+share/apps/ktorrent/geoip/ae.png
+share/apps/ktorrent/geoip/af.png
+share/apps/ktorrent/geoip/ag.png
+share/apps/ktorrent/geoip/ai.png
+share/apps/ktorrent/geoip/al.png
+share/apps/ktorrent/geoip/am.png
+share/apps/ktorrent/geoip/an.png
+share/apps/ktorrent/geoip/ao.png
+share/apps/ktorrent/geoip/aq.png
+share/apps/ktorrent/geoip/ar.png
+share/apps/ktorrent/geoip/as.png
+share/apps/ktorrent/geoip/at.png
+share/apps/ktorrent/geoip/au.png
+share/apps/ktorrent/geoip/aw.png
+share/apps/ktorrent/geoip/az.png
+share/apps/ktorrent/geoip/ba.png
+share/apps/ktorrent/geoip/bb.png
+share/apps/ktorrent/geoip/bd.png
+share/apps/ktorrent/geoip/be.png
+share/apps/ktorrent/geoip/bf.png
+share/apps/ktorrent/geoip/bg.png
+share/apps/ktorrent/geoip/bh.png
+share/apps/ktorrent/geoip/bi.png
+share/apps/ktorrent/geoip/bj.png
+share/apps/ktorrent/geoip/bm.png
+share/apps/ktorrent/geoip/bn.png
+share/apps/ktorrent/geoip/bo.png
+share/apps/ktorrent/geoip/br.png
+share/apps/ktorrent/geoip/bs.png
+share/apps/ktorrent/geoip/bt.png
+share/apps/ktorrent/geoip/bv.png
+share/apps/ktorrent/geoip/bw.png
+share/apps/ktorrent/geoip/by.png
+share/apps/ktorrent/geoip/bz.png
+share/apps/ktorrent/geoip/ca.png
+share/apps/ktorrent/geoip/cc.png
+share/apps/ktorrent/geoip/cd.png
+share/apps/ktorrent/geoip/cf.png
+share/apps/ktorrent/geoip/cg.png
+share/apps/ktorrent/geoip/ch.png
+share/apps/ktorrent/geoip/ci.png
+share/apps/ktorrent/geoip/ck.png
+share/apps/ktorrent/geoip/cl.png
+share/apps/ktorrent/geoip/cm.png
+share/apps/ktorrent/geoip/cn.png
+share/apps/ktorrent/geoip/co.png
+share/apps/ktorrent/geoip/cr.png
+share/apps/ktorrent/geoip/cs.png
+share/apps/ktorrent/geoip/cu.png
+share/apps/ktorrent/geoip/cv.png
+share/apps/ktorrent/geoip/cx.png
+share/apps/ktorrent/geoip/cy.png
+share/apps/ktorrent/geoip/cz.png
+share/apps/ktorrent/geoip/de.png
+share/apps/ktorrent/geoip/dj.png
+share/apps/ktorrent/geoip/dk.png
+share/apps/ktorrent/geoip/dm.png
+share/apps/ktorrent/geoip/do.png
+share/apps/ktorrent/geoip/dz.png
+share/apps/ktorrent/geoip/ec.png
+share/apps/ktorrent/geoip/ee.png
+share/apps/ktorrent/geoip/eg.png
+share/apps/ktorrent/geoip/eh.png
+share/apps/ktorrent/geoip/er.png
+share/apps/ktorrent/geoip/es.png
+share/apps/ktorrent/geoip/et.png
+share/apps/ktorrent/geoip/eu.png
+share/apps/ktorrent/geoip/fi.png
+share/apps/ktorrent/geoip/fj.png
+share/apps/ktorrent/geoip/fk.png
+share/apps/ktorrent/geoip/fm.png
+share/apps/ktorrent/geoip/fo.png
+share/apps/ktorrent/geoip/fr.png
+share/apps/ktorrent/geoip/ga.png
+share/apps/ktorrent/geoip/gb.png
+share/apps/ktorrent/geoip/gd.png
+share/apps/ktorrent/geoip/ge.png
+share/apps/ktorrent/geoip/geoip.dat
+share/apps/ktorrent/geoip/gf.png
+share/apps/ktorrent/geoip/gh.png
+share/apps/ktorrent/geoip/gi.png
+share/apps/ktorrent/geoip/gl.png
+share/apps/ktorrent/geoip/gm.png
+share/apps/ktorrent/geoip/gn.png
+share/apps/ktorrent/geoip/gp.png
+share/apps/ktorrent/geoip/gq.png
+share/apps/ktorrent/geoip/gr.png
+share/apps/ktorrent/geoip/gs.png
+share/apps/ktorrent/geoip/gt.png
+share/apps/ktorrent/geoip/gu.png
+share/apps/ktorrent/geoip/gw.png
+share/apps/ktorrent/geoip/gy.png
+share/apps/ktorrent/geoip/hk.png
+share/apps/ktorrent/geoip/hm.png
+share/apps/ktorrent/geoip/hn.png
+share/apps/ktorrent/geoip/hr.png
+share/apps/ktorrent/geoip/ht.png
+share/apps/ktorrent/geoip/hu.png
+share/apps/ktorrent/geoip/id.png
+share/apps/ktorrent/geoip/ie.png
+share/apps/ktorrent/geoip/il.png
+share/apps/ktorrent/geoip/in.png
+share/apps/ktorrent/geoip/io.png
+share/apps/ktorrent/geoip/iq.png
+share/apps/ktorrent/geoip/ir.png
+share/apps/ktorrent/geoip/is.png
+share/apps/ktorrent/geoip/it.png
+share/apps/ktorrent/geoip/jm.png
+share/apps/ktorrent/geoip/jo.png
+share/apps/ktorrent/geoip/jp.png
+share/apps/ktorrent/geoip/ke.png
+share/apps/ktorrent/geoip/kg.png
+share/apps/ktorrent/geoip/kh.png
+share/apps/ktorrent/geoip/ki.png
+share/apps/ktorrent/geoip/km.png
+share/apps/ktorrent/geoip/kn.png
+share/apps/ktorrent/geoip/kp.png
+share/apps/ktorrent/geoip/kr.png
+share/apps/ktorrent/geoip/kw.png
+share/apps/ktorrent/geoip/ky.png
+share/apps/ktorrent/geoip/kz.png
+share/apps/ktorrent/geoip/la.png
+share/apps/ktorrent/geoip/lb.png
+share/apps/ktorrent/geoip/lc.png
+share/apps/ktorrent/geoip/li.png
+share/apps/ktorrent/geoip/lk.png
+share/apps/ktorrent/geoip/lr.png
+share/apps/ktorrent/geoip/ls.png
+share/apps/ktorrent/geoip/lt.png
+share/apps/ktorrent/geoip/lu.png
+share/apps/ktorrent/geoip/lv.png
+share/apps/ktorrent/geoip/ly.png
+share/apps/ktorrent/geoip/ma.png
+share/apps/ktorrent/geoip/mc.png
+share/apps/ktorrent/geoip/md.png
+share/apps/ktorrent/geoip/mg.png
+share/apps/ktorrent/geoip/mh.png
+share/apps/ktorrent/geoip/mk.png
+share/apps/ktorrent/geoip/ml.png
+share/apps/ktorrent/geoip/mm.png
+share/apps/ktorrent/geoip/mn.png
+share/apps/ktorrent/geoip/mo.png
+share/apps/ktorrent/geoip/mp.png
+share/apps/ktorrent/geoip/mq.png
+share/apps/ktorrent/geoip/mr.png
+share/apps/ktorrent/geoip/ms.png
+share/apps/ktorrent/geoip/mt.png
+share/apps/ktorrent/geoip/mu.png
+share/apps/ktorrent/geoip/mv.png
+share/apps/ktorrent/geoip/mw.png
+share/apps/ktorrent/geoip/mx.png
+share/apps/ktorrent/geoip/my.png
+share/apps/ktorrent/geoip/mz.png
+share/apps/ktorrent/geoip/na.png
+share/apps/ktorrent/geoip/nc.png
+share/apps/ktorrent/geoip/ne.png
+share/apps/ktorrent/geoip/nf.png
+share/apps/ktorrent/geoip/ng.png
+share/apps/ktorrent/geoip/ni.png
+share/apps/ktorrent/geoip/nl.png
+share/apps/ktorrent/geoip/no.png
+share/apps/ktorrent/geoip/np.png
+share/apps/ktorrent/geoip/nr.png
+share/apps/ktorrent/geoip/nu.png
+share/apps/ktorrent/geoip/nz.png
+share/apps/ktorrent/geoip/om.png
+share/apps/ktorrent/geoip/pa.png
+share/apps/ktorrent/geoip/pe.png
+share/apps/ktorrent/geoip/pf.png
+share/apps/ktorrent/geoip/pg.png
+share/apps/ktorrent/geoip/ph.png
+share/apps/ktorrent/geoip/pk.png
+share/apps/ktorrent/geoip/pl.png
+share/apps/ktorrent/geoip/pm.png
+share/apps/ktorrent/geoip/pn.png
+share/apps/ktorrent/geoip/pr.png
+share/apps/ktorrent/geoip/ps.png
+share/apps/ktorrent/geoip/pt.png
+share/apps/ktorrent/geoip/pw.png
+share/apps/ktorrent/geoip/py.png
+share/apps/ktorrent/geoip/qa.png
+share/apps/ktorrent/geoip/re.png
+share/apps/ktorrent/geoip/ro.png
+share/apps/ktorrent/geoip/ru.png
+share/apps/ktorrent/geoip/rw.png
+share/apps/ktorrent/geoip/sa.png
+share/apps/ktorrent/geoip/sb.png
+share/apps/ktorrent/geoip/sc.png
+share/apps/ktorrent/geoip/sd.png
+share/apps/ktorrent/geoip/se.png
+share/apps/ktorrent/geoip/sg.png
+share/apps/ktorrent/geoip/sh.png
+share/apps/ktorrent/geoip/si.png
+share/apps/ktorrent/geoip/sj.png
+share/apps/ktorrent/geoip/sk.png
+share/apps/ktorrent/geoip/sl.png
+share/apps/ktorrent/geoip/sm.png
+share/apps/ktorrent/geoip/sn.png
+share/apps/ktorrent/geoip/so.png
+share/apps/ktorrent/geoip/sr.png
+share/apps/ktorrent/geoip/st.png
+share/apps/ktorrent/geoip/sv.png
+share/apps/ktorrent/geoip/sy.png
+share/apps/ktorrent/geoip/sz.png
+share/apps/ktorrent/geoip/tc.png
+share/apps/ktorrent/geoip/td.png
+share/apps/ktorrent/geoip/tf.png
+share/apps/ktorrent/geoip/tg.png
+share/apps/ktorrent/geoip/th.png
+share/apps/ktorrent/geoip/tj.png
+share/apps/ktorrent/geoip/tk.png
+share/apps/ktorrent/geoip/tl.png
+share/apps/ktorrent/geoip/tm.png
+share/apps/ktorrent/geoip/tn.png
+share/apps/ktorrent/geoip/to.png
+share/apps/ktorrent/geoip/tp.png
+share/apps/ktorrent/geoip/tr.png
+share/apps/ktorrent/geoip/tt.png
+share/apps/ktorrent/geoip/tv.png
+share/apps/ktorrent/geoip/tw.png
+share/apps/ktorrent/geoip/tz.png
+share/apps/ktorrent/geoip/ua.png
+share/apps/ktorrent/geoip/ug.png
+share/apps/ktorrent/geoip/um.png
+share/apps/ktorrent/geoip/us.png
+share/apps/ktorrent/geoip/uy.png
+share/apps/ktorrent/geoip/uz.png
+share/apps/ktorrent/geoip/va.png
+share/apps/ktorrent/geoip/vc.png
+share/apps/ktorrent/geoip/ve.png
+share/apps/ktorrent/geoip/vg.png
+share/apps/ktorrent/geoip/vi.png
+share/apps/ktorrent/geoip/vn.png
+share/apps/ktorrent/geoip/vu.png
+share/apps/ktorrent/geoip/wf.png
+share/apps/ktorrent/geoip/ws.png
+share/apps/ktorrent/geoip/ye.png
+share/apps/ktorrent/geoip/yt.png
+share/apps/ktorrent/geoip/yu.png
+share/apps/ktorrent/geoip/za.png
+share/apps/ktorrent/geoip/zm.png
+share/apps/ktorrent/geoip/zw.png
+share/apps/ktorrent/icons/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/48x48/actions/ktplugins.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/places/ktprefdownloads.png
+share/apps/ktorrent/ktorrentui.rc
+share/apps/ktorrent/ktpartfileimportpluginui.rc
+share/apps/ktorrent/ktschedulerpluginui.rc
+share/apps/ktorrent/www/coldmilk/favicon.ico
+share/apps/ktorrent/www/coldmilk/icon.png
+share/apps/ktorrent/www/coldmilk/icons/16x16/edit_user.png
+share/apps/ktorrent/www/coldmilk/icons/16x16/high_priority.png
+share/apps/ktorrent/www/coldmilk/icons/16x16/low_priority.png
+share/apps/ktorrent/www/coldmilk/icons/16x16/normal_priority.png
+share/apps/ktorrent/www/coldmilk/icons/16x16/only_seed.png
+share/apps/ktorrent/www/coldmilk/icons/22x22/exit.png
+share/apps/ktorrent/www/coldmilk/icons/22x22/ktstart_all.png
+share/apps/ktorrent/www/coldmilk/icons/22x22/ktstop_all.png
+share/apps/ktorrent/www/coldmilk/icons/22x22/remove.png
+share/apps/ktorrent/www/coldmilk/icons/22x22/start.png
+share/apps/ktorrent/www/coldmilk/icons/22x22/stop.png
+share/apps/ktorrent/www/coldmilk/icons/32x32/configure.png
+share/apps/ktorrent/www/coldmilk/icons/32x32/extender_opened.png
+share/apps/ktorrent/www/coldmilk/icons/32x32/fileopen.png
+share/apps/ktorrent/www/coldmilk/icons/32x32/folder1.png
+share/apps/ktorrent/www/coldmilk/icons/48x48/exit.png
+share/apps/ktorrent/www/coldmilk/icons/48x48/switchuser.png
+share/apps/ktorrent/www/coldmilk/icons/64x64/down.png
+share/apps/ktorrent/www/coldmilk/icons/64x64/folder1_man.png
+share/apps/ktorrent/www/coldmilk/icons/64x64/looknfeel.png
+share/apps/ktorrent/www/coldmilk/interface.js
+share/apps/ktorrent/www/coldmilk/interface.php
+share/apps/ktorrent/www/coldmilk/login.html
+share/apps/ktorrent/www/coldmilk/page_update.js
+share/apps/ktorrent/www/coldmilk/rest.php
+share/apps/ktorrent/www/coldmilk/shutdown.php
+share/apps/ktorrent/www/coldmilk/style.css
+share/apps/ktorrent/www/default/details.php
+share/apps/ktorrent/www/default/favicon.ico
+share/apps/ktorrent/www/default/grad1.jpg
+share/apps/ktorrent/www/default/grad2.jpg
+share/apps/ktorrent/www/default/header_tile.png
+share/apps/ktorrent/www/default/high_priority.png
+share/apps/ktorrent/www/default/icon.png
+share/apps/ktorrent/www/default/interface.php
+share/apps/ktorrent/www/default/ktorrentwebinterfacelogo.png
+share/apps/ktorrent/www/default/login.html
+share/apps/ktorrent/www/default/low_priority.png
+share/apps/ktorrent/www/default/menu_bg.png
+share/apps/ktorrent/www/default/normal_priority.png
+share/apps/ktorrent/www/default/only_seed.png
+share/apps/ktorrent/www/default/remove.png
+share/apps/ktorrent/www/default/shutdown.php
+share/apps/ktorrent/www/default/start.png
+share/apps/ktorrent/www/default/stop.png
+share/apps/ktorrent/www/default/style.css
+share/apps/ktorrent/www/default/stylen.css
+share/apps/ktorrent/www/default/wz_tooltip.js
+share/apps/ktorrent/www/mobile/favicon.ico
+share/apps/ktorrent/www/mobile/interface.php
+share/apps/ktorrent/www/mobile/ktorrentwebinterfacelogo.png
+share/apps/ktorrent/www/mobile/login.html
+share/apps/ktorrent/www/mobile/remove.png
+share/apps/ktorrent/www/mobile/settings.php
+share/apps/ktorrent/www/mobile/start.png
+share/apps/ktorrent/www/mobile/stop.png
+share/apps/ktorrent/www/mobile/torrent.php
+share/config.kcfg/ktinfowidgetplugin.kcfg
+share/config.kcfg/ktipfilterplugin.kcfg
+share/config.kcfg/ktlogviewerplugin.kcfg
+share/config.kcfg/ktorrent.kcfg
+share/config.kcfg/ktrssfeedplugin.kcfg
+share/config.kcfg/ktscanfolderplugin.kcfg
+share/config.kcfg/ktschedulerplugin.kcfg
+share/config.kcfg/ktsearchplugin.kcfg
+share/config.kcfg/ktstatsplugin.kcfg
+share/config.kcfg/ktupnpplugin.kcfg
+share/config.kcfg/ktwebinterfaceplugin.kcfg
+share/doc/tde/HTML/en/ktorrent/advanced-config.png
+share/doc/tde/HTML/en/ktorrent/bittorrent-config.png
+share/doc/tde/HTML/en/ktorrent/commands.docbook
+share/doc/tde/HTML/en/ktorrent/common
+share/doc/tde/HTML/en/ktorrent/configure.docbook
+share/doc/tde/HTML/en/ktorrent/credits.docbook
+share/doc/tde/HTML/en/ktorrent/downloads-config.png
+share/doc/tde/HTML/en/ktorrent/faq.docbook
+share/doc/tde/HTML/en/ktorrent/general-config.png
+share/doc/tde/HTML/en/ktorrent/index.cache.bz2
+share/doc/tde/HTML/en/ktorrent/index.docbook
+share/doc/tde/HTML/en/ktorrent/introduction.docbook
+share/doc/tde/HTML/en/ktorrent/introduction.png
+share/doc/tde/HTML/en/ktorrent/plugins-config.png
+share/doc/tde/HTML/en/ktorrent/systemtray-popup.png
+share/doc/tde/HTML/en/ktorrent/using.docbook
+share/icons/hicolor/128x128/apps/ktorrent.png
+share/icons/hicolor/128x128/mimetypes/torrent.png
+share/icons/hicolor/16x16/apps/ktorrent.png
+share/icons/hicolor/16x16/mimetypes/torrent.png
+share/icons/hicolor/22x22/apps/ktorrent.png
+share/icons/hicolor/22x22/mimetypes/torrent.png
+share/icons/hicolor/32x32/apps/ktorrent.png
+share/icons/hicolor/32x32/mimetypes/torrent.png
+share/icons/hicolor/48x48/apps/ktorrent.png
+share/icons/hicolor/48x48/mimetypes/torrent.png
+share/icons/hicolor/64x64/apps/ktorrent.png
+share/icons/hicolor/64x64/mimetypes/torrent.png
+share/icons/hicolor/scalable/apps/ktorrent.svgz
+share/icons/hicolor/scalable/mimetypes/torrent.svgz
+share/locale/ar/LC_MESSAGES/ktorrent.mo
+share/locale/bg/LC_MESSAGES/ktorrent.mo
+share/locale/br/LC_MESSAGES/ktorrent.mo
+share/locale/ca/LC_MESSAGES/ktorrent.mo
+share/locale/cs/LC_MESSAGES/ktorrent.mo
+share/locale/cy/LC_MESSAGES/ktorrent.mo
+share/locale/da/LC_MESSAGES/ktorrent.mo
+share/locale/de/LC_MESSAGES/ktorrent.mo
+share/locale/el/LC_MESSAGES/ktorrent.mo
+share/locale/en_GB/LC_MESSAGES/ktorrent.mo
+share/locale/es/LC_MESSAGES/ktorrent.mo
+share/locale/et/LC_MESSAGES/ktorrent.mo
+share/locale/fa/LC_MESSAGES/ktorrent.mo
+share/locale/fr/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/nb/LC_MESSAGES/ktorrent.mo
+share/locale/nds/LC_MESSAGES/ktorrent.mo
+share/locale/nl/LC_MESSAGES/ktorrent.mo
+share/locale/pa/LC_MESSAGES/ktorrent.mo
+share/locale/pl/LC_MESSAGES/ktorrent.mo
+share/locale/pt/LC_MESSAGES/ktorrent.mo
+share/locale/pt_BR/LC_MESSAGES/ktorrent.mo
+share/locale/ru/LC_MESSAGES/ktorrent.mo
+share/locale/rw/LC_MESSAGES/ktorrent.mo
+share/locale/sk/LC_MESSAGES/ktorrent.mo
+share/locale/sr/LC_MESSAGES/ktorrent.mo
+share/locale/sr@Latn/LC_MESSAGES/ktorrent.mo
+share/locale/sv/LC_MESSAGES/ktorrent.mo
+share/locale/tr/LC_MESSAGES/ktorrent.mo
+share/locale/uk/LC_MESSAGES/ktorrent.mo
+share/locale/zh_CN/LC_MESSAGES/ktorrent.mo
+share/locale/zh_TW/LC_MESSAGES/ktorrent.mo
+share/man/man1/ktorrent.1.gz
+share/services/ktinfowidgetplugin.desktop
+share/services/ktipfilterplugin.desktop
+share/services/ktlogviewerplugin.desktop
+share/services/ktpartfileimportplugin.desktop
+share/services/ktrssfeedplugin.desktop
+share/services/ktscanfolderplugin.desktop
+share/services/ktschedulerplugin.desktop
+share/services/ktsearchplugin.desktop
+share/services/ktstatsplugin.desktop
+share/services/ktupnpplugin.desktop
+share/services/ktwebinterfaceplugin.desktop
+share/services/ktzeroconfplugin.desktop
+share/servicetypes/ktorrentplugin.desktop
diff --git a/freebsd/applications/internet/tork/Makefile b/freebsd/applications/internet/tork/Makefile
new file mode 100644
index 000000000..8a468908c
--- /dev/null
+++ b/freebsd/applications/internet/tork/Makefile
@@ -0,0 +1,37 @@
+# -*-mode: makefile-*-
+# Created by: slavek.banko@axis.cz
+# $FreeBSD$
+#
+
+.include <../../../trinity.port.mk>
+
+PORTNAME= tork-trinity
+COMMENT= anonymity manager for TDE
+TDE_PREVERSION=
+MASTER_SITE_SUBDIR= t/${PORTNAME}
+PORTREVISION= 0
+CATEGORIES= x11
+DIST_SUBDIR= TDE/applications/internet
+
+
+BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \
+ ${LOCALBASE}/lib/torsocks/libtorsocks.so:${PORTSDIR}/net/torsocks \
+
+LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface \
+ libssl.so:${PORTSDIR}/security/openssl \
+
+
+# Build
+post-patch: tde-pathfix
+
+do-configure: tde-cmake-prepare
+ ${TDE_CMAKE_CONFIGURE} \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON" \
+ -DWITH_EMBEDDED_GEOIP="ON"
+
+do-build: tde-cmake-build
+
+do-install: tde-cmake-install
+
+.include <bsd.port.mk>
diff --git a/freebsd/applications/internet/tork/distinfo b/freebsd/applications/internet/tork/distinfo
new file mode 100644
index 000000000..bbfe5d090
--- /dev/null
+++ b/freebsd/applications/internet/tork/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1666620037
+SHA256 (TDE/applications/internet/tork-trinity_14.0.13.orig.tar.xz) = 9511b2a5dc4f853f18e9449851b048912f55ee04d773bfb3ac384aa7dafcd9d6
+SIZE (TDE/applications/internet/tork-trinity_14.0.13.orig.tar.xz) = 1974840
diff --git a/freebsd/applications/internet/tork/pkg-descr b/freebsd/applications/internet/tork/pkg-descr
new file mode 100644
index 000000000..fad5f9dc9
--- /dev/null
+++ b/freebsd/applications/internet/tork/pkg-descr
@@ -0,0 +1,8 @@
+anonymity manager for TDE
+
+TorK is an anonymity manager for the Trinity desktop.
+Browse anonymously on Konqueror, Iceweasel or Opera.
+Send anonymous email via the MixMinion network.
+Use ssh, IRC and IM anonymously. Control and monitor
+your anonymous traffic and non-anonymous traffic on
+the Tor network.
diff --git a/freebsd/applications/internet/tork/pkg-plist b/freebsd/applications/internet/tork/pkg-plist
new file mode 100644
index 000000000..4cc80b510
--- /dev/null
+++ b/freebsd/applications/internet/tork/pkg-plist
@@ -0,0 +1,410 @@
+bin/tork
+bin/torkarkollon
+bin/usewithtor
+lib/trinity/kickermenu_tork.la
+lib/trinity/kickermenu_tork.so
+lib/trinity/tdehtml_tork.la
+lib/trinity/tdehtml_tork.so
+lib/trinity/tdeio_torioslave.la
+lib/trinity/tdeio_torioslave.so
+share/applications/tde/tork.desktop
+share/applications/tde/tork_plug_in.desktop
+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/tdehtml/kpartplugins/tork_plug_in.rc
+share/apps/tork/eventsrc
+share/apps/tork/geoip/GeoIP-LICENSE.txt
+share/apps/tork/geoip/GeoIP.dat
+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/16x16/actions/tork_torsmall.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_19.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_33.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_FAILED.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ad.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ae.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_af.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ag.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ai.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_aim_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_al.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_am.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_an.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ao.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_aq.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ar.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_as.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_at.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_au.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_aw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ax.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_az.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ba.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bb.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bd.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_be.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bh.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bi.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bj.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bo.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_br.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bs.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bv.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_by.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_bz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ca.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cd.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ch.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ci.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ck.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cl.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_co.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cs.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cv.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cx.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cy.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_cz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_de.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_dj.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_dk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_dm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_do.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_dz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ec.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ee.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_eg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_eh.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_er.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_es.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_et.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_eu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_fi.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_fj.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_fk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_fm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_fo.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_fr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ga.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gadu_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gb.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gd.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ge.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gh.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gi.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gl.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gp.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gq.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_groupwise_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gs.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_gy.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_hk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_hm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_hn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_hr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ht.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_hu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_icq_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_id.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ie.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_il.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_in.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_io.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_iq.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ir.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_irc_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_is.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_it.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_jabber_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_je.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_jm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_jo.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_jp.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ke.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kh.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ki.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_km.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_konqueroroff.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_konqueroron.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kp.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ky.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_kz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_la.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lb.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_li.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ls.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_lv.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ly.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ma.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_md.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_me.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mh.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ml.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mo.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mp.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mq.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ms.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_msn_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mv.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mx.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_my.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_mz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_na.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_nc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ne.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_nf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ng.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ni.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_nl.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_no.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_np.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_nr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_nu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_nz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_om.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pa.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pe.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ph.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pl.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ps.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_pw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_py.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_qa.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_re.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ro.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_rs.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_rs.woa.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ru.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_rw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sa.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sb.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sd.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_se.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sh.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_si.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sj.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sl.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sms_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_so.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_st.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sv.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sy.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_sz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_td.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_testbed_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_th.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tj.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tk.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tl.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_to.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tp.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tr.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tv.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tw.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_tz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ua.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ug.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_um.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_us.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_uy.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_uz.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_va.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_vc.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ve.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_vg.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_vi.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_vn.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_vu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_wf.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ws.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_yahoo_protocol.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_ye.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_yt.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_yu.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_za.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_zm.png
+share/apps/tork/icons/hicolor/16x16/apps/tork_zw.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_konqueroroff.png
+share/apps/tork/icons/hicolor/22x22/apps/tork_konqueroron.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/tde/HTML/en/tork/common
+share/doc/tde/HTML/en/tork/index.cache.bz2
+share/doc/tde/HTML/en/tork/index.docbook
+share/icons/hicolor/48x48/apps/tork.png
+share/locale/cs/LC_MESSAGES/tork.mo
+share/locale/de/LC_MESSAGES/tork.mo
+share/locale/el/LC_MESSAGES/tork.mo
+share/locale/es/LC_MESSAGES/tork.mo
+share/locale/fr/LC_MESSAGES/tork.mo
+share/locale/it/LC_MESSAGES/tork.mo
+share/locale/nl/LC_MESSAGES/tork.mo
+share/locale/tr/LC_MESSAGES/tork.mo
+share/locale/zh_CN/LC_MESSAGES/tork.mo
+share/man/man1/tork.1.gz
+share/man/man1/torkarkollon.1.gz
+share/menu/tork
+share/pixmaps/tork.xpm
+share/services/torioslave.protocol