Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2025 23:53:30 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2712eb5aaac4 - main - devel/rubygem-grape-swagger-gitlab: Add rubygem-grape-swagger-gitlab 2.1.2 (copied from rubygem-grape-swagger)
Message-ID:  <692b877a.b169.ac68b29@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2712eb5aaac4c86920e5e0a1158c20d259e2705b

commit 2712eb5aaac4c86920e5e0a1158c20d259e2705b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-29 23:20:48 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-29 23:20:48 +0000

    devel/rubygem-grape-swagger-gitlab: Add rubygem-grape-swagger-gitlab 2.1.2 (copied from rubygem-grape-swagger)
    
    - Add PORTSCOUT
---
 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 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692b877a.b169.ac68b29>