pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby-gherkin Update ruby-gherkin to 4.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/198d26c669dd
branches:  trunk
changeset: 364171:198d26c669dd
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 21 14:05:34 2017 +0000

description:
Update ruby-gherkin to 4.1.3.

* pkgsrc change: add pkg_alternatives support.

Please refer
<https://github.com/cucumber/gherkin-ruby/compare/v4.0.0...v4.1.3> for
changes.

diffstat:

 lang/ruby-gherkin/ALTERNATIVES |    1 +
 lang/ruby-gherkin/Makefile     |    6 +-
 lang/ruby-gherkin/PLIST        |  165 ++++++++++++++++++++++++++++++++++++++++-
 lang/ruby-gherkin/distinfo     |   10 +-
 4 files changed, 172 insertions(+), 10 deletions(-)

diffs (235 lines):

diff -r 321c58a56bde -r 198d26c669dd lang/ruby-gherkin/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/ruby-gherkin/ALTERNATIVES    Wed Jun 21 14:05:34 2017 +0000
@@ -0,0 +1,1 @@
+bin/gherkin-ruby @PREFIX@/bin/gherkin-ruby@RUBY_SUFFIX@
\ No newline at end of file
diff -r 321c58a56bde -r 198d26c669dd lang/ruby-gherkin/Makefile
--- a/lang/ruby-gherkin/Makefile        Wed Jun 21 14:05:29 2017 +0000
+++ b/lang/ruby-gherkin/Makefile        Wed Jun 21 14:05:34 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/02/10 05:40:31 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/21 14:05:34 taca Exp $
 
-DISTNAME=      gherkin-4.0.0
+DISTNAME=      gherkin-4.1.3
 CATEGORIES=    lang
 
 MAINTAINER=    minskim%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       Parser and compiler for the Gherkin language
 LICENSE=       mit
 
+RUBYGEM_OPTIONS+=      --format-executable
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 321c58a56bde -r 198d26c669dd lang/ruby-gherkin/PLIST
--- a/lang/ruby-gherkin/PLIST   Wed Jun 21 14:05:29 2017 +0000
+++ b/lang/ruby-gherkin/PLIST   Wed Jun 21 14:05:34 2017 +0000
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2017/02/10 05:40:31 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/06/21 14:05:34 taca Exp $
+bin/gherkin-ruby${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.rsync
 ${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/CONTRIBUTING.md
 ${GEM_LIBDIR}/Gemfile
@@ -7,10 +9,18 @@
 ${GEM_LIBDIR}/Makefile
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/bin/gherkin-generate-ast
-${GEM_LIBDIR}/bin/gherkin-generate-pickles
+${GEM_LIBDIR}/berp/CommandLine.dll
+${GEM_LIBDIR}/berp/RazorEngine.dll
+${GEM_LIBDIR}/berp/RazorEngine.pdb
+${GEM_LIBDIR}/berp/System.Web.Razor.dll
+${GEM_LIBDIR}/berp/berp.exe
+${GEM_LIBDIR}/berp/berp.pdb
+${GEM_LIBDIR}/bin/gherkin
 ${GEM_LIBDIR}/bin/gherkin-generate-tokens
+${GEM_LIBDIR}/bin/gherkin-ruby
+${GEM_LIBDIR}/gherkin-languages.json
 ${GEM_LIBDIR}/gherkin-ruby.razor
+${GEM_LIBDIR}/gherkin.berp
 ${GEM_LIBDIR}/gherkin.gemspec
 ${GEM_LIBDIR}/lib/gherkin/ast_builder.rb
 ${GEM_LIBDIR}/lib/gherkin/ast_node.rb
@@ -20,6 +30,8 @@
 ${GEM_LIBDIR}/lib/gherkin/gherkin_line.rb
 ${GEM_LIBDIR}/lib/gherkin/parser.rb
 ${GEM_LIBDIR}/lib/gherkin/pickles/compiler.rb
+${GEM_LIBDIR}/lib/gherkin/stream/gherkin_events.rb
+${GEM_LIBDIR}/lib/gherkin/stream/source_events.rb
 ${GEM_LIBDIR}/lib/gherkin/token.rb
 ${GEM_LIBDIR}/lib/gherkin/token_formatter_builder.rb
 ${GEM_LIBDIR}/lib/gherkin/token_matcher.rb
@@ -27,4 +39,151 @@
 ${GEM_LIBDIR}/spec/capture_warnings.rb
 ${GEM_LIBDIR}/spec/coverage.rb
 ${GEM_LIBDIR}/spec/gherkin/parser_spec.rb
+${GEM_LIBDIR}/testdata/bad/inconsistent_cell_count.feature
+${GEM_LIBDIR}/testdata/bad/inconsistent_cell_count.feature.errors.ndjson
+${GEM_LIBDIR}/testdata/bad/invalid_language.feature
+${GEM_LIBDIR}/testdata/bad/invalid_language.feature.errors.ndjson
+${GEM_LIBDIR}/testdata/bad/multiple_parser_errors.feature
+${GEM_LIBDIR}/testdata/bad/multiple_parser_errors.feature.errors.ndjson
+${GEM_LIBDIR}/testdata/bad/not_gherkin.feature
+${GEM_LIBDIR}/testdata/bad/not_gherkin.feature.errors.ndjson
+${GEM_LIBDIR}/testdata/bad/single_parser_error.feature
+${GEM_LIBDIR}/testdata/bad/single_parser_error.feature.errors.ndjson
+${GEM_LIBDIR}/testdata/bad/unexpected_eof.feature
+${GEM_LIBDIR}/testdata/bad/unexpected_eof.feature.errors.ndjson
+${GEM_LIBDIR}/testdata/good/background.feature
+${GEM_LIBDIR}/testdata/good/background.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/background.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/background.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/background.feature.tokens
+${GEM_LIBDIR}/testdata/good/datatables.feature
+${GEM_LIBDIR}/testdata/good/datatables.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/datatables.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/datatables.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/datatables.feature.tokens
+${GEM_LIBDIR}/testdata/good/descriptions.feature
+${GEM_LIBDIR}/testdata/good/descriptions.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/descriptions.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/descriptions.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/descriptions.feature.tokens
+${GEM_LIBDIR}/testdata/good/docstrings.feature
+${GEM_LIBDIR}/testdata/good/docstrings.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/docstrings.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/docstrings.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/docstrings.feature.tokens
+${GEM_LIBDIR}/testdata/good/empty.feature
+${GEM_LIBDIR}/testdata/good/empty.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/empty.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/empty.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/empty.feature.tokens
+${GEM_LIBDIR}/testdata/good/escaped_pipes.feature
+${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/escaped_pipes.feature.tokens
+${GEM_LIBDIR}/testdata/good/example_token_multiple.feature
+${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/example_token_multiple.feature.tokens
+${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature
+${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/example_tokens_everywhere.feature.tokens
+${GEM_LIBDIR}/testdata/good/i18n_emoji.feature
+${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_emoji.feature.tokens
+${GEM_LIBDIR}/testdata/good/i18n_fr.feature
+${GEM_LIBDIR}/testdata/good/i18n_fr.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_fr.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_fr.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_fr.feature.tokens
+${GEM_LIBDIR}/testdata/good/i18n_no.feature
+${GEM_LIBDIR}/testdata/good/i18n_no.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_no.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_no.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/i18n_no.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature
+${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_background_1.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature
+${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_background_2.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature
+${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_1.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature
+${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_2.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature
+${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_feature_3.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature
+${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_scenario.feature.tokens
+${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature
+${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/incomplete_scenario_outline.feature.tokens
+${GEM_LIBDIR}/testdata/good/language.feature
+${GEM_LIBDIR}/testdata/good/language.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/language.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/language.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/language.feature.tokens
+${GEM_LIBDIR}/testdata/good/minimal.feature
+${GEM_LIBDIR}/testdata/good/minimal.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/minimal.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/minimal.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/minimal.feature.tokens
+${GEM_LIBDIR}/testdata/good/readme_example.feature
+${GEM_LIBDIR}/testdata/good/readme_example.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/readme_example.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/readme_example.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/readme_example.feature.tokens
+${GEM_LIBDIR}/testdata/good/scenario_outline.feature
+${GEM_LIBDIR}/testdata/good/scenario_outline.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outline.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outline.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outline.feature.tokens
+${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature
+${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outline_no_newline.feature.tokens
+${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature
+${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/scenario_outlines_with_tags.feature.tokens
+${GEM_LIBDIR}/testdata/good/several_examples.feature
+${GEM_LIBDIR}/testdata/good/several_examples.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/several_examples.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/several_examples.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/several_examples.feature.tokens
+${GEM_LIBDIR}/testdata/good/spaces_in_language.feature
+${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/spaces_in_language.feature.tokens
+${GEM_LIBDIR}/testdata/good/tags.feature
+${GEM_LIBDIR}/testdata/good/tags.feature.ast.ndjson
+${GEM_LIBDIR}/testdata/good/tags.feature.pickles.ndjson
+${GEM_LIBDIR}/testdata/good/tags.feature.source.ndjson
+${GEM_LIBDIR}/testdata/good/tags.feature.tokens
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 321c58a56bde -r 198d26c669dd lang/ruby-gherkin/distinfo
--- a/lang/ruby-gherkin/distinfo        Wed Jun 21 14:05:29 2017 +0000
+++ b/lang/ruby-gherkin/distinfo        Wed Jun 21 14:05:34 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/10 05:40:31 minskim Exp $
+$NetBSD: distinfo,v 1.2 2017/06/21 14:05:34 taca Exp $
 
-SHA1 (gherkin-4.0.0.gem) = 986db3079d6af421b811713d38bda11fd9aa31d7
-RMD160 (gherkin-4.0.0.gem) = 9e54eb7f1d67900e1e9d8476f2b10185a969e6f2
-SHA512 (gherkin-4.0.0.gem) = 5260d1a5e083b497ddcafb04796162f8bfb62113faaf956df0a082414962eb9ee141c0198bb14392606b917e9ff778d22a8968979f44cec2b1d0bb0969b2221f
-Size (gherkin-4.0.0.gem) = 31744 bytes
+SHA1 (gherkin-4.1.3.gem) = 5f611aa338d91fa9fb19d3106314f37e7fdf9949
+RMD160 (gherkin-4.1.3.gem) = 45bf5c0371133075a575301f0b7d94fccbb45370
+SHA512 (gherkin-4.1.3.gem) = 7c113172ddf38ccf7e49eaac19355f3cb991f69d7499dba9189f375b75d3614f349fc6374e584a92c1223b0708cc8944859b4b38e28d79779a5091fa0c775e6e
+Size (gherkin-4.1.3.gem) = 350208 bytes



Home | Main Index | Thread Index | Old Index