mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
add new port: devel/rubygem-mixlib-shellout
Mixlib::shellout provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc. WWW: http://www.opscode.com PR: 170998 Submitted by: ndewing@experts-exchange.com Sponsored by: Experts-Exchange, LLC.
This commit is contained in:
parent
a31f1a666d
commit
199d13ce1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303102
@ -3824,6 +3824,7 @@
|
||||
SUBDIR += rubygem-mixlib-cli
|
||||
SUBDIR += rubygem-mixlib-config
|
||||
SUBDIR += rubygem-mixlib-log
|
||||
SUBDIR += rubygem-mixlib-shellout
|
||||
SUBDIR += rubygem-mkrf
|
||||
SUBDIR += rubygem-mocha
|
||||
SUBDIR += rubygem-moneta
|
||||
|
20
devel/rubygem-mixlib-shellout/Makefile
Normal file
20
devel/rubygem-mixlib-shellout/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Ports collection makefile for: rubygem-mixlib-shellout
|
||||
# Date created: 23 Aug 2012
|
||||
# Whom: ndewing@experts-exchange.com
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mixlib-shellout
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ndewing@experts-exchange.com
|
||||
COMMENT= Shell interface that also collects stdout and stderr
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-mixlib-shellout/distinfo
Normal file
2
devel/rubygem-mixlib-shellout/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/mixlib-shellout-1.1.0.gem) = 187ee2ee184b7eb0cc3795cb6d7f3a3307697378c86cf779e08b6190319ff462
|
||||
SIZE (rubygem/mixlib-shellout-1.1.0.gem) = 19456
|
6
devel/rubygem-mixlib-shellout/pkg-descr
Normal file
6
devel/rubygem-mixlib-shellout/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Mixlib::shellout provides a simplified interface to shelling out
|
||||
yet still collecting both standard out and standard error
|
||||
and providing full control over environment, working directory,
|
||||
uid, gid, etc.
|
||||
|
||||
WWW: http://www.opscode.com
|
Loading…
Reference in New Issue
Block a user