From owner-svn-ports-all@freebsd.org Thu Sep 28 10:39:00 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 5ED19E2EBD7; Thu, 28 Sep 2017 10:39:00 +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 3AD0D7CF44; Thu, 28 Sep 2017 10:39:00 +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 v8SAcxhj089354; Thu, 28 Sep 2017 10:38:59 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8SAcxVD089350; Thu, 28 Sep 2017 10:38:59 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201709281038.v8SAcxVD089350@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:38:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450813 - in head/devel: . rubygem-cucumber-tag_expressions X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-cucumber-tag_expressions X-SVN-Commit-Revision: 450813 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:00 -0000 Author: sunpoet Date: Thu Sep 28 10:38:58 2017 New Revision: 450813 URL: https://svnweb.freebsd.org/changeset/ports/450813 Log: Add rubygem-cucumber-tag_expressions 1.0.1 Tag Expressions provide a simple query language for tags. The simplest tag expression is simply a single tag. WWW: https://github.com/cucumber/tag-expressions-ruby Added: head/devel/rubygem-cucumber-tag_expressions/ head/devel/rubygem-cucumber-tag_expressions/Makefile (contents, props changed) head/devel/rubygem-cucumber-tag_expressions/distinfo (contents, props changed) head/devel/rubygem-cucumber-tag_expressions/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 28 10:20:26 2017 (r450812) +++ head/devel/Makefile Thu Sep 28 10:38:58 2017 (r450813) @@ -5376,6 +5376,7 @@ SUBDIR += rubygem-cri SUBDIR += rubygem-cucumber SUBDIR += rubygem-cucumber-core + SUBDIR += rubygem-cucumber-tag_expressions SUBDIR += rubygem-cucumber-wire SUBDIR += rubygem-curses SUBDIR += rubygem-cyoi Added: head/devel/rubygem-cucumber-tag_expressions/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-tag_expressions/Makefile Thu Sep 28 10:38:58 2017 (r450813) @@ -0,0 +1,18 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= cucumber-tag_expressions +PORTVERSION= 1.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Cucumber tag expressions for Ruby + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-cucumber-tag_expressions/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-tag_expressions/distinfo Thu Sep 28 10:38:58 2017 (r450813) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506587579 +SHA256 (rubygem/cucumber-tag_expressions-1.0.1.gem) = 8ee1756f01115627f283124909f23361d0a3f958b56622bf221a3db54d020583 +SIZE (rubygem/cucumber-tag_expressions-1.0.1.gem) = 8192 Added: head/devel/rubygem-cucumber-tag_expressions/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-cucumber-tag_expressions/pkg-descr Thu Sep 28 10:38:58 2017 (r450813) @@ -0,0 +1,4 @@ +Tag Expressions provide a simple query language for tags. The simplest tag +expression is simply a single tag. + +WWW: https://github.com/cucumber/tag-expressions-ruby