svn commit: r507544 - in head/devel: . rubygem-cucumber-rails
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 28 23:39:40 UTC 2019
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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cucumber-rails
+PORTVERSION= 1.7.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list