Date: Fri, 11 Jan 2019 22:00:44 +0000 (UTC) From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490018 - in head/devel: . rubygem-pathspec Message-ID: <201901112200.x0BM0iuZ042512@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901112200.x0BM0iuZ042512>