Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2020 16:05:12 +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: r522800 - in head/devel: . rubygem-dry-types
Message-ID:  <202001121605.00CG5C8i011499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jan 12 16:05:12 2020
New Revision: 522800
URL: https://svnweb.freebsd.org/changeset/ports/522800

Log:
  Add rubygem-dry-types 1.2.2
  
  dry-types provides flexible type system for Ruby with coercions and constraints.
  
  WWW: https://github.com/dry-rb/dry-types

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 12 16:05:06 2020	(r522799)
+++ head/devel/Makefile	Sun Jan 12 16:05:12 2020	(r522800)
@@ -5818,6 +5818,7 @@
     SUBDIR += rubygem-dry-equalizer
     SUBDIR += rubygem-dry-inflector
     SUBDIR += rubygem-dry-logic
+    SUBDIR += rubygem-dry-types
     SUBDIR += rubygem-drydock
     SUBDIR += rubygem-dynflow
     SUBDIR += rubygem-edavis10-object_daddy

Added: head/devel/rubygem-dry-types/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-dry-types/Makefile	Sun Jan 12 16:05:12 2020	(r522800)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	dry-types
+PORTVERSION=	1.2.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Type system for Ruby supporting coercions, constraints and complex types
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
+		rubygem-dry-container>=0.3<1:devel/rubygem-dry-container \
+		rubygem-dry-core>=0.4.4<1:devel/rubygem-dry-core \
+		rubygem-dry-equalizer>=0.3<1:devel/rubygem-dry-equalizer \
+		rubygem-dry-inflector>=0.1.2<1:devel/rubygem-dry-inflector \
+		rubygem-dry-logic>=1.0.2<2:devel/rubygem-dry-logic
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-dry-types/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-dry-types/distinfo	Sun Jan 12 16:05:12 2020	(r522800)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578815883
+SHA256 (rubygem/dry-types-1.2.2.gem) = b4a1e4b0aaa37aa316d9c0c21ab2053124fe1af228d0037a557190cedbd6d161
+SIZE (rubygem/dry-types-1.2.2.gem) = 56320

Added: head/devel/rubygem-dry-types/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-dry-types/pkg-descr	Sun Jan 12 16:05:12 2020	(r522800)
@@ -0,0 +1,3 @@
+dry-types provides flexible type system for Ruby with coercions and constraints.
+
+WWW: https://github.com/dry-rb/dry-types



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001121605.00CG5C8i011499>