mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add rubygem-gherkin3 3.1.1
Gherkin 3 is a parser and compiler for the Gherkin language. It is intended to replace Gherkin 2 and be used by all Cucumber implementations to parse .feature files. Gherkin 3 is currently implemented for the following platforms: - .NET (C#) - JVM (Java) - JavaScript (Browser or Node.js/IO.js) - Ruby (MRI, JRuby or any other Ruby implementation) - Go - Python WWW: https://github.com/cucumber/gherkin3
This commit is contained in:
parent
88329528fe
commit
53f7cbc3bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396760
@ -1378,6 +1378,7 @@
|
||||
SUBDIR += rubygem-fog-xml
|
||||
SUBDIR += rubygem-gemoji
|
||||
SUBDIR += rubygem-gherkin
|
||||
SUBDIR += rubygem-gherkin3
|
||||
SUBDIR += rubygem-github-linguist
|
||||
SUBDIR += rubygem-github-markdown
|
||||
SUBDIR += rubygem-github-markup
|
||||
|
20
textproc/rubygem-gherkin3/Makefile
Normal file
20
textproc/rubygem-gherkin3/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gherkin3
|
||||
PORTVERSION= 3.1.1
|
||||
CATEGORIES= textproc rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Gherkin parser
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/rubygem-gherkin3/distinfo
Normal file
2
textproc/rubygem-gherkin3/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/gherkin3-3.1.1.gem) = e9876c26517103c3055f7cb9a12aaa6a171c558b8df8a6f7ef8cbfa030ec5e77
|
||||
SIZE (rubygem/gherkin3-3.1.1.gem) = 28160
|
14
textproc/rubygem-gherkin3/pkg-descr
Normal file
14
textproc/rubygem-gherkin3/pkg-descr
Normal file
@ -0,0 +1,14 @@
|
||||
Gherkin 3 is a parser and compiler for the Gherkin language.
|
||||
|
||||
It is intended to replace Gherkin 2 and be used by all Cucumber implementations
|
||||
to parse .feature files.
|
||||
|
||||
Gherkin 3 is currently implemented for the following platforms:
|
||||
- .NET (C#)
|
||||
- JVM (Java)
|
||||
- JavaScript (Browser or Node.js/IO.js)
|
||||
- Ruby (MRI, JRuby or any other Ruby implementation)
|
||||
- Go
|
||||
- Python
|
||||
|
||||
WWW: https://github.com/cucumber/gherkin3
|
Loading…
Reference in New Issue
Block a user