diff options
author | sobomax <sobomax@FreeBSD.org> | 2003-10-20 21:04:37 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2003-10-20 21:04:37 +0800 |
commit | f10159e89dcb9c556656c13ef559236d337d0032 (patch) | |
tree | 5d26b20b769dad99d239dc31a5627b6bfbab3851 /net | |
parent | 5edef7e9de2f63206f7e409e23c4dbb92b8a277d (diff) | |
download | freebsd-ports-gnome-f10159e89dcb9c556656c13ef559236d337d0032.tar.gz freebsd-ports-gnome-f10159e89dcb9c556656c13ef559236d337d0032.tar.zst freebsd-ports-gnome-f10159e89dcb9c556656c13ef559236d337d0032.zip |
Add ortp 0.6.2, a Real-time Transport Protocol (RTP) stack.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/ortp/Makefile | 21 | ||||
-rw-r--r-- | net/ortp/distinfo | 1 | ||||
-rw-r--r-- | net/ortp/files/patch-configure | 13 | ||||
-rw-r--r-- | net/ortp/pkg-descr | 19 | ||||
-rw-r--r-- | net/ortp/pkg-plist | 32 |
6 files changed, 87 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index b37317417366..ada76e190f76 100644 --- a/net/Makefile +++ b/net/Makefile @@ -406,6 +406,7 @@ SUBDIR += openverse SUBDIR += openvmps SUBDIR += oproute + SUBDIR += ortp SUBDIR += osrtspproxy SUBDIR += ossp-sa SUBDIR += p0f diff --git a/net/ortp/Makefile b/net/ortp/Makefile new file mode 100644 index 000000000000..8ba093fa2910 --- /dev/null +++ b/net/ortp/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ortp +# Date created: 20 October 2003 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ortp +PORTVERSION= 0.6.2 +CATEGORIES= net +MASTER_SITES= http://www.linphone.org/ortp/sources/ + +MAINTAINER= sobomax@FreeBSD.org +COMMENT= A Real-time Transport Protocol (RTP) stack + +USE_GNOME= glib20 +USE_LIBTOOL= yes +CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/net/ortp/distinfo b/net/ortp/distinfo new file mode 100644 index 000000000000..fce451458f46 --- /dev/null +++ b/net/ortp/distinfo @@ -0,0 +1 @@ +MD5 (ortp-0.6.2.tar.gz) = d1c5bd773a288bcacbf4cf6c93d75228 diff --git a/net/ortp/files/patch-configure b/net/ortp/files/patch-configure new file mode 100644 index 000000000000..664c80ff1ec0 --- /dev/null +++ b/net/ortp/files/patch-configure @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- configure 2003/10/20 01:30:00 1.1 ++++ configure 2003/10/20 01:30:12 +@@ -18396,6 +18396,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/net/ortp/pkg-descr b/net/ortp/pkg-descr new file mode 100644 index 000000000000..11c3827e4815 --- /dev/null +++ b/net/ortp/pkg-descr @@ -0,0 +1,19 @@ +oRTP - a Real-time Transport Protocol stack under LGPL. + +Features: + + o Written in C, based on glib for unix and windows portability. + o Implement the RFC1889 (RTP) with a easy to use API with high and low + level access. + o Includes support for multiples profiles, AV profile (RFC1890) being the + one by default. + o Includes a packet scheduler for synchronizing rtp recv and send. Scheduling + is optionnal, rtp sessions can remain not scheduled. + o Implements blocking and non blocking IO for RTP sessions. + o Supports mutiplexing IO, so that hundreds of RTP sessions can be managed by + a single thread. + o Supports part of RFC2833 for telephone events over RTP. + o The API is well documented using gtk-doc. + o Licensed under the Lesser Gnu Public License. + +WWW: http://www.linphone.org/ortp/ diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist new file mode 100644 index 000000000000..7046cefd64d9 --- /dev/null +++ b/net/ortp/pkg-plist @@ -0,0 +1,32 @@ +include/ortp/ortp-config.h +include/ortp/ortp.h +include/ortp/payloadtype.h +include/ortp/port_fct.h +include/ortp/rtp.h +include/ortp/rtpmod.h +include/ortp/rtpport.h +include/ortp/rtpsession.h +include/ortp/rtpsignaltable.h +include/ortp/rtptimer.h +include/ortp/scheduler.h +include/ortp/sessionset.h +include/ortp/str_utils.h +include/ortp/telephonyevents.h +lib/libortp.a +lib/libortp.so +lib/libortp.so.0 +share/doc/ortp/book1.html +share/doc/ortp/index.sgml +share/doc/ortp/ortp-multiplexing-sessions-(in-a-one-thread-design).html +share/doc/ortp/ortp-rtp-payloads-and-profiles.html +share/doc/ortp/ortp-rtpsession-api.html +share/doc/ortp/ortp-stack-initialisation.html +share/doc/ortp/ortp-stack-management-functions.html +share/doc/ortp/ortp-telephone-events-(rfc2833)-.html +share/doc/ortp/ortp-telephony-events-(rfc2833)-.html +share/doc/ortp/ortpapi.html +share/doc/ortp/rtpsession.html +share/doc/ortp/stackinit.html +share/doc/ortp/startup.html +@dirrm share/doc/ortp +@dirrm include/ortp |