aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-10-05 23:50:16 +0800
committeranders <anders@FreeBSD.org>2002-10-05 23:50:16 +0800
commitf9dc8a7f4f186dd2e279cd5b86689c10e33f2d21 (patch)
treec58d6325647a45d751905246c45ce37ed1b4a14d /net
parent4a9be08d4b45c990b3a65de621ba2ba391e61eca (diff)
downloadfreebsd-ports-gnome-f9dc8a7f4f186dd2e279cd5b86689c10e33f2d21.tar.gz
freebsd-ports-gnome-f9dc8a7f4f186dd2e279cd5b86689c10e33f2d21.tar.zst
freebsd-ports-gnome-f9dc8a7f4f186dd2e279cd5b86689c10e33f2d21.zip
Remove this obsolete, unfetchable port.
Requested by: maintainer Approved by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/priss/Makefile28
-rw-r--r--net/priss/distinfo1
-rw-r--r--net/priss/files/patch-aa17
-rw-r--r--net/priss/files/patch-ab37
-rw-r--r--net/priss/files/patch-ac11
-rw-r--r--net/priss/files/patch-ad10
-rw-r--r--net/priss/files/patch-ae11
-rw-r--r--net/priss/files/patch-af26
-rw-r--r--net/priss/files/patch-ag26
-rw-r--r--net/priss/files/patch-ah25
-rw-r--r--net/priss/files/patch-ai10
-rw-r--r--net/priss/files/qtss.sh21
-rw-r--r--net/priss/pkg-comment1
-rw-r--r--net/priss/pkg-descr24
-rw-r--r--net/priss/pkg-message3
-rw-r--r--net/priss/pkg-plist4
17 files changed, 0 insertions, 256 deletions
diff --git a/net/Makefile b/net/Makefile
index e66ad0b1f805..7446950088b0 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -430,7 +430,6 @@
SUBDIR += ppptraf
SUBDIR += pptpclient
SUBDIR += ppxp
- SUBDIR += priss
SUBDIR += proxy-suite
SUBDIR += psi
SUBDIR += pvm
diff --git a/net/priss/Makefile b/net/priss/Makefile
deleted file mode 100644
index 81bd892d4484..000000000000
--- a/net/priss/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: priss
-# Date created: 13 September 1999
-# Whom: Richard Kiss <richard@homemail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= priss
-PORTVERSION= 1.0
-CATEGORIES= net
-MASTER_SITES= http://www.streamingserver.org/priss/
-DISTNAME= SS1.0.2
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= richard@homemail.com
-
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
-do-build:
- cd ${WRKSRC}; ./doit
-
-do-install:
- @ ${INSTALL_PROGRAM} ${WRKSRC}/RhapServer/QuickTimeStreamingServer ${PREFIX}/sbin
- @ ${INSTALL_SCRIPT} ${FILESDIR}/qtss.sh ${PREFIX}/etc/rc.d
- @ ${INSTALL_DATA} ${WRKSRC}/RhapServer/QTSS.conf ${PREFIX}/etc/
- ${MKDIR} ${PREFIX}/movies/
-
-.include <bsd.port.mk>
diff --git a/net/priss/distinfo b/net/priss/distinfo
deleted file mode 100644
index 864f145a58d2..000000000000
--- a/net/priss/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (SS1.0.2.tgz) = fffc6c8acd810684edc08ff2a672f8ab
diff --git a/net/priss/files/patch-aa b/net/priss/files/patch-aa
deleted file mode 100644
index a4003a29be9d..000000000000
--- a/net/priss/files/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
---- ./doit Tue Sep 7 23:33:46 1999
-+++ ./doit Thu Aug 26 01:41:04 1999
-@@ -24,9 +24,9 @@
- ;;
- FreeBSD.i386)
- echo "Configuring for a FreeBSD platform"
-- CPLUS=gcc
-- CCOMP=gcc
-- LINKER="gcc"
-+ CPLUS=cc
-+ CCOMP=cc
-+ LINKER="cc"
- THREADLIBS=-pthread
-- MACHDEFINES="-D__FreeBSD__ -fhandle-exceptions"
-+ MACHDEFINES="-fhandle-exceptions"
- ;;
-
diff --git a/net/priss/files/patch-ab b/net/priss/files/patch-ab
deleted file mode 100644
index 1fa1ea987236..000000000000
--- a/net/priss/files/patch-ab
+++ /dev/null
@@ -1,37 +0,0 @@
---- RhapServer/QTSS.conf Sat Jul 31 14:45:07 1999
-+++ RhapServer/QTSS.conf Wed Sep 8 00:06:04 1999
-@@ -13,7 +13,7 @@
- maximum_connections 1000
-
- # Path to the root folder for movies. [UI in Admin]
--movie_folder /Local/Library/QuickTimeStreaming/Movies
-+movie_folder /usr/local/movies
-
- # Path to the folder for movies in a user's home directory
- users_movie_folder /public_movies/
-@@ -23,10 +23,10 @@
- request_logging disabled
-
- # Name of the access log file.
--request_logfile_name QTStreamingServer
-+request_logfile_name qtss-access
-
- # Path to directory where access logs are stored
--request_logfile_dir /Local/Library/QuickTimeStreaming/Logs/
-+request_logfile_dir /var/log/
-
- # Maximum allowed size in bytes for the access log. A
- # value of 0 means unlimited.
-@@ -41,10 +41,10 @@
- error_logging enabled
-
- # Name of the error log file.
--error_logfile_name Error
-+error_logfile_name qtss-err
-
- # Path to directory where error logs are stored
--error_logfile_dir /Local/Library/QuickTimeStreaming/Logs/
-+error_logfile_dir /var/log
-
- # Maximum allowed size in bytes for the error log. A
- # value of 0 means unlimited.
diff --git a/net/priss/files/patch-ac b/net/priss/files/patch-ac
deleted file mode 100644
index 67e63dd53c03..000000000000
--- a/net/priss/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- QTFile/QTTrack.h.orig Sun Feb 27 09:42:11 2000
-+++ QTFile/QTTrack.h Sun Feb 27 09:42:31 2000
-@@ -84,7 +84,7 @@
- // Accessors.
- inline bool IsInitialized(void) { return fIsInitialized; }
-
-- inline char * GetTrackName(void) { return (fTrackName ? fTrackName : ""); }
-+ inline char * GetTrackName(void) { return (fTrackName ? fTrackName : (char *)""); }
- inline UInt32 GetTrackID(void) { return fTrackHeaderAtom->GetTrackID(); }
- inline UInt32 GetCreationTime(void) { return fTrackHeaderAtom->GetCreationTime(); }
- inline UInt32 GetModificationTime(void) { return fTrackHeaderAtom->GetModificationTime(); }
diff --git a/net/priss/files/patch-ad b/net/priss/files/patch-ad
deleted file mode 100644
index 5e6eef95201b..000000000000
--- a/net/priss/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- RhapServer/OSMutex.h.orig Sun Feb 27 09:45:03 2000
-+++ RhapServer/OSMutex.h Sun Feb 27 09:45:12 2000
-@@ -44,6 +44,7 @@
- #include "mymutex.h"
- #else
- #include <pthread.h>
-+#include <pthread_np.h>
- #endif
-
- #include "OSHeaders.h"
diff --git a/net/priss/files/patch-ae b/net/priss/files/patch-ae
deleted file mode 100644
index 4c5d9334a5a3..000000000000
--- a/net/priss/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- RhapServer/RTSPRequestInterface.cpp.orig Sun Feb 27 09:47:18 2000
-+++ RhapServer/RTSPRequestInterface.cpp Sun Feb 27 09:47:38 2000
-@@ -501,7 +501,7 @@
- GetUsersMovieFolderPath(0, &len);
- if (len)
- {
-- char* home = malloc(1024);
-+ char* home = (char *)malloc(1024);
- if (FindUsersHome(user, home))
- {
- strcat(home, movieDirPath);
diff --git a/net/priss/files/patch-af b/net/priss/files/patch-af
deleted file mode 100644
index 3c6e3e1d1bec..000000000000
--- a/net/priss/files/patch-af
+++ /dev/null
@@ -1,26 +0,0 @@
---- RhapServer/TCPListenerSocket.cpp.orig Sun Feb 27 09:49:27 2000
-+++ RhapServer/TCPListenerSocket.cpp Sun Feb 27 10:01:25 2000
-@@ -42,6 +42,10 @@
- #include <sys/errno.h>
- #endif
-
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#endif
-+
- #include "TCPListenerSocket.h"
- #include "Task.h"
-
-@@ -82,7 +86,12 @@
- //fSocket data member of TCPSocket.
- while (true)
- {
-+#if defined(__FreeBSD__) && (__FreeBSD_version >= 400013)
-+ int osSocket = accept(fSocket, (struct sockaddr*)&addr,
-+ (socklen_t*)&size);
-+#else
- int osSocket = accept(fSocket, (struct sockaddr*)&addr, &size);
-+#endif
- if (osSocket == -1)
- {
- //take a look at what this error is.
diff --git a/net/priss/files/patch-ag b/net/priss/files/patch-ag
deleted file mode 100644
index fc41eb11e24b..000000000000
--- a/net/priss/files/patch-ag
+++ /dev/null
@@ -1,26 +0,0 @@
---- RhapServer/TCPSocket.cpp.orig Sun Feb 27 09:54:42 2000
-+++ RhapServer/TCPSocket.cpp Sun Feb 27 09:59:32 2000
-@@ -41,6 +41,10 @@
- #include <sys/errno.h>
- #endif
-
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#endif
-+
- #include "TCPSocket.h"
- #include "SocketUtils.h"
- #include "OS.h"
-@@ -57,7 +61,12 @@
- //make sure to find out what IP address this connection is actually occuring on. That
- //way, we can report correct information to clients asking what the connection's IP is
- int len = sizeof(fLocalAddr);
-+#if defined(__FreeBSD_version) && (__FreeBSD_version >= 400013)
-+ int err = ::getsockname(fSocket, (struct sockaddr*)&fLocalAddr,
-+ (socklen_t*)&len);
-+#else
- int err = ::getsockname(fSocket, (struct sockaddr*)&fLocalAddr, &len);
-+#endif
- AssertV(err == 0, OSThread::GetErrno());
-
- fState |= kBound;
diff --git a/net/priss/files/patch-ah b/net/priss/files/patch-ah
deleted file mode 100644
index ad1a53796b4e..000000000000
--- a/net/priss/files/patch-ah
+++ /dev/null
@@ -1,25 +0,0 @@
---- RhapServer/UDPSocket.cpp.orig Sun Feb 27 10:02:16 2000
-+++ RhapServer/UDPSocket.cpp Sun Feb 27 10:03:48 2000
-@@ -39,6 +39,10 @@
- #include <sys/errno.h>
- #endif
-
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#endif
-+
- #if NEED_SOCKETBITS
- #include <socketbits.h>
- #endif
-@@ -141,7 +145,11 @@
-
- int addrLen = sizeof(fMsgAddr);
-
-+#if defined(__FreeBSD__) && (__FreeBSD_version >= 400013)
-+ SInt32 theRecvLen = ::recvfrom(fSocket, ioBuffer, inBufLen, 0, (sockaddr*)&fMsgAddr, (socklen_t*)&addrLen);
-+#else
- SInt32 theRecvLen = ::recvfrom(fSocket, ioBuffer, inBufLen, 0, (sockaddr*)&fMsgAddr, &addrLen);
-+#endif
- if (theRecvLen == -1)
- return this-> CheckError(outRecvLen);
-
diff --git a/net/priss/files/patch-ai b/net/priss/files/patch-ai
deleted file mode 100644
index d2033ef5e4a7..000000000000
--- a/net/priss/files/patch-ai
+++ /dev/null
@@ -1,10 +0,0 @@
---- QTFile/OSHeaders.h.orig Wed Jul 7 02:41:59 1999
-+++ QTFile/OSHeaders.h Mon Apr 15 21:33:09 2002
-@@ -69,6 +69,7 @@
-
- /* Includes */
- #include <sys/types.h>
-+ #include <sys/param.h>
-
- /* Constants */
- #define QT_TIME_TO_LOCAL_TIME (-2082844800)
diff --git a/net/priss/files/qtss.sh b/net/priss/files/qtss.sh
deleted file mode 100644
index 4d4aba97fa8a..000000000000
--- a/net/priss/files/qtss.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh
-
-cd `dirname $0`
-cd ../..
-PREFIX=`pwd`
-QTSS_PROXY=${PREFIX}/sbin/QuickTimeStreamingServer
-
-case $1 in
-start)
- [ -x ${QTSS_PROXY} ] && ${QTSS_PROXY} && echo -n ' qtss'
- ;;
-stop)
- killall `basename ${QTSS_PROXY}` && echo -n ' qtss'
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- exit 64
- ;;
-esac
-
-exit 0
diff --git a/net/priss/pkg-comment b/net/priss/pkg-comment
deleted file mode 100644
index b780cd16e773..000000000000
--- a/net/priss/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Based on Apple's open source RTP/RTSP streaming Quicktime server
diff --git a/net/priss/pkg-descr b/net/priss/pkg-descr
deleted file mode 100644
index aeb40a1d545a..000000000000
--- a/net/priss/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-PRISS -- The Portable RT[S]P Internet Streaming Server
-
-This is a port of Apple Computer's open source rtsp/rtp server which
-streams live content.
-
-With the advent of free, standards based media servers, the industry
-is poised to take off. RTP/RTSP are two standards based protocols
-which allow many vendors to interoperate. Apple Computer has released
-an Open Source server based upon these protocols to support QuickTime 4
-streaming media and other RTP/RTSP clients. This server is known as
-the Darwin Streaming Server which currently runs on the MacOS X Server
-platform. PRISS is a project which is based upon the Darwin source and
-provides a Un*x-based server.
-
-Apple's QuickTime client can use a variety of high-quality new codecs
-such as the Sorensen Video codec and the QDesign audio codec. To use these
-new codecs, you will need to use a server that supports their use such as
-Darwin or PRISS.
-
-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.streamingserver.org/
diff --git a/net/priss/pkg-message b/net/priss/pkg-message
deleted file mode 100644
index 0441579a074a..000000000000
--- a/net/priss/pkg-message
+++ /dev/null
@@ -1,3 +0,0 @@
-**************************************************************************
-You may need to adjust the configuration in @PREFIX@/etc/QTSS.conf
-**************************************************************************
diff --git a/net/priss/pkg-plist b/net/priss/pkg-plist
deleted file mode 100644
index 83dc77a362d5..000000000000
--- a/net/priss/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/QTSS.conf
-etc/rc.d/qtss.sh
-sbin/QuickTimeStreamingServer
-@dirrm movies