Received: by mail.netbsd.org (Postfix, from userid 605) id 4B5F5855C0; Wed, 21 Jun 2017 14:05:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C8FD1855C8 for ; Wed, 21 Jun 2017 14:05:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pUF6EESfA8TT for ; Wed, 21 Jun 2017 14:05:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7551684CE3 for ; Wed, 21 Jun 2017 14:05:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6DB48FAE8; Wed, 21 Jun 2017 14:05:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498053934299040" MIME-Version: 1.0 Date: Wed, 21 Jun 2017 14:05:34 +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: <20170621140534.6DB48FAE8@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. --_----------=_1498053934299040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Jun 21 14:05:34 UTC 2017 Modified Files: pkgsrc/lang/ruby-gherkin: Makefile PLIST distinfo Added Files: pkgsrc/lang/ruby-gherkin: ALTERNATIVES Log Message: Update ruby-gherkin to 4.1.3. * pkgsrc change: add pkg_alternatives support. Please refer for changes. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby-gherkin/ALTERNATIVES cvs rdiff -u -r1.1 -r1.2 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. --_----------=_1498053934299040 Content-Disposition: inline Content-Length: 13295 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby-gherkin/Makefile diff -u pkgsrc/lang/ruby-gherkin/Makefile:1.1 pkgsrc/lang/ruby-gherkin/Makefile:1.2 --- pkgsrc/lang/ruby-gherkin/Makefile:1.1 Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/Makefile Wed Jun 21 14:05:34 2017 @@ -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 @@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/cucumber/gh COMMENT= Parser and compiler for the Gherkin language LICENSE= mit +RUBYGEM_OPTIONS+= --format-executable + .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/ruby-gherkin/PLIST diff -u pkgsrc/lang/ruby-gherkin/PLIST:1.1 pkgsrc/lang/ruby-gherkin/PLIST:1.2 --- pkgsrc/lang/ruby-gherkin/PLIST:1.1 Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/PLIST Wed Jun 21 14:05:34 2017 @@ -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}/LICENSE ${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-langua ${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}/lib/gherkin/token_scanner. ${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 Index: pkgsrc/lang/ruby-gherkin/distinfo diff -u pkgsrc/lang/ruby-gherkin/distinfo:1.1 pkgsrc/lang/ruby-gherkin/distinfo:1.2 --- pkgsrc/lang/ruby-gherkin/distinfo:1.1 Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/distinfo Wed Jun 21 14:05:34 2017 @@ -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 Added files: Index: pkgsrc/lang/ruby-gherkin/ALTERNATIVES diff -u /dev/null pkgsrc/lang/ruby-gherkin/ALTERNATIVES:1.1 --- /dev/null Wed Jun 21 14:05:34 2017 +++ pkgsrc/lang/ruby-gherkin/ALTERNATIVES Wed Jun 21 14:05:34 2017 @@ -0,0 +1 @@ +bin/gherkin-ruby @PREFIX@/bin/gherkin-ruby@RUBY_SUFFIX@ \ No newline at end of file --_----------=_1498053934299040--