From owner-svn-ports-head@freebsd.org Fri Jan 1 22:49:20 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 079A14D68C3; Fri, 1 Jan 2021 22:49:20 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D70ZR6mthz4SXt; Fri, 1 Jan 2021 22:49:19 +0000 (UTC) (envelope-from pi@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 D71272970; Fri, 1 Jan 2021 22:49:19 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 101MnJ6Z073574; Fri, 1 Jan 2021 22:49:19 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 101MnJpk073570; Fri, 1 Jan 2021 22:49:19 GMT (envelope-from pi@FreeBSD.org) Message-Id: <202101012249.101MnJpk073570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 1 Jan 2021 22:49:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559885 - in head/devel: . rubygem-slow_enumerator_tools X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: in head/devel: . rubygem-slow_enumerator_tools X-SVN-Commit-Revision: 559885 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jan 2021 22:49:20 -0000 Author: pi Date: Fri Jan 1 22:49:18 2021 New Revision: 559885 URL: https://svnweb.freebsd.org/changeset/ports/559885 Log: New port: devel/rubygem-slow_enumerator_tools SlowEnumeratorTools provides tools for transforming Ruby enumerators that produce data slowly and unpredictably. WWW: https://github.com/ddfreyne/slow_enumerator_tools PR: 252135 Submitted by: Stéphane D'Alu Added: head/devel/rubygem-slow_enumerator_tools/ head/devel/rubygem-slow_enumerator_tools/Makefile (contents, props changed) head/devel/rubygem-slow_enumerator_tools/distinfo (contents, props changed) head/devel/rubygem-slow_enumerator_tools/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jan 1 22:42:46 2021 (r559884) +++ head/devel/Makefile Fri Jan 1 22:49:18 2021 (r559885) @@ -6497,6 +6497,7 @@ SUBDIR += rubygem-slim SUBDIR += rubygem-slop SUBDIR += rubygem-slop3 + SUBDIR += rubygem-slow_enumerator_tools SUBDIR += rubygem-snowplow-tracker SUBDIR += rubygem-soap4r SUBDIR += rubygem-solve Added: head/devel/rubygem-slow_enumerator_tools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-slow_enumerator_tools/Makefile Fri Jan 1 22:49:18 2021 (r559885) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= slow_enumerator_tools +PORTVERSION= 1.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Tools for transforming enumerators that produce data slowly and unpredictably + +LICENSE= MIT + +RUN_DEPENDS= rubygem-bundler>=1.15:sysutils/rubygem-bundler + +USES= gem +USE_RUBY= yes +NO_ARCH= yes + +.include Added: head/devel/rubygem-slow_enumerator_tools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-slow_enumerator_tools/distinfo Fri Jan 1 22:49:18 2021 (r559885) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608250632 +SHA256 (rubygem/slow_enumerator_tools-1.1.0.gem) = e61a598f1c8309ac731d21659a79767c20ff345458cfc70819ae57df25910e5e +SIZE (rubygem/slow_enumerator_tools-1.1.0.gem) = 12800 Added: head/devel/rubygem-slow_enumerator_tools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-slow_enumerator_tools/pkg-descr Fri Jan 1 22:49:18 2021 (r559885) @@ -0,0 +1,4 @@ +SlowEnumeratorTools provides tools for transforming Ruby enumerators +that produce data slowly and unpredictably. + +WWW: https://github.com/ddfreyne/slow_enumerator_tools