summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2012-05-16 10:07:48 +0000
committerfhajny <fhajny@pkgsrc.org>2012-05-16 10:07:48 +0000
commit65dc6582f63b0ff479060eb5766a84d75c649736 (patch)
tree99f6cce76ee5b08f57cb13c54e71f01a5b773280 /devel
parent70fe15c72d49dd20f7c7278eb3c70c536c3d4d43 (diff)
downloadpkgsrc-65dc6582f63b0ff479060eb5766a84d75c649736.tar.gz
Import ruby18-daemon_controller-1.0.0 as devel/ruby-daemon_controller.
daemon_controller is a library for starting and stopping specific daemons programmatically in a robust, race-condition-free manner.
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-daemon_controller/DESCR2
-rw-r--r--devel/ruby-daemon_controller/Makefile15
-rw-r--r--devel/ruby-daemon_controller/PLIST14
-rw-r--r--devel/ruby-daemon_controller/distinfo5
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/ruby-daemon_controller/DESCR b/devel/ruby-daemon_controller/DESCR
new file mode 100644
index 00000000000..b7dd67447de
--- /dev/null
+++ b/devel/ruby-daemon_controller/DESCR
@@ -0,0 +1,2 @@
+daemon_controller is a library for starting and stopping specific daemons
+programmatically in a robust, race-condition-free manner.
diff --git a/devel/ruby-daemon_controller/Makefile b/devel/ruby-daemon_controller/Makefile
new file mode 100644
index 00000000000..5da66408013
--- /dev/null
+++ b/devel/ruby-daemon_controller/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2012/05/16 10:07:48 fhajny Exp $
+
+DISTNAME= daemon_controller-1.0.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= net
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://github.com/FooBarWidget/daemon_controller
+COMMENT= Library for robust daemon management
+LICENSE= mit
+
+GEM_BUILD= gemspec
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-daemon_controller/PLIST b/devel/ruby-daemon_controller/PLIST
new file mode 100644
index 00000000000..aff3babe3c5
--- /dev/null
+++ b/devel/ruby-daemon_controller/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2012/05/16 10:07:48 fhajny Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.markdown
+${GEM_LIBDIR}/daemon_controller.gemspec
+${GEM_LIBDIR}/lib/daemon_controller.rb
+${GEM_LIBDIR}/lib/daemon_controller/lock_file.rb
+${GEM_LIBDIR}/lib/daemon_controller/spawn.rb
+${GEM_LIBDIR}/lib/daemon_controller/version.rb
+${GEM_LIBDIR}/spec/daemon_controller_spec.rb
+${GEM_LIBDIR}/spec/echo_server.rb
+${GEM_LIBDIR}/spec/test_helper.rb
+${GEM_LIBDIR}/spec/unresponsive_daemon.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/devel/ruby-daemon_controller/distinfo b/devel/ruby-daemon_controller/distinfo
new file mode 100644
index 00000000000..239d24e289d
--- /dev/null
+++ b/devel/ruby-daemon_controller/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2012/05/16 10:07:48 fhajny Exp $
+
+SHA1 (daemon_controller-1.0.0.gem) = 772ca90000f9d3688ab5dc6ea628f0e9380283f3
+RMD160 (daemon_controller-1.0.0.gem) = fc403fc31562d4a5e033f443079ff897bf03c746
+Size (daemon_controller-1.0.0.gem) = 23040 bytes