Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 674E97A1F8 for ; Fri, 10 Feb 2017 05:40:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D4EBA8562C; Fri, 10 Feb 2017 05:40:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 65C31855F0 for ; Fri, 10 Feb 2017 05:40:32 +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 tTGSjMM_2niD for ; Fri, 10 Feb 2017 05:40:31 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DBF368556C for ; Fri, 10 Feb 2017 05:40:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D7368FBE3; Fri, 10 Feb 2017 05:40:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486705231252800" MIME-Version: 1.0 Date: Fri, 10 Feb 2017 05:40:31 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/lang/ruby-gherkin To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20170210054031.D7368FBE3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486705231252800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri Feb 10 05:40:31 UTC 2017 Added Files: pkgsrc/lang/ruby-gherkin: DESCR Makefile PLIST distinfo Log Message: Import ruby-gherkin-4.0.0 as lang/ruby-gherkin Gherkin is a parser and compiler for the Gherkin language. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ruby-gherkin/DESCR \ 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. --_----------=_1486705231252800 Content-Disposition: inline Content-Length: 2785 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/lang/ruby-gherkin/DESCR diff -u /dev/null pkgsrc/lang/ruby-gherkin/DESCR:1.1 --- /dev/null Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/DESCR Fri Feb 10 05:40:31 2017 @@ -0,0 +1 @@ +Gherkin is a parser and compiler for the Gherkin language. Index: pkgsrc/lang/ruby-gherkin/Makefile diff -u /dev/null pkgsrc/lang/ruby-gherkin/Makefile:1.1 --- /dev/null Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/Makefile Fri Feb 10 05:40:31 2017 @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1 2017/02/10 05:40:31 minskim Exp $ + +DISTNAME= gherkin-4.0.0 +CATEGORIES= lang + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/cucumber/gherkin +COMMENT= Parser and compiler for the Gherkin language +LICENSE= mit + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/ruby-gherkin/PLIST diff -u /dev/null pkgsrc/lang/ruby-gherkin/PLIST:1.1 --- /dev/null Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/PLIST Fri Feb 10 05:40:31 2017 @@ -0,0 +1,30 @@ +@comment $NetBSD: PLIST,v 1.1 2017/02/10 05:40:31 minskim Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${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}/bin/gherkin-generate-ast +${GEM_LIBDIR}/bin/gherkin-generate-pickles +${GEM_LIBDIR}/bin/gherkin-generate-tokens +${GEM_LIBDIR}/gherkin-ruby.razor +${GEM_LIBDIR}/gherkin.gemspec +${GEM_LIBDIR}/lib/gherkin/ast_builder.rb +${GEM_LIBDIR}/lib/gherkin/ast_node.rb +${GEM_LIBDIR}/lib/gherkin/dialect.rb +${GEM_LIBDIR}/lib/gherkin/errors.rb +${GEM_LIBDIR}/lib/gherkin/gherkin-languages.json +${GEM_LIBDIR}/lib/gherkin/gherkin_line.rb +${GEM_LIBDIR}/lib/gherkin/parser.rb +${GEM_LIBDIR}/lib/gherkin/pickles/compiler.rb +${GEM_LIBDIR}/lib/gherkin/token.rb +${GEM_LIBDIR}/lib/gherkin/token_formatter_builder.rb +${GEM_LIBDIR}/lib/gherkin/token_matcher.rb +${GEM_LIBDIR}/lib/gherkin/token_scanner.rb +${GEM_LIBDIR}/spec/capture_warnings.rb +${GEM_LIBDIR}/spec/coverage.rb +${GEM_LIBDIR}/spec/gherkin/parser_spec.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/lang/ruby-gherkin/distinfo diff -u /dev/null pkgsrc/lang/ruby-gherkin/distinfo:1.1 --- /dev/null Fri Feb 10 05:40:31 2017 +++ pkgsrc/lang/ruby-gherkin/distinfo Fri Feb 10 05:40:31 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/02/10 05:40:31 minskim 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 --_----------=_1486705231252800--