summaryrefslogtreecommitdiff
path: root/net/ortp
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-10-20 13:04:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-10-20 13:04:37 +0000
commit8ff288dfbd3eabeba15787b8baef7233a081e34a (patch)
tree898668fb615b65bf1f4ad257345f40f7cfc59261 /net/ortp
parent- Use EXAMPLESDIR, DOCSDIR. (diff)
Add ortp 0.6.2, a Real-time Transport Protocol (RTP) stack.
Notes
Notes: svn path=/head/; revision=91729
Diffstat (limited to 'net/ortp')
-rw-r--r--net/ortp/Makefile21
-rw-r--r--net/ortp/distinfo1
-rw-r--r--net/ortp/files/patch-configure13
-rw-r--r--net/ortp/pkg-descr19
-rw-r--r--net/ortp/pkg-plist32
5 files changed, 86 insertions, 0 deletions
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