SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-systemu/Makefile
Normal file
15
devel/ruby-systemu/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= portable replacement for popen4
|
||||
|
||||
DISTNAME= systemu-2.6.5
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/ahoward/systemu
|
||||
|
||||
# Ruby license
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-systemu/distinfo
Normal file
2
devel/ruby-systemu/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (systemu-2.6.5.gem) = AffQFLFFOyjleB4VxNfWP8kiHCmxdLeq5SUyB6dasz4=
|
||||
SIZE (systemu-2.6.5.gem) = 15872
|
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