Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 13:25:37 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318078 - in head/net-im: . telepathy-sofiasip
Message-ID:  <201305131325.r4DDPbd2024723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Mon May 13 13:25:37 2013
New Revision: 318078
URL: http://svnweb.freebsd.org/changeset/ports/318078

Log:
  Add telepathy-sofiasip port. SIP telepathy plugin using the SIP protocol
  library (net/sofia-sip)
  
  PR:		ports/158061
  Submitted by:	Yuri <yuri@tsoft.com>

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

Modified: head/net-im/Makefile
==============================================================================
--- head/net-im/Makefile	Mon May 13 13:22:54 2013	(r318077)
+++ head/net-im/Makefile	Mon May 13 13:25:37 2013	(r318078)
@@ -180,6 +180,7 @@
     SUBDIR += telepathy-qt
     SUBDIR += telepathy-qt4
     SUBDIR += telepathy-salut
+    SUBDIR += telepathy-sofiasip
     SUBDIR += tkabber
     SUBDIR += tkabber-devel
     SUBDIR += tkabber-plugins

Added: head/net-im/telepathy-sofiasip/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/telepathy-sofiasip/Makefile	Mon May 13 13:25:37 2013	(r318078)
@@ -0,0 +1,22 @@
+# Created by: Yuri <yuri@tsoft.com>
+# $FreeBSD$
+
+PORTNAME=	telepathy-sofiasip
+PORTVERSION=	0.4.5
+CATEGORIES=	net-im
+MASTER_SITES=	SF/tp-sofiasip/${PORTNAME}/${PORTVERSION}
+
+MAINTAINER=	yuri@tsoft.com
+COMMENT=	SIP (sofia-sip) Connection Manager for Telepathy Framework
+
+LIB_DEPENDS=	sofia-sip-ua:${PORTSDIR}/net/sofia-sip \
+		telepathy-glib:net-im/telepathy-glib \
+		dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+
+GNU_CONFIGURE=	yes
+USE_GMAKE=	yes
+USE_OPENSSL=	yes
+USES=		pkgconfig
+USE_GNOME=	glib20
+
+.include <bsd.port.mk>

Added: head/net-im/telepathy-sofiasip/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/telepathy-sofiasip/distinfo	Mon May 13 13:25:37 2013	(r318078)
@@ -0,0 +1,2 @@
+SHA256 (telepathy-sofiasip-0.4.5.tar.gz) = f9baca55d9c5c1ca8f70b2907ec865498081db005bab3a08c952a1e92146bb27
+SIZE (telepathy-sofiasip-0.4.5.tar.gz) = 419746

Added: head/net-im/telepathy-sofiasip/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/telepathy-sofiasip/pkg-descr	Mon May 13 13:25:37 2013	(r318078)
@@ -0,0 +1,8 @@
+Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF
+RFC3261 specification (see the feature table). It can be used as a building
+block for SIP client software for uses such as VoIP, IM, and many other
+real-time and person-to-person communication services. The primary target
+platform for Sofia-SIP is GNU/Linux. Sofia-SIP is based on a SIP stack
+developed at the Nokia Research Center. Sofia-SIP is licensed under the LGPL.
+
+WWW: http://sofia-sip.sourceforge.net/

Added: head/net-im/telepathy-sofiasip/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/telepathy-sofiasip/pkg-plist	Mon May 13 13:25:37 2013	(r318078)
@@ -0,0 +1,5 @@
+bin/telepathy-sofiasip
+share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service
+share/telepathy/managers/sofiasip.manager
+@dirrmtry share/telepathy/managers
+@dirrmtry share/telepathy



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