diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-25 17:39:19 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-07-25 17:39:19 +0000 |
commit | af640928048992e46f9c1a7606fafdb31025c5d5 (patch) | |
tree | 8f97ec6e33b12d40b2624c74fe321677897bab5d /devel/ccrtp | |
parent | 795c06b0df49e4ad6cc32c557734a9b831b2b1f2 (diff) | |
download | ports-af640928048992e46f9c1a7606fafdb31025c5d5.tar.gz ports-af640928048992e46f9c1a7606fafdb31025c5d5.zip |
Notes
Diffstat (limited to 'devel/ccrtp')
-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 |
5 files changed, 71 insertions, 0 deletions
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 |