Remove www/rubygem-puma2

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-01-31 16:43:05 +00:00
parent 8d65db90fe
commit 84d673de10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460511
4 changed files with 0 additions and 38 deletions

View file

@ -2098,7 +2098,6 @@
SUBDIR += rubygem-pagerduty
SUBDIR += rubygem-passenger
SUBDIR += rubygem-puma
SUBDIR += rubygem-puma2
SUBDIR += rubygem-pusher-client
SUBDIR += rubygem-rabbirack
SUBDIR += rubygem-rack

View file

@ -1,28 +0,0 @@
# Created by: Steve Wills <swills@freebsd.org>
# $FreeBSD$
PORTNAME= puma
PORTVERSION= 2.16.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast, multithreaded and highly concurrent ruby web server
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
DEPRECATED= Use www/rubygem-puma instead
EXPIRATION_DATE=2018-01-31
PORTSCOUT= limit:^2\.
USE_RUBY= yes
USES= gem shebangfix ssl
PLIST_FILES= bin/puma bin/pumactl
SHEBANG_FILES= tools/jungle/init.d/run-puma
.include <bsd.port.mk>

View file

@ -1,2 +0,0 @@
SHA256 (rubygem/puma-2.16.0.gem) = 26226019bf2172d0f372ce3e86f0dfe2c119a5cc18aa23e06ce3ca68c6e84832
SIZE (rubygem/puma-2.16.0.gem) = 100352

View file

@ -1,7 +0,0 @@
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/