git: cdf78e0676c4 - main - devel/rubygem-cucumber-core13: Add rubygem-cucumber-core13 13.0.3 (copied from rubygem-cucumber-core)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Sep 2024 06:19:37 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=cdf78e0676c429ee6107b44cb703e7f27ef7d00e commit cdf78e0676c429ee6107b44cb703e7f27ef7d00e Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:14:14 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:11:20 +0000 devel/rubygem-cucumber-core13: Add rubygem-cucumber-core13 13.0.3 (copied from rubygem-cucumber-core) - Add PORTSCOUT --- devel/Makefile | 1 + devel/rubygem-cucumber-core13/Makefile | 25 +++++++++++++++++++++++++ devel/rubygem-cucumber-core13/distinfo | 3 +++ devel/rubygem-cucumber-core13/pkg-descr | 6 ++++++ 4 files changed, 35 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 48bbe136778e..cc982d56a5ec 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -6986,6 +6986,7 @@ SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-ci-environment SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-cucumber-core13 SUBDIR += rubygem-cucumber-cucumber-expressions SUBDIR += rubygem-cucumber-messages SUBDIR += rubygem-cucumber-messages22 diff --git a/devel/rubygem-cucumber-core13/Makefile b/devel/rubygem-cucumber-core13/Makefile new file mode 100644 index 000000000000..68612baa46c6 --- /dev/null +++ b/devel/rubygem-cucumber-core13/Makefile @@ -0,0 +1,25 @@ +PORTNAME= cucumber-core +PORTVERSION= 13.0.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 13 + +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-gherkin27>=27<28:textproc/rubygem-cucumber-gherkin27 \ + rubygem-cucumber-messages22>=20<23:devel/rubygem-cucumber-messages22 \ + rubygem-cucumber-tag-expressions>=5<7:devel/rubygem-cucumber-tag-expressions + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^13\. + +.include <bsd.port.mk> diff --git a/devel/rubygem-cucumber-core13/distinfo b/devel/rubygem-cucumber-core13/distinfo new file mode 100644 index 000000000000..d6bf7c067097 --- /dev/null +++ b/devel/rubygem-cucumber-core13/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1722249112 +SHA256 (rubygem/cucumber-core-13.0.3.gem) = e01c28d658dc0a8d5804507e0b63b58ba0e4fbe8e7d50f8f19c17b44872c5344 +SIZE (rubygem/cucumber-core-13.0.3.gem) = 23040 diff --git a/devel/rubygem-cucumber-core13/pkg-descr b/devel/rubygem-cucumber-core13/pkg-descr new file mode 100644 index 000000000000..6e5cd043cbfe --- /dev/null +++ b/devel/rubygem-cucumber-core13/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.