Add ruby-em-socksify pacakge version 0.3.0.
EM-Socksify: Transparent SOCKS support for any EventMachine protocol Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to setup & negotiate a SOCKS5 connection for any EventMachine protocol. To add SOCKS support, all you have to do is include the module and provide your destination address.
This commit is contained in:
parent
b8fe76e3dc
commit
c8116796ef
4 changed files with 42 additions and 0 deletions
6
net/ruby-em-socksify/DESCR
Normal file
6
net/ruby-em-socksify/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
EM-Socksify: Transparent SOCKS support for any EventMachine protocol
|
||||
|
||||
Dealing with SOCKS proxies is pain. EM-Socksify provides a simple shim to
|
||||
setup & negotiate a SOCKS5 connection for any EventMachine protocol. To add
|
||||
SOCKS support, all you have to do is include the module and provide your
|
||||
destination address.
|
14
net/ruby-em-socksify/Makefile
Normal file
14
net/ruby-em-socksify/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/09/15 18:46:56 taca Exp $
|
||||
|
||||
DISTNAME= em-socksify-0.3.0
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://github.com/igrigorik/em-socksify
|
||||
COMMENT= Transparent SOCKS support for any EventMachine protocol
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0.0:../../devel/ruby-eventmachine
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
17
net/ruby-em-socksify/PLIST
Normal file
17
net/ruby-em-socksify/PLIST
Normal file
|
@ -0,0 +1,17 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/09/15 18:46:56 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/em-socksify.gemspec
|
||||
${GEM_LIBDIR}/lib/em-socksify.rb
|
||||
${GEM_LIBDIR}/lib/em-socksify/connect.rb
|
||||
${GEM_LIBDIR}/lib/em-socksify/connectify.rb
|
||||
${GEM_LIBDIR}/lib/em-socksify/errors.rb
|
||||
${GEM_LIBDIR}/lib/em-socksify/socks5.rb
|
||||
${GEM_LIBDIR}/lib/em-socksify/socksify.rb
|
||||
${GEM_LIBDIR}/lib/em-socksify/version.rb
|
||||
${GEM_LIBDIR}/spec/helper.rb
|
||||
${GEM_LIBDIR}/spec/socksify_spec.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
net/ruby-em-socksify/distinfo
Normal file
5
net/ruby-em-socksify/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/09/15 18:46:56 taca Exp $
|
||||
|
||||
SHA1 (em-socksify-0.3.0.gem) = aeed67b8078a9e8247700b7c851f628a1f575531
|
||||
RMD160 (em-socksify-0.3.0.gem) = cb5b34512455a7c1893f2f61ea3476244eb61795
|
||||
Size (em-socksify-0.3.0.gem) = 7680 bytes
|
Loading…
Reference in a new issue