diff options
-rw-r--r-- | net/ruby-em-socksify/DESCR | 6 | ||||
-rw-r--r-- | net/ruby-em-socksify/Makefile | 14 | ||||
-rw-r--r-- | net/ruby-em-socksify/PLIST | 17 | ||||
-rw-r--r-- | net/ruby-em-socksify/distinfo | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/net/ruby-em-socksify/DESCR b/net/ruby-em-socksify/DESCR new file mode 100644 index 00000000000..d0395c8ce7f --- /dev/null +++ b/net/ruby-em-socksify/DESCR @@ -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. diff --git a/net/ruby-em-socksify/Makefile b/net/ruby-em-socksify/Makefile new file mode 100644 index 00000000000..5d519b07c84 --- /dev/null +++ b/net/ruby-em-socksify/Makefile @@ -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" diff --git a/net/ruby-em-socksify/PLIST b/net/ruby-em-socksify/PLIST new file mode 100644 index 00000000000..ee0f5415dda --- /dev/null +++ b/net/ruby-em-socksify/PLIST @@ -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 diff --git a/net/ruby-em-socksify/distinfo b/net/ruby-em-socksify/distinfo new file mode 100644 index 00000000000..3fd41eeac5f --- /dev/null +++ b/net/ruby-em-socksify/distinfo @@ -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 |