Date: Sun, 12 Jan 2020 16:04:54 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522797 - in head/devel: . rubygem-dry-core Message-ID: <202001121604.00CG4s3w010969@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jan 12 16:04:54 2020 New Revision: 522797 URL: https://svnweb.freebsd.org/changeset/ports/522797 Log: Add rubygem-dry-core 0.4.9 dry-core is a toolset of small support modules used throughout the dry-rb and rom-rb ecosystems. WWW: https://github.com/dry-rb/dry-core Added: head/devel/rubygem-dry-core/ head/devel/rubygem-dry-core/Makefile (contents, props changed) head/devel/rubygem-dry-core/distinfo (contents, props changed) head/devel/rubygem-dry-core/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 12 16:04:47 2020 (r522796) +++ head/devel/Makefile Sun Jan 12 16:04:54 2020 (r522797) @@ -5814,6 +5814,7 @@ SUBDIR += rubygem-docile SUBDIR += rubygem-dry-configurable SUBDIR += rubygem-dry-container + SUBDIR += rubygem-dry-core SUBDIR += rubygem-dry-inflector SUBDIR += rubygem-drydock SUBDIR += rubygem-dynflow Added: head/devel/rubygem-dry-core/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-dry-core/Makefile Sun Jan 12 16:04:54 2020 (r522797) @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= dry-core +PORTVERSION= 0.4.9 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Toolset of small support modules used throughout the dry-rb ecosystem + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-dry-core/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-dry-core/distinfo Sun Jan 12 16:04:54 2020 (r522797) @@ -0,0 +1,3 @@ +TIMESTAMP = 1578815260 +SHA256 (rubygem/dry-core-0.4.9.gem) = f36e0241833ea45e3ad1a6da48e5d32d1b5b8dd91fb24adee7b17a92b5702e4d +SIZE (rubygem/dry-core-0.4.9.gem) = 15872 Added: head/devel/rubygem-dry-core/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-dry-core/pkg-descr Sun Jan 12 16:04:54 2020 (r522797) @@ -0,0 +1,4 @@ +dry-core is a toolset of small support modules used throughout the dry-rb and +rom-rb ecosystems. + +WWW: https://github.com/dry-rb/dry-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001121604.00CG4s3w010969>