./misc/ruby-daemons, Toolkit to convert Ruby scripts to a daemon

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.1, Package name: ruby27-daemons-1.4.1, Maintainer: minskim

Daemons provides an easy way to wrap existing ruby scripts (for example
a self-written server) to be run as a daemon and to be controlled by
simple start/stop/restart commands. You can also call blocks as daemons
and control them from the parent or just daemonize the current process.
Besides this basic functionality, daemons offers many advanced features
like exception backtracing and logging (in case your ruby script crashes)
and monitoring and automatic restarting of your processes if they crash.


Required to run:
[lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 29 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message:
misc: Remove SHA1 hashes for distfiles
   2021-05-09 06:29:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-daemons: update to 1.4.0

pkgsrc change: add "USE_LANGUAGES=	# none".

1.4.0 (2021-05-01)

* Allow for customization which signals are sent to stop process (thanks to
  philister)
* Resolves mismatched indentations (thanks to Luis M Rodriguez)
* Allow to use pry-byebug 3.8.0 (thanks to kamipo)
   2019-01-20 15:33:08 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-daemons: update to 1.3.1

== Release 1.3.1: December 14, 2018

* Fix undefined local variable or method `pid_delimiter'

== Release 1.3.0: December 10, 2018

* Make logging more configurable.
* Add configuration options for pid file delimters, force_kill_waittime
* All status callback to be anything callable.
   2018-03-14 15:55:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
misc/ruby-daemons: update to 1.2.6

== Release 1.2.6: December 24, 2017

* Add links to rubydoc.info documentation.

== Release 1.2.5: October 22, 2017

* In Application#stop, call zap, not cleanup on the pidfile (thanks to wevanscfi)
* Use File.expand_path on and output and log files (thanks to Dave Harris)
   2016-10-15 17:10:32 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-daemons to 1.2.4.

== Release 1.2.4: August 1, 2016

* add :shush option
* add :monitor_interval option
* add :log_output_syslog option
   2015-11-04 00:49:56 by Alistair G. Crooks | Files touched by this commit (330)
Log message:
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
   2015-09-26 17:09:44 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Update HOMEPAGE.
Avoid using rubyforge.org since it stopped most of services.