aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 23:19:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-06-03 23:36:27 +0000
commitf0cc91bd278be688084c2ea318f6a2168942b065 (patch)
treed74f2484de911facec5e590a3d22bcca7e2ada93
parent08d60f020311780a26a3966023350eb508f7cd70 (diff)
downloadports-f0cc91bd278be688084c2ea318f6a2168942b065.tar.gz
ports-f0cc91bd278be688084c2ea318f6a2168942b065.zip
textproc/rubygem-cucumber-gherkin23: Add rubygem-cucumber-gherkin23 23.0.1 (copied from rubygem-cucumber-gherkin)
- Change RUN_DEPENDS from rubygem-cucumber-messages to rubygem-cucumber-messages18 - Add PORTSCOUT
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-cucumber-gherkin23/Makefile25
-rw-r--r--textproc/rubygem-cucumber-gherkin23/distinfo3
-rw-r--r--textproc/rubygem-cucumber-gherkin23/pkg-descr3
4 files changed, 32 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index d294e20fa428..73f3dce4a46d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1643,6 +1643,7 @@
SUBDIR += rubygem-css_parser
SUBDIR += rubygem-cssmin
SUBDIR += rubygem-cucumber-gherkin
+ SUBDIR += rubygem-cucumber-gherkin23
SUBDIR += rubygem-cucumber-html-formatter
SUBDIR += rubygem-diff-lcs
SUBDIR += rubygem-diff_match_patch
diff --git a/textproc/rubygem-cucumber-gherkin23/Makefile b/textproc/rubygem-cucumber-gherkin23/Makefile
new file mode 100644
index 000000000000..cbaeade7de25
--- /dev/null
+++ b/textproc/rubygem-cucumber-gherkin23/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= cucumber-gherkin
+PORTVERSION= 23.0.1
+CATEGORIES= textproc rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 23
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Fast Gherkin lexer/parser based on the Ragel State Machine Compiler
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-cucumber-messages18>=18.0.0<19:devel/rubygem-cucumber-messages18
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^23\.
+
+post-install:
+ ${RM} ${STAGEDIR}${PREFIX}/bin/gherkin ${STAGEDIR}${PREFIX}/bin/gherkin-ruby
+
+.include <bsd.port.mk>
diff --git a/textproc/rubygem-cucumber-gherkin23/distinfo b/textproc/rubygem-cucumber-gherkin23/distinfo
new file mode 100644
index 000000000000..db7692fdb4a7
--- /dev/null
+++ b/textproc/rubygem-cucumber-gherkin23/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1649423962
+SHA256 (rubygem/cucumber-gherkin-23.0.1.gem) = 92239a6be4d32cc4639204f739134ec40d0c7f119a29fb0726213074bc645b37
+SIZE (rubygem/cucumber-gherkin-23.0.1.gem) = 33792
diff --git a/textproc/rubygem-cucumber-gherkin23/pkg-descr b/textproc/rubygem-cucumber-gherkin23/pkg-descr
new file mode 100644
index 000000000000..e30316d3931c
--- /dev/null
+++ b/textproc/rubygem-cucumber-gherkin23/pkg-descr
@@ -0,0 +1,3 @@
+A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
+
+WWW: https://github.com/cucumber/common/tree/main/gherkin/ruby