git: f7787102e5b0 - main - www/rubygem-actioncable80: Add rubygem-actioncable80 8.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Jan 2025 16:30:22 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f7787102e5b097baea2dff12d9ba0d7a7516e548
commit f7787102e5b097baea2dff12d9ba0d7a7516e548
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 16:28:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 16:28:17 +0000
www/rubygem-actioncable80: Add rubygem-actioncable80 8.0.1
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-actioncable80/Makefile | 27 +++++++++++++++++++++++++++
www/rubygem-actioncable80/distinfo | 3 +++
www/rubygem-actioncable80/pkg-descr | 7 +++++++
4 files changed, 38 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 9d8676311f3d..0ad2e4090f9d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1969,6 +1969,7 @@
SUBDIR += rubygem-actioncable70
SUBDIR += rubygem-actioncable71
SUBDIR += rubygem-actioncable72
+ SUBDIR += rubygem-actioncable80
SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-actionpack50
diff --git a/www/rubygem-actioncable80/Makefile b/www/rubygem-actioncable80/Makefile
new file mode 100644
index 000000000000..897757b0cb99
--- /dev/null
+++ b/www/rubygem-actioncable80/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= actioncable
+PORTVERSION= 8.0.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 80
+
+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-actionpack80>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack80 \
+ rubygem-activesupport80>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport80 \
+ 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\.0\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-actioncable80/distinfo b/www/rubygem-actioncable80/distinfo
new file mode 100644
index 000000000000..3d7ba407589b
--- /dev/null
+++ b/www/rubygem-actioncable80/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1735802486
+SHA256 (rubygem/actioncable-8.0.1.gem) = 808bff2a4e3aba36f66f0cd65d7a1579ad52fb65e99304442c46051a79689d9b
+SIZE (rubygem/actioncable-8.0.1.gem) = 47104
diff --git a/www/rubygem-actioncable80/pkg-descr b/www/rubygem-actioncable80/pkg-descr
new file mode 100644
index 000000000000..5d7feb3ca8cf
--- /dev/null
+++ b/www/rubygem-actioncable80/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.