Add rubygem-serverengine to the tree

ServerEngine is a framework to implement robust multiprocess servers

WWW: https://github.com/treasure-data/serverengine
This commit is contained in:
Palle Girgensohn 2019-01-24 17:10:32 +00:00
parent 935164f5cd
commit 35b35cee86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491101
4 changed files with 32 additions and 0 deletions

View File

@ -1317,6 +1317,7 @@
SUBDIR += rubygem-rubytter
SUBDIR += rubygem-rudy
SUBDIR += rubygem-rye
SUBDIR += rubygem-serverengine
SUBDIR += rubygem-simple_oauth
SUBDIR += rubygem-stompserver
SUBDIR += rubygem-t

View File

@ -0,0 +1,20 @@
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= serverengine
PORTVERSION= 2.1.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= girgen@FreeBSD.org
COMMENT= Framework to implement robust multiprocess servers
LICENSE= APACHE20
RUN_DEPENDS= rubygem-sigdump>=0.2.2:devel/rubygem-sigdump
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1548258141
SHA256 (rubygem/serverengine-2.1.0.gem) = 23fcdd6df0c7f8973c0f15c7c46e4a50546447a91be5f3d6154bed4f90412705
SIZE (rubygem/serverengine-2.1.0.gem) = 38912

View File

@ -0,0 +1,8 @@
ServerEngine is a framework to implement robust multiprocess servers like
Unicorn.
ServerEngine also provides useful options and utilities such as logging, signal
handlers, changing process names shown by ps command, chuser, stacktrace and
heap dump on signal.
WWW: https://github.com/treasure-data/serverengine