- 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:
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
|
@ -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
|
||||
|
|
20
devel/rubygem-subexec/Makefile
Normal file
20
devel/rubygem-subexec/Makefile
Normal 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>
|
2
devel/rubygem-subexec/distinfo
Normal file
2
devel/rubygem-subexec/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/subexec-0.2.0.gem) = 84a616cc42eb325ba3659cc16fcbcc3adb57a92dc124b168b7de55d1f20a20db
|
||||
SIZE (rubygem/subexec-0.2.0.gem) = 4608
|
4
devel/rubygem-subexec/pkg-descr
Normal file
4
devel/rubygem-subexec/pkg-descr
Normal 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
|
Loading…
Reference in a new issue