- Add rubygem-subexec 0.2.0

Subexec spawns a subprocess with an optional timeout.

WWW: https://github.com/nulayer/subexec
WWW: https://rubygems.org/gems/subexec
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-11-05 14:59:08 +00:00
parent 228694e1d1
commit 108498a85a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285080
4 changed files with 27 additions and 0 deletions

View file

@ -3499,6 +3499,7 @@
SUBDIR += rubygem-stream
SUBDIR += rubygem-streetaddress
SUBDIR += rubygem-stringex
SUBDIR += rubygem-subexec
SUBDIR += rubygem-sugar-high
SUBDIR += rubygem-sundawg_country_codes
SUBDIR += rubygem-systemu

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: rubygem-subexec
# Date created: 2011-11-02
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= subexec
PORTVERSION= 0.2.0
CATEGORIES= devel ruby
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Subexec spawns a subprocess with an optional timeout
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (rubygem/subexec-0.2.0.gem) = 84a616cc42eb325ba3659cc16fcbcc3adb57a92dc124b168b7de55d1f20a20db
SIZE (rubygem/subexec-0.2.0.gem) = 4608

View file

@ -0,0 +1,4 @@
Subexec spawns a subprocess with an optional timeout.
WWW: https://github.com/nulayer/subexec
WWW: https://rubygems.org/gems/subexec