1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add rubygem-syslog-logger 1.6.8

Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in
with a few caveats. You can add Logger::Syslog to your Rails production
environment to aggregate logs between multiple machines.

WWW: https://github.com/ngmoco/syslog_logger
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-07-16 00:47:40 +00:00
parent e0c70ca03f
commit c0737a32d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445978
4 changed files with 27 additions and 0 deletions

View File

@ -1026,6 +1026,7 @@
SUBDIR += rubygem-sys-proctable
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-syslog-logger
SUBDIR += rubygem-teamocil
SUBDIR += rubygem-tmuxinator
SUBDIR += rubygem-vagrant-bhyve

View File

@ -0,0 +1,18 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= syslog-logger
PORTVERSION= 1.6.8
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Improved Logger replacement that logs to syslog
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1500159242
SHA256 (rubygem/syslog-logger-1.6.8.gem) = 7541f34681c7d10ed63e8ee82733b0a60f79264a6ef3f489a20dce80e105c293
SIZE (rubygem/syslog-logger-1.6.8.gem) = 9216

View File

@ -0,0 +1,5 @@
Logger::Syslog is a Logger replacement that logs to syslog. It is almost drop-in
with a few caveats. You can add Logger::Syslog to your Rails production
environment to aggregate logs between multiple machines.
WWW: https://github.com/ngmoco/syslog_logger