Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2017 14:23:22 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r438170 - in head/www: . rubygem-lograge
Message-ID:  <201704101423.v3AENMQR071950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Mon Apr 10 14:23:22 2017
New Revision: 438170
URL: https://svnweb.freebsd.org/changeset/ports/438170

Log:
  New port www/rubygem-lograge: Tame Rails' multi-line logging into a single line
  per request
  
  Adding this because it is a dependency for the upcoming www/mastodon port.
  
  WWW: https://github.com/roidrage/lograge/
  
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D10309

Added:
  head/www/rubygem-lograge/
  head/www/rubygem-lograge/Makefile   (contents, props changed)
  head/www/rubygem-lograge/distinfo   (contents, props changed)
  head/www/rubygem-lograge/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Apr 10 14:22:36 2017	(r438169)
+++ head/www/Makefile	Mon Apr 10 14:23:22 2017	(r438170)
@@ -2019,6 +2019,7 @@
     SUBDIR += rubygem-less
     SUBDIR += rubygem-lighthouse-api
     SUBDIR += rubygem-link_header
+    SUBDIR += rubygem-lograge
     SUBDIR += rubygem-maruku
     SUBDIR += rubygem-mechanize
     SUBDIR += rubygem-merb-assets

Added: head/www/rubygem-lograge/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-lograge/Makefile	Mon Apr 10 14:23:22 2017	(r438170)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	lograge
+PORTVERSION=	0.4.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Tame Rails' multi-line logging into a single line per request
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-activesupport4>0:devel/rubygem-activesupport4 \
+		rubygem-actionpack4>0:www/rubygem-actionpack4 \
+		rubygem-railties4>0:www/rubygem-railties4
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/www/rubygem-lograge/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-lograge/distinfo	Mon Apr 10 14:23:22 2017	(r438170)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1491588204
+SHA256 (rubygem/lograge-0.4.1.gem) = 3b0a32716852fd3a07a10169a62a7132416e764e3c8ed85945b352d9dd4496d3
+SIZE (rubygem/lograge-0.4.1.gem) = 8704

Added: head/www/rubygem-lograge/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/rubygem-lograge/pkg-descr	Mon Apr 10 14:23:22 2017	(r438170)
@@ -0,0 +1,8 @@
+Tame Rails' multi-line logging into a single line per request
+
+Lograge is an attempt to bring sanity to Rails' noisy and unusable, unparsable
+and, in the context of running multiple processes and servers, unreadable
+default logging output.  Rails' default approach to log everything is great
+during development, it's terrible when running it in production.
+
+WWW: https://github.com/roidrage/lograge/



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