New port: devel/rubygem-pathspec

The pathspec gem is a utility library for pattern matching of file paths.

WWW: http://rubygems.org/gems/pathspec
This commit is contained in:
Romain Tartière 2019-01-11 22:00:44 +00:00
parent aa87aea2ec
commit c95ecbdeb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490018
4 changed files with 24 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1547089006
SHA256 (rubygem/pathspec-0.2.1.gem) = 7b0c49f3e8efea77002326aaf0674d66f7c1b507cf31f7273e9931ac860a141c
SIZE (rubygem/pathspec-0.2.1.gem) = 19456

View file

@ -0,0 +1,3 @@
The pathspec gem is a utility library for pattern matching of file paths.
WWW: http://rubygems.org/gems/pathspec