SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
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.
|
21
devel/ruby-systemu/pkg/PLIST
Normal file
21
devel/ruby-systemu/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/BSDL
|
||||
${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}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/systemu_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/testing.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue