svn commit: r347903 - in head/www: . rubygem-puma16
Steve Wills
swills at FreeBSD.org
Tue Mar 11 19:04:36 UTC 2014
Author: swills
Date: Tue Mar 11 19:04:35 2014
New Revision: 347903
URL: http://svnweb.freebsd.org/changeset/ports/347903
QAT: https://qat.redports.org/buildarchive/r347903/
Log:
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/
Added:
head/www/rubygem-puma16/
head/www/rubygem-puma16/Makefile (contents, props changed)
head/www/rubygem-puma16/distinfo (contents, props changed)
head/www/rubygem-puma16/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Tue Mar 11 18:19:41 2014 (r347902)
+++ head/www/Makefile Tue Mar 11 19:04:35 2014 (r347903)
@@ -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
Added: head/www/rubygem-puma16/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-puma16/Makefile Tue Mar 11 19:04:35 2014 (r347903)
@@ -0,0 +1,22 @@
+# Created by: Steve Wills <swills at freebsd.org>
+# $FreeBSD$
+
+PORTNAME= puma
+PORTVERSION= 1.6.3
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 16
+
+MAINTAINER= ruby at 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>
Added: head/www/rubygem-puma16/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-puma16/distinfo Tue Mar 11 19:04:35 2014 (r347903)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/puma-1.6.3.gem) = 310c6be9a2d890ef27dc5955ed26c706d43fedf454ee058c40ada463cc8bbc74
+SIZE (rubygem/puma-1.6.3.gem) = 59904
Added: head/www/rubygem-puma16/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/rubygem-puma16/pkg-descr Tue Mar 11 19:04:35 2014 (r347903)
@@ -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/
More information about the svn-ports-all
mailing list