svn commit: r560061 - in head/devel: . rubygem-find

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 3 19:58:56 UTC 2021


Author: sunpoet
Date: Sun Jan  3 19:58:50 2021
New Revision: 560061
URL: https://svnweb.freebsd.org/changeset/ports/560061

Log:
  Add rubygem-find 0.1.0
  
  The Find module supports the top-down traversal of a set of file paths.
  
  WWW: https://github.com/ruby/find

Added:
  head/devel/rubygem-find/
  head/devel/rubygem-find/Makefile   (contents, props changed)
  head/devel/rubygem-find/distinfo   (contents, props changed)
  head/devel/rubygem-find/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan  3 19:58:44 2021	(r560060)
+++ head/devel/Makefile	Sun Jan  3 19:58:50 2021	(r560061)
@@ -6049,6 +6049,7 @@
     SUBDIR += rubygem-file-tail
     SUBDIR += rubygem-filesize
     SUBDIR += rubygem-fileutils
+    SUBDIR += rubygem-find
     SUBDIR += rubygem-flexmock
     SUBDIR += rubygem-flipper
     SUBDIR += rubygem-flipper-active_support_cache_store

Added: head/devel/rubygem-find/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-find/Makefile	Sun Jan  3 19:58:50 2021	(r560061)
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	find
+PORTVERSION=	0.1.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Support top-down traversal of a set of file paths
+
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-find/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-find/distinfo	Sun Jan  3 19:58:50 2021	(r560061)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1609598777
+SHA256 (rubygem/find-0.1.0.gem) = a6579ce677c9176b70ddd2921a3502930e5c9f5e13e7f8b2f4ed913e4dd787f9
+SIZE (rubygem/find-0.1.0.gem) = 8192

Added: head/devel/rubygem-find/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-find/pkg-descr	Sun Jan  3 19:58:50 2021	(r560061)
@@ -0,0 +1,3 @@
+The Find module supports the top-down traversal of a set of file paths.
+
+WWW: https://github.com/ruby/find


More information about the svn-ports-all mailing list