diff --git a/www/Makefile b/www/Makefile index b33fd03f0e4e..ba0c70ceb37a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/rubygem-actioncable61/Makefile b/www/rubygem-actioncable61/Makefile new file mode 100644 index 000000000000..e51ccc129afa --- /dev/null +++ b/www/rubygem-actioncable61/Makefile @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $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 diff --git a/www/rubygem-actioncable61/distinfo b/www/rubygem-actioncable61/distinfo new file mode 100644 index 000000000000..8d9254b7830b --- /dev/null +++ b/www/rubygem-actioncable61/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1609179788 +SHA256 (rubygem/actioncable-6.1.0.gem) = 89b7af1570e292e91b168e08da960178f6a3f1e8583ac09acc3c6edc66d58e32 +SIZE (rubygem/actioncable-6.1.0.gem) = 41472 diff --git a/www/rubygem-actioncable61/pkg-descr b/www/rubygem-actioncable61/pkg-descr new file mode 100644 index 000000000000..d0301b58e31f --- /dev/null +++ b/www/rubygem-actioncable61/pkg-descr @@ -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