diff options
Diffstat (limited to '')
-rw-r--r-- | textproc/rubygem-cucumber-gherkin/Makefile | 2 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-gherkin/distinfo | 6 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-gherkin32/Makefile | 25 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-gherkin32/distinfo | 3 | ||||
-rw-r--r-- | textproc/rubygem-cucumber-gherkin32/pkg-descr | 1 |
5 files changed, 33 insertions, 4 deletions
diff --git a/textproc/rubygem-cucumber-gherkin/Makefile b/textproc/rubygem-cucumber-gherkin/Makefile index 50475aa57c88..3f1c7221d032 100644 --- a/textproc/rubygem-cucumber-gherkin/Makefile +++ b/textproc/rubygem-cucumber-gherkin/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-gherkin -PORTVERSION= 33.0.0 +PORTVERSION= 34.0.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-cucumber-gherkin/distinfo b/textproc/rubygem-cucumber-gherkin/distinfo index b349ed1d9fe2..a615d288bb73 100644 --- a/textproc/rubygem-cucumber-gherkin/distinfo +++ b/textproc/rubygem-cucumber-gherkin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266252 -SHA256 (rubygem/cucumber-gherkin-33.0.0.gem) = 04fcbcd6d890441d456c7dea67500851f367f213bd2036c8de5c75e92c2a6165 -SIZE (rubygem/cucumber-gherkin-33.0.0.gem) = 32256 +TIMESTAMP = 1757121870 +SHA256 (rubygem/cucumber-gherkin-34.0.0.gem) = c4b1ef7e9a536498e09be99fc6ab64e723cbed99fe8136bb6f2c835e5f2c4c6d +SIZE (rubygem/cucumber-gherkin-34.0.0.gem) = 32256 diff --git a/textproc/rubygem-cucumber-gherkin32/Makefile b/textproc/rubygem-cucumber-gherkin32/Makefile new file mode 100644 index 000000000000..899c7b2797d7 --- /dev/null +++ b/textproc/rubygem-cucumber-gherkin32/Makefile @@ -0,0 +1,25 @@ +PORTNAME= cucumber-gherkin +PORTVERSION= 32.1.2 +CATEGORIES= textproc rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 32 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler +WWW= https://github.com/cucumber/gherkin + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-cucumber-messages27>=25<28:devel/rubygem-cucumber-messages27 + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^32\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby + +.include <bsd.port.mk> diff --git a/textproc/rubygem-cucumber-gherkin32/distinfo b/textproc/rubygem-cucumber-gherkin32/distinfo new file mode 100644 index 000000000000..9ef959df8a5b --- /dev/null +++ b/textproc/rubygem-cucumber-gherkin32/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1748496003 +SHA256 (rubygem/cucumber-gherkin-32.1.2.gem) = 53e7b33100ecbb64926cfa67c67f8196bbe96b7672a2d9a822e2d8dbde5770e5 +SIZE (rubygem/cucumber-gherkin-32.1.2.gem) = 32256 diff --git a/textproc/rubygem-cucumber-gherkin32/pkg-descr b/textproc/rubygem-cucumber-gherkin32/pkg-descr new file mode 100644 index 000000000000..77e6fe4db2cc --- /dev/null +++ b/textproc/rubygem-cucumber-gherkin32/pkg-descr @@ -0,0 +1 @@ +A fast Gherkin lexer/parser based on the Ragel State Machine Compiler. |