aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-10-05 23:59:40 +0800
committeranders <anders@FreeBSD.org>2002-10-05 23:59:40 +0800
commit3748796334ba83e3105a53adee1bd711a41b638d (patch)
treeb7b05182a783003802a547b0bccff0d748e0f608 /net
parent3290b03b417d46ede4696b3ea652799f7a02c938 (diff)
downloadfreebsd-ports-gnome-3748796334ba83e3105a53adee1bd711a41b638d.tar.gz
freebsd-ports-gnome-3748796334ba83e3105a53adee1bd711a41b638d.tar.zst
freebsd-ports-gnome-3748796334ba83e3105a53adee1bd711a41b638d.zip
Remove this obsolete, unfetchable port.
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/rtsp_proxy/Makefile30
-rw-r--r--net/rtsp_proxy/distinfo1
-rw-r--r--net/rtsp_proxy/files/patch-aa21
-rw-r--r--net/rtsp_proxy/files/patch-ab11
-rw-r--r--net/rtsp_proxy/files/patch-ac52
-rw-r--r--net/rtsp_proxy/files/patch-ad29
-rw-r--r--net/rtsp_proxy/files/patch-ae16
-rw-r--r--net/rtsp_proxy/files/rtsp_proxy.sh23
-rw-r--r--net/rtsp_proxy/pkg-comment1
-rw-r--r--net/rtsp_proxy/pkg-descr17
-rw-r--r--net/rtsp_proxy/pkg-message3
-rw-r--r--net/rtsp_proxy/pkg-plist3
13 files changed, 0 insertions, 208 deletions
diff --git a/net/Makefile b/net/Makefile
index 7446950088b0..14ec347f2d03 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -480,7 +480,6 @@
SUBDIR += rrdtool
SUBDIR += rshell
SUBDIR += rsync
- SUBDIR += rtsp_proxy
SUBDIR += ruby-drb
SUBDIR += ruby-gserver
SUBDIR += ruby-icmp
diff --git a/net/rtsp_proxy/Makefile b/net/rtsp_proxy/Makefile
deleted file mode 100644
index b870a52d88a3..000000000000
--- a/net/rtsp_proxy/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: rtsp_proxy
-# Date created: 8 June 1999
-# Whom: Richard Kiss <richard@homemail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= rtsp_proxy
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= http://www.streamingserver.org/priss/
-DISTNAME= SS1.0.1
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= richard@homemail.com
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/QTProxy/proxy_unix
-ALL_TARGET=
-
-proxyunix= ${WRKSRC}/proxy_unix.c
-
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/rtsp_proxy ${PREFIX}/sbin
- @ ${INSTALL_SCRIPT} ${FILESDIR}/rtsp_proxy.sh ${PREFIX}/etc/rc.d
- @ ${INSTALL_DATA} ${WRKSRC}/../qts_proxy.conf ${PREFIX}/etc/
-
-post-install:
- @ ${CAT} ${PKGMESSAGE} | ${SED} -e 's,@PREFIX@,${PREFIX},g'
-
-.include <bsd.port.mk>
diff --git a/net/rtsp_proxy/distinfo b/net/rtsp_proxy/distinfo
deleted file mode 100644
index fa951bf01e6b..000000000000
--- a/net/rtsp_proxy/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (SS1.0.1.tgz) = b6d9a991576f872b5a8b064e0e52d562
diff --git a/net/rtsp_proxy/files/patch-aa b/net/rtsp_proxy/files/patch-aa
deleted file mode 100644
index 1d4c85c3e4a0..000000000000
--- a/net/rtsp_proxy/files/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile Wed Apr 21 15:45:50 1999
-+++ Makefile Tue Jun 8 01:54:44 1999
-@@ -1,6 +1,7 @@
- NAME=rtsp_proxy
- OPT=-g
- FLAGS=$(OPT) -Dunix -I..
-+BSDFLAGS=-DUSE_THREAD=1 -I..
- SGIFLAGS=-signed -Xcpluscomm -DUSE_THREAD=1
- SUNFLAGS=-xCC -DUSE_THREAD=1
- LINUXFLAGS=-DUSE_THREAD=0
-@@ -22,6 +23,10 @@
- $(MAINDIR)util.h \
- $(MAINDIR)shared_udp.h \
- $(MAINDIR)getopt.h
-+
-+freebsd: $(NAME)
-+$(NAME): $(SRC) $(HDR)
-+ $(CC) $(CFLAGS) $(BSDFLAGS) $(SRC) -o $(NAME) -pthread
-
- sgi: $(NAME).sgi
- $(NAME).sgi: $(SRC) $(HDR)
diff --git a/net/rtsp_proxy/files/patch-ab b/net/rtsp_proxy/files/patch-ab
deleted file mode 100644
index a23231dab8b6..000000000000
--- a/net/rtsp_proxy/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../qts_proxy.conf Wed Apr 21 15:45:50 1999
-+++ ../qts_proxy.conf Tue Jun 8 01:51:04 1999
-@@ -7,7 +7,7 @@
- # NOTE: lack of this line allows connections from any IP address
- # It is best to limit incoming connections to your internal network.
- #
--allow 17.0.0.0/8
-+allow 10.0.0.0/8
-
- #
- # users specifies the maximum number of simultaneous users
diff --git a/net/rtsp_proxy/files/patch-ac b/net/rtsp_proxy/files/patch-ac
deleted file mode 100644
index 459a4e85813e..000000000000
--- a/net/rtsp_proxy/files/patch-ac
+++ /dev/null
@@ -1,52 +0,0 @@
---- ../proxy.c Tue Jul 6 17:42:19 1999
-+++ ../proxy.c Tue Jul 20 22:26:39 1999
-@@ -1142,7 +1142,18 @@
- }
- //
- // did we get a complete response yet?
-- if (! has_two_crlfs(s->sinbuf))
-+ //
-+
-+// this used to look for a blank line, which is a dumb way to check if we
-+// have a complete response since that only means we have a complete header.
-+// the correct method would be to check the 'Content-Length:' header, but
-+// that's too much trouble without a lot of re-writing. so this is a cheap
-+// hack to look and see if the buffer ends on a 'CRLF' pair - this might get
-+// broken if we happen to break on an end-of-line, but it's better than
-+// nothing.
-+
-+ pBuf = s->sinbuf + s->amtInServerInBuffer - 2;
-+ if ((pBuf[0] != '\r') || (pBuf[1] != '\n'))
- break;
-
- //
---- ../proxy.c.orig Sat Oct 16 10:29:52 1999
-+++ ../proxy.c Sat Oct 16 10:30:01 1999
-@@ -127,7 +127,9 @@
- //int gUDPPortMin = 4000;
- //int gUDPPortMax = 65535;
-
--int gProxyIP = -1;
-+#define ANY_ADDRESS -1
-+
-+int gProxyIP = ANY_ADDRESS;
- int gMaxPorts = 0;
-
- unsigned long gBytesReceived = 0;
-@@ -137,7 +139,6 @@
- unsigned long gLastPacketsReceived = 0;
- unsigned long gLastPacketsSent = 0;
-
--#define ANY_ADDRESS -1
-
- /**********************************************/
- #if defined(unix)
-@@ -243,7 +244,7 @@
- add_rtsp_port_listener(listening_port);
-
- //
-- gProxyIP = get_local_ip_address();
-+ //gProxyIP = get_local_ip_address();
-
- //
- // compile regular expressions for RTSP
diff --git a/net/rtsp_proxy/files/patch-ad b/net/rtsp_proxy/files/patch-ad
deleted file mode 100644
index 7a13eb1b4008..000000000000
--- a/net/rtsp_proxy/files/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
---- ../shared_udp.c Tue Jul 6 17:42:26 1999
-+++ ../shared_udp.c Tue Jul 20 23:54:38 1999
-@@ -259,7 +259,16 @@
- gNextPort++;
- if (gNextPort > gUDPPortMax)
- gNextPort = gUDPPortMin;
-- } while (bind_socket_to_address(skt1, fromIP, port1 = gNextPort++, false) != 0);
-+ } while (bind_socket_to_address(skt1, INADDR_ANY, port1 = gNextPort++, false) != 0);
-+
-+// i've changed the previous bind and the next one below to bind to any
-+// IP number rather than using 'fromIP'. 'fromIP' is obtained from gProxyIP
-+// which is in turn obtained from 'get_local_ip_address'. this function
-+// gets the current hostname and then resolves that into an address. however,
-+// since a proxy server runs on a bridging system with multiple IP addresses,
-+// this is as likely as not to return the wrong IP address, which results in
-+// the proxy missing all of the traffic from the server. not binding to a
-+// specific address is cheap but gets a result.
-
- if (withSib) {
- retry_rtcp:
-@@ -271,7 +280,7 @@
- else
- goto bail_error;
- }
-- if (bind_socket_to_address(skt2, fromIP, port2 = gNextPort++, false) != 0) {
-+ if (bind_socket_to_address(skt2, INADDR_ANY, port2 = gNextPort++, false) != 0) {
- close_socket(skt1);
- close_socket(skt2);
- skt1 = INVALID_SOCKET;
diff --git a/net/rtsp_proxy/files/patch-ae b/net/rtsp_proxy/files/patch-ae
deleted file mode 100644
index 71b9f7049147..000000000000
--- a/net/rtsp_proxy/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
---- ../proxy.h Tue Jul 6 17:42:19 1999
-+++ ../proxy.h Tue Jul 20 22:26:39 1999
-@@ -80,7 +80,12 @@
- trans_pb RTCP_C2S_tpb;
- } track_info;
-
--#define RTSP_SESSION_BUF_SIZE 1024
-+// 1024 is too small for some server messages, so i've up'd this to 2048
-+// instead as the proxy will otherwise truncate the message before sending
-+// it on to the client, this will confuse the client no end.
-+
-+#define RTSP_SESSION_BUF_SIZE 2048
-+
- typedef struct rtsp_session {
- struct rtsp_session *next;
- int die;
diff --git a/net/rtsp_proxy/files/rtsp_proxy.sh b/net/rtsp_proxy/files/rtsp_proxy.sh
deleted file mode 100644
index c4f75a5cbf03..000000000000
--- a/net/rtsp_proxy/files/rtsp_proxy.sh
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-
-cd `dirname $0`
-cd ../..
-PREFIX=`pwd`
-
-case $1 in
- start) echo -n ' rtsp_proxy'
- RTSP_PROXY=${PREFIX}/sbin/rtsp_proxy
- CONFIG_FILE=${PREFIX}/etc/qts_proxy.conf
- PID_FILE=/var/run/rtsp_proxy.pid
- if [ -x ${RTSP_PROXY} ]; then
- ${RTSP_PROXY} -c ${CONFIG_FILE} > /dev/null &
- echo $! > ${PID_FILE}
- fi
- ;;
- stop) if [ -f /var/run/rtsp_proxy.pid ]; then
- kill `cat /var/run/rtsp_proxy.pid`
- rm /var/run/rtsp_proxy.pid
- fi
- ;;
-esac
-
diff --git a/net/rtsp_proxy/pkg-comment b/net/rtsp_proxy/pkg-comment
deleted file mode 100644
index 46155a931a98..000000000000
--- a/net/rtsp_proxy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Apple Computer's open source RTP/RTSP streaming Quicktime proxy
diff --git a/net/rtsp_proxy/pkg-descr b/net/rtsp_proxy/pkg-descr
deleted file mode 100644
index 455262f3e66e..000000000000
--- a/net/rtsp_proxy/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-This is a port of Apple Computer's open source rtsp_proxy.
-
-QuickTime streaming uses RTP/RTSP protocols
-
-Recommendations for Firewall Administrators:
-QuickTime follows the conventions of the RTP and RTSP internet standards
-to stream media over the web. To enable QuickTime 4 to work properly
-inside your firewall, please follow the following IETF recommendation:
-
-- Open port 554 for RTSP/TCP data.
-- Open ports 6970 through 6999 (inclusive) for RTP/UDP data.
-
-For more information on the RTP and RTSP internet standards:
-- RTSP: http://info.internet.isi.edu:80/in-notes/rfc/files/rfc2326.txt
-- RTP: http://info.internet.isi.edu:80/in-notes/rfc/files/rfc1889.txt
-
-WWW: http://www.apple.com/quicktime/resources/qt4/us/proxy/
diff --git a/net/rtsp_proxy/pkg-message b/net/rtsp_proxy/pkg-message
deleted file mode 100644
index 5e3ca99e387a..000000000000
--- a/net/rtsp_proxy/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-**************************************************************************
-You may need to adjust the configuration in @PREFIX@/etc/qts_proxy.conf.
-**************************************************************************
diff --git a/net/rtsp_proxy/pkg-plist b/net/rtsp_proxy/pkg-plist
deleted file mode 100644
index 33790821c996..000000000000
--- a/net/rtsp_proxy/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-etc/qts_proxy.conf
-etc/rc.d/rtsp_proxy.sh
-sbin/rtsp_proxy