From 787ccf92e13c67909e60706c4d601d1520261c64 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Sat, 4 Sep 1999 19:02:01 +0000 Subject: The UCL Robust Audio Tool. PR: ports/12535 Submitted by: O.Hodson@cs.ucl.ac.uk --- audio/rat/Makefile | 39 +++++++++++++++++++++++++++++++++++++++ audio/rat/distinfo | 1 + audio/rat/files/patch-aa | 11 +++++++++++ audio/rat/files/patch-ab | 12 ++++++++++++ audio/rat/pkg-comment | 1 + audio/rat/pkg-descr | 2 ++ audio/rat/pkg-plist | 2 ++ 7 files changed, 68 insertions(+) create mode 100644 audio/rat/Makefile create mode 100644 audio/rat/distinfo create mode 100644 audio/rat/files/patch-aa create mode 100644 audio/rat/files/patch-ab create mode 100644 audio/rat/pkg-comment create mode 100644 audio/rat/pkg-descr create mode 100644 audio/rat/pkg-plist (limited to 'audio/rat') diff --git a/audio/rat/Makefile b/audio/rat/Makefile new file mode 100644 index 000000000000..d5fd7e523ece --- /dev/null +++ b/audio/rat/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: rat +# Version required: 4.0.4 +# Date created: 3 July 1999 +# Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson) +# +# $Id: $ +# + +DISTNAME= rat-4.0.4 +CATEGORIES= mbone audio +MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.4/ + +MAINTAINER= O.Hodson@cs.ucl.ac.uk + +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 + +USE_GMAKE= yes +MAN1= rat.1 +MANCOMPRESSED= no + +RAT_BUILD_DIRS= common rat + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rat/rat-4.0.4 ${PREFIX}/bin/rat + ${INSTALL_MAN} ${WRKSRC}/rat/man/man1/rat.1 ${PREFIX}/man/man1 + ${MKDIR} ${LOCALBASE}/etc/sdr/plugins + ${INSTALL_DATA} ${WRKSRC}/rat/sdr2.plugin.S02.audio.rtp.*.rat-4.0.4 ${LOCALBASE}/etc/sdr/plugins + +do-build: + for d in ${RAT_BUILD_DIRS}; do \ + cd ${WRKSRC}/$$d && ${GMAKE}; \ + done + +do-configure: + for d in ${RAT_BUILD_DIRS}; do \ + cd ${WRKSRC}/$$d && ./configure; \ + done + +.include "bsd.port.mk" diff --git a/audio/rat/distinfo b/audio/rat/distinfo new file mode 100644 index 000000000000..8ff05a380b92 --- /dev/null +++ b/audio/rat/distinfo @@ -0,0 +1 @@ +MD5 (rat-4.0.4.tar.gz) = bf22b188bcb1d57e21a6c89a3bdee8c2 diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa new file mode 100644 index 000000000000..72673143c99e --- /dev/null +++ b/audio/rat/files/patch-aa @@ -0,0 +1,11 @@ +--- rat/sdr2.plugin.in.orig Wed May 12 07:36:14 1999 ++++ rat/sdr2.plugin.in Sun Aug 22 10:47:05 1999 +@@ -12,7 +12,7 @@ + + media: audio + proto: RTP/AVP +-tool: rat-__VERSION__ ++tool: rat + protoname: RTP + cryptflag: -K + diff --git a/audio/rat/files/patch-ab b/audio/rat/files/patch-ab new file mode 100644 index 000000000000..9ca8304219fd --- /dev/null +++ b/audio/rat/files/patch-ab @@ -0,0 +1,12 @@ +--- rat/configure.orig Sun Aug 22 10:52:06 1999 ++++ rat/configure Sun Aug 22 10:53:22 1999 +@@ -111,7 +111,8 @@ + WFLAGS=$GCCWFLAGS + INCLUDE="-I/usr/X11R6/include -I/usr/local/include" + LDLIBS="-L/usr/X11R6/lib -lXext -lX11 -lm" +- TCL_LIBS="../tk-8.0/unix/libtk80.a ../tcl-8.0/unix/libtcl80.a" ++ TCL_LIBS="-L/usr/local/lib -ltk80 -ltcl80" ++ TCL_INCL="-I/usr/local/include/tk8.0 -I/usr/local/include/tcl8.0" + AUDIO="auddev_luigi.o" + DEBUG="-g" + CHAR="-fsigned-char" diff --git a/audio/rat/pkg-comment b/audio/rat/pkg-comment new file mode 100644 index 000000000000..d3651222558e --- /dev/null +++ b/audio/rat/pkg-comment @@ -0,0 +1 @@ +Multicast and unicast audio conferencing tool diff --git a/audio/rat/pkg-descr b/audio/rat/pkg-descr new file mode 100644 index 000000000000..e4d099f73f47 --- /dev/null +++ b/audio/rat/pkg-descr @@ -0,0 +1,2 @@ +This package contains the binary release of the robust audio tool +(RAT), a multicast and unicast conferencing application. diff --git a/audio/rat/pkg-plist b/audio/rat/pkg-plist new file mode 100644 index 000000000000..a393c64a7ae6 --- /dev/null +++ b/audio/rat/pkg-plist @@ -0,0 +1,2 @@ +bin/rat +etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3 -- cgit v1.2.3