diff options
author | minskim <minskim@pkgsrc.org> | 2012-08-09 18:15:19 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2012-08-09 18:15:19 +0000 |
commit | 69f6353059fdcc744c45bc1b30ecebcedeb1e1b7 (patch) | |
tree | 881d5de54a023aab3c6cd47ae26e169607f3ea58 | |
parent | 82092a2fc5d545e354368074c129e9229685d5a2 (diff) | |
download | pkgsrc-69f6353059fdcc744c45bc1b30ecebcedeb1e1b7.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.
-rw-r--r-- | devel/ruby-open4/DESCR | 3 | ||||
-rw-r--r-- | devel/ruby-open4/Makefile | 13 | ||||
-rw-r--r-- | devel/ruby-open4/PLIST | 23 | ||||
-rw-r--r-- | devel/ruby-open4/distinfo | 5 |
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 |