aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-29 23:20:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-11-29 23:20:48 +0000
commit2712eb5aaac4c86920e5e0a1158c20d259e2705b (patch)
treee4bc0c0024554de199691fb2a9cb1f96a83a4157
parent1cbdc8a8ccafd979e03e04a386e81976cb1c9e6d (diff)
devel/rubygem-grape-swagger-gitlab: Add rubygem-grape-swagger-gitlab 2.1.2 (copied from rubygem-grape-swagger)
- Add PORTSCOUT
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-grape-swagger-gitlab/Makefile21
-rw-r--r--devel/rubygem-grape-swagger-gitlab/distinfo3
-rw-r--r--devel/rubygem-grape-swagger-gitlab/pkg-descr2
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 973c35934e7f..d5b710a9ccd5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7510,6 +7510,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.