Date: Fri, 22 Sep 2017 15:49:35 +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: r450386 - in head/devel: . rubygem-grape_logging Message-ID: <201709221549.v8MFnZP5019609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= grape_logging +PORTVERSION= 1.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709221549.v8MFnZP5019609>