svn commit: r538933 - in head/www: . rubygem-rate_throttle_client

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 15 18:39:54 UTC 2020


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 at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	rate_throttle_client
+PORTVERSION=	0.1.2
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list