Date: Sat, 20 May 2006 00:19:56 GMT From: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/97508: [NEW PORT] devel/ccrtp: Implementation of the real-time transport protocol Message-ID: <200605200019.k4K0JuLK012613@www.freebsd.org> Resent-Message-ID: <200605200020.k4K0KNVt009278@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97508 >Category: ports >Synopsis: [NEW PORT] devel/ccrtp: Implementation of the real-time transport protocol >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: Sat May 20 00:20:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jose Alonso Cardenas Marquez >Release: FreeBSD 6.1-STABLE i386 >Organization: BSDPeru (http://www.bsd.org.pe) >Environment: FreeBSD HellFire.BSD.org.pe 6.1-STABLE FreeBSD 6.1-STABLE #0: Thu May 18 22:24:34 PET 2006 >Description: 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. WWW: http://www.gnu.org/software/ccrtp/ >How-To-Repeat: >Fix: --- ccrtp-1.3.7.shar begins here --- # 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/pkg-descr # ccrtp/Makefile # ccrtp/pkg-plist # ccrtp/distinfo # ccrtp/files # ccrtp/files/patch-Makefile # echo c - ccrtp mkdir -p ccrtp > /dev/null 2>&1 echo x - ccrtp/pkg-descr sed 's/^X//' >ccrtp/pkg-descr << 'END-of-ccrtp/pkg-descr' 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/ END-of-ccrtp/pkg-descr echo x - ccrtp/Makefile sed 's/^X//' >ccrtp/Makefile << 'END-of-ccrtp/Makefile' X# New ports collection makefile for: ccrtp X# Date created: 2006-04-22 X# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> X# X# $FreeBSD$ X# X XPORTNAME= ccrtp XPORTVERSION= 1.3.7 XCATEGORIES= devel XMASTER_SITES= ${MASTER_SITE_GNU} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= acardenas@bsd.org.pe XCOMMENT= Implementation of the real-time transport protocol X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XINSTALLS_SHLIB= yes XUSE_GNOME= pkgconfig X XCONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} XINFO= ccrtp X X.include <bsd.port.mk> END-of-ccrtp/Makefile echo x - ccrtp/pkg-plist sed 's/^X//' >ccrtp/pkg-plist << 'END-of-ccrtp/pkg-plist' Xinclude/ccrtp/base.h Xinclude/ccrtp/cqueue.h Xinclude/ccrtp/channel.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/libccrtp1-1.3.so.0 Xlib/libccrtp1-1.3.so Xlib/libccrtp1.so Xlib/libccrtp1.a Xlib/libccrtp1.la Xlibdata/pkgconfig/libccrtp1.pc X@dirrm include/ccrtp END-of-ccrtp/pkg-plist echo x - ccrtp/distinfo sed 's/^X//' >ccrtp/distinfo << 'END-of-ccrtp/distinfo' XMD5 (ccrtp-1.3.7.tar.gz) = 6621be1852bd90c3dbbafa895618d8f0 XSHA256 (ccrtp-1.3.7.tar.gz) = e495e283dcefe20b6b7bafdf6eca9be763f9bcb6aaf0fe5228eca530dc5bde96 XSIZE (ccrtp-1.3.7.tar.gz) = 573315 END-of-ccrtp/distinfo 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 << 'END-of-ccrtp/files/patch-Makefile' X--- Makefile.in Sat Apr 22 19:41:06 2006 X+++ Makefile.in Sat Apr 22 19:41:35 2006 X@@ -224,7 +224,7 @@ X X SUBDIRS = src doc X DIST_SUBDIRS = m4 src phone doc demo w32 X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(libdir)data/pkgconfig X pkgconfig_DATA = libccrtp1.pc X all: all-recursive X END-of-ccrtp/files/patch-Makefile exit --- ccrtp-1.3.7.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200019.k4K0JuLK012613>