Add rubygem-actioncable5 5.0.1

Action Cable – Integrated WebSockets for Rails

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: http://rubyonrails.org/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-09 18:36:48 +00:00
parent 3df3e8c36a
commit 62086a7640
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431008
4 changed files with 39 additions and 0 deletions

View file

@ -1904,6 +1904,7 @@
SUBDIR += ruby-aws
SUBDIR += ruby-google
SUBDIR += rubygem-ace-rails-ap
SUBDIR += rubygem-actioncable5
SUBDIR += rubygem-actionpack4
SUBDIR += rubygem-actionpack5
SUBDIR += rubygem-activeresource4

View file

@ -0,0 +1,24 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= actioncable
PORTVERSION= 5.0.1
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Integrated WebSockets for Rails
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \
rubygem-nio4r1>=1.2:devel/rubygem-nio4r1 \
rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1483834937
SHA256 (rubygem/actioncable-5.0.1.gem) = a7ddffa73c581f9f1369a8d9048171036ba46cf7c410057c5cf944ac90dfbe00
SIZE (rubygem/actioncable-5.0.1.gem) = 42496

View file

@ -0,0 +1,11 @@
Action Cable Integrated WebSockets for Rails
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: http://rubyonrails.org/