From 2644952f0380a2e527143a7231c5ed6d86334dc9 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Wed, 18 Jun 2025 15:32:41 +0200 Subject: www/gitlab: added new ports required for gitlab 18.1.0 --- devel/rubygem-grape_logging-gitlab/Makefile | 21 +++++++++++++++++++++ devel/rubygem-grape_logging-gitlab/distinfo | 3 +++ devel/rubygem-grape_logging-gitlab/pkg-descr | 3 +++ 3 files changed, 27 insertions(+) create mode 100644 devel/rubygem-grape_logging-gitlab/Makefile create mode 100644 devel/rubygem-grape_logging-gitlab/distinfo create mode 100644 devel/rubygem-grape_logging-gitlab/pkg-descr (limited to 'devel/rubygem-grape_logging-gitlab') 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 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! -- cgit v1.2.3