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:
parent
a360722984
commit
6b9187ff51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543731
@ -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
|
||||
|
20
devel/rubygem-timeout/Makefile
Normal file
20
devel/rubygem-timeout/Makefile
Normal 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>
|
3
devel/rubygem-timeout/distinfo
Normal file
3
devel/rubygem-timeout/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1595865773
|
||||
SHA256 (rubygem/timeout-0.1.0.gem) = 51b8e146e09d4ec2aec451f8c9e9ec4cd171caa6e9f7bf7979cc5b827377cbd5
|
||||
SIZE (rubygem/timeout-0.1.0.gem) = 8704
|
4
devel/rubygem-timeout/pkg-descr
Normal file
4
devel/rubygem-timeout/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user