svn commit: r522796 - in head/devel: . rubygem-dry-container

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 12 16:04:49 UTC 2020


Author: sunpoet
Date: Sun Jan 12 16:04:47 2020
New Revision: 522796
URL: https://svnweb.freebsd.org/changeset/ports/522796

Log:
  Add rubygem-dry-container 0.7.2
  
  dry-container is a simple, configurable object container implemented in Ruby.
  
  WWW: https://github.com/dry-rb/dry-container

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Jan 12 16:04:41 2020	(r522795)
+++ head/devel/Makefile	Sun Jan 12 16:04:47 2020	(r522796)
@@ -5813,6 +5813,7 @@
     SUBDIR += rubygem-diva
     SUBDIR += rubygem-docile
     SUBDIR += rubygem-dry-configurable
+    SUBDIR += rubygem-dry-container
     SUBDIR += rubygem-dry-inflector
     SUBDIR += rubygem-drydock
     SUBDIR += rubygem-dynflow

Added: head/devel/rubygem-dry-container/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-dry-container/Makefile	Sun Jan 12 16:04:47 2020	(r522796)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	dry-container
+PORTVERSION=	0.7.2
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Simple container intended for use as an IoC container
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
+		rubygem-dry-configurable>=0.1.3<2:devel/rubygem-dry-configurable
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-dry-container/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-dry-container/distinfo	Sun Jan 12 16:04:47 2020	(r522796)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1578814932
+SHA256 (rubygem/dry-container-0.7.2.gem) = a071824ba3451048b23500210f96a2b9facd6e46ac687f65e49c75d18786f6da
+SIZE (rubygem/dry-container-0.7.2.gem) = 18944

Added: head/devel/rubygem-dry-container/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-dry-container/pkg-descr	Sun Jan 12 16:04:47 2020	(r522796)
@@ -0,0 +1,3 @@
+dry-container is a simple, configurable object container implemented in Ruby.
+
+WWW: https://github.com/dry-rb/dry-container


More information about the svn-ports-head mailing list