Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Dec 2011 21:20:36 GMT
From:      Scott Sanders <scott@jssjr.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163360: [NEW PORT] www/rubygem-em-http-request: EventMachine based, async HTTP Request client - rubygem-chef-server 17
Message-ID:  <201112162120.pBGLKaFl031382@frieza.p6m7g8.net>
Resent-Message-ID: <201112162140.pBGLeEXH088509@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         163360
>Category:       ports
>Synopsis:       [NEW PORT] www/rubygem-em-http-request: EventMachine based, async HTTP Request client - rubygem-chef-server 17
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 16 21:40:14 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Scott Sanders
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
RideCharge Inc / TaxiMagic
>Environment:
System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Oct 12 00:51:25 UTC 2010
>Description:
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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- rubygem-em-http-request-0.2.11.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-em-http-request
#	rubygem-em-http-request/distinfo
#	rubygem-em-http-request/pkg-descr
#	rubygem-em-http-request/Makefile
#
echo c - rubygem-em-http-request
mkdir -p rubygem-em-http-request > /dev/null 2>&1
echo x - rubygem-em-http-request/distinfo
sed 's/^X//' >rubygem-em-http-request/distinfo << '6e151050dd7d0c069d3eabca5f648eca'
XSHA256 (rubygem/em-http-request-0.2.11.gem) = c8629270c6a403f105886c5625c5c237e792c1f0142d3aae9a6777c912aa9571
XSIZE (rubygem/em-http-request-0.2.11.gem) = 41472
6e151050dd7d0c069d3eabca5f648eca
echo x - rubygem-em-http-request/pkg-descr
sed 's/^X//' >rubygem-em-http-request/pkg-descr << '40b38fc729ccb0215fdf81241e9262e2'
XAsync (EventMachine) HTTP client, with support for:
Xo   Asynchronous HTTP API for single & parallel request execution
Xo   Keep-Alive and HTTP pipelining support
Xo   Auto-follow 3xx redirects with max depth
Xo   Automatic gzip & deflate decoding
Xo   Streaming response processing
Xo   Streaming file uploads
Xo   HTTP proxy and SOCKS5 support
Xo   Basic Auth & OAuth
Xo   Connection-level & Global middleware support
Xo   HTTP parser via http_parser.rb
Xo   Works wherever EventMachine runs: Rubinius, JRuby, MRI
X
XWWW: https://github.com/igrigorik/em-http-request
40b38fc729ccb0215fdf81241e9262e2
echo x - rubygem-em-http-request/Makefile
sed 's/^X//' >rubygem-em-http-request/Makefile << '448cdaa870845f6f51000aa5f023b098'
X# Ports collection makefile for:	rubygem-em-http-request
X# Date created:				13 Dec 2011
X# Whom:					Scott Sanders <scott@jssjr.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	em-http-request
XPORTVERSION=	0.2.11
XCATEGORIES=	www rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	EventMachine based, async HTTP Request client
X
XRUN_DEPENDS=	rubygem-addressable>=2.0.0:${PORTSDIR}/www/rubygem-addressable \
X		rubygem-escape_utils>=0:${PORTSDIR}/textproc/rubygem-escape_utils \
X		rubygem-eventmachine>=0.12.9:${PORTSDIR}/devel/rubygem-eventmachine
X
XUSE_RUBY=		yes
XUSE_RUBYGEMS=		yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
448cdaa870845f6f51000aa5f023b098
exit
--- rubygem-em-http-request-0.2.11.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112162120.pBGLKaFl031382>