Date: Mon, 15 Jun 2020 18:39: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: r538933 - in head/www: . rubygem-rate_throttle_client Message-ID: <202006151839.05FIdqDv052432@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 15 18:39:52 2020 New Revision: 538933 URL: https://svnweb.freebsd.org/changeset/ports/538933 Log: Add rubygem-rate_throttle_client 0.1.2 Rate limiting is for servers, rate throttling is for clients. This library implements a number of strategies for handling rate throttling on the client and a methodology for comparing performance of those clients. We don't just give you the code to rate throttle, we also give you the information to help you figure out the best strategy to rate throttle as well. WWW: https://github.com/zombocom/rate_throttle_client Added: head/www/rubygem-rate_throttle_client/ head/www/rubygem-rate_throttle_client/Makefile (contents, props changed) head/www/rubygem-rate_throttle_client/distinfo (contents, props changed) head/www/rubygem-rate_throttle_client/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Jun 15 18:39:47 2020 (r538932) +++ head/www/Makefile Mon Jun 15 18:39:52 2020 (r538933) @@ -2058,6 +2058,7 @@ SUBDIR += rubygem-raindrops SUBDIR += rubygem-ramaze SUBDIR += rubygem-raphael-rails + SUBDIR += rubygem-rate_throttle_client SUBDIR += rubygem-rbovirt SUBDIR += rubygem-rdf SUBDIR += rubygem-rdf-normalize Added: head/www/rubygem-rate_throttle_client/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rate_throttle_client/Makefile Mon Jun 15 18:39:52 2020 (r538933) @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rate_throttle_client +PORTVERSION= 0.1.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Handle rate throttling on the client and measure performance + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/www/rubygem-rate_throttle_client/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rate_throttle_client/distinfo Mon Jun 15 18:39:52 2020 (r538933) @@ -0,0 +1,3 @@ +TIMESTAMP = 1592145011 +SHA256 (rubygem/rate_throttle_client-0.1.2.gem) = f9de968b892fea9272154f6182b4f5cfb74292585e66763fb8a8510181ec83ee +SIZE (rubygem/rate_throttle_client-0.1.2.gem) = 18944 Added: head/www/rubygem-rate_throttle_client/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-rate_throttle_client/pkg-descr Mon Jun 15 18:39:52 2020 (r538933) @@ -0,0 +1,7 @@ +Rate limiting is for servers, rate throttling is for clients. This library +implements a number of strategies for handling rate throttling on the client and +a methodology for comparing performance of those clients. We don't just give you +the code to rate throttle, we also give you the information to help you figure +out the best strategy to rate throttle as well. + +WWW: https://github.com/zombocom/rate_throttle_client
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006151839.05FIdqDv052432>