From 5932aecac06204f7468b3219d5112e722c33fa65 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 12 Jan 2020 16:04:54 +0000 Subject: [PATCH] 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 --- devel/Makefile | 1 + devel/rubygem-dry-core/Makefile | 22 ++++++++++++++++++++++ devel/rubygem-dry-core/distinfo | 3 +++ devel/rubygem-dry-core/pkg-descr | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 devel/rubygem-dry-core/Makefile create mode 100644 devel/rubygem-dry-core/distinfo create mode 100644 devel/rubygem-dry-core/pkg-descr diff --git a/devel/Makefile b/devel/Makefile index 97f11d6bda5f..31243bcdefe6 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/rubygem-dry-core/Makefile b/devel/rubygem-dry-core/Makefile new file mode 100644 index 000000000000..edc28ca2d8aa --- /dev/null +++ b/devel/rubygem-dry-core/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh +# $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 diff --git a/devel/rubygem-dry-core/distinfo b/devel/rubygem-dry-core/distinfo new file mode 100644 index 000000000000..c845f077e0c3 --- /dev/null +++ b/devel/rubygem-dry-core/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1578815260 +SHA256 (rubygem/dry-core-0.4.9.gem) = f36e0241833ea45e3ad1a6da48e5d32d1b5b8dd91fb24adee7b17a92b5702e4d +SIZE (rubygem/dry-core-0.4.9.gem) = 15872 diff --git a/devel/rubygem-dry-core/pkg-descr b/devel/rubygem-dry-core/pkg-descr new file mode 100644 index 000000000000..359a72a073ed --- /dev/null +++ b/devel/rubygem-dry-core/pkg-descr @@ -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