summaryrefslogtreecommitdiff
path: root/net/tsocks/PLIST
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-12-03 12:57:20 +0000
committerjmmv <jmmv@pkgsrc.org>2003-12-03 12:57:20 +0000
commit1948bbc4d12bcbf24f8154c8de056d4a3ecb8217 (patch)
tree71a9ef9702bfd2244269e2283b55dc1a7dc6afeb /net/tsocks/PLIST
parent32b051d40cf7fcfa1425e76701d6635bcf623e2d (diff)
downloadpkgsrc-1948bbc4d12bcbf24f8154c8de056d4a3ecb8217.tar.gz
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.
Diffstat (limited to 'net/tsocks/PLIST')
-rw-r--r--net/tsocks/PLIST10
1 files changed, 10 insertions, 0 deletions
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