git: 99b692d10ed3 - main - www/rubygem-puma6: Add rubygem-puma6 6.6.1 (copied from rubygem-puma)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Sep 2025 10:57:12 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=99b692d10ed32c6a02eaaa3727400379d4692aa6

commit 99b692d10ed32c6a02eaaa3727400379d4692aa6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-30 10:40:21 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-30 10:50:39 +0000

    www/rubygem-puma6: Add rubygem-puma6 6.6.1 (copied from rubygem-puma)
    
    - Add PORTSCOUT
---
 www/Makefile                |  1 +
 www/rubygem-puma6/Makefile  | 24 ++++++++++++++++++++++++
 www/rubygem-puma6/distinfo  |  3 +++
 www/rubygem-puma6/pkg-descr |  7 +++++++
 4 files changed, 35 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 027ee7d40659..a5090414b017 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2332,6 +2332,7 @@
     SUBDIR += rubygem-protocol-rack
     SUBDIR += rubygem-protocol-websocket
     SUBDIR += rubygem-puma
+    SUBDIR += rubygem-puma6
     SUBDIR += rubygem-puma_worker_killer
     SUBDIR += rubygem-pusher-client
     SUBDIR += rubygem-rabbirack
diff --git a/www/rubygem-puma6/Makefile b/www/rubygem-puma6/Makefile
new file mode 100644
index 000000000000..e8a3e7cd47ea
--- /dev/null
+++ b/www/rubygem-puma6/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	puma
+PORTVERSION=	6.6.1
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	6
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Fast, multithreaded and highly concurrent ruby web server
+WWW=		https://puma.io/ \
+		https://github.com/puma/puma
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-nio4r>=2.0<3:devel/rubygem-nio4r
+
+USES=		cpe gem ssl
+
+PORTSCOUT=	limit:^6\.
+
+post-install:
+	${RM} ${STAGEDIR}${PREFIX}/bin/puma ${STAGEDIR}${PREFIX}/bin/pumactl
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-puma6/distinfo b/www/rubygem-puma6/distinfo
new file mode 100644
index 000000000000..42714ba48d5a
--- /dev/null
+++ b/www/rubygem-puma6/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1755676001
+SHA256 (rubygem/puma-6.6.1.gem) = b9b56e4a4ea75d1bfa6d9e1972ee2c9f43d0883f011826d914e8e37b3694ea1e
+SIZE (rubygem/puma-6.6.1.gem) = 239104
diff --git a/www/rubygem-puma6/pkg-descr b/www/rubygem-puma6/pkg-descr
new file mode 100644
index 000000000000..c8af03bb0c08
--- /dev/null
+++ b/www/rubygem-puma6/pkg-descr
@@ -0,0 +1,7 @@
+Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
+Ruby/Rack applications. Puma is intended for use in both development and
+production environments. In order to get the best throughput, it is highly
+recommended that you use a Ruby implementation with real threads like Rubinius
+or JRuby.
+
+See also: https://github.com/puma/puma