From owner-svn-ports-head@freebsd.org Fri Jan 11 22:00:46 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06A43149F48F; Fri, 11 Jan 2019 22:00:46 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A09038A22B; Fri, 11 Jan 2019 22:00:45 +0000 (UTC) (envelope-from romain@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7CAD421CD9; Fri, 11 Jan 2019 22:00:45 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0BM0jp1042516; Fri, 11 Jan 2019 22:00:45 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0BM0iuZ042512; Fri, 11 Jan 2019 22:00:44 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201901112200.x0BM0iuZ042512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Fri, 11 Jan 2019 22:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490018 - in head/devel: . rubygem-pathspec X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head/devel: . rubygem-pathspec X-SVN-Commit-Revision: 490018 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A09038A22B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2019 22:00:46 -0000 Author: romain Date: Fri Jan 11 22:00:44 2019 New Revision: 490018 URL: https://svnweb.freebsd.org/changeset/ports/490018 Log: New port: devel/rubygem-pathspec The pathspec gem is a utility library for pattern matching of file paths. WWW: http://rubygems.org/gems/pathspec Added: head/devel/rubygem-pathspec/ head/devel/rubygem-pathspec/Makefile (contents, props changed) head/devel/rubygem-pathspec/distinfo (contents, props changed) head/devel/rubygem-pathspec/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jan 11 21:09:02 2019 (r490017) +++ head/devel/Makefile Fri Jan 11 22:00:44 2019 (r490018) @@ -5829,6 +5829,7 @@ SUBDIR += rubygem-parser SUBDIR += rubygem-pastel SUBDIR += rubygem-patch_finder + SUBDIR += rubygem-pathspec SUBDIR += rubygem-pathutil SUBDIR += rubygem-peek SUBDIR += rubygem-peek-rails50 Added: head/devel/rubygem-pathspec/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pathspec/Makefile Fri Jan 11 22:00:44 2019 (r490018) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= pathspec +PORTVERSION= 0.2.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= puppet@FreeBSD.org +COMMENT= Match path specifications, such as .gitignore + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +.include Added: head/devel/rubygem-pathspec/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pathspec/distinfo Fri Jan 11 22:00:44 2019 (r490018) @@ -0,0 +1,3 @@ +TIMESTAMP = 1547089006 +SHA256 (rubygem/pathspec-0.2.1.gem) = 7b0c49f3e8efea77002326aaf0674d66f7c1b507cf31f7273e9931ac860a141c +SIZE (rubygem/pathspec-0.2.1.gem) = 19456 Added: head/devel/rubygem-pathspec/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-pathspec/pkg-descr Fri Jan 11 22:00:44 2019 (r490018) @@ -0,0 +1,3 @@ +The pathspec gem is a utility library for pattern matching of file paths. + +WWW: http://rubygems.org/gems/pathspec