1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00

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.
This commit is contained in:
Tijl Coosemans 2015-04-15 18:46:50 +00:00
parent d47d71cb7b
commit 8e27c129f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384067
5 changed files with 36 additions and 0 deletions

View File

@ -267,6 +267,7 @@
SUBDIR += libassuan
SUBDIR += libbeid
SUBDIR += libbf
SUBDIR += libbzrtp
SUBDIR += libecc
SUBDIR += libfprint
SUBDIR += libgcrypt

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (bzrtp-1.0.1.tar.gz) = af68e4e0974aac9e0356e6ca94308a8cef4def19673fc52bee106f7eb22f16a8
SIZE (bzrtp-1.0.1.tar.gz) = 455675

View File

@ -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

View File

@ -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