svn commit: r490018 - in head/devel: . rubygem-pathspec

Romain Tartière romain at FreeBSD.org
Fri Jan 11 22:00:46 UTC 2019


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


More information about the svn-ports-head mailing list