diff options
author | rene <rene@FreeBSD.org> | 2015-03-28 09:32:23 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2015-03-28 09:32:23 +0800 |
commit | 8b706faec510a8e7573cd86973c87a9bd2b367a7 (patch) | |
tree | 81f19ea850a616d7d53039f7176b0423846d33ad /audio | |
parent | 72e21c6414d4e4868728bc621a47eba52886ab58 (diff) | |
download | freebsd-ports-gnome-8b706faec510a8e7573cd86973c87a9bd2b367a7.tar.gz freebsd-ports-gnome-8b706faec510a8e7573cd86973c87a9bd2b367a7.tar.zst freebsd-ports-gnome-8b706faec510a8e7573cd86973c87a9bd2b367a7.zip |
Remove expired ports:
2015-03-28 audio/raproxy: Broken for more than 6 months
2015-03-28 converters/ruby-iconv: Not needed with Ruby 2.x
2015-03-28 databases/pydbdesigner: Broken for more than 6 months
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/raproxy/Makefile | 35 | ||||
-rw-r--r-- | audio/raproxy/distinfo | 2 | ||||
-rw-r--r-- | audio/raproxy/pkg-descr | 23 |
4 files changed, 0 insertions, 61 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3c5308d2c654..8ceebdd83738 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -631,7 +631,6 @@ SUBDIR += qsynth SUBDIR += quimup SUBDIR += raop_play - SUBDIR += raproxy SUBDIR += raul SUBDIR += rawrec SUBDIR += re diff --git a/audio/raproxy/Makefile b/audio/raproxy/Makefile deleted file mode 100644 index 81620c268c92..000000000000 --- a/audio/raproxy/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: mi@aldan.algebra.com -# $FreeBSD$ - -PORTNAME= raproxy -PORTVERSION= 3.0b1 -PORTREVISION= 1 -CATEGORIES= audio net -MASTER_SITES= http://docs.real.com/docs/proxy/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Progressive Networks RealAudio Proxy Kit 3.0 beta 1 - -BROKEN= Unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2015-03-28 - -ALL_TARGET= raproxy -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" - -RESTRICTED= License allows only use in a firewall or with RA products. - -PLIST_FILES= libexec/raproxy man/man8/raproxy.8.gz -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/raproxy ${STAGEDIR}${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/raproxy.man ${STAGEDIR}${PREFIX}/man/man8/raproxy.8 - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \ - ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/audio/raproxy/distinfo b/audio/raproxy/distinfo deleted file mode 100644 index b4dd7673838a..000000000000 --- a/audio/raproxy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (raproxy3.0b1.tar.gz) = 0e43d3ee91420da515f43fff3fc5ca91cb72ec70df438dd87059e7ed56e06e90 -SIZE (raproxy3.0b1.tar.gz) = 138477 diff --git a/audio/raproxy/pkg-descr b/audio/raproxy/pkg-descr deleted file mode 100644 index c01b1b985f80..000000000000 --- a/audio/raproxy/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -THE REALAUDIO FIREWALL PROXY KIT 3.0 BETA 1 - -raproxy -======= -raproxy is the application-level proxy. raproxy is meant as a -reference implementation for those writing firewall software. - -raproxy can also be used with other firewall software, such as the -TIS Firewall Toolkit (fwtk) to provide a means for people inside -of a firewall to use RealAudio. For more details on how to do this - -tproxy -====== -tproxy is a reference implementation for a transparent proxy. This -is meant as a reference implementation for those writing firewall -software. - -NOTE: tproxy is not immediately useful for firewall administrators who wish - to provide RealAudio access to users inside a firewall. For - those that want an immediate solution for providing RealAudio, - please use raproxy. - -Copyright 1996, Progressive Networks, Inc. |