1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

www/rubygem-actioncable70: Add rubygem-actioncable70 7.0.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: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/actioncable
This commit is contained in:
Po-Chuan Hsieh 2022-01-12 00:57:12 +08:00
parent 1dd6f0ad92
commit 5984fd68ac
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 41 additions and 0 deletions

View File

@ -1838,6 +1838,7 @@
SUBDIR += rubygem-actioncable52
SUBDIR += rubygem-actioncable60
SUBDIR += rubygem-actioncable61
SUBDIR += rubygem-actioncable70
SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-actionpack50

View File

@ -0,0 +1,27 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= actioncable
PORTVERSION= 7.0.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Structure many real-time application concerns into channels over a single WebSocket connection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^7\.0\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1641045772
SHA256 (rubygem/actioncable-7.0.0.gem) = 04811040d3b4baea7c7f0e95bb3a32e72d26ea0931b9ef3444829b28f9ccec0a
SIZE (rubygem/actioncable-7.0.0.gem) = 44032

View File

@ -0,0 +1,10 @@
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: https://rubyonrails.org/
WWW: https://github.com/rails/rails/tree/main/actioncable