Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 23:22:52 +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: r470728 - in head/devel: . rubygem-stoplight
Message-ID:  <201805232322.w4NNMqPq046192@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May 23 23:22:52 2018
New Revision: 470728
URL: https://svnweb.freebsd.org/changeset/ports/470728

Log:
  Add rubygem-stoplight 2.1.3
  
  Stoplight is traffic control for code. It's an implementation of the circuit
  breaker pattern in Ruby.
  
  WWW: https://github.com/orgsync/stoplight

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May 23 23:22:29 2018	(r470727)
+++ head/devel/Makefile	Wed May 23 23:22:52 2018	(r470728)
@@ -5899,6 +5899,7 @@
     SUBDIR += rubygem-stella
     SUBDIR += rubygem-stemmer
     SUBDIR += rubygem-stomp
+    SUBDIR += rubygem-stoplight
     SUBDIR += rubygem-storable
     SUBDIR += rubygem-stream
     SUBDIR += rubygem-streetaddress

Added: head/devel/rubygem-stoplight/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-stoplight/Makefile	Wed May 23 23:22:52 2018	(r470728)
@@ -0,0 +1,19 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	stoplight
+PORTVERSION=	2.1.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Implementation of the circuit breaker pattern
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-stoplight/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-stoplight/distinfo	Wed May 23 23:22:52 2018	(r470728)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1527076370
+SHA256 (rubygem/stoplight-2.1.3.gem) = 2c428f57f651eab4bd67593aecd85960dd07cdc01ece6e2cfa3b7ac84456a5b0
+SIZE (rubygem/stoplight-2.1.3.gem) = 20992

Added: head/devel/rubygem-stoplight/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-stoplight/pkg-descr	Wed May 23 23:22:52 2018	(r470728)
@@ -0,0 +1,4 @@
+Stoplight is traffic control for code. It's an implementation of the circuit
+breaker pattern in Ruby.
+
+WWW: https://github.com/orgsync/stoplight



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