diff options
author | krion <krion@FreeBSD.org> | 2003-07-30 07:36:28 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-30 07:36:28 +0000 |
commit | bb521ae8abe8b21e8cb5c718ced2116b8751a05e (patch) | |
tree | 8174793f209d1e567feed066e8156702cdf2c10c /net/Makefile | |
parent | b0f34bace94921fc88b8055785a654f7831063bb (diff) | |
download | FreeBSD-ports-bb521ae8abe8b21e8cb5c718ced2116b8751a05e.zip FreeBSD-ports-bb521ae8abe8b21e8cb5c718ced2116b8751a05e.tar.gz |
New port: net/3proxy
3[APA3A] tiny proxy 3Proxy (pronounce it as "Zaraza tiny
proxy") is really tiny cross-platform (Win32&Unix) proxy
servers set. It includes HTTP proxy with HTTPS and FTP support,
SOCKSv4/SOCKSv4.5/SOCKSv5 proxy, POP3 proxy, TCP and UDP
portmappers. You can use every proxy as a standalone program
(socks, proxy, tcppm, udppm, pop3p) or use combined program
(3proxy).
PR: 54968
Submitted by: Timofey Chernousov <tim@gwd.nnn.tstu.ru>
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 5aa98d4..5d8cf66 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += 3proxy SUBDIR += 44bsd-rdist SUBDIR += 6to4 SUBDIR += 6tunnel |