Received: by mail.netbsd.org (Postfix, from userid 605) id 56B7784D40; Sun, 23 May 2021 09:41:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 916F684D14 for ; Sun, 23 May 2021 09:41:48 +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 kVb7wuVo-QBY for ; Sun, 23 May 2021 09:41:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id EB64D84CD8 for ; Sun, 23 May 2021 09:41:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DF010FA95; Sun, 23 May 2021 09:41:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621762907268420" MIME-Version: 1.0 Date: Sun, 23 May 2021 09:41:47 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-cucumber-tag-expressions To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210523094147.DF010FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621762907268420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 23 09:41:47 UTC 2021 Added Files: pkgsrc/devel/ruby-cucumber-tag-expressions: DESCR Makefile PLIST distinfo Log Message: devel/ruby-cucumber-tag-expressions: add package version 3.0.1 Rename devel/ruby-cucumber-tag_expressions to ruby-cucumber-tag-expressions and update to 3.0.1. 3.0.1 - 2021-03-31 Fixed * Previous release 3.0.0 did not publish to npm for some reason. Re-releasing. 3.0.0 - 2020-06-11 Added * [Java] Enable consumers to find our version at runtime using clazz.getPackage().getImplementationVersion() by upgrading to cucumber-parent:2.1.0 (#976 aslakhellesoy) Changed * [Java] Updated TagExpressionParser to use a static method to parse a tag expression and return an Expression object to the user. * [Java] Reduced public API to the bare minimum required. * [Java] Added more informative error messages for TagExpressionParser through the TagExpressionException. (#1005 [cyocum]) 2.0.4 - 2020-01-10 Changed * [JavaScript] changed module name to @cucumber/tag-expressions 2.0.3 - 2019-12-10 Changed * [Java] Upgrades to cucumber-parent:2.0.2 * [Ruby] Renamed gem to tag-expressions Removed * [Ruby] Removed tag-expressions executable To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-cucumber-tag-expressions/DESCR \ pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile \ pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST \ pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621762907268420 Content-Disposition: inline Content-Length: 2449 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ruby-cucumber-tag-expressions/DESCR diff -u /dev/null pkgsrc/devel/ruby-cucumber-tag-expressions/DESCR:1.1 --- /dev/null Sun May 23 09:41:47 2021 +++ pkgsrc/devel/ruby-cucumber-tag-expressions/DESCR Sun May 23 09:41:47 2021 @@ -0,0 +1 @@ +Cucumber Tag Expressions for Ruby Index: pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile diff -u /dev/null pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile:1.1 --- /dev/null Sun May 23 09:41:47 2021 +++ pkgsrc/devel/ruby-cucumber-tag-expressions/Makefile Sun May 23 09:41:47 2021 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2021/05/23 09:41:47 taca Exp $ + +DISTNAME= cucumber-tag-expressions-3.0.1 +CATEGORIES= devel + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://cucumber.io/docs/cucumber/api/\#tags +COMMENT= Cucumber Tag Expressions for Ruby +LICENSE= mit + +USE_LANGUAGES= # none + +RUBYGEM_OPTIONS+= --format-executable + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST diff -u /dev/null pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST:1.1 --- /dev/null Sun May 23 09:41:47 2021 +++ pkgsrc/devel/ruby-cucumber-tag-expressions/PLIST Sun May 23 09:41:47 2021 @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1 2021/05/23 09:41:47 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/lib/cucumber/tag_expressions.rb +${GEM_LIBDIR}/lib/cucumber/tag_expressions/expressions.rb +${GEM_LIBDIR}/lib/cucumber/tag_expressions/parser.rb +${GEM_LIBDIR}/spec/capture_warnings.rb +${GEM_LIBDIR}/spec/expressions_spec.rb +${GEM_LIBDIR}/spec/parser_spec.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo diff -u /dev/null pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo:1.1 --- /dev/null Sun May 23 09:41:47 2021 +++ pkgsrc/devel/ruby-cucumber-tag-expressions/distinfo Sun May 23 09:41:47 2021 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/05/23 09:41:47 taca Exp $ + +SHA1 (cucumber-tag-expressions-3.0.1.gem) = e671f442eac3745dccacd6dfddee6be1de295767 +RMD160 (cucumber-tag-expressions-3.0.1.gem) = d511ed2ab9f8406c712937b1ada0b33f585260d6 +SHA512 (cucumber-tag-expressions-3.0.1.gem) = 699cac80ec0fa41d55f5600e84772d471e9268cc46382813ccdf1aae99f2d50c9e89b7b60baf79c9dc9d5d17189056212726aeb7dec3a4e18c2e982191078fb5 +Size (cucumber-tag-expressions-3.0.1.gem) = 7680 bytes --_----------=_1621762907268420--