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:
parent
d47d71cb7b
commit
8e27c129f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384067
@ -267,6 +267,7 @@
|
||||
SUBDIR += libassuan
|
||||
SUBDIR += libbeid
|
||||
SUBDIR += libbf
|
||||
SUBDIR += libbzrtp
|
||||
SUBDIR += libecc
|
||||
SUBDIR += libfprint
|
||||
SUBDIR += libgcrypt
|
||||
|
24
security/libbzrtp/Makefile
Normal file
24
security/libbzrtp/Makefile
Normal 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>
|
2
security/libbzrtp/distinfo
Normal file
2
security/libbzrtp/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (bzrtp-1.0.1.tar.gz) = af68e4e0974aac9e0356e6ca94308a8cef4def19673fc52bee106f7eb22f16a8
|
||||
SIZE (bzrtp-1.0.1.tar.gz) = 455675
|
4
security/libbzrtp/pkg-descr
Normal file
4
security/libbzrtp/pkg-descr
Normal 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
|
5
security/libbzrtp/pkg-plist
Normal file
5
security/libbzrtp/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user