svn commit: r385331 - in head/devel: . rubygem-cucumber-core
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun May 3 19:39:29 UTC 2015
Author: sunpoet
Date: Sun May 3 19:39:27 2015
New Revision: 385331
URL: https://svnweb.freebsd.org/changeset/ports/385331
Log:
- 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
Added:
head/devel/rubygem-cucumber-core/
head/devel/rubygem-cucumber-core/Makefile (contents, props changed)
head/devel/rubygem-cucumber-core/distinfo (contents, props changed)
head/devel/rubygem-cucumber-core/pkg-descr (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun May 3 19:39:20 2015 (r385330)
+++ head/devel/Makefile Sun May 3 19:39:27 2015 (r385331)
@@ -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
Added: head/devel/rubygem-cucumber-core/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-cucumber-core/Makefile Sun May 3 19:39:27 2015 (r385331)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cucumber-core
+PORTVERSION= 1.1.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at 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>
Added: head/devel/rubygem-cucumber-core/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-cucumber-core/distinfo Sun May 3 19:39:27 2015 (r385331)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cucumber-core-1.1.3.gem) = e6d1d41dd048e16161de92ddb415e2e599c6182923f9c6a2a2fcce63ce9dad94
+SIZE (rubygem/cucumber-core-1.1.3.gem) = 40448
Added: head/devel/rubygem-cucumber-core/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/rubygem-cucumber-core/pkg-descr Sun May 3 19:39:27 2015 (r385331)
@@ -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
More information about the svn-ports-all
mailing list