diff options
Diffstat (limited to 'net/socks4/pkg')
-rw-r--r-- | net/socks4/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/socks4/pkg/DESCR | 16 | ||||
-rw-r--r-- | net/socks4/pkg/PLIST | 17 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net/socks4/pkg/COMMENT b/net/socks4/pkg/COMMENT new file mode 100644 index 00000000000..b6567fa8665 --- /dev/null +++ b/net/socks4/pkg/COMMENT @@ -0,0 +1 @@ +Old library, server and client for using proxy firewall software diff --git a/net/socks4/pkg/DESCR b/net/socks4/pkg/DESCR new file mode 100644 index 00000000000..26b9eb7dfd3 --- /dev/null +++ b/net/socks4/pkg/DESCR @@ -0,0 +1,16 @@ +This is CSTC version 4.2 of SOCKS, a package that allows Unix hosts +behind a firewall to gain full access to the internet without requiring +direct IP reachability. It does require a SOCKS server program being +run on a hosts that can communicate directly to hosts behind the firewall +as well as hosts on the Internet at large. It is based on the original +SOCKS written by David Koblas <koblas@netcom.com>. + +The package includes full source for the SOCKS server and SOCKSified +client programs of finger, ftp, telnet, and whois. A few other SOCKSified +clients may be found on ftp.nec.com, in directory /pub/security/socks.cstc. +Increasingly, software developers are beginning to include SOCKS support +directly into their products, for example, Mosaic, Netscape, Trumpet +Winsock, TCP/Connect II (from InterCon for Macintosh; they also intend +to do so for their Windows version), OutsideVew for Windows (from Crystal +Point, currently in beta). + diff --git a/net/socks4/pkg/PLIST b/net/socks4/pkg/PLIST new file mode 100644 index 00000000000..9ce2a2b510f --- /dev/null +++ b/net/socks4/pkg/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 1998/06/11 16:03:56 agc Exp $ +bin/rfinger +bin/rwhois +bin/rftp +bin/rtelnet +etc/socks.conf +lib/libsocks4.a +libexec/sockd +man/man1/rfinger.1 +man/man1/rftp.1 +man/man1/rtelnet.1 +man/man1/rwhois.1 +man/man1/socks_clients.1 +man/man5/sockd.conf.5 +man/man5/sockd.route.5 +man/man5/socks.conf.5 +man/man8/sockd.8 |