Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for

Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.

This older version will be used by an updated versions of chef.

WWW: http://puma.io/
This commit is contained in:
Steve Wills 2014-03-11 19:04:35 +00:00
parent e7683b899c
commit 45a90dd7fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347903
4 changed files with 32 additions and 0 deletions

View File

@ -1821,6 +1821,7 @@
SUBDIR += rubygem-nicovideo
SUBDIR += rubygem-ntlm-http
SUBDIR += rubygem-passenger
SUBDIR += rubygem-puma16
SUBDIR += rubygem-rabbirack
SUBDIR += rubygem-rack
SUBDIR += rubygem-rack-accept

View File

@ -0,0 +1,22 @@
# Created by: Steve Wills <swills@freebsd.org>
# $FreeBSD$
PORTNAME= puma
PORTVERSION= 1.6.3
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 16
MAINTAINER= ruby@freebsd.org
COMMENT= Fast, multithreaded and highly concurrent ruby web server
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-rack>=1.1.0:${PORTSDIR}/www/rubygem-rack
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/puma bin/pumactl
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/puma-1.6.3.gem) = 310c6be9a2d890ef27dc5955ed26c706d43fedf454ee058c40ada463cc8bbc74
SIZE (rubygem/puma-1.6.3.gem) = 59904

View File

@ -0,0 +1,7 @@
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
Ruby/Rack applications. Puma is intended for use in both development and
production environments. In order to get the best throughput, it is highly
recommended that you use a Ruby implementation with real threads like Rubinius
or JRuby.
WWW: http://puma.io/