svn commit: r317156 - in head/net-im: . kde-telepathy

Alberto Villa avilla at FreeBSD.org
Thu May 2 21:47:34 UTC 2013


Author: avilla
Date: Thu May  2 21:47:33 2013
New Revision: 317156
URL: http://svnweb.freebsd.org/changeset/ports/317156

Log:
  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 meta-port grouping all the components.
  
  WWW: http://community.kde.org/KTp

Added:
  head/net-im/kde-telepathy/
  head/net-im/kde-telepathy/Makefile   (contents, props changed)
  head/net-im/kde-telepathy/pkg-descr   (contents, props changed)
Modified:
  head/net-im/Makefile

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Thu May  2 21:43:41 2013	(r317155)
+++ head/net-im/Makefile	Thu May  2 21:47:33 2013	(r317156)
@@ -49,6 +49,7 @@
     SUBDIR += jarl
     SUBDIR += jggtrans
     SUBDIR += jitsi
+    SUBDIR += kde-telepathy
     SUBDIR += kmerlin
     SUBDIR += kmess
     SUBDIR += kmess-kde4

Added: head/net-im/kde-telepathy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/kde-telepathy/Makefile	Thu May  2 21:47:33 2013	(r317156)
@@ -0,0 +1,44 @@
+# $FreeBSD$
+
+PORTNAME=	kde-telepathy
+PORTVERSION=	${KTP_VERSION}
+CATEGORIES=	net-im kde
+MASTER_SITES=	# empty
+DISTFILES=	# empty
+EXTRACT_ONLY=	# empty
+
+MAINTAINER=	avilla at FreeBSD.org
+COMMENT=	KDE integrated instant messaging framework
+
+RUN_DEPENDS=	${KDE4_PREFIX}/lib/kde4/kcm_ktp_accounts.so:${PORTSDIR}/net-im/ktp-accounts-kcm \
+		${KDE4_PREFIX}/lib/kde4/kded_ktp_approver.so:${PORTSDIR}/net-im/ktp-approver \
+		${KDE4_PREFIX}/lib/kde4/libexec/ktp-auth-handler:${PORTSDIR}/net-im/ktp-auth-handler \
+		${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list \
+		${KDE4_PREFIX}/lib/kde4/krunner_ktp_contacts.so:${PORTSDIR}/net-im/ktp-contact-runner \
+		${KDE4_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:${PORTSDIR}/net-im/ktp-filetransfer-handler \
+		${KDE4_PREFIX}/lib/kde4/kded_ktp_integration_module.so:${PORTSDIR}/net-im/ktp-kded-integration-module \
+		${KDE4_PREFIX}/lib/kde4/libexec/ktp-text-ui:${PORTSDIR}/net-im/ktp-text-ui
+
+USE_KDE4=	kdeprefix
+NO_BUILD=	yes
+
+OPTIONS_DEFINE=	PLASMA SEND_FILE
+OPTIONS_DEFAULT=PLASMA SEND_FILE
+
+PLASMA_DESC=	Applets for KDE Plasma Desktop integration
+SEND_FILE_DESC=	Context menu plugin for sending files
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MPLASMA}
+RUN_DEPENDS+=	${KDE4_PREFIX}/lib/kde4/plasma_applet_ktp_presence.so:${PORTSDIR}/net-im/plasma-applet-ktp
+.endif
+
+.if ${PORT_OPTIONS:MSEND_FILE}
+RUN_DEPENDS+=	${KDE4_PREFIX}/bin/ktp-send-file:${PORTSDIR}/net-im/ktp-send-file
+.endif
+
+do-install:
+	@${DO_NADA}
+
+.include <bsd.port.mk>

Added: head/net-im/kde-telepathy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/kde-telepathy/pkg-descr	Thu May  2 21:47:33 2013	(r317156)
@@ -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 meta-port grouping all the components.
+
+WWW: http://community.kde.org/KTp


More information about the svn-ports-all mailing list