summaryrefslogtreecommitdiff
path: root/audio/rat
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-01-16 05:08:57 +0000
commitdf3e7e93b8317ece24fbe7d0c9e4aa1ebb0feca0 (patch)
tree1d9ecedb74d255866c8e1e5df9db0f2739a8ba66 /audio/rat
parentc31f9d6cf28e3aa831ff2390ee3ab6ea031dbc76 (diff)
Diffstat (limited to 'audio/rat')
-rw-r--r--audio/rat/Makefile53
-rw-r--r--audio/rat/distinfo2
-rw-r--r--audio/rat/files/patch-aa11
-rw-r--r--audio/rat/files/patch-ab11
-rw-r--r--audio/rat/pkg-comment1
-rw-r--r--audio/rat/pkg-descr8
-rw-r--r--audio/rat/pkg-plist7
7 files changed, 0 insertions, 93 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile
deleted file mode 100644
index c831a2ba2458..000000000000
--- a/audio/rat/Makefile
+++ /dev/null
@@ -1,53 +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.2.22
-PORTREVISION= 0
-CATEGORIES= mbone audio ipv6
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/4.2.22/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= cpiazza
-
-MAINTAINER= orion@freebsd.org
-
-TCLTK_VERSION= 8.2
-LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
-
-USE_AUTOCONF= yes
-USE_GMAKE= yes
-MAN1= rat.1
-MANCOMPRESSED= no
-
-RAT_BUILD_DIRS= common rat
-RAT= ${PORTNAME}-${PORTVERSION}
-RAT_SCRIPT= ${PORTNAME}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 400014
-ENABLE_IPv6= --enable-ipv6
-.endif
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT} ${PREFIX}/bin/${RAT}
- ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-ui ${PREFIX}/bin/${RAT}-ui
- ${INSTALL_PROGRAM} ${WRKSRC}/rat/${RAT}-media ${PREFIX}/bin/${RAT}-media
- ${INSTALL_SCRIPT} ${WRKSRC}/rat/${RAT_SCRIPT} ${PREFIX}/bin/${RAT_SCRIPT}
- ${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} ${LOCALBASE}/etc/sdr/plugins
-
-do-build:
- cd ${WRKSRC}/common/src && ${GMAKE}
- cd ${WRKSRC}/rat && ${GMAKE}
-
-do-configure:
- cd ${WRKSRC}/common && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} ${ENABLE_IPv6}
- cd ${WRKSRC}/rat && ${AUTOCONF} && ./configure ${CONFIGURE_ARGS} --with-tcl=${LOCALBASE} --with-tk=${LOCALBASE} ${ENABLE_IPv6} --with-tcltk-version=${TCLTK_VERSION}
-
-.include "bsd.port.post.mk"
diff --git a/audio/rat/distinfo b/audio/rat/distinfo
deleted file mode 100644
index fa10a22e9cf2..000000000000
--- a/audio/rat/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (rat-4.2.22.tar.gz) = 4c2fddfc396bcf5443a0a54e51925ed9
-
diff --git a/audio/rat/files/patch-aa b/audio/rat/files/patch-aa
deleted file mode 100644
index 4f2f90d89d54..000000000000
--- a/audio/rat/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- rat/auddev_luigi.c.orig Sun Sep 8 01:22:44 2002
-+++ rat/auddev_luigi.c Sun Sep 8 01:22:54 2002
-@@ -19,7 +19,7 @@
- #include "debug.h"
-
- #include <machine/pcaudioio.h>
--#include <machine/soundcard.h>
-+#include <sys/soundcard.h>
-
- #define LUIGI_SPEAKER 0x101
- #define LUIGI_MICROPHONE 0x201
diff --git a/audio/rat/files/patch-ab b/audio/rat/files/patch-ab
deleted file mode 100644
index 21a58452751e..000000000000
--- a/audio/rat/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- rat/auddev_newpcm.c.orig Sun Sep 8 01:37:33 2002
-+++ rat/auddev_newpcm.c Sun Sep 8 01:37:40 2002
-@@ -20,7 +20,7 @@
- #include "memory.h"
- #include "debug.h"
-
--#include <machine/soundcard.h>
-+#include <sys/soundcard.h>
- #include <sys/types.h>
-
- #include <dirent.h>
diff --git a/audio/rat/pkg-comment b/audio/rat/pkg-comment
deleted file mode 100644
index abcb956e03eb..000000000000
--- a/audio/rat/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-IPv4/v6 Multicast and unicast 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 fff5da847408..000000000000
--- a/audio/rat/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/rat-4.2.22
-bin/rat-4.2.22-ui
-bin/rat-4.2.22-media
-bin/rat
-etc/sdr/plugins/sdr2.plugin.S02.audio.rtp.-.rat-4.2.22
-@dirrm etc/sdr/plugins
-@dirrm etc/sdr