From owner-svn-ports-all@freebsd.org Thu Sep 28 10:39:39 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 108E3E2EC13; Thu, 28 Sep 2017 10:39:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E09CC7D023; Thu, 28 Sep 2017 10:39:38 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8SAdc4J089538; Thu, 28 Sep 2017 10:39:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAdbdY089534; Thu, 28 Sep 2017 10:39:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281039.v8SAdbdY089534@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Sep 2017 10:39:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450814 - in head/devel: . rubygem-cucumber-expressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-cucumber-expressions X-SVN-Commit-Revision: 450814 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2017 10:39:39 -0000 Author: sunpoet Date: Thu Sep 28 10:39:37 2017 New Revision: 450814 URL: https://svnweb.freebsd.org/changeset/ports/450814 Log: Add rubygem-cucumber-expressions 4.0.3 Cucumber Expressions are simple patterns for matching Step Definitions with Gherkin steps. Cucumber Expressions offer similar functionality to Regular Expressions, with the following improvements: - Improved readability - Custom parameter types - Expression generation WWW: https://github.com/cucumber/cucumber-expressions-ruby Added: head/devel/rubygem-cucumber-expressions/ head/devel/rubygem-cucumber-expressions/Makefile (contents, props changed) head/devel/rubygem-cucumber-expressions/distinfo (contents, props changed) head/devel/rubygem-cucumber-expressions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 28 10:38:58 2017 (r450813) +++ head/devel/Makefile Thu Sep 28 10:39:37 2017 (r450814) @@ -5376,6 +5376,7 @@ SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-cucumber-expressions SUBDIR += rubygem-cucumber-tag_expressions SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses Added: head/devel/rubygem-cucumber-expressions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-expressions/Makefile Thu Sep 28 10:39:37 2017 (r450814) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cucumber-expressions +PORTVERSION= 4.0.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cucumber Expressions for Ruby + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-cucumber-expressions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-expressions/distinfo Thu Sep 28 10:39:37 2017 (r450814) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506593056 +SHA256 (rubygem/cucumber-expressions-4.0.3.gem) = f7ea9e2f319e31620a87cf98d775ad0427cf420c11d9f1f51284c7d01e29b539 +SIZE (rubygem/cucumber-expressions-4.0.3.gem) = 16384 Added: head/devel/rubygem-cucumber-expressions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-expressions/pkg-descr Thu Sep 28 10:39:37 2017 (r450814) @@ -0,0 +1,10 @@ +Cucumber Expressions are simple patterns for matching Step Definitions with +Gherkin steps. + +Cucumber Expressions offer similar functionality to Regular Expressions, with +the following improvements: +- Improved readability +- Custom parameter types +- Expression generation + +WWW: https://github.com/cucumber/cucumber-expressions-ruby