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:
@@ -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
|
||||
|
||||
18
sysutils/rubygem-syslog-logger/Makefile
Normal file
18
sysutils/rubygem-syslog-logger/Makefile
Normal 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>
|
||||
3
sysutils/rubygem-syslog-logger/distinfo
Normal file
3
sysutils/rubygem-syslog-logger/distinfo
Normal 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
|
||||
5
sysutils/rubygem-syslog-logger/pkg-descr
Normal file
5
sysutils/rubygem-syslog-logger/pkg-descr
Normal 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
|
||||
Reference in New Issue
Block a user