Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 19:18:11 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347905 - in head/www: . rubygem-puma
Message-ID:  <201403111918.s2BJIBlj041217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Mar 11 19:18:11 2014
New Revision: 347905
URL: http://svnweb.freebsd.org/changeset/ports/347905
QAT: https://qat.redports.org/buildarchive/r347905/

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.
  
  WWW: http://puma.io/

Added:
  head/www/rubygem-puma/
  head/www/rubygem-puma/Makefile   (contents, props changed)
  head/www/rubygem-puma/distinfo   (contents, props changed)
  head/www/rubygem-puma/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Mar 11 19:09:14 2014	(r347904)
+++ head/www/Makefile	Tue Mar 11 19:18:11 2014	(r347905)
@@ -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

Added: head/www/rubygem-puma/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-puma/Makefile	Tue Mar 11 19:18:11 2014	(r347905)
@@ -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>

Added: head/www/rubygem-puma/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-puma/distinfo	Tue Mar 11 19:18:11 2014	(r347905)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/puma-2.8.1.gem) = 19bebe90d87badea30070d254fa0195d01b1036da647b6249b57d02dd96fd06a
+SIZE (rubygem/puma-2.8.1.gem) = 87040

Added: head/www/rubygem-puma/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-puma/pkg-descr	Tue Mar 11 19:18:11 2014	(r347905)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403111918.s2BJIBlj041217>