diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-30 13:21:16 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-12-30 13:29:04 +0000 |
| commit | dbc7b68fbd822d28cac4310b62dce42b02b7d973 (patch) | |
| tree | d5ea317b52324ae5a1ac5502d05d6b1732f53e18 | |
| parent | 99f48fc16c01bc990906525304f21c777381fd88 (diff) | |
devel/rubygem-cucumber-core15: Add rubygem-cucumber-core15 15.4.0 (copied from rubygem-cucumber-core)
- Add PORTSCOUT
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/rubygem-cucumber-core15/Makefile | 25 | ||||
| -rw-r--r-- | devel/rubygem-cucumber-core15/distinfo | 3 | ||||
| -rw-r--r-- | devel/rubygem-cucumber-core15/pkg-descr | 6 |
4 files changed, 35 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7c399664096e..d5cd4109bb9e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7269,6 +7269,7 @@ SUBDIR += rubygem-cucumber-ci-environment10 SUBDIR += rubygem-cucumber-ci-environment11 SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-cucumber-core15 SUBDIR += rubygem-cucumber-cucumber-expressions SUBDIR += rubygem-cucumber-cucumber-expressions17 SUBDIR += rubygem-cucumber-messages diff --git a/devel/rubygem-cucumber-core15/Makefile b/devel/rubygem-cucumber-core15/Makefile new file mode 100644 index 000000000000..da99b93ff2b6 --- /dev/null +++ b/devel/rubygem-cucumber-core15/Makefile @@ -0,0 +1,25 @@ +PORTNAME= cucumber-core +PORTVERSION= 15.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 15 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Core library for the Cucumber BDD app +WWW= https://cucumber.io/ \ + https://github.com/cucumber/cucumber-ruby-core + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-cucumber-gherkin>=27<40:textproc/rubygem-cucumber-gherkin \ + rubygem-cucumber-messages>=26<33:devel/rubygem-cucumber-messages \ + rubygem-cucumber-tag-expressions>=5<9:devel/rubygem-cucumber-tag-expressions + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^15\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-cucumber-core15/distinfo b/devel/rubygem-cucumber-core15/distinfo new file mode 100644 index 000000000000..31895adb7049 --- /dev/null +++ b/devel/rubygem-cucumber-core15/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1766036589 +SHA256 (rubygem/cucumber-core-15.4.0.gem) = 161309d85847b336c998b201e2003d3f4a86207fa4816da2678fe3d7f3735e45 +SIZE (rubygem/cucumber-core-15.4.0.gem) = 23040 diff --git a/devel/rubygem-cucumber-core15/pkg-descr b/devel/rubygem-cucumber-core15/pkg-descr new file mode 100644 index 000000000000..6e5cd043cbfe --- /dev/null +++ b/devel/rubygem-cucumber-core15/pkg-descr @@ -0,0 +1,6 @@ +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. |
