import ruby-systemu 2.4.4
systemu is a portable replacement for popen4 in ruby. systemu can be used on any platform to return status, stdout, and stderr of any command. Unlike other methods like open3/popen4 there is zero danger of full pipes or threading issues hanging your process or subprocess. from matt dainty ok jeremy@
This commit is contained in:
parent
5bd74e86fc
commit
bbf1169b39
20
devel/ruby-systemu/Makefile
Normal file
20
devel/ruby-systemu/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/21 19:27:23 jasper Exp $
|
||||
|
||||
COMMENT= portable replacement for popen4
|
||||
|
||||
DISTNAME= systemu-2.4.2
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://rubyforge.org/projects/codeforpeople/
|
||||
|
||||
# Ruby license
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/ruby-systemu/distinfo
Normal file
5
devel/ruby-systemu/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (systemu-2.4.2.gem) = ExDx6YcoQdMfS0kEfdKX/w==
|
||||
RMD160 (systemu-2.4.2.gem) = W2AqURZZtGi3XWgfuO25gNYgLSI=
|
||||
SHA1 (systemu-2.4.2.gem) = KXAWBwikEaXlph1dQ32rnDzbA+Q=
|
||||
SHA256 (systemu-2.4.2.gem) = vLLkSp8QwMo6qNxo8NRlTebhbpV16Byhlx0AwW9wY6c=
|
||||
SIZE (systemu-2.4.2.gem) = 11264
|
6
devel/ruby-systemu/pkg/DESCR
Normal file
6
devel/ruby-systemu/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
systemu is a portable replacement for popen4 in ruby.
|
||||
|
||||
systemu can be used on any platform to return status, stdout, and stderr
|
||||
of any command. Unlike other methods like open3/popen4 there is zero
|
||||
danger of full pipes or threading issues hanging your process or
|
||||
subprocess.
|
18
devel/ruby-systemu/pkg/PLIST
Normal file
18
devel/ruby-systemu/pkg/PLIST
Normal file
@ -0,0 +1,18 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/21 19:27:23 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.erb
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/systemu.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/a.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/b.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/c.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/d.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/e.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/samples/f.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/systemu.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user