Add rubygem-timeout 0.1.0

Timeout provides a way to auto-terminate a potentially long-running operation if
it hasn't finished in a fixed amount of time.

WWW: https://github.com/ruby/timeout
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-30 09:47:27 +00:00
parent a360722984
commit 6b9187ff51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543731
4 changed files with 28 additions and 0 deletions

View File

@ -6526,6 +6526,7 @@
SUBDIR += rubygem-tilt
SUBDIR += rubygem-tilt1
SUBDIR += rubygem-timeliness
SUBDIR += rubygem-timeout
SUBDIR += rubygem-timers
SUBDIR += rubygem-tins
SUBDIR += rubygem-titlecase

View File

@ -0,0 +1,20 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= timeout
PORTVERSION= 0.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Auto-terminate potentially long-running operations in Ruby
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595865773
SHA256 (rubygem/timeout-0.1.0.gem) = 51b8e146e09d4ec2aec451f8c9e9ec4cd171caa6e9f7bf7979cc5b827377cbd5
SIZE (rubygem/timeout-0.1.0.gem) = 8704

View File

@ -0,0 +1,4 @@
Timeout provides a way to auto-terminate a potentially long-running operation if
it hasn't finished in a fixed amount of time.
WWW: https://github.com/ruby/timeout