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/
This commit is contained in:
parent
7385cf0f70
commit
86d2e78472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347905
4 changed files with 31 additions and 0 deletions
|
@ -1821,6 +1821,7 @@
|
|||
SUBDIR += rubygem-nicovideo
|
||||
SUBDIR += rubygem-ntlm-http
|
||||
SUBDIR += rubygem-passenger
|
||||
SUBDIR += rubygem-puma
|
||||
SUBDIR += rubygem-puma16
|
||||
SUBDIR += rubygem-rabbirack
|
||||
SUBDIR += rubygem-rack
|
||||
|
|
21
www/rubygem-puma/Makefile
Normal file
21
www/rubygem-puma/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Steve Wills <swills@freebsd.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= puma
|
||||
PORTVERSION= 2.8.1
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
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>
|
2
www/rubygem-puma/distinfo
Normal file
2
www/rubygem-puma/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/puma-2.8.1.gem) = 19bebe90d87badea30070d254fa0195d01b1036da647b6249b57d02dd96fd06a
|
||||
SIZE (rubygem/puma-2.8.1.gem) = 87040
|
7
www/rubygem-puma/pkg-descr
Normal file
7
www/rubygem-puma/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue