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.

WWW: https://github.com/igrigorik/em-socksify
This commit is contained in:
Steve Wills 2013-02-27 01:39:58 +00:00
parent fc4bd3b1fe
commit 0a358ae5f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313017
4 changed files with 28 additions and 0 deletions

View file

@ -1712,6 +1712,7 @@
SUBDIR += rubygem-davclient
SUBDIR += rubygem-domainatrix
SUBDIR += rubygem-em-http-request
SUBDIR += rubygem-em-socksify
SUBDIR += rubygem-em-websocket
SUBDIR += rubygem-emk-sinatra-url-for
SUBDIR += rubygem-erubis

View file

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= em-socksify
PORTVERSION= 0.2.1
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= EventMachine SOCKSify shim: adds SOCKS support to any protocol
RUN_DEPENDS= rubygem-eventmachine>=1.0.0:${PORTSDIR}/devel/rubygem-eventmachine
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/em-socksify-0.2.1.gem) = e708d47e41a0fd237139fc01602034d4b4ef1df08f1da476d71340e55734080f
SIZE (rubygem/em-socksify-0.2.1.gem) = 7168

View file

@ -0,0 +1,8 @@
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.
WWW: https://github.com/igrigorik/em-socksify