From owner-svn-ports-head@FreeBSD.ORG Mon May 13 13:25:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BBEAB688; Mon, 13 May 2013 13:25:38 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id AE6E4261; Mon, 13 May 2013 13:25:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4DDPc8s024734; Mon, 13 May 2013 13:25:38 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4DDPbd2024723; Mon, 13 May 2013 13:25:37 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201305131325.r4DDPbd2024723@svn.freebsd.org> From: Koop Mast Date: Mon, 13 May 2013 13:25:37 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 13:25:38 -0000 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 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 +# $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 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