mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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:
parent
e7683b899c
commit
45a90dd7fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347903
@ -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
|
||||
|
22
www/rubygem-puma16/Makefile
Normal file
22
www/rubygem-puma16/Makefile
Normal 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>
|
2
www/rubygem-puma16/distinfo
Normal file
2
www/rubygem-puma16/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/puma-1.6.3.gem) = 310c6be9a2d890ef27dc5955ed26c706d43fedf454ee058c40ada463cc8bbc74
|
||||
SIZE (rubygem/puma-1.6.3.gem) = 59904
|
7
www/rubygem-puma16/pkg-descr
Normal file
7
www/rubygem-puma16/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 New Issue
Block a user