git: 716e39977969 - main - devel/openapi: Add openapi 1.6.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Sep 2025 10:57:06 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=716e39977969c6c4ae60f9a9f7956a2bb80d57c8
commit 716e39977969c6c4ae60f9a9f7956a2bb80d57c8
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:40:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:50:38 +0000
devel/openapi: Add openapi 1.6.4
It provides a comprehensive CLI tool for working with OpenAPI specifications,
Arazzo workflows, and OpenAPI overlays.
---
devel/Makefile | 1 +
devel/openapi/Makefile | 20 ++++++++++++++++++++
devel/openapi/distinfo | 5 +++++
devel/openapi/pkg-descr | 2 ++
4 files changed, 28 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index b09631d443a0..aae98fe99794 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1831,6 +1831,7 @@
SUBDIR += oniguruma
SUBDIR += open-beagle
SUBDIR += open62541
+ SUBDIR += openapi
SUBDIR += openapi-tui
SUBDIR += opencl
SUBDIR += opencl-clang
diff --git a/devel/openapi/Makefile b/devel/openapi/Makefile
new file mode 100644
index 000000000000..35d3316d5d1a
--- /dev/null
+++ b/devel/openapi/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= openapi
+PORTVERSION= 1.6.4
+DISTVERSIONPREFIX= v
+CATEGORIES= devel
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Set of packages and tools for working with OpenAPI
+WWW= https://github.com/speakeasy-api/openapi
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= go:modules
+
+GO_MODULE= github.com/speakeasy-api/openapi
+GO_TARGET= ./cmd/openapi
+
+PLIST_FILES= bin/openapi
+
+.include <bsd.port.mk>
diff --git a/devel/openapi/distinfo b/devel/openapi/distinfo
new file mode 100644
index 000000000000..a5c1bed58d8a
--- /dev/null
+++ b/devel/openapi/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1757436399
+SHA256 (go/devel_openapi/openapi-v1.6.4/v1.6.4.mod) = 7bc52ccfa3ab68def866e59b7f34cafdcbb2c2aa87acfb98cb243fcbd6ff8e70
+SIZE (go/devel_openapi/openapi-v1.6.4/v1.6.4.mod) = 929
+SHA256 (go/devel_openapi/openapi-v1.6.4/v1.6.4.zip) = 22056cf1b590995f02fd663c1c011dd088fe74391845d15f395ee836f05a51a1
+SIZE (go/devel_openapi/openapi-v1.6.4/v1.6.4.zip) = 996658
diff --git a/devel/openapi/pkg-descr b/devel/openapi/pkg-descr
new file mode 100644
index 000000000000..45726fdd2132
--- /dev/null
+++ b/devel/openapi/pkg-descr
@@ -0,0 +1,2 @@
+It provides a comprehensive CLI tool for working with OpenAPI specifications,
+Arazzo workflows, and OpenAPI overlays.