aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.kde4.mk2
-rw-r--r--net-im/ktp-accounts-kcm/Makefile49
-rw-r--r--net-im/ktp-accounts-kcm/distinfo2
-rw-r--r--net-im/ktp-accounts-kcm/pkg-descr8
-rw-r--r--net-im/ktp-accounts-kcm/pkg-plist376
-rw-r--r--net-im/ktp-approver/Makefile22
-rw-r--r--net-im/ktp-approver/distinfo2
-rw-r--r--net-im/ktp-approver/pkg-descr9
-rw-r--r--net-im/ktp-approver/pkg-plist47
-rw-r--r--net-im/ktp-auth-handler/Makefile24
-rw-r--r--net-im/ktp-auth-handler/distinfo2
-rw-r--r--net-im/ktp-auth-handler/pkg-descr8
-rw-r--r--net-im/ktp-auth-handler/pkg-plist51
-rw-r--r--net-im/ktp-common-internals/Makefile24
-rw-r--r--net-im/ktp-common-internals/distinfo2
-rw-r--r--net-im/ktp-common-internals/files/patch-CMakeLists.txt10
-rw-r--r--net-im/ktp-common-internals/pkg-descr7
-rw-r--r--net-im/ktp-common-internals/pkg-plist151
-rw-r--r--net-im/ktp-contact-list/Makefile22
-rw-r--r--net-im/ktp-contact-list/distinfo2
-rw-r--r--net-im/ktp-contact-list/pkg-descr8
-rw-r--r--net-im/ktp-contact-list/pkg-plist46
-rw-r--r--net-im/ktp-contact-runner/Makefile21
-rw-r--r--net-im/ktp-contact-runner/distinfo2
-rw-r--r--net-im/ktp-contact-runner/pkg-descr7
-rw-r--r--net-im/ktp-contact-runner/pkg-plist44
-rw-r--r--net-im/ktp-filetransfer-handler/Makefile21
-rw-r--r--net-im/ktp-filetransfer-handler/distinfo2
-rw-r--r--net-im/ktp-filetransfer-handler/pkg-descr15
-rw-r--r--net-im/ktp-filetransfer-handler/pkg-plist45
-rw-r--r--net-im/ktp-kded-integration-module/Makefile21
-rw-r--r--net-im/ktp-kded-integration-module/distinfo2
-rw-r--r--net-im/ktp-kded-integration-module/pkg-descr8
-rw-r--r--net-im/ktp-kded-integration-module/pkg-plist46
-rw-r--r--net-im/ktp-send-file/Makefile23
-rw-r--r--net-im/ktp-send-file/distinfo2
-rw-r--r--net-im/ktp-send-file/pkg-descr8
-rw-r--r--net-im/ktp-send-file/pkg-plist45
-rw-r--r--net-im/ktp-text-ui/Makefile26
-rw-r--r--net-im/ktp-text-ui/distinfo2
-rw-r--r--net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp110
-rw-r--r--net-im/ktp-text-ui/files/patch-lib__adium-theme-view.cpp22
-rw-r--r--net-im/ktp-text-ui/pkg-descr7
-rw-r--r--net-im/ktp-text-ui/pkg-plist474
-rw-r--r--net-im/plasma-applet-ktp/Makefile24
-rw-r--r--net-im/plasma-applet-ktp/distinfo2
-rw-r--r--net-im/plasma-applet-ktp/pkg-descr7
-rw-r--r--net-im/plasma-applet-ktp/pkg-plist129
48 files changed, 1989 insertions, 0 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk
index 84d2b547b9f5..eff70300981b 100644
--- a/Mk/bsd.kde4.mk
+++ b/Mk/bsd.kde4.mk
@@ -76,6 +76,8 @@ Kde_Pre_Include= bsd.kde4.mk
KDE4_VERSION?= 4.10.1
KDE4_BRANCH?= stable
+KTP_VERSION?= 0.6.1
+KTP_BRANCH?= stable
CALLIGRA_VERSION?= 2.6.2
CALLIGRA_BRANCH?= stable
KDEVELOP_VERSION?= 4.4.1
diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile
new file mode 100644
index 000000000000..eb6a38aa22a5
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/Makefile
@@ -0,0 +1,49 @@
+# $FreeBSD$
+
+PORTNAME= ktp-accounts-kcm
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE instant messaging account management module
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+USE_LDCONFIG= yes
+
+OPTIONS_DEFINE= HAZE IRC JABBER SALUT
+OPTIONS_DEFAULT=JABBER
+
+HAZE_DESC= libpurple protocols support
+IRC_DESC= Internet Relay Chat support
+SALUT_DESC= Link-local (serverless) XMPP support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MHAZE}
+RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-haze:${PORTSDIR}/net-im/telepathy-haze
+.endif
+
+.if ${PORT_OPTIONS:MIRC}
+RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-idle:${PORTSDIR}/net-im/telepathy-idle
+.endif
+
+.if ${PORT_OPTIONS:MJABBER}
+RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-gabble:${PORTSDIR}/net-im/telepathy-gabble
+.endif
+
+.if ${PORT_OPTIONS:MSALUT}
+RUN_DEPENDS+= ${LOCALBASE}/libexec/telepathy-salut:${PORTSDIR}/net-im/telepathy-salut
+.endif
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-accounts-kcm/distinfo b/net-im/ktp-accounts-kcm/distinfo
new file mode 100644
index 000000000000..91dc19e68d9f
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-accounts-kcm-0.6.1.tar.bz2) = 33acccf4b495eb646aff75e26fa932a4947f40c12d2f571ed1b121ee4c457018
+SIZE (ktp-accounts-kcm-0.6.1.tar.bz2) = 240111
diff --git a/net-im/ktp-accounts-kcm/pkg-descr b/net-im/ktp-accounts-kcm/pkg-descr
new file mode 100644
index 000000000000..31a5df5ea05e
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/pkg-descr
@@ -0,0 +1,8 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This is a KControl module which handles adding/editing/removing
+Telepathy accounts.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-accounts-kcm/pkg-plist b/net-im/ktp-accounts-kcm/pkg-plist
new file mode 100644
index 000000000000..81932d0a4121
--- /dev/null
+++ b/net-im/ktp-accounts-kcm/pkg-plist
@@ -0,0 +1,376 @@
+lib/kde4/kcm_ktp_accounts.so
+lib/kde4/ktpaccountskcm_plugin_butterfly.so
+lib/kde4/ktpaccountskcm_plugin_gabble.so
+lib/kde4/ktpaccountskcm_plugin_haze.so
+lib/kde4/ktpaccountskcm_plugin_idle.so
+lib/kde4/ktpaccountskcm_plugin_rakia.so
+lib/kde4/ktpaccountskcm_plugin_salut.so
+lib/kde4/ktpaccountskcm_plugin_sunshine.so
+lib/libktpaccountskcminternal.so
+lib/libktpaccountskcminternal.so.5
+lib/libktpaccountskcminternal.so.5.0.1
+share/kde4/services/kcm_ktp_accounts.desktop
+share/kde4/services/ktpaccountskcm_plugin_butterfly.desktop
+share/kde4/services/ktpaccountskcm_plugin_gabble.desktop
+share/kde4/services/ktpaccountskcm_plugin_haze.desktop
+share/kde4/services/ktpaccountskcm_plugin_idle.desktop
+share/kde4/services/ktpaccountskcm_plugin_rakia.desktop
+share/kde4/services/ktpaccountskcm_plugin_salut.desktop
+share/kde4/services/ktpaccountskcm_plugin_sunshine.desktop
+share/kde4/services/settings-im-and-voip.desktop
+share/kde4/servicetypes/ktpaccountskcminternal-accountuiplugin.desktop
+share/locale/bs/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/bs/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ca/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ca/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ca@valencia/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/cs/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/cs/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/da/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/da/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/de/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/de/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/el/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/el/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/en_GB/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/eo/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/es/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/es/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/et/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/et/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/fi/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/fi/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/fr/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/fr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ga/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ga/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/gl/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/gl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/hu/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/hu/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ia/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ia/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/it/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/it/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ja/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ja/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/kk/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/kk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/km/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/km/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/lt/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/lt/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/mai/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/mr/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/mr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/nb/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/nb/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/nds/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/nds/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/nl/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/nl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/pa/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/pl/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/pl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/pt/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/pt/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/pt_BR/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ro/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ro/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/ru/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ru/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sk/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sl/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sl/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sr/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sr/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sr@latin/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/sv/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/sv/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/tr/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/tr/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ug/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/ug/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/uk/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/uk/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/vi/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/wa/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/zh_CN/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_ktp_accounts.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_butterfly.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_gabble.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_haze.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_idle.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_rakia.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_salut.mo
+share/locale/zh_TW/LC_MESSAGES/kcmtelepathyaccounts_plugin_sunshine.mo
+share/telepathy/profiles/bigbrownchunx-skype-dbus.profile
+share/telepathy/profiles/facebook.profile
+share/telepathy/profiles/gadugadu.profile
+share/telepathy/profiles/google-talk.profile
+share/telepathy/profiles/irc.profile
+share/telepathy/profiles/jabber.profile
+share/telepathy/profiles/kde-talk.profile
+share/telepathy/profiles/local-xmpp.profile
+share/telepathy/profiles/msn-xmpp.profile
+share/telepathy/profiles/msn.profile
+share/telepathy/profiles/sofiasip-sip.profile
+@dirrm share/telepathy/profiles
+@dirrmtry share/telepathy
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-approver/Makefile b/net-im/ktp-approver/Makefile
new file mode 100644
index 000000000000..d02f82b117d4
--- /dev/null
+++ b/net-im/ktp-approver/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= ktp-approver
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE instant messaging notifier
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-approver/distinfo b/net-im/ktp-approver/distinfo
new file mode 100644
index 000000000000..f4f90a3c35bd
--- /dev/null
+++ b/net-im/ktp-approver/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-approver-0.6.1.tar.bz2) = b9aa215f01713e043d2d4ec4b0db3a1c24a61c82ef71ba3be0e5df72e247a97e
+SIZE (ktp-approver-0.6.1.tar.bz2) = 35394
diff --git a/net-im/ktp-approver/pkg-descr b/net-im/ktp-approver/pkg-descr
new file mode 100644
index 000000000000..555936f35c97
--- /dev/null
+++ b/net-im/ktp-approver/pkg-descr
@@ -0,0 +1,9 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This module notifies you when an incoming message or a file transfer
+request arrives and hangs in the system tray until you're ready to
+check it.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-approver/pkg-plist b/net-im/ktp-approver/pkg-plist
new file mode 100644
index 000000000000..a39c0543d107
--- /dev/null
+++ b/net-im/ktp-approver/pkg-plist
@@ -0,0 +1,47 @@
+lib/kde4/kded_ktp_approver.so
+share/config/ktp_approverrc
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.Approver.service
+share/kde4/services/kded/ktp_approver.desktop
+share/kde4/servicetypes/ktp-approver.service
+share/locale/bs/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ca/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ca@valencia/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/cs/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/da/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/de/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/el/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/es/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/et/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/fi/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/fr/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ga/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/gl/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/hu/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ia/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/it/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ja/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/kk/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/km/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/lt/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/mr/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/nb/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/nds/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/nl/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/pl/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/pt/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/pt_BR/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ro/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/ru/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sk/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sl/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sr/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sr@latin/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/sv/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/tr/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/uk/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/zh_CN/LC_MESSAGES/kded_ktp_approver.mo
+share/locale/zh_TW/LC_MESSAGES/kded_ktp_approver.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile
new file mode 100644
index 000000000000..761a746bffcd
--- /dev/null
+++ b/net-im/ktp-auth-handler/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= ktp-auth-handler
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KWallet integration module for KDE Telepathy
+
+LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson \
+ qca:${PORTSDIR}/devel/qca \
+ telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib dbus gui xml webkit \
+ moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-auth-handler/distinfo b/net-im/ktp-auth-handler/distinfo
new file mode 100644
index 000000000000..bb5ae34b1c14
--- /dev/null
+++ b/net-im/ktp-auth-handler/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-auth-handler-0.6.1.tar.bz2) = f743dcc230e72155ed04da21dd6b5e2d74feb042b408df3f8c3c6fbf3f9b5826
+SIZE (ktp-auth-handler-0.6.1.tar.bz2) = 42973
diff --git a/net-im/ktp-auth-handler/pkg-descr b/net-im/ktp-auth-handler/pkg-descr
new file mode 100644
index 000000000000..7c6d4cc80870
--- /dev/null
+++ b/net-im/ktp-auth-handler/pkg-descr
@@ -0,0 +1,8 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This module handles KWallet integration, and prompts/sends passwords
+to connection managers when requested.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-auth-handler/pkg-plist b/net-im/ktp-auth-handler/pkg-plist
new file mode 100644
index 000000000000..a438be8d40a8
--- /dev/null
+++ b/net-im/ktp-auth-handler/pkg-plist
@@ -0,0 +1,51 @@
+lib/kde4/libexec/ktp-auth-handler
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.ConfAuthObserver.service
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.SASLHandler.service
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TLSHandler.service
+share/locale/bs/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ca/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/cs/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/da/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/de/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/el/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/es/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/et/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/fi/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/fr/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ga/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/gl/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/hu/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ia/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/it/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ja/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/kk/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/km/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/lt/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/mr/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/nb/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/nds/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/nl/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/pl/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/pt/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ro/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/ru/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sk/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sl/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sr/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/sv/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/uk/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/vi/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-auth-handler.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-auth-handler.mo
+share/telepathy/clients/KTp.ConfAuthObserver.client
+share/telepathy/clients/KTp.SASLHandler.client
+share/telepathy/clients/KTp.TLSHandler.client
+@dirrmtry share/telepathy/clients
+@dirrmtry share/telepathy
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-common-internals/Makefile b/net-im/ktp-common-internals/Makefile
new file mode 100644
index 000000000000..fd8316429c0a
--- /dev/null
+++ b/net-im/ktp-common-internals/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= ktp-common-internals
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE Telepathy internal library
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4
+RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= declarative script \
+ moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-common-internals/distinfo b/net-im/ktp-common-internals/distinfo
new file mode 100644
index 000000000000..ce0d47ce66e5
--- /dev/null
+++ b/net-im/ktp-common-internals/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-common-internals-0.6.1.tar.bz2) = d1c5c3952912ed2244b2e4d1a4c6bf19a73972fea744c78d29b56558effcd138
+SIZE (ktp-common-internals-0.6.1.tar.bz2) = 340239
diff --git a/net-im/ktp-common-internals/files/patch-CMakeLists.txt b/net-im/ktp-common-internals/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..9fc875a2d59a
--- /dev/null
+++ b/net-im/ktp-common-internals/files/patch-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- ./CMakeLists.txt.orig 2013-03-06 15:54:32.000000000 -0800
++++ ./CMakeLists.txt 2013-03-29 16:59:10.767664571 -0700
+@@ -1,6 +1,7 @@
+ project(ktp-common-internals)
+
+ cmake_minimum_required (VERSION 2.6.3 FATAL_ERROR)
++cmake_policy(SET CMP0002 OLD)
+
+ set (CMAKE_MODULE_PATH
+ "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
diff --git a/net-im/ktp-common-internals/pkg-descr b/net-im/ktp-common-internals/pkg-descr
new file mode 100644
index 000000000000..64152602ef40
--- /dev/null
+++ b/net-im/ktp-common-internals/pkg-descr
@@ -0,0 +1,7 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This module provides the internal library needed by all other modules.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-common-internals/pkg-plist b/net-im/ktp-common-internals/pkg-plist
new file mode 100644
index 000000000000..14bc9287e5cc
--- /dev/null
+++ b/net-im/ktp-common-internals/pkg-plist
@@ -0,0 +1,151 @@
+bin/ktp-debugger
+include/KTp/Models/abstract-grouping-proxy-model.h
+include/KTp/Models/accounts-list-model.h
+include/KTp/Models/accounts-tree-proxy-model.h
+include/KTp/Models/contacts-filter-model.h
+include/KTp/Models/contacts-list-model.h
+include/KTp/Models/contacts-model.h
+include/KTp/Models/groups-tree-proxy-model.h
+include/KTp/Models/rooms-model.h
+include/KTp/Models/text-channel-watcher-proxy-model.h
+include/KTp/Widgets/accounts-combo-box.h
+include/KTp/Widgets/add-contact-dialog.h
+include/KTp/Widgets/contact-grid-dialog.h
+include/KTp/Widgets/contact-grid-widget.h
+include/KTp/Widgets/join-chat-room-dialog.h
+include/KTp/Widgets/notificationconfigdialog.h
+include/KTp/abstract-message-filter.h
+include/KTp/actions.h
+include/KTp/circular-countdown.h
+include/KTp/contact-factory.h
+include/KTp/contact-info-dialog.h
+include/KTp/contact.h
+include/KTp/debug.h
+include/KTp/error-dictionary.h
+include/KTp/global-contact-manager.h
+include/KTp/global-presence.h
+include/KTp/ktp-export.h
+include/KTp/logs-importer.h
+include/KTp/message-context.h
+include/KTp/message-filter-config-manager.h
+include/KTp/message-processor.h
+include/KTp/message.h
+include/KTp/outgoing-message.h
+include/KTp/pending-wallet.h
+include/KTp/persistent-contact.h
+include/KTp/presence.h
+include/KTp/service-availability-checker.h
+include/KTp/telepathy-handler-application.h
+include/KTp/text-parser.h
+include/KTp/types.h
+include/KTp/wallet-interface.h
+include/KTp/wallet-utils.h
+lib/kde4/imports/org/kde/telepathy/libktpqmlplugin.so
+lib/kde4/imports/org/kde/telepathy/qmldir
+lib/libktpcommoninternalsprivate.so
+lib/libktpcommoninternalsprivate.so.0.6.1
+lib/libktpcommoninternalsprivate.so.5
+lib/libktpmodelsprivate.so
+lib/libktpmodelsprivate.so.0.6.1
+lib/libktpmodelsprivate.so.5
+lib/libktpwidgetsprivate.so
+lib/libktpwidgetsprivate.so.0.6.1
+lib/libktpwidgetsprivate.so.5
+share/apps/ktelepathy/ktelepathy.notifyrc
+share/icons/hicolor/128x128/apps/telepathy-kde.png
+share/icons/hicolor/16x16/actions/im-groupwise.png
+share/icons/hicolor/16x16/actions/im-irc.png
+share/icons/hicolor/16x16/actions/im-local-xmpp.png
+share/icons/hicolor/16x16/apps/telepathy-kde.png
+share/icons/hicolor/22x22/actions/im-aim.png
+share/icons/hicolor/22x22/actions/im-facebook.png
+share/icons/hicolor/22x22/actions/im-gadugadu.png
+share/icons/hicolor/22x22/actions/im-google-talk.png
+share/icons/hicolor/22x22/actions/im-groupwise.png
+share/icons/hicolor/22x22/actions/im-icq.png
+share/icons/hicolor/22x22/actions/im-jabber.png
+share/icons/hicolor/22x22/actions/im-local-xmpp.png
+share/icons/hicolor/22x22/actions/im-msn.png
+share/icons/hicolor/22x22/actions/im-qq.png
+share/icons/hicolor/22x22/actions/im-skype.png
+share/icons/hicolor/22x22/actions/im-yahoo.png
+share/icons/hicolor/22x22/actions/sort-name.png
+share/icons/hicolor/22x22/actions/sort-presence.png
+share/icons/hicolor/22x22/apps/telepathy-kde.png
+share/icons/hicolor/32x32/actions/im-aim.png
+share/icons/hicolor/32x32/actions/im-facebook.png
+share/icons/hicolor/32x32/actions/im-gadugadu.png
+share/icons/hicolor/32x32/actions/im-google-talk.png
+share/icons/hicolor/32x32/actions/im-groupwise.png
+share/icons/hicolor/32x32/actions/im-icq.png
+share/icons/hicolor/32x32/actions/im-irc.png
+share/icons/hicolor/32x32/actions/im-jabber.png
+share/icons/hicolor/32x32/actions/im-local-xmpp.png
+share/icons/hicolor/32x32/actions/im-msn.png
+share/icons/hicolor/32x32/actions/im-qq.png
+share/icons/hicolor/32x32/actions/im-skype.png
+share/icons/hicolor/32x32/actions/im-yahoo.png
+share/icons/hicolor/32x32/apps/telepathy-kde.png
+share/icons/hicolor/48x48/actions/im-aim.png
+share/icons/hicolor/48x48/actions/im-facebook.png
+share/icons/hicolor/48x48/actions/im-gadugadu.png
+share/icons/hicolor/48x48/actions/im-google-talk.png
+share/icons/hicolor/48x48/actions/im-groupwise.png
+share/icons/hicolor/48x48/actions/im-icq.png
+share/icons/hicolor/48x48/actions/im-jabber.png
+share/icons/hicolor/48x48/actions/im-local-xmpp.png
+share/icons/hicolor/48x48/actions/im-msn.png
+share/icons/hicolor/48x48/actions/im-qq.png
+share/icons/hicolor/48x48/actions/im-skype.png
+share/icons/hicolor/48x48/actions/im-yahoo.png
+share/icons/hicolor/48x48/apps/telepathy-kde.png
+share/icons/hicolor/64x64/apps/telepathy-kde.png
+share/icons/hicolor/scalable/apps/telepathy-kde.svgz
+share/locale/bs/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ca/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-common-internals.mo
+share/locale/cs/LC_MESSAGES/ktp-common-internals.mo
+share/locale/da/LC_MESSAGES/ktp-common-internals.mo
+share/locale/de/LC_MESSAGES/ktp-common-internals.mo
+share/locale/el/LC_MESSAGES/ktp-common-internals.mo
+share/locale/es/LC_MESSAGES/ktp-common-internals.mo
+share/locale/et/LC_MESSAGES/ktp-common-internals.mo
+share/locale/fi/LC_MESSAGES/ktp-common-internals.mo
+share/locale/fr/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ga/LC_MESSAGES/ktp-common-internals.mo
+share/locale/gl/LC_MESSAGES/ktp-common-internals.mo
+share/locale/hu/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ia/LC_MESSAGES/ktp-common-internals.mo
+share/locale/it/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ja/LC_MESSAGES/ktp-common-internals.mo
+share/locale/kk/LC_MESSAGES/ktp-common-internals.mo
+share/locale/lt/LC_MESSAGES/ktp-common-internals.mo
+share/locale/mr/LC_MESSAGES/ktp-common-internals.mo
+share/locale/nb/LC_MESSAGES/ktp-common-internals.mo
+share/locale/nds/LC_MESSAGES/ktp-common-internals.mo
+share/locale/nl/LC_MESSAGES/ktp-common-internals.mo
+share/locale/pl/LC_MESSAGES/ktp-common-internals.mo
+share/locale/pt/LC_MESSAGES/ktp-common-internals.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ro/LC_MESSAGES/ktp-common-internals.mo
+share/locale/ru/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sk/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sl/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sr/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-common-internals.mo
+share/locale/sv/LC_MESSAGES/ktp-common-internals.mo
+share/locale/uk/LC_MESSAGES/ktp-common-internals.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-common-internals.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-common-internals.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
+@dirrmtry share/apps/ktelepathy
+@dirrmtry lib/kde4/imports/org/kde/telepathy
+@dirrmtry lib/kde4/imports/org/kde
+@dirrmtry lib/kde4/imports/org
+@dirrmtry lib/kde4/imports
+@dirrm include/KTp/Widgets
+@dirrm include/KTp/Models
+@dirrmtry include/KTp
diff --git a/net-im/ktp-contact-list/Makefile b/net-im/ktp-contact-list/Makefile
new file mode 100644
index 000000000000..04ae8b6e6796
--- /dev/null
+++ b/net-im/ktp-contact-list/Makefile
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME= ktp-contact-list
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE instant messaging contact list application
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-contact-list/distinfo b/net-im/ktp-contact-list/distinfo
new file mode 100644
index 000000000000..554a57ba9296
--- /dev/null
+++ b/net-im/ktp-contact-list/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-contact-list-0.6.1.tar.bz2) = eea39dd233d3b58ef5d05948792fc5c2df8a0a39c4194c792eecf6906518455d
+SIZE (ktp-contact-list-0.6.1.tar.bz2) = 130810
diff --git a/net-im/ktp-contact-list/pkg-descr b/net-im/ktp-contact-list/pkg-descr
new file mode 100644
index 000000000000..7448b831e183
--- /dev/null
+++ b/net-im/ktp-contact-list/pkg-descr
@@ -0,0 +1,8 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This application provides a traditional contact list, similar to the
+one provided by Kopete.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-contact-list/pkg-plist b/net-im/ktp-contact-list/pkg-plist
new file mode 100644
index 000000000000..00f84665a4e8
--- /dev/null
+++ b/net-im/ktp-contact-list/pkg-plist
@@ -0,0 +1,46 @@
+bin/ktp-contactlist
+share/applications/kde4/ktp-contactlist.desktop
+share/locale/bs/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ca/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-contactlist.mo
+share/locale/cs/LC_MESSAGES/ktp-contactlist.mo
+share/locale/da/LC_MESSAGES/ktp-contactlist.mo
+share/locale/de/LC_MESSAGES/ktp-contactlist.mo
+share/locale/el/LC_MESSAGES/ktp-contactlist.mo
+share/locale/es/LC_MESSAGES/ktp-contactlist.mo
+share/locale/et/LC_MESSAGES/ktp-contactlist.mo
+share/locale/fi/LC_MESSAGES/ktp-contactlist.mo
+share/locale/fr/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ga/LC_MESSAGES/ktp-contactlist.mo
+share/locale/gl/LC_MESSAGES/ktp-contactlist.mo
+share/locale/hu/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ia/LC_MESSAGES/ktp-contactlist.mo
+share/locale/it/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ja/LC_MESSAGES/ktp-contactlist.mo
+share/locale/kk/LC_MESSAGES/ktp-contactlist.mo
+share/locale/km/LC_MESSAGES/ktp-contactlist.mo
+share/locale/lt/LC_MESSAGES/ktp-contactlist.mo
+share/locale/mr/LC_MESSAGES/ktp-contactlist.mo
+share/locale/nb/LC_MESSAGES/ktp-contactlist.mo
+share/locale/nds/LC_MESSAGES/ktp-contactlist.mo
+share/locale/nl/LC_MESSAGES/ktp-contactlist.mo
+share/locale/pl/LC_MESSAGES/ktp-contactlist.mo
+share/locale/pt/LC_MESSAGES/ktp-contactlist.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ro/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ru/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sk/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sl/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sr/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-contactlist.mo
+share/locale/sv/LC_MESSAGES/ktp-contactlist.mo
+share/locale/tr/LC_MESSAGES/ktp-contactlist.mo
+share/locale/ug/LC_MESSAGES/ktp-contactlist.mo
+share/locale/uk/LC_MESSAGES/ktp-contactlist.mo
+share/locale/vi/LC_MESSAGES/ktp-contactlist.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-contactlist.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-contactlist.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-contact-runner/Makefile b/net-im/ktp-contact-runner/Makefile
new file mode 100644
index 000000000000..9b36d3b38a27
--- /dev/null
+++ b/net-im/ktp-contact-runner/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= ktp-contact-runner
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KRunner integration module for KDE Telepathy
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-contact-runner/distinfo b/net-im/ktp-contact-runner/distinfo
new file mode 100644
index 000000000000..6ac8a6b2f89d
--- /dev/null
+++ b/net-im/ktp-contact-runner/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-contact-runner-0.6.1.tar.bz2) = 3f287bff886f90c8cbd121e0fb619558203fdb995417c196a814626ad5db5207
+SIZE (ktp-contact-runner-0.6.1.tar.bz2) = 39856
diff --git a/net-im/ktp-contact-runner/pkg-descr b/net-im/ktp-contact-runner/pkg-descr
new file mode 100644
index 000000000000..9443a00f57e3
--- /dev/null
+++ b/net-im/ktp-contact-runner/pkg-descr
@@ -0,0 +1,7 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This module makes KRunner capable of showing contacts.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-contact-runner/pkg-plist b/net-im/ktp-contact-runner/pkg-plist
new file mode 100644
index 000000000000..27c390b1704e
--- /dev/null
+++ b/net-im/ktp-contact-runner/pkg-plist
@@ -0,0 +1,44 @@
+lib/kde4/krunner_ktp_contacts.so
+share/kde4/services/plasma-runner-ktp-contact.desktop
+share/locale/bs/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/ca/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/cs/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/da/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/de/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/el/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/es/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/et/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/fi/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/fr/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/ga/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/gl/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/hu/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/ia/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/it/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/kk/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/km/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/lt/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/mr/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/nb/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/nds/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/nl/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/pl/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/pt/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/ro/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/ru/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sk/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sl/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sr/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/sv/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/tr/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/uk/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/vi/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_runner_ktp_contacts.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-filetransfer-handler/Makefile b/net-im/ktp-filetransfer-handler/Makefile
new file mode 100644
index 000000000000..239fbeed56be
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= ktp-filetransfer-handler
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE instant messaging file transfer handler
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-filetransfer-handler/distinfo b/net-im/ktp-filetransfer-handler/distinfo
new file mode 100644
index 000000000000..95ee07e5f274
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-filetransfer-handler-0.6.1.tar.bz2) = 7be5a82ff77e26fc24d9acf664fee737ea4385972457116ef52340ec9760905b
+SIZE (ktp-filetransfer-handler-0.6.1.tar.bz2) = 45938
diff --git a/net-im/ktp-filetransfer-handler/pkg-descr b/net-im/ktp-filetransfer-handler/pkg-descr
new file mode 100644
index 000000000000..1915927ee9a4
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/pkg-descr
@@ -0,0 +1,15 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This is the file transfer handler.
+
+It basically does two things:
+ * sends files to your contacts;
+ * receives files from your contacts.
+
+It doesn't set any filter on the MIME type, therefore, it should catch
+all the file transfer channels that aren't received by any other
+handler filtering on MIME type.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-filetransfer-handler/pkg-plist b/net-im/ktp-filetransfer-handler/pkg-plist
new file mode 100644
index 000000000000..855827fb96c8
--- /dev/null
+++ b/net-im/ktp-filetransfer-handler/pkg-plist
@@ -0,0 +1,45 @@
+lib/kde4/libexec/ktp-filetransfer-handler
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.FileTransferHandler.service
+share/locale/bs/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ca/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/cs/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/da/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/de/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/el/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/es/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/et/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/fi/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/fr/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ga/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/gl/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/hu/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ia/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/it/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ja/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/kk/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/lt/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/mr/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/nb/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/nds/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/nl/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/pl/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/pt/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ro/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/ru/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sk/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sl/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sr/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/sv/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/uk/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-filetransfer-handler.mo
+share/telepathy/clients/KTp.FileTransferHandler.client
+@dirrmtry share/telepathy/clients
+@dirrmtry share/telepathy
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-kded-integration-module/Makefile b/net-im/ktp-kded-integration-module/Makefile
new file mode 100644
index 000000000000..f0c1a0db91bf
--- /dev/null
+++ b/net-im/ktp-kded-integration-module/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= ktp-kded-integration-module
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= Module for integration of instant messaging into KDE Workspaces
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-kded-integration-module/distinfo b/net-im/ktp-kded-integration-module/distinfo
new file mode 100644
index 000000000000..23c0be369339
--- /dev/null
+++ b/net-im/ktp-kded-integration-module/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-kded-integration-module-0.6.1.tar.bz2) = de26d4865cea9851d088d812b17034f320f59b76aa1c89a2c4ca89e585df1ad2
+SIZE (ktp-kded-integration-module-0.6.1.tar.bz2) = 67554
diff --git a/net-im/ktp-kded-integration-module/pkg-descr b/net-im/ktp-kded-integration-module/pkg-descr
new file mode 100644
index 000000000000..ab5914f53b40
--- /dev/null
+++ b/net-im/ktp-kded-integration-module/pkg-descr
@@ -0,0 +1,8 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This module provides several plugins like auto-away, the infamous 'Now
+listening to...' and also an error handler.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-kded-integration-module/pkg-plist b/net-im/ktp-kded-integration-module/pkg-plist
new file mode 100644
index 000000000000..70a199f5ffe5
--- /dev/null
+++ b/net-im/ktp-kded-integration-module/pkg-plist
@@ -0,0 +1,46 @@
+lib/kde4/kcm_ktp_integration_module.so
+lib/kde4/kded_ktp_integration_module.so
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.KdedIntegrationModule.service
+share/kde4/services/kcm_ktp_integration_module.desktop
+share/kde4/services/kded/kded_ktp_integration_module.desktop
+share/locale/bs/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ca/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ca@valencia/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/cs/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/da/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/de/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/el/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/es/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/et/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/fi/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/fr/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ga/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/gl/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/hu/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ia/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/it/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ja/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/kk/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/km/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/lt/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/mr/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/nb/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/nds/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/nl/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/pl/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/pt/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/pt_BR/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ro/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/ru/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sk/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sl/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sr/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sr@latin/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/sv/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/uk/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/zh_CN/LC_MESSAGES/kded_ktp_integration_module.mo
+share/locale/zh_TW/LC_MESSAGES/kded_ktp_integration_module.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-send-file/Makefile b/net-im/ktp-send-file/Makefile
new file mode 100644
index 000000000000..54af41f50772
--- /dev/null
+++ b/net-im/ktp-send-file/Makefile
@@ -0,0 +1,23 @@
+# $FreeBSD$
+
+PORTNAME= ktp-send-file
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE instant messaging file transfer application
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:${PORTSDIR}/net-im/ktp-filetransfer-handler \
+ ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-send-file/distinfo b/net-im/ktp-send-file/distinfo
new file mode 100644
index 000000000000..8527ef9a85eb
--- /dev/null
+++ b/net-im/ktp-send-file/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-send-file-0.6.1.tar.bz2) = 9523781e5f6a476591c12aa10e788dd1181c014ffab21a4828c3c879da6a9f2a
+SIZE (ktp-send-file-0.6.1.tar.bz2) = 28904
diff --git a/net-im/ktp-send-file/pkg-descr b/net-im/ktp-send-file/pkg-descr
new file mode 100644
index 000000000000..1d2f2c8ae910
--- /dev/null
+++ b/net-im/ktp-send-file/pkg-descr
@@ -0,0 +1,8 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This module provides a Dolphin/Konqueror context menu plugin for
+sending files easily to contacts.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-send-file/pkg-plist b/net-im/ktp-send-file/pkg-plist
new file mode 100644
index 000000000000..aa3ade36366c
--- /dev/null
+++ b/net-im/ktp-send-file/pkg-plist
@@ -0,0 +1,45 @@
+bin/ktp-send-file
+share/kde4/services/ServiceMenus/ktp-send-file.desktop
+share/locale/bs/LC_MESSAGES/ktp-send-file.mo
+share/locale/ca/LC_MESSAGES/ktp-send-file.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-send-file.mo
+share/locale/cs/LC_MESSAGES/ktp-send-file.mo
+share/locale/da/LC_MESSAGES/ktp-send-file.mo
+share/locale/de/LC_MESSAGES/ktp-send-file.mo
+share/locale/el/LC_MESSAGES/ktp-send-file.mo
+share/locale/es/LC_MESSAGES/ktp-send-file.mo
+share/locale/et/LC_MESSAGES/ktp-send-file.mo
+share/locale/fi/LC_MESSAGES/ktp-send-file.mo
+share/locale/fr/LC_MESSAGES/ktp-send-file.mo
+share/locale/ga/LC_MESSAGES/ktp-send-file.mo
+share/locale/gl/LC_MESSAGES/ktp-send-file.mo
+share/locale/hu/LC_MESSAGES/ktp-send-file.mo
+share/locale/ia/LC_MESSAGES/ktp-send-file.mo
+share/locale/it/LC_MESSAGES/ktp-send-file.mo
+share/locale/ja/LC_MESSAGES/ktp-send-file.mo
+share/locale/kk/LC_MESSAGES/ktp-send-file.mo
+share/locale/km/LC_MESSAGES/ktp-send-file.mo
+share/locale/lt/LC_MESSAGES/ktp-send-file.mo
+share/locale/mr/LC_MESSAGES/ktp-send-file.mo
+share/locale/nb/LC_MESSAGES/ktp-send-file.mo
+share/locale/nds/LC_MESSAGES/ktp-send-file.mo
+share/locale/nl/LC_MESSAGES/ktp-send-file.mo
+share/locale/pl/LC_MESSAGES/ktp-send-file.mo
+share/locale/pt/LC_MESSAGES/ktp-send-file.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-send-file.mo
+share/locale/ro/LC_MESSAGES/ktp-send-file.mo
+share/locale/ru/LC_MESSAGES/ktp-send-file.mo
+share/locale/sk/LC_MESSAGES/ktp-send-file.mo
+share/locale/sl/LC_MESSAGES/ktp-send-file.mo
+share/locale/sr/LC_MESSAGES/ktp-send-file.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-send-file.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-send-file.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-send-file.mo
+share/locale/sv/LC_MESSAGES/ktp-send-file.mo
+share/locale/tr/LC_MESSAGES/ktp-send-file.mo
+share/locale/uk/LC_MESSAGES/ktp-send-file.mo
+share/locale/vi/LC_MESSAGES/ktp-send-file.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-send-file.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-send-file.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
diff --git a/net-im/ktp-text-ui/Makefile b/net-im/ktp-text-ui/Makefile
new file mode 100644
index 000000000000..d2eb1524f29a
--- /dev/null
+++ b/net-im/ktp-text-ui/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= ktp-text-ui
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE chat window application
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+#USE_KDE4+= kdepimlibs
+USE_QT4= corelib webkit xml \
+ moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/ktp-text-ui/distinfo b/net-im/ktp-text-ui/distinfo
new file mode 100644
index 000000000000..aaa777b52365
--- /dev/null
+++ b/net-im/ktp-text-ui/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-text-ui-0.6.1.tar.bz2) = c829ebe741b024758e544a5990d63752e28c27e5f6375aba6e7ab2aa7e3df0a7
+SIZE (ktp-text-ui-0.6.1.tar.bz2) = 276607
diff --git a/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp b/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp
new file mode 100644
index 000000000000..d43b07286c07
--- /dev/null
+++ b/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp
@@ -0,0 +1,110 @@
+--- ./config/appearance-config-tab.cpp.orig 2013-04-01 11:36:44.000000000 -0700
++++ ./config/appearance-config-tab.cpp 2013-04-02 17:02:32.193641735 -0700
+@@ -174,7 +174,8 @@
+ message.setTime(QDateTime::currentDateTime());
+ ui->chatView->addContentMessage(message);
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::HistoryRemoteToLocal);
++ AdiumThemeContentInfo message2(AdiumThemeMessageInfo::HistoryRemoteToLocal);
++ message = message2;
+ message.setMessage(i18nc("Example message in preview conversation","Bye Bye"));
+ message.setSenderDisplayName(i18nc("Example email", "larry@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Larry Demo"));
+@@ -182,7 +183,8 @@
+ message.setTime(QDateTime::currentDateTime());
+ ui->chatView->addContentMessage(message);
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::HistoryLocalToRemote);
++ AdiumThemeContentInfo message3(AdiumThemeMessageInfo::HistoryLocalToRemote);
++ message = message3;
+ message.setMessage(i18nc("Example message in preview conversation","Have fun!"));
+ message.setSenderDisplayName(i18nc("Example email", "ted@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Ted Example"));
+@@ -190,7 +192,8 @@
+ message.setTime(QDateTime::currentDateTime());
+ ui->chatView->addContentMessage(message);
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::HistoryLocalToRemote);
++ AdiumThemeContentInfo message4(AdiumThemeMessageInfo::HistoryLocalToRemote);
++ message = message4;
+ message.setMessage(i18nc("Example message in preview conversation","cya"));
+ message.setSenderDisplayName(i18nc("Example email", "ted@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Ted Example"));
+@@ -204,14 +207,16 @@
+ statusMessage.setService(i18n("Jabber"));
+ ui->chatView->addStatusMessage(statusMessage);
+
+- statusMessage = AdiumThemeStatusInfo(true);
++ AdiumThemeStatusInfo statusMessage2(true);
++ statusMessage = statusMessage2;
+ statusMessage.setMessage(i18nc("Example message in preview conversation","Ted Example has left the chat.")); //FIXME sync this with chat text logic.
+ statusMessage.setTime(QDateTime::currentDateTime());
+ statusMessage.setService(i18n("Jabber"));
+ statusMessage.setStatus(QLatin1String("away"));
+ ui->chatView->addStatusMessage(statusMessage);
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::RemoteToLocal);
++ AdiumThemeContentInfo message5(AdiumThemeMessageInfo::RemoteToLocal);
++ message = message5;
+ message.setMessage(i18nc("Example message in preview conversation","Hello Ted"));
+ message.setSenderDisplayName(i18nc("Example email", "larry@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Larry Demo"));
+@@ -220,7 +225,8 @@
+ message.setTime(QDateTime::currentDateTime());
+ ui->chatView->addContentMessage(message);
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::RemoteToLocal);
++ AdiumThemeContentInfo message6(AdiumThemeMessageInfo::RemoteToLocal);
++ message = message6;
+ message.setMessage(i18nc("Example message in preview conversation","What's up?"));
+ message.setSenderDisplayName(i18nc("Example email", "larry@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Larry Demo"));
+@@ -228,7 +234,8 @@
+ message.setTime(QDateTime::currentDateTime());
+ ui->chatView->addContentMessage(message);
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::LocalToRemote);
++ AdiumThemeContentInfo message7(AdiumThemeMessageInfo::LocalToRemote);
++ message = message7;
+ message.setMessage(i18nc("Example message in preview conversation","Check out which cool adium themes work "
+ "<a href=\"http://community.kde.org/KTp/Components/Chat_Window/Themes\">"
+ "here</a>!"));
+@@ -239,7 +246,8 @@
+ ui->chatView->addContentMessage(message);
+
+ if ( m_groupChat == true) {
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::RemoteToLocal);
++ AdiumThemeContentInfo message8(AdiumThemeMessageInfo::RemoteToLocal);
++ message = message8;
+ message.setMessage(i18nc("Example message in preview conversation","Hello"));
+ message.setSenderDisplayName(i18nc("Example email", "bob@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Bob Example"));
+@@ -248,7 +256,8 @@
+ ui->chatView->addContentMessage(message);
+ }
+
+- message = AdiumThemeContentInfo(AdiumThemeMessageInfo::LocalToRemote);
++ AdiumThemeContentInfo message9(AdiumThemeMessageInfo::LocalToRemote);
++ message = message9;
+ message.setMessage(i18nc("Example message in preview conversation","A different example message"));
+ message.setSenderDisplayName(i18nc("Example email", "ted@example.com"));
+ message.setSenderScreenName(i18nc("Example name", "Ted Example"));
+@@ -257,14 +266,16 @@
+ ui->chatView->addContentMessage(message);
+
+ if (ui->chatView->showPresenceChanges()) {
+- statusMessage = AdiumThemeStatusInfo();
++ AdiumThemeStatusInfo statusMessage3;
++ statusMessage = statusMessage3;
+ statusMessage.setMessage(i18nc("Example message in preview conversation","Ted Example is now Away.")); //FIXME sync this with chat text logic.
+ statusMessage.setTime(QDateTime::currentDateTime());
+ statusMessage.setService(i18n("Jabber"));
+ statusMessage.setStatus(QLatin1String("away"));
+ ui->chatView->addStatusMessage(statusMessage);
+
+- statusMessage = AdiumThemeStatusInfo();
++ AdiumThemeStatusInfo statusMessage4;
++ statusMessage = statusMessage4;
+ statusMessage.setMessage(i18nc("Example message in preview conversations","Ted Example has left the chat.")); //FIXME sync this with chat text logic.
+ statusMessage.setTime(QDateTime::currentDateTime());
+ statusMessage.setService(i18n("Jabber"));
diff --git a/net-im/ktp-text-ui/files/patch-lib__adium-theme-view.cpp b/net-im/ktp-text-ui/files/patch-lib__adium-theme-view.cpp
new file mode 100644
index 000000000000..daffe505225b
--- /dev/null
+++ b/net-im/ktp-text-ui/files/patch-lib__adium-theme-view.cpp
@@ -0,0 +1,22 @@
+--- ./lib/adium-theme-view.cpp.orig 2013-04-16 19:00:42.000000000 +0200
++++ ./lib/adium-theme-view.cpp 2013-05-02 01:58:37.569417377 +0200
+@@ -165,7 +165,8 @@
+ QString footerHtml = replaceHeaderKeywords(m_chatStyle->getFooterHtml(), chatInfo);
+ QString extraStyleHtml = m_chatStyle->messageViewVersion() < 3 ? QLatin1String("")
+ : QLatin1String("@import url( \"main.css\" );");
+- m_lastContent = AdiumThemeContentInfo();
++ AdiumThemeContentInfo message;
++ m_lastContent = message;
+
+ if (templateHtml.isEmpty()) {
+ // if templateHtml is empty, we failed to load the fallback template file
+@@ -427,7 +428,8 @@
+ message.appendMessageClass(QLatin1String("consecutive"));
+ }
+
+- m_lastContent = AdiumThemeContentInfo(statusMessage.type());
++ AdiumThemeContentInfo message2(statusMessage.type());
++ m_lastContent = message2;
+
+ switch (message.type()) {
+ case AdiumThemeMessageInfo::Status:
diff --git a/net-im/ktp-text-ui/pkg-descr b/net-im/ktp-text-ui/pkg-descr
new file mode 100644
index 000000000000..1a7c1dd704f0
--- /dev/null
+++ b/net-im/ktp-text-ui/pkg-descr
@@ -0,0 +1,7 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+This is the traditional text chat application.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/ktp-text-ui/pkg-plist b/net-im/ktp-text-ui/pkg-plist
new file mode 100644
index 000000000000..0d8c27a16cd6
--- /dev/null
+++ b/net-im/ktp-text-ui/pkg-plist
@@ -0,0 +1,474 @@
+bin/ktp-log-viewer
+include/KTp/AdiumThemeContentInfo
+include/KTp/AdiumThemeHeaderInfo
+include/KTp/AdiumThemeMessageInfo
+include/KTp/AdiumThemeStatusInfo
+include/KTp/AdiumThemeView
+include/KTp/ChatStylePlistFileReader
+include/KTp/ChatWidget
+include/KTp/ChatWindowStyle
+include/KTp/ChatWindowStyleManager
+include/KTp/TextChatConfig
+include/KTp/adium-theme-content-info.h
+include/KTp/adium-theme-header-info.h
+include/KTp/adium-theme-message-info.h
+include/KTp/adium-theme-status-info.h
+include/KTp/adium-theme-view.h
+include/KTp/chat-style-plist-file-reader.h
+include/KTp/chat-widget.h
+include/KTp/chat-window-style-manager.h
+include/KTp/chat-window-style.h
+include/KTp/ktpchat_export.h
+include/KTp/text-chat-config.h
+lib/kde4/kcm_ktp_chat_appearance.so
+lib/kde4/kcm_ktp_chat_behavior.so
+lib/kde4/kcm_ktp_chat_messages.so
+lib/kde4/ktptextui_message_filter_bugzilla.so
+lib/kde4/ktptextui_message_filter_emoticons.so
+lib/kde4/ktptextui_message_filter_formatting.so
+lib/kde4/ktptextui_message_filter_highlight.so
+lib/kde4/ktptextui_message_filter_images.so
+lib/kde4/ktptextui_message_filter_searchexpansion.so
+lib/kde4/ktptextui_message_filter_tts.so
+lib/kde4/ktptextui_message_filter_youtube.so
+lib/kde4/libexec/ktp-adiumxtra-protocol-handler
+lib/kde4/libexec/ktp-text-ui
+lib/libktpchat.so
+share/applications/kde4/ktp-log-viewer.desktop
+share/apps/ktelepathy/Template.html
+share/apps/ktelepathy/showBugzillaInfo.js
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Info.plist
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/README
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Footer.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Header.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming/SenderColors.txt
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Status.html
+share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/main.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Info.plist
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Demo.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Footer.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Header.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/Content.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/Context.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/NextContent.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/NextContext.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming/buddy_icon.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/Content.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/Context.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/NextContent.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/NextContext.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing/buddy_icon.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Renkoo LICENSE.txt
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Status.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Header.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/Topic.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/main.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles/noname.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Topic.html
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Green.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Red.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Steel.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Blue on Yellow.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Blue.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Red.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Steel.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Green on Yellow.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Blue.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Green.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Steel.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Red on Yellow.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Blue.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Green.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Red.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Steel on Yellow.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Blue.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Green.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Red.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel Alternating.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel No Names Alt.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel No Names.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants/Yellow on Steel.css
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/DummyContact.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/alert.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueBackground.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueBackground.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueCurves.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueCurves.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicator2.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/blueIndicatorAlt.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenBackground.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenBackground.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenCurves.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenCurves.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicator2.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/greenIndicatorAlt.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redBackground.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redBackground.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redCurves.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redCurves.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicator2.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/redIndicatorAlt.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/silverBackground.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/silverCurves.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelBackground.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelBackground.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelCurves.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelCurves.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelHeading.jpg
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicator2.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/steelIndicatorAlt.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/typing-left.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/typing-right.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowBackground.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowBackground.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowCurves.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowCurves.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowHeading.jpg
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicator2.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowIndicatorAlt.gif
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowTL.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images/yellowTR.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/incoming_icon.png
+share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/outgoing_icon.png
+share/apps/ktp-log-viewer/log-viewer.rc
+share/apps/ktp-text-ui/chatwindow.rc
+share/dbus-1/services/org.freedesktop.Telepathy.Client.KTp.TextUi.service
+share/kde4/services/adiumxtra.protocol
+share/kde4/services/kcm_ktp_chat_appearance.desktop
+share/kde4/services/kcm_ktp_chat_behavior.desktop
+share/kde4/services/kcm_ktp_chat_messages.desktop
+share/kde4/services/ktptextui_message_filter_bugzilla.desktop
+share/kde4/services/ktptextui_message_filter_emoticons.desktop
+share/kde4/services/ktptextui_message_filter_formatting.desktop
+share/kde4/services/ktptextui_message_filter_highlight.desktop
+share/kde4/services/ktptextui_message_filter_images.desktop
+share/kde4/services/ktptextui_message_filter_searchexpansion.desktop
+share/kde4/services/ktptextui_message_filter_tts.desktop
+share/kde4/services/ktptextui_message_filter_youtube.desktop
+share/kde4/servicetypes/ktptxtui_message_filter.desktop
+share/locale/bs/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/bs/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/bs/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/bs/LC_MESSAGES/ktp-filters.mo
+share/locale/bs/LC_MESSAGES/ktp-text-ui.mo
+share/locale/bs/LC_MESSAGES/ktpchat.mo
+share/locale/ca/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ca/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ca/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ca/LC_MESSAGES/ktp-filters.mo
+share/locale/ca/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ca/LC_MESSAGES/ktpchat.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ca@valencia/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ca@valencia/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ca@valencia/LC_MESSAGES/ktpchat.mo
+share/locale/cs/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/cs/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/cs/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/cs/LC_MESSAGES/ktp-filters.mo
+share/locale/cs/LC_MESSAGES/ktp-text-ui.mo
+share/locale/cs/LC_MESSAGES/ktpchat.mo
+share/locale/da/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/da/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/da/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/da/LC_MESSAGES/ktp-filters.mo
+share/locale/da/LC_MESSAGES/ktp-text-ui.mo
+share/locale/da/LC_MESSAGES/ktpchat.mo
+share/locale/de/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/de/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/de/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/de/LC_MESSAGES/ktp-filters.mo
+share/locale/de/LC_MESSAGES/ktp-text-ui.mo
+share/locale/de/LC_MESSAGES/ktpchat.mo
+share/locale/el/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/el/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/el/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/el/LC_MESSAGES/ktp-filters.mo
+share/locale/el/LC_MESSAGES/ktp-text-ui.mo
+share/locale/el/LC_MESSAGES/ktpchat.mo
+share/locale/es/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/es/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/es/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/es/LC_MESSAGES/ktp-filters.mo
+share/locale/es/LC_MESSAGES/ktp-text-ui.mo
+share/locale/es/LC_MESSAGES/ktpchat.mo
+share/locale/et/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/et/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/et/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/et/LC_MESSAGES/ktp-text-ui.mo
+share/locale/et/LC_MESSAGES/ktpchat.mo
+share/locale/fi/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/fi/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/fi/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/fi/LC_MESSAGES/ktp-filters.mo
+share/locale/fi/LC_MESSAGES/ktp-text-ui.mo
+share/locale/fi/LC_MESSAGES/ktpchat.mo
+share/locale/fr/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/fr/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/fr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/fr/LC_MESSAGES/ktp-text-ui.mo
+share/locale/fr/LC_MESSAGES/ktpchat.mo
+share/locale/ga/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ga/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ga/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ga/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ga/LC_MESSAGES/ktpchat.mo
+share/locale/gl/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/gl/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/gl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/gl/LC_MESSAGES/ktp-text-ui.mo
+share/locale/gl/LC_MESSAGES/ktpchat.mo
+share/locale/hu/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/hu/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/hu/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/hu/LC_MESSAGES/ktp-text-ui.mo
+share/locale/hu/LC_MESSAGES/ktpchat.mo
+share/locale/ia/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ia/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ia/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ia/LC_MESSAGES/ktp-filters.mo
+share/locale/ia/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ia/LC_MESSAGES/ktpchat.mo
+share/locale/it/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/it/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/it/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/it/LC_MESSAGES/ktp-filters.mo
+share/locale/it/LC_MESSAGES/ktp-text-ui.mo
+share/locale/it/LC_MESSAGES/ktpchat.mo
+share/locale/ja/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ja/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ja/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ja/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ja/LC_MESSAGES/ktpchat.mo
+share/locale/kk/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/kk/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/kk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/kk/LC_MESSAGES/ktp-filters.mo
+share/locale/kk/LC_MESSAGES/ktp-text-ui.mo
+share/locale/kk/LC_MESSAGES/ktpchat.mo
+share/locale/km/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/km/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/km/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/km/LC_MESSAGES/ktp-text-ui.mo
+share/locale/km/LC_MESSAGES/ktpchat.mo
+share/locale/lt/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/lt/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/lt/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/lt/LC_MESSAGES/ktp-text-ui.mo
+share/locale/lt/LC_MESSAGES/ktpchat.mo
+share/locale/mr/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/mr/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/mr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/mr/LC_MESSAGES/ktp-filters.mo
+share/locale/mr/LC_MESSAGES/ktp-text-ui.mo
+share/locale/mr/LC_MESSAGES/ktpchat.mo
+share/locale/nb/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/nb/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/nb/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/nb/LC_MESSAGES/ktp-text-ui.mo
+share/locale/nb/LC_MESSAGES/ktpchat.mo
+share/locale/nds/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/nds/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/nds/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/nds/LC_MESSAGES/ktp-text-ui.mo
+share/locale/nds/LC_MESSAGES/ktpchat.mo
+share/locale/nl/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/nl/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/nl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/nl/LC_MESSAGES/ktp-filters.mo
+share/locale/nl/LC_MESSAGES/ktp-text-ui.mo
+share/locale/nl/LC_MESSAGES/ktpchat.mo
+share/locale/pl/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/pl/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/pl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/pl/LC_MESSAGES/ktp-filters.mo
+share/locale/pl/LC_MESSAGES/ktp-text-ui.mo
+share/locale/pl/LC_MESSAGES/ktpchat.mo
+share/locale/pt/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/pt/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/pt/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/pt/LC_MESSAGES/ktp-filters.mo
+share/locale/pt/LC_MESSAGES/ktp-text-ui.mo
+share/locale/pt/LC_MESSAGES/ktpchat.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/pt_BR/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-filters.mo
+share/locale/pt_BR/LC_MESSAGES/ktp-text-ui.mo
+share/locale/pt_BR/LC_MESSAGES/ktpchat.mo
+share/locale/ro/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ro/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ro/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ro/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ro/LC_MESSAGES/ktpchat.mo
+share/locale/ru/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ru/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ru/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ru/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ru/LC_MESSAGES/ktpchat.mo
+share/locale/sk/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sk/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sk/LC_MESSAGES/ktp-filters.mo
+share/locale/sk/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sk/LC_MESSAGES/ktpchat.mo
+share/locale/sl/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sl/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sl/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sl/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sl/LC_MESSAGES/ktpchat.mo
+share/locale/sr/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sr/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sr/LC_MESSAGES/ktp-filters.mo
+share/locale/sr/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sr/LC_MESSAGES/ktpchat.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sr@ijekavian/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-filters.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sr@ijekavian/LC_MESSAGES/ktpchat.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-filters.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/ktpchat.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sr@latin/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-filters.mo
+share/locale/sr@latin/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sr@latin/LC_MESSAGES/ktpchat.mo
+share/locale/sv/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/sv/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/sv/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/sv/LC_MESSAGES/ktp-filters.mo
+share/locale/sv/LC_MESSAGES/ktp-text-ui.mo
+share/locale/sv/LC_MESSAGES/ktpchat.mo
+share/locale/tr/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/tr/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/tr/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ug/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/ug/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/ug/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/ug/LC_MESSAGES/ktp-text-ui.mo
+share/locale/ug/LC_MESSAGES/ktpchat.mo
+share/locale/uk/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/uk/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/uk/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/uk/LC_MESSAGES/ktp-filters.mo
+share/locale/uk/LC_MESSAGES/ktp-text-ui.mo
+share/locale/uk/LC_MESSAGES/ktpchat.mo
+share/locale/vi/LC_MESSAGES/ktp-text-ui.mo
+share/locale/vi/LC_MESSAGES/ktpchat.mo
+share/locale/wa/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/zh_CN/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-filters.mo
+share/locale/zh_CN/LC_MESSAGES/ktp-text-ui.mo
+share/locale/zh_CN/LC_MESSAGES/ktpchat.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_appearance.mo
+share/locale/zh_TW/LC_MESSAGES/kcm_ktp_chat_behavior.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-adiumxtra-protocol-handler.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-filters.mo
+share/locale/zh_TW/LC_MESSAGES/ktp-text-ui.mo
+share/locale/zh_TW/LC_MESSAGES/ktpchat.mo
+share/telepathy/clients/KTp.TextUi.client
+@dirrmtry share/telepathy/clients
+@dirrmtry share/telepathy
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
+@dirrm share/apps/ktp-text-ui
+@dirrm share/apps/ktp-log-viewer
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/images
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Variants
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Styles
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Outgoing
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources/Incoming
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents/Resources
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle/Contents
+@dirrm share/apps/ktelepathy/styles/renkoo.AdiumMessageStyle
+@dirrm share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Outgoing
+@dirrm share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources/Incoming
+@dirrm share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents/Resources
+@dirrm share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle/Contents
+@dirrm share/apps/ktelepathy/styles/SimKete.AdiumMessageStyle
+@dirrm share/apps/ktelepathy/styles
+@dirrmtry share/apps/ktelepathy
+@dirrmtry include/KTp
diff --git a/net-im/plasma-applet-ktp/Makefile b/net-im/plasma-applet-ktp/Makefile
new file mode 100644
index 000000000000..f5f004b12a37
--- /dev/null
+++ b/net-im/plasma-applet-ktp/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= ktp
+PORTVERSION= ${KTP_VERSION}
+CATEGORIES= net-im kde
+MASTER_SITES= ${MASTER_SITE_KDE}
+MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
+PKGNAMEPREFIX= plasma-applet-
+DISTNAME= ${PORTNAME}-desktop-applets-${PORTVERSION}
+
+MAINTAINER= avilla@FreeBSD.org
+COMMENT= KDE instant messaging Plasma applets
+
+LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
+ ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+
+USE_KDE4= kdehier kdeprefix kdelibs automoc4
+USE_QT4= corelib declarative \
+ moc_build qmake_build rcc_build uic_build
+USES= cmake gettext
+USE_BZIP2= yes
+MAKE_JOBS_SAFE= yes
+
+.include <bsd.port.mk>
diff --git a/net-im/plasma-applet-ktp/distinfo b/net-im/plasma-applet-ktp/distinfo
new file mode 100644
index 000000000000..a0e98c91e34a
--- /dev/null
+++ b/net-im/plasma-applet-ktp/distinfo
@@ -0,0 +1,2 @@
+SHA256 (ktp-desktop-applets-0.6.1.tar.bz2) = dfda677b691c97e789b13e7eb031ea2d43e585434f5b4e84c62efa6c10385141
+SIZE (ktp-desktop-applets-0.6.1.tar.bz2) = 67007
diff --git a/net-im/plasma-applet-ktp/pkg-descr b/net-im/plasma-applet-ktp/pkg-descr
new file mode 100644
index 000000000000..f6ce13b4b463
--- /dev/null
+++ b/net-im/plasma-applet-ktp/pkg-descr
@@ -0,0 +1,7 @@
+The KDE Telepathy project aims to integrate real time communication
+deeply into KDE Workspaces, and to provide an infrastructure to aid
+development of collaborative features for KDE Applications.
+
+These applets integrate intant messaging into KDE Plasma Desktop.
+
+WWW: http://community.kde.org/KTp
diff --git a/net-im/plasma-applet-ktp/pkg-plist b/net-im/plasma-applet-ktp/pkg-plist
new file mode 100644
index 000000000000..33e642b37d16
--- /dev/null
+++ b/net-im/plasma-applet-ktp/pkg-plist
@@ -0,0 +1,129 @@
+lib/kde4/plasma_applet_ktp_contact.so
+lib/kde4/plasma_applet_ktp_presence.so
+share/apps/plasma-desktop/updates/50-renameKTpApplets.js
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/config/main.xml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ActionDelegate.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ChatWidget.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegate.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/ConversationDelegateButton.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/OutgoingDelegate.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/TextDelegate.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui/main.qml
+share/apps/plasma/plasmoids/org.kde.ktp-chat/metadata.desktop
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/away.png
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/busy.png
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/offline.png
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames/online.png
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Avatar.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/Contact.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/DropDownMenu.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui/main.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ContactDisplayName.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ContactList.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ExternalLabel.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/ListContactDelegate.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui/main.qml
+share/apps/plasma/plasmoids/org.kde.ktp-contactlist/metadata.desktop
+share/kde4/services/plasma-applet-ktp-chat.desktop
+share/kde4/services/plasma-applet-ktp-contact.desktop
+share/kde4/services/plasma-applet-ktp-contactlist.desktop
+share/kde4/services/plasma-applet-ktp-presence.desktop
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/bs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ca/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ca@valencia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/cs/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/da/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/de/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/el/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/es/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/et/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/fi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/fr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ga/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/gl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/hu/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/it/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ja/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/kk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/km/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/mr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/nb/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/nds/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/nl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/pl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/pt/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/pt_BR/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ro/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/ru/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sl/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sr@latin/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/sv/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/tr/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/uk/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/vi/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/wa/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/zh_CN/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-contact.mo
+share/locale/zh_TW/LC_MESSAGES/plasma_applet_org.kde.ktp-presence.mo
+@dirrmtry share/locale/ia/LC_MESSAGES
+@dirrmtry share/locale/ia
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents/ui
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contactlist/contents
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contactlist
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/ui
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contact/contents/frames
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contact/contents
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-contact
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/ui
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-chat/contents/config
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-chat/contents
+@dirrm share/apps/plasma/plasmoids/org.kde.ktp-chat
+@dirrmtry share/apps/plasma/plasmoids
+@dirrmtry share/apps/plasma-desktop/updates
+@dirrmtry share/apps/plasma-desktop