Add rubygem-childprocess3 3.0.0 (copied from rubygem-childprocess)
- Add PORTSCOUT
This commit is contained in:
parent
f1e91c9f08
commit
7e843544cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=539818
4 changed files with 35 additions and 0 deletions
|
@ -5866,6 +5866,7 @@
|
|||
SUBDIR += rubygem-chef-provisioning
|
||||
SUBDIR += rubygem-cheffish
|
||||
SUBDIR += rubygem-childprocess
|
||||
SUBDIR += rubygem-childprocess3
|
||||
SUBDIR += rubygem-chronic
|
||||
SUBDIR += rubygem-chronic_duration
|
||||
SUBDIR += rubygem-clamp
|
||||
|
|
23
devel/rubygem-childprocess3/Makefile
Normal file
23
devel/rubygem-childprocess3/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Greg Larkin <glarkin@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= childprocess
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= External background process controller
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTSCOUT= limit:^3\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-childprocess3/distinfo
Normal file
3
devel/rubygem-childprocess3/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1569809155
|
||||
SHA256 (rubygem/childprocess-3.0.0.gem) = 4579a87cdc962de252eebf1482a4185fad383ae7dbe29a746ba2be8e261280c5
|
||||
SIZE (rubygem/childprocess-3.0.0.gem) = 33792
|
8
devel/rubygem-childprocess3/pkg-descr
Normal file
8
devel/rubygem-childprocess3/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
This gem aims at being a simple and reliable solution for controlling
|
||||
external programs running in the background on any Ruby / OS
|
||||
combination.
|
||||
|
||||
The code originated in the selenium-webdriver gem, but should prove
|
||||
useful as a standalone library.
|
||||
|
||||
WWW: https://github.com/enkessler/childprocess
|
Loading…
Reference in a new issue