summaryrefslogtreecommitdiff
path: root/devel/rubygem-grape_logging-gitlab
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2025-06-18 15:32:41 +0200
committerMatthias Fechner <mfechner@FreeBSD.org>2025-06-20 05:55:32 +0200
commit2644952f0380a2e527143a7231c5ed6d86334dc9 (patch)
tree067d62d499de25be0117021ac8fcb3bd8ed2294b /devel/rubygem-grape_logging-gitlab
parenttextproc/goldendict-ng: Update 25.05.0 => 25.06.0 (diff)
www/gitlab: added new ports required for gitlab 18.1.0
Diffstat (limited to 'devel/rubygem-grape_logging-gitlab')
-rw-r--r--devel/rubygem-grape_logging-gitlab/Makefile21
-rw-r--r--devel/rubygem-grape_logging-gitlab/distinfo3
-rw-r--r--devel/rubygem-grape_logging-gitlab/pkg-descr3
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!