git: ffa151a52e03 - main - www/rubygem-actioncable71: Add rubygem-actioncable71 7.1.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 07:59:19 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ffa151a52e03cee93da6db1d12b08938ae1b5e13
commit ffa151a52e03cee93da6db1d12b08938ae1b5e13
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 07:56:17 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 07:56:17 +0000
www/rubygem-actioncable71: Add rubygem-actioncable71 7.1.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-actioncable71/Makefile | 27 +++++++++++++++++++++++++++
www/rubygem-actioncable71/distinfo | 3 +++
www/rubygem-actioncable71/pkg-descr | 7 +++++++
4 files changed, 38 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index fc9caeae9880..18bc4d6ef317 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1928,6 +1928,7 @@
SUBDIR += rubygem-actioncable60
SUBDIR += rubygem-actioncable61
SUBDIR += rubygem-actioncable70
+ SUBDIR += rubygem-actioncable71
SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-actionpack50
diff --git a/www/rubygem-actioncable71/Makefile b/www/rubygem-actioncable71/Makefile
new file mode 100644
index 000000000000..0bf421387861
--- /dev/null
+++ b/www/rubygem-actioncable71/Makefile
@@ -0,0 +1,27 @@
+PORTNAME= actioncable
+PORTVERSION= 7.1.1
+CATEGORIES= www rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 71
+
+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-actionpack71>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack71 \
+ rubygem-activesupport71>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport71 \
+ 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:^7\.1\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-actioncable71/distinfo b/www/rubygem-actioncable71/distinfo
new file mode 100644
index 000000000000..d2446e52bd97
--- /dev/null
+++ b/www/rubygem-actioncable71/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1697330186
+SHA256 (rubygem/actioncable-7.1.1.gem) = e96962eb545403838299140f087257b933574992baf6ec639406f45caffca37d
+SIZE (rubygem/actioncable-7.1.1.gem) = 48128
diff --git a/www/rubygem-actioncable71/pkg-descr b/www/rubygem-actioncable71/pkg-descr
new file mode 100644
index 000000000000..5d7feb3ca8cf
--- /dev/null
+++ b/www/rubygem-actioncable71/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.