diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-13 21:25:37 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-13 21:25:37 +0800 |
commit | 16b5e817435412fa6e56ca57ca78a75e5412e4da (patch) | |
tree | 3f1fbf2e97c3d8a97bdd915a1aef457c0a5e4040 | |
parent | cdb040f70e9175ea64dcc8e41d33659fe3ca56b1 (diff) | |
download | freebsd-ports-gnome-16b5e817435412fa6e56ca57ca78a75e5412e4da.tar.gz freebsd-ports-gnome-16b5e817435412fa6e56ca57ca78a75e5412e4da.tar.zst freebsd-ports-gnome-16b5e817435412fa6e56ca57ca78a75e5412e4da.zip |
Add telepathy-sofiasip port. SIP telepathy plugin using the SIP protocol
library (net/sofia-sip)
PR: ports/158061
Submitted by: Yuri <yuri@tsoft.com>
-rw-r--r-- | net-im/Makefile | 1 | ||||
-rw-r--r-- | net-im/telepathy-sofiasip/Makefile | 22 | ||||
-rw-r--r-- | net-im/telepathy-sofiasip/distinfo | 2 | ||||
-rw-r--r-- | net-im/telepathy-sofiasip/pkg-descr | 8 | ||||
-rw-r--r-- | net-im/telepathy-sofiasip/pkg-plist | 5 |
5 files changed, 38 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile index 5ecce30cbde1..ee389edbf6fe 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -180,6 +180,7 @@ SUBDIR += telepathy-qt SUBDIR += telepathy-qt4 SUBDIR += telepathy-salut + SUBDIR += telepathy-sofiasip SUBDIR += tkabber SUBDIR += tkabber-devel SUBDIR += tkabber-plugins diff --git a/net-im/telepathy-sofiasip/Makefile b/net-im/telepathy-sofiasip/Makefile new file mode 100644 index 000000000000..3531e80d9779 --- /dev/null +++ b/net-im/telepathy-sofiasip/Makefile @@ -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> diff --git a/net-im/telepathy-sofiasip/distinfo b/net-im/telepathy-sofiasip/distinfo new file mode 100644 index 000000000000..59bc58fc655d --- /dev/null +++ b/net-im/telepathy-sofiasip/distinfo @@ -0,0 +1,2 @@ +SHA256 (telepathy-sofiasip-0.4.5.tar.gz) = f9baca55d9c5c1ca8f70b2907ec865498081db005bab3a08c952a1e92146bb27 +SIZE (telepathy-sofiasip-0.4.5.tar.gz) = 419746 diff --git a/net-im/telepathy-sofiasip/pkg-descr b/net-im/telepathy-sofiasip/pkg-descr new file mode 100644 index 000000000000..851cea56ca4a --- /dev/null +++ b/net-im/telepathy-sofiasip/pkg-descr @@ -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/ diff --git a/net-im/telepathy-sofiasip/pkg-plist b/net-im/telepathy-sofiasip/pkg-plist new file mode 100644 index 000000000000..1dea22d7fbf3 --- /dev/null +++ b/net-im/telepathy-sofiasip/pkg-plist @@ -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 |