diff options
Diffstat (limited to '')
-rw-r--r-- | devel/rubygem-grape_logging-gitlab/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-grape_logging-gitlab/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-grape_logging-gitlab/pkg-descr | 3 |
3 files changed, 27 insertions, 0 deletions
diff --git a/devel/rubygem-grape_logging-gitlab/Makefile b/devel/rubygem-grape_logging-gitlab/Makefile new file mode 100644 index 000000000000..be38cfacac4b --- /dev/null +++ b/devel/rubygem-grape_logging-gitlab/Makefile @@ -0,0 +1,21 @@ +PORTNAME= grape_logging +PORTVERSION= 1.8.4 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Request logging for Grape +WWW= https://github.com/aserafin/grape_logging + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-grape20>=0:devel/rubygem-grape20 \ + rubygem-rack>=0,3:www/rubygem-rack + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-grape_logging-gitlab/distinfo b/devel/rubygem-grape_logging-gitlab/distinfo new file mode 100644 index 000000000000..5059296a190b --- /dev/null +++ b/devel/rubygem-grape_logging-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598605220 +SHA256 (rubygem/grape_logging-1.8.4.gem) = efcc3e322dbd5d620a68f078733b7db043cf12680144cd03c982f14115c792d1 +SIZE (rubygem/grape_logging-1.8.4.gem) = 13312 diff --git a/devel/rubygem-grape_logging-gitlab/pkg-descr b/devel/rubygem-grape_logging-gitlab/pkg-descr new file mode 100644 index 000000000000..31245a5d0a37 --- /dev/null +++ b/devel/rubygem-grape_logging-gitlab/pkg-descr @@ -0,0 +1,3 @@ +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! |