From owner-svn-ports-all@freebsd.org Wed May 23 23:22:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 010FDEED214; Wed, 23 May 2018 23:22:54 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A78BA84809; Wed, 23 May 2018 23:22:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E6B81932; Wed, 23 May 2018 23:22:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4NNMrZQ046197; Wed, 23 May 2018 23:22:53 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4NNMqPq046192; Wed, 23 May 2018 23:22:52 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805232322.w4NNMqPq046192@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 23 May 2018 23:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470728 - in head/devel: . rubygem-stoplight X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/devel: . rubygem-stoplight X-SVN-Commit-Revision: 470728 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2018 23:22:54 -0000 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 +# $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 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