diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-02 02:19:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:21 +0700 |
commit | e26d8c261ff3ff99d5b26a27e47b0827b0a55265 (patch) | |
tree | 79a5fa51e4e72bd2010ac12d9fc9c43562f70dd5 /perl/perl-IO-Socket-Socks/slack-desc | |
parent | 9e99d4d3d9b73257923998c184e562cb96cb712a (diff) | |
download | slackbuilds-e26d8c261ff3ff99d5b26a27e47b0827b0a55265.tar.gz |
perl/perl-IO-Socket-Socks: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-IO-Socket-Socks/slack-desc')
-rw-r--r-- | perl/perl-IO-Socket-Socks/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-IO-Socket-Socks/slack-desc b/perl/perl-IO-Socket-Socks/slack-desc new file mode 100644 index 0000000000..aea0442afd --- /dev/null +++ b/perl/perl-IO-Socket-Socks/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 ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-IO-Socket-Socks: perl-IO-Socket-Socks (Provides a way to create socks client/server) +perl-IO-Socket-Socks: +perl-IO-Socket-Socks: IO::Socket::Socks connects to a SOCKS proxy, and tells it to open a +perl-IO-Socket-Socks: connection to a remote host/port when the object is created. The +perl-IO-Socket-Socks: object you receive can be used directly as a socket (with IO::Socket +perl-IO-Socket-Socks: interface) for sending and receiving data from the remote host. In +perl-IO-Socket-Socks: addition to creating a socks client this module can also be used to +perl-IO-Socket-Socks: create socks server. +perl-IO-Socket-Socks: +perl-IO-Socket-Socks: Homepage: https://metacpan.org/pod/IO::Socket::Socks +perl-IO-Socket-Socks: |