summaryrefslogtreecommitdiff
path: root/audio/rat
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rat')
-rw-r--r--audio/rat/Makefile40
-rw-r--r--audio/rat/distinfo1
-rw-r--r--audio/rat/files/patch-aa11
-rw-r--r--audio/rat/files/patch-ab12
-rw-r--r--audio/rat/files/patch-ac10
-rw-r--r--audio/rat/files/patch-ad13
-rw-r--r--audio/rat/pkg-comment1
-rw-r--r--audio/rat/pkg-descr8
-rw-r--r--audio/rat/pkg-plist2
9 files changed, 0 insertions, 98 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile
deleted file mode 100644
index 034e665cc84f..000000000000
--- a/audio/rat/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for: rat
-# Date created: 3 July 1999
-# Whom: O.Hodson@cs.ucl.ac.uk (Orion Hodson)
-#
-# $FreeBSD$
-#
-
-PORTNAME= rat
-PORTVERSION= 4.0.4
-CATEGORIES= mbone audio
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/4.0.4/ \
- http://people.FreeBSD.org/~cpiazza/distfiles/
-
-MAINTAINER= O.Hodson@cs.ucl.ac.uk
-
-LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
-
-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
deleted file mode 100644
index 8ff05a380b92..000000000000
--- a/audio/rat/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (rat-4.0.4.tar.gz) = bf22b188bcb1d57e21a6c89a3bdee8c2
diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa
deleted file mode 100644
index 72673143c99e..000000000000
--- a/audio/rat/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 1494e645cbe1..000000000000
--- a/audio/rat/files/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 -ltk82 -ltcl82"
-+ TCL_INCL="-I/usr/local/include/tk8.2 -I/usr/local/include/tcl8.2"
- AUDIO="auddev_luigi.o"
- DEBUG="-g"
- CHAR="-fsigned-char"
diff --git a/audio/rat/files/patch-ac b/audio/rat/files/patch-ac
deleted file mode 100644
index 32e545a50c89..000000000000
--- a/audio/rat/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- rat/config_unix.h.orig Sat Nov 27 18:27:56 1999
-+++ rat/config_unix.h Sat Nov 27 18:33:33 1999
-@@ -17,6 +17,7 @@
-
- #include <limits.h>
- #include <sys/types.h>
-+#include <sys/signal.h>
- #include <sys/time.h>
- #include <sys/resource.h>
-
diff --git a/audio/rat/files/patch-ad b/audio/rat/files/patch-ad
deleted file mode 100644
index b1756adb31a2..000000000000
--- a/audio/rat/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- common/net_udp.c.orig Tue Jun 22 10:54:05 1999
-+++ common/net_udp.c Mon Jan 24 17:14:12 2000
-@@ -335,6 +335,10 @@
- }
- }
-
-+#ifndef IPV6_ADD_MEMBERSHIP
-+#define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP
-+#endif
-+
- if (IN6_IS_ADDR_MULTICAST(&(s->addr6))) {
- unsigned int loop = 1;
- struct ipv6_mreq imr;
diff --git a/audio/rat/pkg-comment b/audio/rat/pkg-comment
deleted file mode 100644
index 75a87f463029..000000000000
--- a/audio/rat/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Multicast and unicast robust audio conferencing tool
diff --git a/audio/rat/pkg-descr b/audio/rat/pkg-descr
deleted file mode 100644
index 22763c1892ae..000000000000
--- a/audio/rat/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-RAT is a network audio tool that allows users to particpate in
-audio conferences over the internet. These can be between two
-participants directly, or between a group of participants on a
-common multicast group. RAT features sender based loss mitigation
-mechanisms and receiver based audio repair techniques to compensate
-for packet loss, and load adaption in response to host performance.
-
-WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/
diff --git a/audio/rat/pkg-plist b/audio/rat/pkg-plist
deleted file mode 100644
index 3f0dbc063258..000000000000
--- a/audio/rat/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/rat
-etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.-.rat-4.0.4