1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Add rubygem-async_sinatra 1.0.0, a Sinatra plugin to provide async

responses.

PR:		ports/172117
Submitted by:	Kimo <kimor79@yahoo.com>
This commit is contained in:
Steve Wills 2013-01-23 02:43:16 +00:00
parent 5b7b677c62
commit 29430dedad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310849
4 changed files with 29 additions and 0 deletions

View File

@ -1694,6 +1694,7 @@
SUBDIR += rubygem-addressable
SUBDIR += rubygem-amazon-ecs
SUBDIR += rubygem-anemone
SUBDIR += rubygem-async_sinatra
SUBDIR += rubygem-bluecloth
SUBDIR += rubygem-cgi_multipart_eof_fix
SUBDIR += rubygem-chef-server-api

View File

@ -0,0 +1,19 @@
# Created by: Kimo <kimor79@yahoo.com>
# $FreeBSD$
PORTNAME= async_sinatra
PORTVERSION= 1.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A Sinatra plugin to provide async responses
RUN_DEPENDS= rubygem-rack>=1.4.1:${PORTSDIR}/www/rubygem-rack \
rubygem-sinatra>=1.3.2:${PORTSDIR}/www/rubygem-sinatra
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/async_sinatra-1.0.0.gem) = 2ae0d764f2edff215a4b8cf289422da0eaf82ee99ab070892273a2a81d4ed10b
SIZE (rubygem/async_sinatra-1.0.0.gem) = 10752

View File

@ -0,0 +1,7 @@
A Sinatra plugin to provide convenience whilst performing asynchronous
responses inside of the Sinatra framework running under async webservers. To
properly utilise this package, some knowledge of EventMachine and/or
asynchronous patterns is recommended. Currently, supporting servers include
Thin, Rainbows, Zbatery.
WWW: http://github.com/raggi/async_sinatra