Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 2015 18:46:51 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384067 - in head/security: . libbzrtp
Message-ID:  <201504151846.t3FIkpqj024597@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Wed Apr 15 18:46:50 2015
New Revision: 384067
URL: https://svnweb.freebsd.org/changeset/ports/384067

Log:
  New port security/libbzrtp:
  
  An implementation of ZRTP by Belledonne Communications (Linphone).
  ZRTP (RFC 6189) is a media path key agreement protocol for unicast
  secure RTP.

Added:
  head/security/libbzrtp/
  head/security/libbzrtp/Makefile   (contents, props changed)
  head/security/libbzrtp/distinfo   (contents, props changed)
  head/security/libbzrtp/pkg-descr   (contents, props changed)
  head/security/libbzrtp/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Apr 15 18:33:18 2015	(r384066)
+++ head/security/Makefile	Wed Apr 15 18:46:50 2015	(r384067)
@@ -267,6 +267,7 @@
     SUBDIR += libassuan
     SUBDIR += libbeid
     SUBDIR += libbf
+    SUBDIR += libbzrtp
     SUBDIR += libecc
     SUBDIR += libfprint
     SUBDIR += libgcrypt

Added: head/security/libbzrtp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/libbzrtp/Makefile	Wed Apr 15 18:46:50 2015	(r384067)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	libbzrtp
+PORTVERSION=	1.0.1
+CATEGORIES=	security
+MASTER_SITES=	SAVANNAH/linphone/bzrtp
+DISTNAME=	bzrtp-${DISTVERSION}
+
+MAINTAINER=	tijl@FreeBSD.org
+COMMENT=	ZRTP support library (RFC 6189)
+
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+LIB_DEPENDS=	libpolarssl.so:${PORTSDIR}/security/polarssl
+
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-strict --with-polarssl=${LOCALBASE}
+INSTALL_TARGET=	install-strip
+USES=		libtool pathfix pkgconfig
+USE_GNOME=	libxml2
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/security/libbzrtp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/libbzrtp/distinfo	Wed Apr 15 18:46:50 2015	(r384067)
@@ -0,0 +1,2 @@
+SHA256 (bzrtp-1.0.1.tar.gz) = af68e4e0974aac9e0356e6ca94308a8cef4def19673fc52bee106f7eb22f16a8
+SIZE (bzrtp-1.0.1.tar.gz) = 455675

Added: head/security/libbzrtp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/libbzrtp/pkg-descr	Wed Apr 15 18:46:50 2015	(r384067)
@@ -0,0 +1,4 @@
+This library provides support for ZRTP (RFC 6189), a media path key
+agreement protocol for unicast secure RTP.
+
+WWW: https://www.linphone.org

Added: head/security/libbzrtp/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/libbzrtp/pkg-plist	Wed Apr 15 18:46:50 2015	(r384067)
@@ -0,0 +1,5 @@
+include/bzrtp/bzrtp.h
+lib/libbzrtp.so
+lib/libbzrtp.so.0
+lib/libbzrtp.so.0.0.0
+libdata/pkgconfig/libbzrtp.pc



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