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:
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
|
@ -5829,6 +5829,7 @@
|
||||||
SUBDIR += rubygem-parser
|
SUBDIR += rubygem-parser
|
||||||
SUBDIR += rubygem-pastel
|
SUBDIR += rubygem-pastel
|
||||||
SUBDIR += rubygem-patch_finder
|
SUBDIR += rubygem-patch_finder
|
||||||
|
SUBDIR += rubygem-pathspec
|
||||||
SUBDIR += rubygem-pathutil
|
SUBDIR += rubygem-pathutil
|
||||||
SUBDIR += rubygem-peek
|
SUBDIR += rubygem-peek
|
||||||
SUBDIR += rubygem-peek-rails50
|
SUBDIR += rubygem-peek-rails50
|
||||||
|
|
17
devel/rubygem-pathspec/Makefile
Normal file
17
devel/rubygem-pathspec/Makefile
Normal 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>
|
3
devel/rubygem-pathspec/distinfo
Normal file
3
devel/rubygem-pathspec/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1547089006
|
||||||
|
SHA256 (rubygem/pathspec-0.2.1.gem) = 7b0c49f3e8efea77002326aaf0674d66f7c1b507cf31f7273e9931ac860a141c
|
||||||
|
SIZE (rubygem/pathspec-0.2.1.gem) = 19456
|
3
devel/rubygem-pathspec/pkg-descr
Normal file
3
devel/rubygem-pathspec/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
The pathspec gem is a utility library for pattern matching of file paths.
|
||||||
|
|
||||||
|
WWW: http://rubygems.org/gems/pathspec
|
Loading…
Reference in a new issue