svn commit: r450386 - in head/devel: . rubygem-grape_logging

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 22 15:49:36 UTC 2017


Author: sunpoet
Date: Fri Sep 22 15:49:35 2017
New Revision: 450386
URL: https://svnweb.freebsd.org/changeset/ports/450386

Log:
  Add rubygem-grape_logging 1.7.0
  
  This gem provides simple request logging for Grape with just few lines of code
  you have to put in your project! In return you will get response codes, paths,
  parameters and more!
  
  WWW: https://github.com/aserafin/grape_logging

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 22 15:29:50 2017	(r450385)
+++ head/devel/Makefile	Fri Sep 22 15:49:35 2017	(r450386)
@@ -5478,6 +5478,7 @@
     SUBDIR += rubygem-grape-route-helpers
     SUBDIR += rubygem-grape-swagger
     SUBDIR += rubygem-grape0
+    SUBDIR += rubygem-grape_logging
     SUBDIR += rubygem-grit
     SUBDIR += rubygem-guess_html_encoding
     SUBDIR += rubygem-gyoku

Added: head/devel/rubygem-grape_logging/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grape_logging/Makefile	Fri Sep 22 15:49:35 2017	(r450386)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	grape_logging
+PORTVERSION=	1.7.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Request logging for Grape
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-grape>=0:devel/rubygem-grape
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-grape_logging/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grape_logging/distinfo	Fri Sep 22 15:49:35 2017	(r450386)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1506083438
+SHA256 (rubygem/grape_logging-1.7.0.gem) = eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251
+SIZE (rubygem/grape_logging-1.7.0.gem) = 12288

Added: head/devel/rubygem-grape_logging/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-grape_logging/pkg-descr	Fri Sep 22 15:49:35 2017	(r450386)
@@ -0,0 +1,5 @@
+This gem provides simple request logging for Grape with just few lines of code
+you have to put in your project! In return you will get response codes, paths,
+parameters and more!
+
+WWW: https://github.com/aserafin/grape_logging


More information about the svn-ports-all mailing list