git: 02b8c1578610 - 2025Q4 - devel/rubygem-grape-swagger-gitlab: Add rubygem-grape-swagger-gitlab 2.1.2 (copied from rubygem-grape-swagger)

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Fri, 12 Dec 2025 05:13:32 UTC
The branch 2025Q4 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02b8c1578610968033a72a74c5362ef07f5451fe

commit 02b8c1578610968033a72a74c5362ef07f5451fe
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:20:48 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-12-12 04:52:18 +0000

    devel/rubygem-grape-swagger-gitlab: Add rubygem-grape-swagger-gitlab 2.1.2 (copied from rubygem-grape-swagger)
    
    - Add PORTSCOUT
    
    (cherry picked from commit 2712eb5aaac4c86920e5e0a1158c20d259e2705b)
---
 devel/Makefile                               |  1 +
 devel/rubygem-grape-swagger-gitlab/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-grape-swagger-gitlab/distinfo  |  3 +++
 devel/rubygem-grape-swagger-gitlab/pkg-descr |  2 ++
 4 files changed, 27 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 78b4ee64d7fa..db88ceeb51fd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7475,6 +7475,7 @@
     SUBDIR += rubygem-grape-route-helpers
     SUBDIR += rubygem-grape-swagger
     SUBDIR += rubygem-grape-swagger-entity
+    SUBDIR += rubygem-grape-swagger-gitlab
     SUBDIR += rubygem-grape20
     SUBDIR += rubygem-grape_logging
     SUBDIR += rubygem-grape_logging-gitlab
diff --git a/devel/rubygem-grape-swagger-gitlab/Makefile b/devel/rubygem-grape-swagger-gitlab/Makefile
new file mode 100644
index 000000000000..64a511e3b62c
--- /dev/null
+++ b/devel/rubygem-grape-swagger-gitlab/Makefile
@@ -0,0 +1,21 @@
+PORTNAME=	grape-swagger
+PORTVERSION=	2.1.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-gitlab
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	Documentation tool for grape APIs
+WWW=		https://github.com/ruby-grape/grape-swagger
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-grape20>=1.7<3.0:devel/rubygem-grape20 \
+		rubygem-rack-test>=2<3:www/rubygem-rack-test
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-grape-swagger-gitlab/distinfo b/devel/rubygem-grape-swagger-gitlab/distinfo
new file mode 100644
index 000000000000..cea8c4f71b54
--- /dev/null
+++ b/devel/rubygem-grape-swagger-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1738090262
+SHA256 (rubygem/grape-swagger-2.1.2.gem) = 8ad7bd53c8baee704575808875dba8c08d269c457db3cf8f1b8a2a1dbf827294
+SIZE (rubygem/grape-swagger-2.1.2.gem) = 48128
diff --git a/devel/rubygem-grape-swagger-gitlab/pkg-descr b/devel/rubygem-grape-swagger-gitlab/pkg-descr
new file mode 100644
index 000000000000..6decb594572b
--- /dev/null
+++ b/devel/rubygem-grape-swagger-gitlab/pkg-descr
@@ -0,0 +1,2 @@
+A simple way to add proper auto generated documentation to inline
+described grape APIs.