diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-23 16:43:59 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-03-23 16:43:59 +0000 |
commit | 5af230892f66283cf7fdddedeb0b63b81c4d7550 (patch) | |
tree | 10e84767b810b948e389d6461e738d8ea5a8b96e /net/osrtspproxy | |
parent | 4f99e79145fb23372ddab5d5c5e4a86739963a14 (diff) |
Notes
Diffstat (limited to 'net/osrtspproxy')
-rw-r--r-- | net/osrtspproxy/Makefile | 7 | ||||
-rw-r--r-- | net/osrtspproxy/pkg-descr | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index 4328c87cf478..b998c724ea53 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -9,14 +9,11 @@ PORTNAME= osrtspproxy PORTVERSION= 2.0 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= http://docs.real.com/docs/proxykit/ +MASTER_SITES= SF/rtsp/RTSP%20Proxy%20Kit/${PORTVERSION} DISTNAME= ${PORTNAME}_2_0 MAINTAINER= ports@FreeBSD.org -COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +COMMENT= The RTSP Proxy Kit - A reference implementation of an RTSP proxy HAS_CONFIGURE= YES diff --git a/net/osrtspproxy/pkg-descr b/net/osrtspproxy/pkg-descr index 32099ac83733..cf3ce3759d64 100644 --- a/net/osrtspproxy/pkg-descr +++ b/net/osrtspproxy/pkg-descr @@ -3,4 +3,4 @@ The RTSP Proxy Kit is a reference implementation of an RTSP proxy. RTSP (RFC 2326) is a client-server multimedia presentation control protocol, used e.g. by RealNetworks RealPlayer. -WWW: http://www.rtsp.org/2001/proxy/ +WWW: http://sourceforge.net/projects/rtsp/ |