# EM-HTTP-Request Async (EventMachine) HTTP client, with support for: - Asynchronous HTTP API for single & parallel request execution - Keep-Alive and HTTP pipelining support - Auto-follow 3xx redirects with max depth - Automatic gzip & deflate decoding - Streaming response processing - Streaming file uploads - HTTP proxy and SOCKS5 support - Basic Auth & OAuth - Connection-level & Global middleware support - HTTP parser via [http_parser.rb](https://github.com/tmm1/http_parser.rb) - Works wherever EventMachine runs: Rubinius, JRuby, MRI
18 lines
700 B
Makefile
18 lines
700 B
Makefile
# $NetBSD: Makefile,v 1.1 2013/09/15 18:50:53 taca Exp $
|
|
|
|
DISTNAME= em-http-request-1.0.3
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://github.com/igrigorik/em-http-request
|
|
COMMENT= EventMachine based, async HTTP Request client
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-eventmachine>=1.0<2:../../devel/ruby-eventmachine
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.3:../../net/ruby-addressable
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-http_parser.rb>=0.5.3:../../www/ruby-http_parser.rb
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-em-socksify>=0:../../net/ruby-em-socksify
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-cookiejar>=0:../../www/ruby-cookiejar
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|