SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

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