pkgsrc/misc/ruby-daemons/Makefile
jlam e01e26a3ae Update ruby-daemons to version 1.0.10. Changes from version 1.0.8 include:
+ Install as a Ruby gem.

- Fixed a severe bug in the new Pid.running? function: function returned
  true if the process did not exist.

- By default, we now delete stray pid-files (i.e. pid-files which result for
  example from a killed daemon) automatically. This function can be
  deactivated by passing :keep_pid_files => true as an option.

- All pid files of :multiple daemons new get deleted correctly upon
  exit of the daemons.

- Use the signal 'KILL' instead of 'TERM' on Windows platforms.

- Use exit! in trap('TERM') instead of exit when option :hard_exit is given.

- Did some clarification on the exception log.
2008-04-04 15:19:57 +00:00

12 lines
338 B
Makefile

# $NetBSD: Makefile,v 1.6 2008/04/04 15:19:57 jlam Exp $
DISTNAME= daemons-1.0.10
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= misc
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://daemons.rubyforge.org/
COMMENT= Toolkit to convert Ruby scripts to a daemon
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"