ports/97508: [NEW PORT] devel/ccrtp: Implementation of the real-time transport protocol

Jose Alonso Cardenas Marquez acardenas at bsd.org.pe
Sun Jun 25 04:42:24 UTC 2006


On Mon, 5 Jun 2006 04:29:34 GMT
Aaron Dalton <aaron at FreeBSD.org> wrote:

> Synopsis: [NEW PORT] devel/ccrtp: Implementation of the real-time transport protocol
> 
> State-Changed-From-To: feedback->open
> State-Changed-By: aaron
> State-Changed-When: Mon Jun 5 04:29:33 UTC 2006
> State-Changed-Why: 
> USE_GCC= 3.2+ added to Makefile.  Now awaiting mentor approval.
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=97508
> 

- New shar file
- Updated to 1.4.1
- Added USE_GCC= 3.4+
- Please see ports/99441 is a dependency of ccrtp, and I updated it too.

--- ccrtp-1.4.1.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 at bsd.org.pe>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ccrtp
XPORTVERSION=	1.4.1
XCATEGORIES=	devel
XMASTER_SITES=	${MASTER_SITE_GNU}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	acardenas at bsd.org.pe
XCOMMENT=	Implementation of the real-time transport protocol
X
XLIB_DEPENDS=	ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp
X
XGNU_CONFIGURE=	yes
XUSE_GMAKE=	yes
XUSE_GNOME=	pkgconfig
XUSE_GCC=	3.4+
XINSTALLS_SHLIB=	yes
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.4.so.0
Xlib/libccrtp1-1.4.so
Xlib/libccrtp1.so
Xlib/libccrtp1.a
Xlib/libccrtp1.la
Xlibdata/pkgconfig/libccrtp1.pc
X at dirrm include/ccrtp
END-of-ccrtp/pkg-plist
echo x - ccrtp/distinfo
sed 's/^X//' >ccrtp/distinfo << 'END-of-ccrtp/distinfo'
XMD5 (ccrtp-1.4.1.tar.gz) = 632aacddec2998f393d1773a078d881a
XSHA256 (ccrtp-1.4.1.tar.gz) = de0214d0933a59e8c5e99fb411556ef36186aba9ed345a43db20968c6315b1af
XSIZE (ccrtp-1.4.1.tar.gz) = 585909
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.4.1.shar ends here ---

Greetings
ACM
-- 
Grupo de Usuarios *BSD Peru - BSDPeru
http://www.bsd.org.pe



More information about the freebsd-ports-bugs mailing list