pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-open4 Import ruby193-open4-1.3.0 as devel/r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98edaf431bf2
branches:  trunk
changeset: 607343:98edaf431bf2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Aug 09 18:15:19 2012 +0000

description:
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:

 devel/ruby-open4/DESCR    |   3 +++
 devel/ruby-open4/Makefile |  13 +++++++++++++
 devel/ruby-open4/PLIST    |  23 +++++++++++++++++++++++
 devel/ruby-open4/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 0bc8f8240f98 -r 98edaf431bf2 devel/ruby-open4/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-open4/DESCR    Thu Aug 09 18:15:19 2012 +0000
@@ -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 -r 0bc8f8240f98 -r 98edaf431bf2 devel/ruby-open4/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-open4/Makefile Thu Aug 09 18:15:19 2012 +0000
@@ -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@localhost
+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 -r 0bc8f8240f98 -r 98edaf431bf2 devel/ruby-open4/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-open4/PLIST    Thu Aug 09 18:15:19 2012 +0000
@@ -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 -r 0bc8f8240f98 -r 98edaf431bf2 devel/ruby-open4/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-open4/distinfo Thu Aug 09 18:15:19 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index