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:
jasper 2011-12-21 19:27:23 +00:00
parent 5bd74e86fc
commit bbf1169b39
4 changed files with 49 additions and 0 deletions

View 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>

View 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

View 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.

View 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