Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:47:28 +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: r543731 - in head/devel: . rubygem-timeout
Message-ID:  <202007300947.06U9lSXq072171@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:47:27 2020
New Revision: 543731
URL: https://svnweb.freebsd.org/changeset/ports/543731

Log:
  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

Added:
  head/devel/rubygem-timeout/
  head/devel/rubygem-timeout/Makefile   (contents, props changed)
  head/devel/rubygem-timeout/distinfo   (contents, props changed)
  head/devel/rubygem-timeout/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Jul 30 09:47:20 2020	(r543730)
+++ head/devel/Makefile	Thu Jul 30 09:47:27 2020	(r543731)
@@ -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

Added: head/devel/rubygem-timeout/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-timeout/Makefile	Thu Jul 30 09:47:27 2020	(r543731)
@@ -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>

Added: head/devel/rubygem-timeout/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-timeout/distinfo	Thu Jul 30 09:47:27 2020	(r543731)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865773
+SHA256 (rubygem/timeout-0.1.0.gem) = 51b8e146e09d4ec2aec451f8c9e9ec4cd171caa6e9f7bf7979cc5b827377cbd5
+SIZE (rubygem/timeout-0.1.0.gem) = 8704

Added: head/devel/rubygem-timeout/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-timeout/pkg-descr	Thu Jul 30 09:47:27 2020	(r543731)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007300947.06U9lSXq072171>