mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
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
This commit is contained in:
parent
f7e938665c
commit
d00130d935
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450386
4 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
21
devel/rubygem-grape_logging/Makefile
Normal file
21
devel/rubygem-grape_logging/Makefile
Normal file
|
@ -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>
|
3
devel/rubygem-grape_logging/distinfo
Normal file
3
devel/rubygem-grape_logging/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1506083438
|
||||
SHA256 (rubygem/grape_logging-1.7.0.gem) = eafbe4725088e4a855286edb72f5aa05a701aaa391a39f85c6ded20626dce251
|
||||
SIZE (rubygem/grape_logging-1.7.0.gem) = 12288
|
5
devel/rubygem-grape_logging/pkg-descr
Normal file
5
devel/rubygem-grape_logging/pkg-descr
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue