From owner-svn-ports-head@FreeBSD.ORG Wed Apr 15 18:46:53 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3016A475; Wed, 15 Apr 2015 18:46:53 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1148C179; Wed, 15 Apr 2015 18:46:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3FIkq20024602; Wed, 15 Apr 2015 18:46:52 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3FIkpqj024597; Wed, 15 Apr 2015 18:46:51 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201504151846.t3FIkpqj024597@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 15 Apr 2015 18:46:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384067 - in head/security: . libbzrtp 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.20 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: Wed, 15 Apr 2015 18:46:53 -0000 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 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