From owner-svn-ports-all@freebsd.org Sun Jul 28 23:39:40 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5648B7988; Sun, 28 Jul 2019 23:39:40 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7774E84BAD; Sun, 28 Jul 2019 23:39:40 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 276911F73A; Sun, 28 Jul 2019 23:39:40 +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 x6SNdeu0051623; Sun, 28 Jul 2019 23:39:40 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6SNddXw051619; Sun, 28 Jul 2019 23:39:39 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201907282339.x6SNddXw051619@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 28 Jul 2019 23:39:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r507544 - in head/devel: . rubygem-cucumber-rails X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-cucumber-rails X-SVN-Commit-Revision: 507544 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7774E84BAD X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.99)[-0.994,0]; NEURAL_HAM_SHORT(-0.98)[-0.979,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2019 23:39:40 -0000 Author: sunpoet Date: Sun Jul 28 23:39:38 2019 New Revision: 507544 URL: https://svnweb.freebsd.org/changeset/ports/507544 Log: Add rubygem-cucumber-rails 1.7.0 Cucumber-Rails is a Rails generators for Cucumber with special support for Capybara and DatabaseCleaner. It brings Cucumber to Rails 4.2 and Rails 5.x. This gem is also compatible with Rails 6.0+ but this is currently in a beta phase, so there may be issues. WWW: https://github.com/cucumber/cucumber-rails Added: head/devel/rubygem-cucumber-rails/ head/devel/rubygem-cucumber-rails/Makefile (contents, props changed) head/devel/rubygem-cucumber-rails/distinfo (contents, props changed) head/devel/rubygem-cucumber-rails/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jul 28 22:38:26 2019 (r507543) +++ head/devel/Makefile Sun Jul 28 23:39:38 2019 (r507544) @@ -5474,6 +5474,7 @@ SUBDIR += rubygem-cucumber-expressions6 SUBDIR += rubygem-cucumber-formatter-dots SUBDIR += rubygem-cucumber-messages + SUBDIR += rubygem-cucumber-rails SUBDIR += rubygem-cucumber-tag_expressions SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses Added: head/devel/rubygem-cucumber-rails/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-rails/Makefile Sun Jul 28 23:39:38 2019 (r507544) @@ -0,0 +1,28 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cucumber-rails +PORTVERSION= 1.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cucumber generator and runtime for Rails + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-capybara>=2.3.0<4:devel/rubygem-capybara \ + rubygem-cucumber>=3.0.2<4:devel/rubygem-cucumber \ + rubygem-mime-types>=1.17<4:misc/rubygem-mime-types \ + rubygem-nokogiri>=1.8:textproc/rubygem-nokogiri \ + rubygem-railties5>=4.2:www/rubygem-railties5 + +USES= gem shebangfix +USE_RUBY= yes + +NO_ARCH= yes + +SHEBANG_FILES= bin/*.sh + +.include Added: head/devel/rubygem-cucumber-rails/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-rails/distinfo Sun Jul 28 23:39:38 2019 (r507544) @@ -0,0 +1,3 @@ +TIMESTAMP = 1564236359 +SHA256 (rubygem/cucumber-rails-1.7.0.gem) = 42acf7cea68603586b10c960741a9826ff78818854eb17890584defade3a0bc3 +SIZE (rubygem/cucumber-rails-1.7.0.gem) = 411648 Added: head/devel/rubygem-cucumber-rails/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-rails/pkg-descr Sun Jul 28 23:39:38 2019 (r507544) @@ -0,0 +1,6 @@ +Cucumber-Rails is a Rails generators for Cucumber with special support for +Capybara and DatabaseCleaner. It brings Cucumber to Rails 4.2 and Rails 5.x. +This gem is also compatible with Rails 6.0+ but this is currently in a beta +phase, so there may be issues. + +WWW: https://github.com/cucumber/cucumber-rails