pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-mixlib-shellout Import devel/ruby-mixlib-sh...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aeeebb7c1831
branches: trunk
changeset: 635337:aeeebb7c1831
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jun 03 13:15:33 2014 +0000
description:
Import devel/ruby-mixlib-shellout into pkgsrc.
Provides a simplified interface to shelling out yet still collecting
both standard out and standard error and providing full control over
environment, working directory, uid, gid, etc.
diffstat:
devel/ruby-mixlib-shellout/DESCR | 5 +++++
devel/ruby-mixlib-shellout/Makefile | 12 ++++++++++++
devel/ruby-mixlib-shellout/PLIST | 11 +++++++++++
devel/ruby-mixlib-shellout/distinfo | 5 +++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 59d3254c6114 -r aeeebb7c1831 devel/ruby-mixlib-shellout/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-mixlib-shellout/DESCR Tue Jun 03 13:15:33 2014 +0000
@@ -0,0 +1,5 @@
+Provides a simplified interface to shelling out yet still collecting
+both standard out and standard error and providing full control over
+environment, working directory, uid, gid, etc.
+
+No means for passing input to the subprocess is provided.
diff -r 59d3254c6114 -r aeeebb7c1831 devel/ruby-mixlib-shellout/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-mixlib-shellout/Makefile Tue Jun 03 13:15:33 2014 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2014/06/03 13:15:33 jperkin Exp $
+
+DISTNAME= mixlib-shellout-1.4.0
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/opscode/mixlib-shellout
+COMMENT= Mixin library for subprocess management
+LICENSE= apache-2.0
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 59d3254c6114 -r aeeebb7c1831 devel/ruby-mixlib-shellout/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-mixlib-shellout/PLIST Tue Jun 03 13:15:33 2014 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2014/06/03 13:15:33 jperkin Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/mixlib/shellout.rb
+${GEM_LIBDIR}/lib/mixlib/shellout/exceptions.rb
+${GEM_LIBDIR}/lib/mixlib/shellout/unix.rb
+${GEM_LIBDIR}/lib/mixlib/shellout/version.rb
+${GEM_LIBDIR}/lib/mixlib/shellout/windows.rb
+${GEM_LIBDIR}/lib/mixlib/shellout/windows/core_ext.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 59d3254c6114 -r aeeebb7c1831 devel/ruby-mixlib-shellout/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-mixlib-shellout/distinfo Tue Jun 03 13:15:33 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/06/03 13:15:33 jperkin Exp $
+
+SHA1 (mixlib-shellout-1.4.0.gem) = c4a7323acbbdc57486d7a9bb6a2da9a067f1a9dd
+RMD160 (mixlib-shellout-1.4.0.gem) = be772025656f5f88babea4cb091af9623fb82949
+Size (mixlib-shellout-1.4.0.gem) = 22016 bytes
Home |
Main Index |
Thread Index |
Old Index