Skip to content

Commit

Permalink
Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 serv…
Browse files Browse the repository at this point in the history
…er 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 branch information
swills committed Mar 11, 2014
1 parent 73d8557 commit e855e4c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions www/rubygem-puma/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Created by: Steve Wills <[email protected]>
# $FreeBSD$

PORTNAME= puma
PORTVERSION= 2.8.1
CATEGORIES= www rubygems
MASTER_SITES= RG

MAINTAINER= [email protected]
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 changes: 2 additions & 0 deletions www/rubygem-puma/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (rubygem/puma-2.8.1.gem) = 19bebe90d87badea30070d254fa0195d01b1036da647b6249b57d02dd96fd06a
SIZE (rubygem/puma-2.8.1.gem) = 87040
7 changes: 7 additions & 0 deletions www/rubygem-puma/pkg-descr
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit e855e4c

Please sign in to comment.