pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-systemu Import misc/ruby-systemu into pkgsrc.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca76e4ed808c
branches:  trunk
changeset: 635340:ca76e4ed808c
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Jun 03 13:30:47 2014 +0000

description:
Import misc/ruby-systemu into pkgsrc.

Universal capture of stdout and stderr and handling of child process
pid for Windows, *nix, etc.

diffstat:

 misc/ruby-systemu/DESCR    |   2 ++
 misc/ruby-systemu/Makefile |  12 ++++++++++++
 misc/ruby-systemu/PLIST    |  17 +++++++++++++++++
 misc/ruby-systemu/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 39da4f4368ee -r ca76e4ed808c misc/ruby-systemu/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-systemu/DESCR   Tue Jun 03 13:30:47 2014 +0000
@@ -0,0 +1,2 @@
+Universal capture of stdout and stderr and handling of child process
+pid for Windows, *nix, etc.
diff -r 39da4f4368ee -r ca76e4ed808c misc/ruby-systemu/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-systemu/Makefile        Tue Jun 03 13:30:47 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/06/03 13:30:47 jperkin Exp $
+
+DISTNAME=      systemu-2.5.2
+CATEGORIES=    misc
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/ahoward/systemu
+COMMENT=       Capture of stdout/stderr and handling of child processes
+LICENSE=       ruby-license
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 39da4f4368ee -r ca76e4ed808c misc/ruby-systemu/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-systemu/PLIST   Tue Jun 03 13:30:47 2014 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:30:47 jperkin Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/README.erb
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/systemu.rb
+${GEM_LIBDIR}/samples/a.rb
+${GEM_LIBDIR}/samples/b.rb
+${GEM_LIBDIR}/samples/c.rb
+${GEM_LIBDIR}/samples/d.rb
+${GEM_LIBDIR}/samples/e.rb
+${GEM_LIBDIR}/samples/f.rb
+${GEM_LIBDIR}/systemu.gemspec
+${GEM_LIBDIR}/test/systemu_test.rb
+${GEM_LIBDIR}/test/testing.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 39da4f4368ee -r ca76e4ed808c misc/ruby-systemu/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/ruby-systemu/distinfo        Tue Jun 03 13:30:47 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/03 13:30:47 jperkin Exp $
+
+SHA1 (systemu-2.5.2.gem) = 9fe27b2c97e7d8444dc54dd55d9a0a9ae6e7e253
+RMD160 (systemu-2.5.2.gem) = 2bf234ce7665a55cc6ae6d10f1ef4306bdabc362
+Size (systemu-2.5.2.gem) = 12800 bytes



Home | Main Index | Thread Index | Old Index