summaryrefslogtreecommitdiff
path: root/mbone/rat
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1999-09-04 19:02:01 +0000
committerBill Fenner <fenner@FreeBSD.org>1999-09-04 19:02:01 +0000
commit787ccf92e13c67909e60706c4d601d1520261c64 (patch)
treedbc459fca3cd31565c3c9aadea7fc932dd173846 /mbone/rat
parentUse syslog logging. (diff)
The UCL Robust Audio Tool.
PR: ports/12535 Submitted by: O.Hodson@cs.ucl.ac.uk
Notes
Notes: svn path=/head/; revision=21238
Diffstat (limited to 'mbone/rat')
-rw-r--r--mbone/rat/Makefile39
-rw-r--r--mbone/rat/distinfo1
-rw-r--r--mbone/rat/files/patch-aa11
-rw-r--r--mbone/rat/files/patch-ab12
-rw-r--r--mbone/rat/pkg-comment1
-rw-r--r--mbone/rat/pkg-descr2
-rw-r--r--mbone/rat/pkg-plist2
7 files changed, 68 insertions, 0 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile
new file mode 100644
index 000000000000..d5fd7e523ece
--- /dev/null
+++ b/mbone/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/mbone/rat/distinfo b/mbone/rat/distinfo
new file mode 100644
index 000000000000..8ff05a380b92
--- /dev/null
+++ b/mbone/rat/distinfo
@@ -0,0 +1 @@
+MD5 (rat-4.0.4.tar.gz) = bf22b188bcb1d57e21a6c89a3bdee8c2
diff --git a/mbone/rat/files/patch-aa b/mbone/rat/files/patch-aa
new file mode 100644
index 000000000000..72673143c99e
--- /dev/null
+++ b/mbone/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/mbone/rat/files/patch-ab b/mbone/rat/files/patch-ab
new file mode 100644
index 000000000000..9ca8304219fd
--- /dev/null
+++ b/mbone/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/mbone/rat/pkg-comment b/mbone/rat/pkg-comment
new file mode 100644
index 000000000000..d3651222558e
--- /dev/null
+++ b/mbone/rat/pkg-comment
@@ -0,0 +1 @@
+Multicast and unicast audio conferencing tool
diff --git a/mbone/rat/pkg-descr b/mbone/rat/pkg-descr
new file mode 100644
index 000000000000..e4d099f73f47
--- /dev/null
+++ b/mbone/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/mbone/rat/pkg-plist b/mbone/rat/pkg-plist
new file mode 100644
index 000000000000..a393c64a7ae6
--- /dev/null
+++ b/mbone/rat/pkg-plist
@@ -0,0 +1,2 @@
+bin/rat
+etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.*.rat-4.0.3