diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-01 07:59:53 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-03-01 07:59:53 +0000 |
commit | b3c434271bd06b3550ca109c13b8cc4ea68703d4 (patch) | |
tree | d2b23f8e2706eac7559bf7e37acf77764baf44c5 /www/transproxy | |
parent | 8da571045dcdc973a2a574e6aebbea24dde9ad19 (diff) |
Notes
Diffstat (limited to 'www/transproxy')
-rw-r--r-- | www/transproxy/Makefile | 5 | ||||
-rw-r--r-- | www/transproxy/pkg-descr | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile index 18a74fe22063..97b9b91bd080 100644 --- a/www/transproxy/Makefile +++ b/www/transproxy/Makefile @@ -8,7 +8,10 @@ PORTNAME= transproxy PORTVERSION= 1.5 CATEGORIES= www -MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/ +MASTER_SITES= http://sf.gds.tuwien.ac.at/t/tr/transproxy/ \ + http://www.nlc.net.au/pub/unix/transproxy/ \ + http://www.saunders.id.au:9080/transproxy/software/ + EXTRACT_SUFX= .tgz MAINTAINER= sem@FreeBSD.org diff --git a/www/transproxy/pkg-descr b/www/transproxy/pkg-descr index e82688c1aedf..7c61275bc179 100644 --- a/www/transproxy/pkg-descr +++ b/www/transproxy/pkg-descr @@ -16,3 +16,5 @@ HTTP proxy server to run on the machine itself. See /usr/local/sbin/tproxyrun for an example of how to add filter rules and start tproxy. Also see /usr/local/sbin/tproxywatch for an example of how to ensure that tproxy keeps running regardless of faults. + +WWW: http://transproxy.sourceforge.net/ |