Add rubygem-actioncable61 6.1.0 (copied from rubygem-actioncable60)

This commit is contained in:
Sunpoet Po-Chuan Hsieh
2021-01-10 08:50:56 +00:00
parent 8213bb7aa3
commit 6561b22a4d
4 changed files with 42 additions and 0 deletions
+1
View File
@@ -1803,6 +1803,7 @@
SUBDIR += rubygem-actioncable50
SUBDIR += rubygem-actioncable52
SUBDIR += rubygem-actioncable60
SUBDIR += rubygem-actioncable61
SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-actionpack50
+28
View File
@@ -0,0 +1,28 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= actioncable
PORTVERSION= 6.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Integrated WebSockets for Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \
rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
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:^6\.1\.
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1609179788
SHA256 (rubygem/actioncable-6.1.0.gem) = 89b7af1570e292e91b168e08da960178f6a3f1e8583ac09acc3c6edc66d58e32
SIZE (rubygem/actioncable-6.1.0.gem) = 41472
+10
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/master/actioncable