diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-08-14 16:55:18 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 16:55:18 -0400 |
commit | b285681faa68625ef446a0aac579749076017a09 (patch) | |
tree | 76f10e6511cbb942b7008d962f4ad91ab75c0314 /libraries/tsocks/slack-desc | |
parent | f7500f0600da2b8868897b1478885cb67cddb556 (diff) | |
download | slackbuilds-b285681faa68625ef446a0aac579749076017a09.tar.gz |
libraries/tsocks: Added (transparent SOCKS proxying library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/tsocks/slack-desc')
-rw-r--r-- | libraries/tsocks/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/tsocks/slack-desc b/libraries/tsocks/slack-desc new file mode 100644 index 0000000000..8f1a3232ba --- /dev/null +++ b/libraries/tsocks/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +tsocks: tsocks (transparent SOCKS proxying library) +tsocks: +tsocks: tsocks' role is to allow these non SOCKS aware applications (e.g +tsocks: telnet, ssh, ftp etc) to use SOCKS without any modification. It does +tsocks: this by intercepting the calls that applications make to establish +tsocks: network connections and negotating them through a SOCKS server as +tsocks: necessary. +tsocks: +tsocks: +tsocks: http://tsocks.sourceforge.net/ +tsocks: |