From owner-svn-ports-head@freebsd.org Mon Jan 9 18:36:50 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B4E3CA7B6D; Mon, 9 Jan 2017 18:36:50 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA1AB1DC8; Mon, 9 Jan 2017 18:36:49 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v09IanHH023562; Mon, 9 Jan 2017 18:36:49 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v09Iamqn023558; Mon, 9 Jan 2017 18:36:48 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701091836.v09Iamqn023558@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 9 Jan 2017 18:36:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431008 - in head/www: . rubygem-actioncable5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 18:36:50 -0000 Author: sunpoet Date: Mon Jan 9 18:36:48 2017 New Revision: 431008 URL: https://svnweb.freebsd.org/changeset/ports/431008 Log: 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/ Added: head/www/rubygem-actioncable5/ head/www/rubygem-actioncable5/Makefile (contents, props changed) head/www/rubygem-actioncable5/distinfo (contents, props changed) head/www/rubygem-actioncable5/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jan 9 18:34:43 2017 (r431007) +++ head/www/Makefile Mon Jan 9 18:36:48 2017 (r431008) @@ -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 Added: head/www/rubygem-actioncable5/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-actioncable5/Makefile Mon Jan 9 18:36:48 2017 (r431008) @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $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 Added: head/www/rubygem-actioncable5/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-actioncable5/distinfo Mon Jan 9 18:36:48 2017 (r431008) @@ -0,0 +1,3 @@ +TIMESTAMP = 1483834937 +SHA256 (rubygem/actioncable-5.0.1.gem) = a7ddffa73c581f9f1369a8d9048171036ba46cf7c410057c5cf944ac90dfbe00 +SIZE (rubygem/actioncable-5.0.1.gem) = 42496 Added: head/www/rubygem-actioncable5/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-actioncable5/pkg-descr Mon Jan 9 18:36:48 2017 (r431008) @@ -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/