summaryrefslogtreecommitdiff
path: root/net/ra-rtsp-proxy/files
diff options
context:
space:
mode:
authortron <tron>1999-09-01 20:25:02 +0000
committertron <tron>1999-09-01 20:25:02 +0000
commit9a59eb09ba23556fd45196269e62a57c9012b3e4 (patch)
tree55a4e6b068ab45602f77a1dd6812c646738d414f /net/ra-rtsp-proxy/files
parenta2b45ddf2ade71aa39fe2c28174b427ea81cba6f (diff)
downloadpkgsrc-9a59eb09ba23556fd45196269e62a57c9012b3e4.tar.gz
Import new "ra-rtsp-proxy" package:
Proxy server for the RealAudio RTSP protocol
Diffstat (limited to 'net/ra-rtsp-proxy/files')
-rw-r--r--net/ra-rtsp-proxy/files/md53
-rw-r--r--net/ra-rtsp-proxy/files/patch-sum3
-rw-r--r--net/ra-rtsp-proxy/files/rtspd.sh10
3 files changed, 16 insertions, 0 deletions
diff --git a/net/ra-rtsp-proxy/files/md5 b/net/ra-rtsp-proxy/files/md5
new file mode 100644
index 00000000000..e252208cdf9
--- /dev/null
+++ b/net/ra-rtsp-proxy/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/01 20:25:03 tron Exp $
+
+MD5 (rtspd-src-1.0.0.0.tar.gz) = 5b9b4e4dfcc0ba33d2bd3308450a3ffe
diff --git a/net/ra-rtsp-proxy/files/patch-sum b/net/ra-rtsp-proxy/files/patch-sum
new file mode 100644
index 00000000000..9906b60a276
--- /dev/null
+++ b/net/ra-rtsp-proxy/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1.1.1 1999/09/01 20:25:03 tron Exp $
+
+MD5 (patch-aa) = 83d216b1b19cb9d8b9abfc4bc7308556
diff --git a/net/ra-rtsp-proxy/files/rtspd.sh b/net/ra-rtsp-proxy/files/rtspd.sh
new file mode 100644
index 00000000000..119714934d6
--- /dev/null
+++ b/net/ra-rtsp-proxy/files/rtspd.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+#
+# $NetBSD: rtspd.sh,v 1.1.1.1 1999/09/01 20:25:03 tron Exp $
+#
+if [ -x @PREFIX@/sbin/rtspd
+then
+ @PREFIX@/sbin/rtspd
+ echo -n ' rtspd'
+fi
+exit 0