freebsd-ports/textproc/rubygem-escape_utils/Makefile
Philip M. Gollucci 66f31bdae7 Async (EventMachine) HTTP client, with support for:
o   Asynchronous HTTP API for single & parallel request execution
o   Keep-Alive and HTTP pipelining support
o   Auto-follow 3xx redirects with max depth
o   Automatic gzip & deflate decoding
o   Streaming response processing
o   Streaming file uploads
o   HTTP proxy and SOCKS5 support
o   Basic Auth & OAuth
o   Connection-level & Global middleware support
o   HTTP parser via http_parser.rb
o   Works wherever EventMachine runs: Rubinius, JRuby, MRI

WWW: https://github.com/igrigorik/em-http-request

PR:		ports/163361
Submitted by:	Scott Sanders <scott@jssjr.com>
Sponsored by:   RideCharge Inc. / Taxi Magic
2011-12-16 22:22:45 +00:00

28 lines
826 B
Makefile

# Ports collection makefile for: rubygem-escape_utils
# Date created: 13 Dec 2011
# Whom: Scott Sanders <scott@jssjr.com>
#
# $FreeBSD$
#
PORTNAME= escape_utils
PORTVERSION= 0.2.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Faster string escaping routines for your web apps
RUN_DEPENDS= rubygem-actionpack>=0:${PORTSDIR}/www/rubygem-actionpack \
rubygem-fast_xs>=0:${PORTSDIR}/textproc/rubygem-fast_xs \
rubygem-haml>=0:${PORTSDIR}/www/rubygem-haml \
rubygem-rack>=0:${PORTSDIR}/www/rubygem-rack \
rubygem-rake-compiler>=0.7.5:${PORTSDIR}/devel/rubygem-rake-compiler \
rubygem-rspec>=2.0.0:${PORTSDIR}/devel/rubygem-rspec \
rubygem-url_escape>=0:${PORTSDIR}/www/rubygem-url_escape
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>