From 1948bbc4d12bcbf24f8154c8de056d4a3ecb8217 Mon Sep 17 00:00:00 2001 From: jmmv Date: Wed, 3 Dec 2003 12:57:20 +0000 Subject: Initial import of tsocks, version 1.7: tsocks allows non SOCKS aware applications (e.g telnet, ssh, ftp etc) to use SOCKS without any modification. It does this by intercepting the calls that applications make to establish network connections and negotating them through a SOCKS server as necessary. tsocks is based on the 'shared library interceptor' concept. Through use of the LD_PRELOAD environment variable, tsocks is automatically loaded into the process space of every executed program. --- net/tsocks/PLIST | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/tsocks/PLIST (limited to 'net/tsocks/PLIST') diff --git a/net/tsocks/PLIST b/net/tsocks/PLIST new file mode 100644 index 00000000000..93486241a8f --- /dev/null +++ b/net/tsocks/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 12:57:20 jmmv Exp $ +bin/tsocks +lib/libtsocks.so +lib/libtsocks.so.1 +lib/libtsocks.so.${PKGVERSION} +man/man5/tsocks.conf.5 +man/man8/tsocks.8 +share/examples/tsocks/tsocks.conf.complex +share/examples/tsocks/tsocks.conf.simple +@dirrm share/examples/tsocks -- cgit v1.2.3