summaryrefslogtreecommitdiff
path: root/devel/ruby-open4
diff options
context:
space:
mode:
authorminskim <minskim>2012-08-09 18:15:19 +0000
committerminskim <minskim>2012-08-09 18:15:19 +0000
commit1b107839c863a8cc7faa372b566b4425bd56e777 (patch)
tree881d5de54a023aab3c6cd47ae26e169607f3ea58 /devel/ruby-open4
parentcbe9583d102901814d6fad8be3e325c4bea56516 (diff)
downloadpkgsrc-1b107839c863a8cc7faa372b566b4425bd56e777.tar.gz
Import ruby193-open4-1.3.0 as devel/ruby-open4.
Open4 is a Ruby library to open child process with handles on pid, stdin, stdout, and stderr, and manage child processes and their io handles easily.
Diffstat (limited to 'devel/ruby-open4')
-rw-r--r--devel/ruby-open4/DESCR3
-rw-r--r--devel/ruby-open4/Makefile13
-rw-r--r--devel/ruby-open4/PLIST23
-rw-r--r--devel/ruby-open4/distinfo5
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/ruby-open4/DESCR b/devel/ruby-open4/DESCR
new file mode 100644
index 00000000000..13adc15b508
--- /dev/null
+++ b/devel/ruby-open4/DESCR
@@ -0,0 +1,3 @@
+Open4 is a Ruby library to open child process with handles on pid,
+stdin, stdout, and stderr, and manage child processes and their io
+handles easily.
diff --git a/devel/ruby-open4/Makefile b/devel/ruby-open4/Makefile
new file mode 100644
index 00000000000..e3662cf809d
--- /dev/null
+++ b/devel/ruby-open4/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2012/08/09 18:15:19 minskim Exp $
+
+DISTNAME= open4-1.3.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/ahoward/open4
+COMMENT= Ruby library to manage child processes
+LICENSE= mit
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-open4/PLIST b/devel/ruby-open4/PLIST
new file mode 100644
index 00000000000..c7165bc8d0a
--- /dev/null
+++ b/devel/ruby-open4/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2012/08/09 18:15:19 minskim Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README.erb
+${GEM_LIBDIR}/lib/open4.rb
+${GEM_LIBDIR}/open4.gemspec
+${GEM_LIBDIR}/rakefile
+${GEM_LIBDIR}/samples/bg.rb
+${GEM_LIBDIR}/samples/block.rb
+${GEM_LIBDIR}/samples/exception.rb
+${GEM_LIBDIR}/samples/jesse-caldwell.rb
+${GEM_LIBDIR}/samples/pfork4.rb
+${GEM_LIBDIR}/samples/simple.rb
+${GEM_LIBDIR}/samples/spawn.rb
+${GEM_LIBDIR}/samples/stdin_timeout.rb
+${GEM_LIBDIR}/samples/timeout.rb
+${GEM_LIBDIR}/test/pfork4_test.rb
+${GEM_LIBDIR}/test/popen4_test.rb
+${GEM_LIBDIR}/test/popen4ext_test.rb
+${GEM_LIBDIR}/test/support/test_case.rb
+${GEM_LIBDIR}/white_box/leak.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-open4/distinfo b/devel/ruby-open4/distinfo
new file mode 100644
index 00000000000..8f2968793e1
--- /dev/null
+++ b/devel/ruby-open4/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/09 18:15:19 minskim Exp $
+
+SHA1 (open4-1.3.0.gem) = 3d5d9903df9509ebade49ffb0649b6279dff4a13
+RMD160 (open4-1.3.0.gem) = ecef06a7e700b5e16266a7e1985392fdf37573f9
+Size (open4-1.3.0.gem) = 17920 bytes