Date: Mon, 13 Aug 2012 11:33:49 GMT From: Waitman Gobble <uzimac@da3m0n8t3r.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170600: [UPDATE PORT] devel/ccrtp 1.7.1 to 2.0.3 Message-ID: <201208131133.q7DBXnNq069694@red.freebsd.org> Resent-Message-ID: <201208131140.q7DBe2Oq018516@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170600 >Category: ports >Synopsis: [UPDATE PORT] devel/ccrtp 1.7.1 to 2.0.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Aug 13 11:40:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Waitman Gobble >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Waitman Gobble >Environment: FreeBSD hunny.waitman.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Sat Aug 11 13:25:18 PDT 2012 root@hunny.waitman.net:/usr/obj/usr/src/sys/KEYSHIA amd64 >Description: update to v2.0.3 GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based on GNU Common C++ which provides a high performance, flexible and extensible standards-compliant RTP stack with full RTCP support. The design and implementation of ccRTP make it suitable for high capacity servers and gateways as well as personal client applications. Thank you >How-To-Repeat: na >Fix: na 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: # # ccrtp # ccrtp/files # ccrtp/files/patch-Makefile # ccrtp/Makefile # ccrtp/distinfo # ccrtp/pkg-descr # ccrtp/pkg-plist # echo c - ccrtp mkdir -p ccrtp > /dev/null 2>&1 echo c - ccrtp/files mkdir -p ccrtp/files > /dev/null 2>&1 echo x - ccrtp/files/patch-Makefile sed 's/^X//' >ccrtp/files/patch-Makefile << '8c6714c5c51123dcf4db082e64a09c46' X--- Makefile.in 2012-03-21 07:18:26.000000000 -0700 X+++ Makefile.in 2012-08-13 03:56:56.000000000 -0700 X@@ -295,7 +295,7 @@ X X SUBDIRS = src demo doc X DIST_SUBDIRS = m4 src phone doc demo w32 X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(libdir)data/pkgconfig X pkgconfig_DATA = libccrtp.pc X all: all-recursive X 8c6714c5c51123dcf4db082e64a09c46 echo x - ccrtp/Makefile sed 's/^X//' >ccrtp/Makefile << '006b339749d26a85c26ee0589fe8b255' X# New ports collection makefile for: ccrtp X# Date created: 2012-08-12 X# Whom: Waitman Gobble <uzimac@da3m0n8t3r.com> X# X# $FreeBSD: ports/devel/ccrtp/Makefile,v 2.0.3 2012/08/13 04:23:00 wgobble Exp $ X# X XPORTNAME= ccrtp XPORTVERSION= 2.0.3 XCATEGORIES= devel XMASTER_SITES= http://www.gnutelephony.org/dist/tarballs/ http://www.da3m0n8t3r.com/gnutelephony/www.gnutelephony.org/dist/tarballs/ X XMAINTAINER= uzimac@da3m0n8t3r.com XCOMMENT= Implementation of the real-time transport protocol X XLIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= pkgconfig XUSE_LDCONFIG= yes X XCONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" XCPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} XINFO= ccrtp X Xpost-patch: X @cd ${WRKSRC}/src && \ X ${FIND} * -type f -exec ${REINPLACE_CMD} -i "" -e "s|<malloc.h>|<stdlib.h>|g" "{}" \; X X.include <bsd.port.mk> 006b339749d26a85c26ee0589fe8b255 echo x - ccrtp/distinfo sed 's/^X//' >ccrtp/distinfo << '8920e1031e1fc851cd712b3340dd8a1e' XSHA256 (ccrtp-2.0.3.tar.gz) = 01d84705f704769da021295ab39c1084de6236c2114e82bcf4767f012cfe9fdc XSIZE (ccrtp-2.0.3.tar.gz) = 722142 8920e1031e1fc851cd712b3340dd8a1e echo x - ccrtp/pkg-descr sed 's/^X//' >ccrtp/pkg-descr << '231ff66c764ec81c43710defefdc952c' XGNU ccRTP is an implementation of RTP, the real-time transport protocol from Xthe IETF (see RFC 3550, RFC 3551 and RFC 3555). ccRTP is a C++ library based Xon GNU Common C++ which provides a high performance, flexible and extensible Xstandards-compliant RTP stack with full RTCP support. The design and Ximplementation of ccRTP make it suitable for high capacity servers and Xgateways as well as personal client applications. X XWWW: http://www.gnu.org/software/ccrtp/ 231ff66c764ec81c43710defefdc952c echo x - ccrtp/pkg-plist sed 's/^X//' >ccrtp/pkg-plist << 'b9df8237ffbcbb6ebe2a7407dd5ed0cd' Xinclude/ccrtp/CryptoContext.h Xinclude/ccrtp/CryptoContextCtrl.h Xinclude/ccrtp/base.h Xinclude/ccrtp/channel.h Xinclude/ccrtp/cqueue.h Xinclude/ccrtp/ext.h Xinclude/ccrtp/formats.h Xinclude/ccrtp/ioqueue.h Xinclude/ccrtp/iqueue.h Xinclude/ccrtp/oqueue.h Xinclude/ccrtp/pool.h Xinclude/ccrtp/queuebase.h Xinclude/ccrtp/rtcppkt.h Xinclude/ccrtp/rtp.h Xinclude/ccrtp/rtppkt.h Xinclude/ccrtp/sources.h Xlib/libccrtp.a Xlib/libccrtp.la Xlib/libccrtp.so Xlib/libccrtp.so.0 Xlibdata/pkgconfig/libccrtp.pc X@dirrm include/ccrtp b9df8237ffbcbb6ebe2a7407dd5ed0cd exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208131133.q7DBXnNq069694>