Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jul 2017 00:47:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445978 - in head/sysutils: . rubygem-syslog-logger
Message-ID:  <201707160047.v6G0leRA052937@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul 16 00:47:40 2017
New Revision: 445978
URL: https://svnweb.freebsd.org/changeset/ports/445978

Log:
  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

Added:
  head/sysutils/rubygem-syslog-logger/
  head/sysutils/rubygem-syslog-logger/Makefile   (contents, props changed)
  head/sysutils/rubygem-syslog-logger/distinfo   (contents, props changed)
  head/sysutils/rubygem-syslog-logger/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Jul 16 00:46:55 2017	(r445977)
+++ head/sysutils/Makefile	Sun Jul 16 00:47:40 2017	(r445978)
@@ -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

Added: head/sysutils/rubygem-syslog-logger/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-syslog-logger/Makefile	Sun Jul 16 00:47:40 2017	(r445978)
@@ -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>

Added: head/sysutils/rubygem-syslog-logger/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-syslog-logger/distinfo	Sun Jul 16 00:47:40 2017	(r445978)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500159242
+SHA256 (rubygem/syslog-logger-1.6.8.gem) = 7541f34681c7d10ed63e8ee82733b0a60f79264a6ef3f489a20dce80e105c293
+SIZE (rubygem/syslog-logger-1.6.8.gem) = 9216

Added: head/sysutils/rubygem-syslog-logger/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-syslog-logger/pkg-descr	Sun Jul 16 00:47:40 2017	(r445978)
@@ -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



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