git: f64fa21e0de8 - main - www/rubygem-actioncable72: Add rubygem-actioncable72 7.2.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Sep 2024 06:18:31 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f64fa21e0de83d333638bf43d9731f886a70093e commit f64fa21e0de83d333638bf43d9731f886a70093e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-18 05:51:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 06:13:02 +0000 www/rubygem-actioncable72: Add rubygem-actioncable72 7.2.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-actioncable72/Makefile | 27 +++++++++++++++++++++++++++ www/rubygem-actioncable72/distinfo | 3 +++ www/rubygem-actioncable72/pkg-descr | 7 +++++++ 4 files changed, 38 insertions(+) diff --git a/www/Makefile b/www/Makefile index 5af017ee9044..fad9feab3885 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1933,6 +1933,7 @@ SUBDIR += rubygem-actioncable61 SUBDIR += rubygem-actioncable70 SUBDIR += rubygem-actioncable71 + SUBDIR += rubygem-actioncable72 SUBDIR += rubygem-actionpack4 SUBDIR += rubygem-actionpack5 SUBDIR += rubygem-actionpack50 diff --git a/www/rubygem-actioncable72/Makefile b/www/rubygem-actioncable72/Makefile new file mode 100644 index 000000000000..8413c2dc4d40 --- /dev/null +++ b/www/rubygem-actioncable72/Makefile @@ -0,0 +1,27 @@ +PORTNAME= actioncable +PORTVERSION= 7.2.1 +CATEGORIES= www rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 72 + +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-actionpack72>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack72 \ + rubygem-activesupport72>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport72 \ + 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\.2\. + +.include <bsd.port.mk> diff --git a/www/rubygem-actioncable72/distinfo b/www/rubygem-actioncable72/distinfo new file mode 100644 index 000000000000..a8de4b63839d --- /dev/null +++ b/www/rubygem-actioncable72/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1726487298 +SHA256 (rubygem/actioncable-7.2.1.gem) = b409c96b0acc90abe6aa8fd9656eaff0980c1b36c9e22b8f7c490a46eafc2204 +SIZE (rubygem/actioncable-7.2.1.gem) = 47616 diff --git a/www/rubygem-actioncable72/pkg-descr b/www/rubygem-actioncable72/pkg-descr new file mode 100644 index 000000000000..5d7feb3ca8cf --- /dev/null +++ b/www/rubygem-actioncable72/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.