diff options
author | aaron <aaron@FreeBSD.org> | 2006-07-26 01:39:19 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-07-26 01:39:19 +0800 |
commit | b9f9b63889b51a17dc2f668936c85c09d86b452f (patch) | |
tree | 1cfc3f814235a07a6f0968f2091a3400545bc0a7 /devel | |
parent | 57971359a2df69dd1a6e7d98829f5f0a42c85220 (diff) | |
download | freebsd-ports-gnome-b9f9b63889b51a17dc2f668936c85c09d86b452f.tar.gz freebsd-ports-gnome-b9f9b63889b51a17dc2f668936c85c09d86b452f.tar.zst freebsd-ports-gnome-b9f9b63889b51a17dc2f668936c85c09d86b452f.zip |
Adding port devel/ccrtp, Implementation of the real-time transport
protocol.
PR: ports/97508
Submitted by: acm
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/ccrtp/Makefile | 28 | ||||
-rw-r--r-- | devel/ccrtp/distinfo | 3 | ||||
-rw-r--r-- | devel/ccrtp/files/patch-Makefile | 11 | ||||
-rw-r--r-- | devel/ccrtp/pkg-descr | 8 | ||||
-rw-r--r-- | devel/ccrtp/pkg-plist | 21 |
6 files changed, 72 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 45bc11512396..7edf494f47fd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -117,6 +117,7 @@ SUBDIR += cccc SUBDIR += ccdoc SUBDIR += ccmalloc + SUBDIR += ccrtp SUBDIR += cdecl SUBDIR += cdialog SUBDIR += cdk diff --git a/devel/ccrtp/Makefile b/devel/ccrtp/Makefile new file mode 100644 index 000000000000..ba690d8b76fe --- /dev/null +++ b/devel/ccrtp/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: ccrtp +# Date created: 2006-04-22 +# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> +# +# $FreeBSD$ +# + +PORTNAME= ccrtp +PORTVERSION= 1.4.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= acm@FreeBSD.org +COMMENT= Implementation of the real-time transport protocol + +LIB_DEPENDS= ccgnu2-1.4.0:${PORTSDIR}/devel/commoncpp + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_GNOME= pkgconfig +USE_GCC= 3.4+ +INSTALLS_SHLIB= yes + +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +INFO= ccrtp + +.include <bsd.port.mk> diff --git a/devel/ccrtp/distinfo b/devel/ccrtp/distinfo new file mode 100644 index 000000000000..8a64ab27cdf6 --- /dev/null +++ b/devel/ccrtp/distinfo @@ -0,0 +1,3 @@ +MD5 (ccrtp-1.4.1.tar.gz) = 632aacddec2998f393d1773a078d881a +SHA256 (ccrtp-1.4.1.tar.gz) = de0214d0933a59e8c5e99fb411556ef36186aba9ed345a43db20968c6315b1af +SIZE (ccrtp-1.4.1.tar.gz) = 585909 diff --git a/devel/ccrtp/files/patch-Makefile b/devel/ccrtp/files/patch-Makefile new file mode 100644 index 000000000000..dec852cdd318 --- /dev/null +++ b/devel/ccrtp/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.in Sat Apr 22 19:41:06 2006 ++++ Makefile.in Sat Apr 22 19:41:35 2006 +@@ -224,7 +224,7 @@ + + SUBDIRS = src doc + DIST_SUBDIRS = m4 src phone doc demo w32 +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)data/pkgconfig + pkgconfig_DATA = libccrtp1.pc + all: all-recursive + diff --git a/devel/ccrtp/pkg-descr b/devel/ccrtp/pkg-descr new file mode 100644 index 000000000000..753a397f8e61 --- /dev/null +++ b/devel/ccrtp/pkg-descr @@ -0,0 +1,8 @@ +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/ diff --git a/devel/ccrtp/pkg-plist b/devel/ccrtp/pkg-plist new file mode 100644 index 000000000000..ea5557905fd4 --- /dev/null +++ b/devel/ccrtp/pkg-plist @@ -0,0 +1,21 @@ +include/ccrtp/base.h +include/ccrtp/cqueue.h +include/ccrtp/channel.h +include/ccrtp/ext.h +include/ccrtp/formats.h +include/ccrtp/ioqueue.h +include/ccrtp/iqueue.h +include/ccrtp/oqueue.h +include/ccrtp/pool.h +include/ccrtp/queuebase.h +include/ccrtp/rtcppkt.h +include/ccrtp/rtp.h +include/ccrtp/rtppkt.h +include/ccrtp/sources.h +lib/libccrtp1-1.4.so.0 +lib/libccrtp1-1.4.so +lib/libccrtp1.so +lib/libccrtp1.a +lib/libccrtp1.la +libdata/pkgconfig/libccrtp1.pc +@dirrm include/ccrtp |