From d00130d935ef43e4c5661ec761d03ac8706e720c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Sep 2017 15:49:35 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/rubygem-grape_logging/Makefile | 21 +++++++++++++++++++++ devel/rubygem-grape_logging/distinfo | 3 +++ devel/rubygem-grape_logging/pkg-descr | 5 +++++ 4 files changed, 30 insertions(+) create mode 100644 devel/rubygem-grape_logging/Makefile create mode 100644 devel/rubygem-grape_logging/distinfo create mode 100644 devel/rubygem-grape_logging/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index cc547b01be39..0e1c26dfa88a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-grape_logging/Makefile b/devel/rubygem-grape_logging/Makefile new file mode 100644 index 000000000000..a3707e8bd7c0 --- /dev/null +++ b/devel/rubygem-grape_logging/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/rubygem-grape_logging/distinfo b/devel/rubygem-grape_logging/distinfo new file mode 100644 index 000000000000..93a239ba73d6 --- /dev/null +++ b/devel/rubygem-grape_logging/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1506083438 +SHA256 (rubygem/grape_logging-1.7.0.gem) = eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251 +SIZE (rubygem/grape_logging-1.7.0.gem) = 12288 diff --git a/devel/rubygem-grape_logging/pkg-descr b/devel/rubygem-grape_logging/pkg-descr new file mode 100644 index 000000000000..68b45b2a7a62 --- /dev/null +++ b/devel/rubygem-grape_logging/pkg-descr @@ -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