From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 2 14:40:15 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3ECFA10656B3 for ; Mon, 2 May 2011 14:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 196158FC36 for ; Mon, 2 May 2011 14:40:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p42EeCbO062260 for ; Mon, 2 May 2011 14:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p42EeCMK062259; Mon, 2 May 2011 14:40:12 GMT (envelope-from gnats) Resent-Date: Mon, 2 May 2011 14:40:12 GMT Resent-Message-Id: <201105021440.p42EeCMK062259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Brovikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A00DE106566C for ; Mon, 2 May 2011 14:32:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 845488FC0C for ; Mon, 2 May 2011 14:32:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p42EWpOF053634 for ; Mon, 2 May 2011 14:32:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p42EWpNd053628; Mon, 2 May 2011 14:32:51 GMT (envelope-from nobody) Message-Id: <201105021432.p42EWpNd053628@red.freebsd.org> Date: Mon, 2 May 2011 14:32:51 GMT From: Alexander Brovikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/156766: New port: net/libsrtp library implementing Secure RTP X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2011 14:40:15 -0000 >Number: 156766 >Category: ports >Synopsis: New port: net/libsrtp library implementing Secure RTP >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 02 14:40:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Alexander Brovikov >Release: 8.1-RELEASE >Organization: >Environment: FreeBSD vbox 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: This is new port for srtp library: http://sourceforge.net/projects/srtp/ It's needed for SRTP in asterisk. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libsrtp # libsrtp/Makefile # libsrtp/distinfo # libsrtp/pkg-plist # libsrtp/pkg-descr # echo c - libsrtp mkdir -p libsrtp > /dev/null 2>&1 echo x - libsrtp/Makefile sed 's/^X//' >libsrtp/Makefile << 'd4cf7bf0aae55f533ca056abeec779fb' X# New ports collection makefile for: libsrtp X# Date created: 2 May 2011 X# Whom: Alexander Brovikov X# X# $FreeBSD$ X# X XPORTNAME= libsrtp XPORTVERSION= 1.4.4 XCATEGORIES= net XMASTER_SITES= SF/${ORIGNAME}/${ORIGNAME}/${PORTVERSION} XDISTNAME= ${ORIGNAME}-${PORTVERSION} XEXTRACT_SUFX= .tgz X XMAINTAINER= alexander@brovikov.ru XCOMMENT= libsrtp is a library implementing Secure RTP X XWRKSRC= ${WRKDIR}/${ORIGNAME} XORIGNAME= srtp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X X.include d4cf7bf0aae55f533ca056abeec779fb echo x - libsrtp/distinfo sed 's/^X//' >libsrtp/distinfo << 'df8360034b1d65b614af4b04fc38fa77' XSHA256 (srtp-1.4.4.tgz) = d9c2cbb1c95172ed2dc963eff0d6ce1072326dc81cb1dd38414e9f0e430af314 XSIZE (srtp-1.4.4.tgz) = 502890 df8360034b1d65b614af4b04fc38fa77 echo x - libsrtp/pkg-plist sed 's/^X//' >libsrtp/pkg-plist << 'c0d5c985f84a109437214147a6ab076c' Xlib/libsrtp.a Xinclude/srtp/aes.h Xinclude/srtp/aes_cbc.h Xinclude/srtp/aes_icm.h Xinclude/srtp/alloc.h Xinclude/srtp/auth.h Xinclude/srtp/cipher.h Xinclude/srtp/config.h Xinclude/srtp/crypto.h Xinclude/srtp/crypto_kernel.h Xinclude/srtp/crypto_math.h Xinclude/srtp/crypto_types.h Xinclude/srtp/cryptoalg.h Xinclude/srtp/datatypes.h Xinclude/srtp/err.h Xinclude/srtp/getopt_s.h Xinclude/srtp/gf2_8.h Xinclude/srtp/hmac.h Xinclude/srtp/integers.h Xinclude/srtp/kernel_compat.h Xinclude/srtp/key.h Xinclude/srtp/null_auth.h Xinclude/srtp/null_cipher.h Xinclude/srtp/prng.h Xinclude/srtp/rand_source.h Xinclude/srtp/rdb.h Xinclude/srtp/rdbx.h Xinclude/srtp/rtp.h Xinclude/srtp/rtp_priv.h Xinclude/srtp/sha1.h Xinclude/srtp/srtp.h Xinclude/srtp/srtp_priv.h Xinclude/srtp/stat.h Xinclude/srtp/ut_sim.h Xinclude/srtp/xfm.h X@dirrm include/srtp c0d5c985f84a109437214147a6ab076c echo x - libsrtp/pkg-descr sed 's/^X//' >libsrtp/pkg-descr << 'bfe3e59782419bc5aa26efcc96ed831c' Xlibsrtp is a library implementing Secure RTP. XRTP is used for Voice over IP (VoIP) as well as audio and video streaming; X XWWW: http://sourceforge.net/projects/srtp/ bfe3e59782419bc5aa26efcc96ed831c exit >Release-Note: >Audit-Trail: >Unformatted: