aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-05-04 03:39:27 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-05-04 03:39:27 +0800
commit672283239c742825cd023bc549d92e591cf37c49 (patch)
tree2abafbcac3beb54f9d90f2adc7dff6c0465933be /devel
parentfc868b7daad2f0f0e3d2aeb4937c6fde8a0514c7 (diff)
downloadfreebsd-ports-gnome-672283239c742825cd023bc549d92e591cf37c49.tar.gz
freebsd-ports-gnome-672283239c742825cd023bc549d92e591cf37c49.tar.zst
freebsd-ports-gnome-672283239c742825cd023bc549d92e591cf37c49.zip
- Add rubygem-cucumber-core 1.1.3
Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber. It contains the core domain logic to execute Cucumber features. It has no user interface, just a Ruby API. If you're interested in how Cucumber works, or in building other tools that work with Gherkin documents, you've come to the right place. WWW: https://github.com/cucumber/cucumber-ruby-core RG: https://rubygems.org/gems/cucumber-core
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-cucumber-core/Makefile20
-rw-r--r--devel/rubygem-cucumber-core/distinfo2
-rw-r--r--devel/rubygem-cucumber-core/pkg-descr9
4 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 313199d4a215..1fd2688dea2b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4439,6 +4439,7 @@
SUBDIR += rubygem-crack
SUBDIR += rubygem-cri
SUBDIR += rubygem-cucumber
+ SUBDIR += rubygem-cucumber-core
SUBDIR += rubygem-daemon_controller
SUBDIR += rubygem-daemons
SUBDIR += rubygem-debugger
diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile
new file mode 100644
index 000000000000..166897a1cce7
--- /dev/null
+++ b/devel/rubygem-cucumber-core/Makefile
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cucumber-core
+PORTVERSION= 1.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Core library for the Cucumber BDD app
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-gherkin>=2.12.0:${PORTSDIR}/textproc/rubygem-gherkin
+
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-cucumber-core/distinfo b/devel/rubygem-cucumber-core/distinfo
new file mode 100644
index 000000000000..119df98a02cb
--- /dev/null
+++ b/devel/rubygem-cucumber-core/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cucumber-core-1.1.3.gem) = e6d1d41dd048e16161de92ddb415e2e599c6182923f9c6a2a2fcce63ce9dad94
+SIZE (rubygem/cucumber-core-1.1.3.gem) = 40448
diff --git a/devel/rubygem-cucumber-core/pkg-descr b/devel/rubygem-cucumber-core/pkg-descr
new file mode 100644
index 000000000000..1c37c19228bf
--- /dev/null
+++ b/devel/rubygem-cucumber-core/pkg-descr
@@ -0,0 +1,9 @@
+Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber.
+
+It contains the core domain logic to execute Cucumber features. It has no user
+interface, just a Ruby API. If you're interested in how Cucumber works, or in
+building other tools that work with Gherkin documents, you've come to the right
+place.
+
+WWW: https://github.com/cucumber/cucumber-ruby-core
+RG: https://rubygems.org/gems/cucumber-core