Received: by mail.netbsd.org (Postfix, from userid 605) id 679ED84DBF; Sun, 23 Sep 2018 15:31:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 81ADF84D36 for ; Sun, 23 Sep 2018 15:31:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fOFQUo0Iike1 for ; Sun, 23 Sep 2018 15:31:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F0BB084D22 for ; Sun, 23 Sep 2018 15:31:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EABF6FBEE; Sun, 23 Sep 2018 15:31:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537716682200770" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 15:31:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby-gherkin To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923153122.EABF6FBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1537716682200770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 15:31:22 UTC 2018 Modified Files: pkgsrc/lang/ruby-gherkin: ALTERNATIVES Makefile PLIST distinfo Log Message: lang/ruby-gherkin: update to 5.1.0 5.1.0 - 2018-05-30 Added * (.NET) - Better .NET Core support * Support for Aragonese (#298 danilat) * (C) build a shared libgherkin.so library which allows Gherkin to be used as a library. (Cucumber.ml currently uses this.) (cucumber/gherkin-c#6 cyocum) Changed * Pass the content type of a docstring down into its pickle string form (#292 rjwittams) * Fixed Russian equivalents of Given and Then. (#369 cerebellum13) Fixed * (C) Segfault when file does not exist (#394 #395 cyocum) * (JavaScript) (#374 #377 charlierudolph) * (Ruby, JavaScript) Remove berp.exe from packages (#289 aslakhellesoy) * (Go) fixes validation for go vet tool on latest versions (#330 l3pp4rd) * (Ruby) removed unneeded files from the gem To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ruby-gherkin/ALTERNATIVES cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/ruby-gherkin/Makefile \ pkgsrc/lang/ruby-gherkin/PLIST pkgsrc/lang/ruby-gherkin/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537716682200770 Content-Disposition: inline Content-Length: 13096 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby-gherkin/ALTERNATIVES diff -u pkgsrc/lang/ruby-gherkin/ALTERNATIVES:1.2 pkgsrc/lang/ruby-gherkin/ALTERNATIVES:1.3 --- pkgsrc/lang/ruby-gherkin/ALTERNATIVES:1.2 Fri Jun 30 16:07:51 2017 +++ pkgsrc/lang/ruby-gherkin/ALTERNATIVES Sun Sep 23 15:31:22 2018 @@ -1 +1,2 @@ bin/gherkin-ruby @PREFIX@/bin/gherkin-ruby@RUBY_SUFFIX@ +bin/gherkin @PREFIX@/bin/gherkin@RUBY_SUFFIX@ \ No newline at end of file Index: pkgsrc/lang/ruby-gherkin/Makefile diff -u pkgsrc/lang/ruby-gherkin/Makefile:1.3 pkgsrc/lang/ruby-gherkin/Makefile:1.4 --- pkgsrc/lang/ruby-gherkin/Makefile:1.3 Wed Mar 21 11:33:20 2018 +++ pkgsrc/lang/ruby-gherkin/Makefile Sun Sep 23 15:31:22 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/03/21 11:33:20 taca Exp $ +# $NetBSD: Makefile,v 1.4 2018/09/23 15:31:22 taca Exp $ -DISTNAME= gherkin-5.0.0 +DISTNAME= gherkin-5.1.0 CATEGORIES= lang MAINTAINER= minskim@NetBSD.org Index: pkgsrc/lang/ruby-gherkin/PLIST diff -u pkgsrc/lang/ruby-gherkin/PLIST:1.3 pkgsrc/lang/ruby-gherkin/PLIST:1.4 --- pkgsrc/lang/ruby-gherkin/PLIST:1.3 Wed Mar 21 11:33:20 2018 +++ pkgsrc/lang/ruby-gherkin/PLIST Sun Sep 23 15:31:22 2018 @@ -1,26 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2018/03/21 11:33:20 taca Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/09/23 15:31:22 taca Exp $ bin/gherkin-ruby${RUBY_SUFFIX} +bin/gherkin${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/.rsync -${GEM_LIBDIR}/.travis.yml -${GEM_LIBDIR}/CONTRIBUTING.md -${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/Makefile ${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${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-ruby.razor -${GEM_LIBDIR}/gherkin.berp -${GEM_LIBDIR}/gherkin.gemspec ${GEM_LIBDIR}/lib/gherkin/ast_builder.rb ${GEM_LIBDIR}/lib/gherkin/ast_node.rb ${GEM_LIBDIR}/lib/gherkin/dialect.rb @@ -40,156 +25,4 @@ ${GEM_LIBDIR}/spec/coverage.rb ${GEM_LIBDIR}/spec/gherkin/parser_spec.rb ${GEM_LIBDIR}/spec/gherkin/stream/gherkin_events_spec.rb ${GEM_LIBDIR}/spec/gherkin/stream/test_fr.feature -${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/tagged_feature_with_scenario_outline.feature -${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.ast.ndjson -${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.pickles.ndjson -${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.feature.source.ndjson -${GEM_LIBDIR}/testdata/good/tagged_feature_with_scenario_outline.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 Index: pkgsrc/lang/ruby-gherkin/distinfo diff -u pkgsrc/lang/ruby-gherkin/distinfo:1.3 pkgsrc/lang/ruby-gherkin/distinfo:1.4 --- pkgsrc/lang/ruby-gherkin/distinfo:1.3 Wed Mar 21 11:33:20 2018 +++ pkgsrc/lang/ruby-gherkin/distinfo Sun Sep 23 15:31:22 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/03/21 11:33:20 taca Exp $ +$NetBSD: distinfo,v 1.4 2018/09/23 15:31:22 taca Exp $ -SHA1 (gherkin-5.0.0.gem) = f6b4afce576f968706fcd23137b9780818df58d9 -RMD160 (gherkin-5.0.0.gem) = f095f0b12b62b0eff7e345e3d4320f13330acf2e -SHA512 (gherkin-5.0.0.gem) = cc782e37f5aea4ad0776f5336e6218b77e7fd8d193786acffaa44685de3a2592e4e6f37a3787add807654901afd12bc2d094a782b154bb2be9e2cd16e283df2a -Size (gherkin-5.0.0.gem) = 340992 bytes +SHA1 (gherkin-5.1.0.gem) = d87a0fc95c638d431a9043025136f3138d8bea7d +RMD160 (gherkin-5.1.0.gem) = 25cf318abdb69e711f80be2018c0114e78e25385 +SHA512 (gherkin-5.1.0.gem) = d935ccceaec493736f337a4c3db69909858d15f4c41e93ecfc6ca31a30fc48eec1cecbe71d455265e1062006f49f05461c9860c9b3cc4806bb25f42dec6f504e +Size (gherkin-5.1.0.gem) = 29696 bytes --_----------=_1537716682200770--