Skip site navigation (1)Skip section navigation (2)


| raw e-mail | index | archive | help

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e2f668453052329600cb0b4aaf0c7ad69798f74

commit 0e2f668453052329600cb0b4aaf0c7ad69798f74
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-17 21:02:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-11-17 21:06:47 +0000

    www/rubygem-actioncable81: Add rubygem-actioncable81 8.1.0
    
    Action Cable seamlessly integrates WebSockets with the rest of your Rails
    application. It allows for real-time features to be written in Ruby in the same
    style and form as the rest of your Rails application, while still being
    performant and scalable. It's a full-stack offering that provides both a
    client-side JavaScript framework and a server-side Ruby framework. You have
    access to your full domain model written with Active Record or your ORM of
    choice.
---
 www/Makefile                        |  1 +
 www/rubygem-actioncable81/Makefile  | 27 +++++++++++++++++++++++++++
 www/rubygem-actioncable81/distinfo  |  3 +++
 www/rubygem-actioncable81/pkg-descr |  7 +++++++
 4 files changed, 38 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index dd0cc566bc5a..97cf2273bab4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2081,6 +2081,7 @@
     SUBDIR += rubygem-actioncable71
     SUBDIR += rubygem-actioncable72
     SUBDIR += rubygem-actioncable80
+    SUBDIR += rubygem-actioncable81
     SUBDIR += rubygem-actionpack-gitlab
     SUBDIR += rubygem-actionpack4
     SUBDIR += rubygem-actionpack5
diff --git a/www/rubygem-actioncable81/Makefile b/www/rubygem-actioncable81/Makefile
new file mode 100644
index 000000000000..0f138191c86e
--- /dev/null
+++ b/www/rubygem-actioncable81/Makefile
@@ -0,0 +1,27 @@
+PORTNAME=	actioncable
+PORTVERSION=	8.1.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	81
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Structure many real-time application concerns into channels over a single WebSocket connection
+WWW=		https://github.com/rails/rails/tree/main/actioncable \
+		https://rubyonrails.org/
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-actionpack81>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack81 \
+		rubygem-activesupport81>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport81 \
+		rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
+		rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver \
+		rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
+
+USES=		gem
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^8\.1\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-actioncable81/distinfo b/www/rubygem-actioncable81/distinfo
new file mode 100644
index 000000000000..f4a7a0981b06
--- /dev/null
+++ b/www/rubygem-actioncable81/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1762526266
+SHA256 (rubygem/actioncable-8.1.0.gem) = 336d5868db5629d2071ddc6b4e654f9c0af94117ccebee884f45035232ffd8b9
+SIZE (rubygem/actioncable-8.1.0.gem) = 47104
diff --git a/www/rubygem-actioncable81/pkg-descr b/www/rubygem-actioncable81/pkg-descr
new file mode 100644
index 000000000000..5d7feb3ca8cf
--- /dev/null
+++ b/www/rubygem-actioncable81/pkg-descr
@@ -0,0 +1,7 @@
+Action Cable seamlessly integrates WebSockets with the rest of your Rails
+application. It allows for real-time features to be written in Ruby in the same
+style and form as the rest of your Rails application, while still being
+performant and scalable. It's a full-stack offering that provides both a
+client-side JavaScript framework and a server-side Ruby framework. You have
+access to your full domain model written with Active Record or your ORM of
+choice.