Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 21:42:58 +0000 (UTC)
From:      Alberto Villa <avilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317154 - in head: Mk net-im/ktp-accounts-kcm net-im/ktp-approver net-im/ktp-auth-handler net-im/ktp-common-internals net-im/ktp-common-internals/files net-im/ktp-contact-list net-im/kt...
Message-ID:  <201305022142.r42LgwgA039785@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avilla
Date: Thu May  2 21:42:57 2013
New Revision: 317154
URL: http://svnweb.freebsd.org/changeset/ports/317154

Log:
  - Add ports for KDE Telepathy modules.
  
  None of these ports is supposed to be installed by hand. A metaport is
  coming in my next commit.

Added:
  head/net-im/ktp-accounts-kcm/
  head/net-im/ktp-accounts-kcm/Makefile   (contents, props changed)
  head/net-im/ktp-accounts-kcm/distinfo   (contents, props changed)
  head/net-im/ktp-accounts-kcm/pkg-descr   (contents, props changed)
  head/net-im/ktp-accounts-kcm/pkg-plist   (contents, props changed)
  head/net-im/ktp-approver/
  head/net-im/ktp-approver/Makefile   (contents, props changed)
  head/net-im/ktp-approver/distinfo   (contents, props changed)
  head/net-im/ktp-approver/pkg-descr   (contents, props changed)
  head/net-im/ktp-approver/pkg-plist   (contents, props changed)
  head/net-im/ktp-auth-handler/
  head/net-im/ktp-auth-handler/Makefile   (contents, props changed)
  head/net-im/ktp-auth-handler/distinfo   (contents, props changed)
  head/net-im/ktp-auth-handler/pkg-descr   (contents, props changed)
  head/net-im/ktp-auth-handler/pkg-plist   (contents, props changed)
  head/net-im/ktp-common-internals/
  head/net-im/ktp-common-internals/Makefile   (contents, props changed)
  head/net-im/ktp-common-internals/distinfo   (contents, props changed)
  head/net-im/ktp-common-internals/files/
  head/net-im/ktp-common-internals/files/patch-CMakeLists.txt   (contents, props changed)
  head/net-im/ktp-common-internals/pkg-descr   (contents, props changed)
  head/net-im/ktp-common-internals/pkg-plist   (contents, props changed)
  head/net-im/ktp-contact-list/
  head/net-im/ktp-contact-list/Makefile   (contents, props changed)
  head/net-im/ktp-contact-list/distinfo   (contents, props changed)
  head/net-im/ktp-contact-list/pkg-descr   (contents, props changed)
  head/net-im/ktp-contact-list/pkg-plist   (contents, props changed)
  head/net-im/ktp-contact-runner/
  head/net-im/ktp-contact-runner/Makefile   (contents, props changed)
  head/net-im/ktp-contact-runner/distinfo   (contents, props changed)
  head/net-im/ktp-contact-runner/pkg-descr   (contents, props changed)
  head/net-im/ktp-contact-runner/pkg-plist   (contents, props changed)
  head/net-im/ktp-filetransfer-handler/
  head/net-im/ktp-filetransfer-handler/Makefile   (contents, props changed)
  head/net-im/ktp-filetransfer-handler/distinfo   (contents, props changed)
  head/net-im/ktp-filetransfer-handler/pkg-descr   (contents, props changed)
  head/net-im/ktp-filetransfer-handler/pkg-plist   (contents, props changed)
  head/net-im/ktp-kded-integration-module/
  head/net-im/ktp-kded-integration-module/Makefile   (contents, props changed)
  head/net-im/ktp-kded-integration-module/distinfo   (contents, props changed)
  head/net-im/ktp-kded-integration-module/pkg-descr   (contents, props changed)
  head/net-im/ktp-kded-integration-module/pkg-plist   (contents, props changed)
  head/net-im/ktp-send-file/
  head/net-im/ktp-send-file/Makefile   (contents, props changed)
  head/net-im/ktp-send-file/distinfo   (contents, props changed)
  head/net-im/ktp-send-file/pkg-descr   (contents, props changed)
  head/net-im/ktp-send-file/pkg-plist   (contents, props changed)
  head/net-im/ktp-text-ui/
  head/net-im/ktp-text-ui/Makefile   (contents, props changed)
  head/net-im/ktp-text-ui/distinfo   (contents, props changed)
  head/net-im/ktp-text-ui/files/
  head/net-im/ktp-text-ui/files/patch-config__appearance-config-tab.cpp   (contents, props changed)
  head/net-im/ktp-text-ui/files/patch-lib__adium-theme-view.cpp   (contents, props changed)
  head/net-im/ktp-text-ui/pkg-descr   (contents, props changed)
  head/net-im/ktp-text-ui/pkg-plist   (contents, props changed)
  head/net-im/plasma-applet-ktp/
  head/net-im/plasma-applet-ktp/Makefile   (contents, props changed)
  head/net-im/plasma-applet-ktp/distinfo   (contents, props changed)
  head/net-im/plasma-applet-ktp/pkg-descr   (contents, props changed)
  head/net-im/plasma-applet-ktp/pkg-plist   (contents, props changed)
Modified:
  head/Mk/bsd.kde4.mk

Modified: head/Mk/bsd.kde4.mk
==============================================================================
--- head/Mk/bsd.kde4.mk	Thu May  2 21:41:04 2013	(r317153)
+++ head/Mk/bsd.kde4.mk	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-accounts-kcm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-accounts-kcm/Makefile	Thu May  2 21:42:57 2013	(r317154)
@@ -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>

Added: head/net-im/ktp-accounts-kcm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-accounts-kcm/distinfo	Thu May  2 21:42:57 2013	(r317154)
@@ -0,0 +1,2 @@
+SHA256 (ktp-accounts-kcm-0.6.1.tar.bz2) = 33acccf4b495eb646aff75e26fa932a4947f40c12d2f571ed1b121ee4c457018
+SIZE (ktp-accounts-kcm-0.6.1.tar.bz2) = 240111

Added: head/net-im/ktp-accounts-kcm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-accounts-kcm/pkg-descr	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-accounts-kcm/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-accounts-kcm/pkg-plist	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-approver/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-approver/Makefile	Thu May  2 21:42:57 2013	(r317154)
@@ -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>

Added: head/net-im/ktp-approver/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-approver/distinfo	Thu May  2 21:42:57 2013	(r317154)
@@ -0,0 +1,2 @@
+SHA256 (ktp-approver-0.6.1.tar.bz2) = b9aa215f01713e043d2d4ec4b0db3a1c24a61c82ef71ba3be0e5df72e247a97e
+SIZE (ktp-approver-0.6.1.tar.bz2) = 35394

Added: head/net-im/ktp-approver/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-approver/pkg-descr	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-approver/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-approver/pkg-plist	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-auth-handler/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-auth-handler/Makefile	Thu May  2 21:42:57 2013	(r317154)
@@ -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>

Added: head/net-im/ktp-auth-handler/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-auth-handler/distinfo	Thu May  2 21:42:57 2013	(r317154)
@@ -0,0 +1,2 @@
+SHA256 (ktp-auth-handler-0.6.1.tar.bz2) = f743dcc230e72155ed04da21dd6b5e2d74feb042b408df3f8c3c6fbf3f9b5826
+SIZE (ktp-auth-handler-0.6.1.tar.bz2) = 42973

Added: head/net-im/ktp-auth-handler/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-auth-handler/pkg-descr	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-auth-handler/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-auth-handler/pkg-plist	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-common-internals/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-common-internals/Makefile	Thu May  2 21:42:57 2013	(r317154)
@@ -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>

Added: head/net-im/ktp-common-internals/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-common-internals/distinfo	Thu May  2 21:42:57 2013	(r317154)
@@ -0,0 +1,2 @@
+SHA256 (ktp-common-internals-0.6.1.tar.bz2) = d1c5c3952912ed2244b2e4d1a4c6bf19a73972fea744c78d29b56558effcd138
+SIZE (ktp-common-internals-0.6.1.tar.bz2) = 340239

Added: head/net-im/ktp-common-internals/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-common-internals/files/patch-CMakeLists.txt	Thu May  2 21:42:57 2013	(r317154)
@@ -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"

Added: head/net-im/ktp-common-internals/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-common-internals/pkg-descr	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-common-internals/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-common-internals/pkg-plist	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-contact-list/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-list/Makefile	Thu May  2 21:42:57 2013	(r317154)
@@ -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>

Added: head/net-im/ktp-contact-list/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-list/distinfo	Thu May  2 21:42:57 2013	(r317154)
@@ -0,0 +1,2 @@
+SHA256 (ktp-contact-list-0.6.1.tar.bz2) = eea39dd233d3b58ef5d05948792fc5c2df8a0a39c4194c792eecf6906518455d
+SIZE (ktp-contact-list-0.6.1.tar.bz2) = 130810

Added: head/net-im/ktp-contact-list/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-list/pkg-descr	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-contact-list/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-list/pkg-plist	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-contact-runner/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-runner/Makefile	Thu May  2 21:42:57 2013	(r317154)
@@ -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>

Added: head/net-im/ktp-contact-runner/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-runner/distinfo	Thu May  2 21:42:57 2013	(r317154)
@@ -0,0 +1,2 @@
+SHA256 (ktp-contact-runner-0.6.1.tar.bz2) = 3f287bff886f90c8cbd121e0fb619558203fdb995417c196a814626ad5db5207
+SIZE (ktp-contact-runner-0.6.1.tar.bz2) = 39856

Added: head/net-im/ktp-contact-runner/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-runner/pkg-descr	Thu May  2 21:42:57 2013	(r317154)
@@ -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

Added: head/net-im/ktp-contact-runner/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/ktp-contact-runner/pkg-plist	Thu May  2 21:42:57 2013	(r317154)
@@ -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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305022142.r42LgwgA039785>