SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-daemons/Makefile
Normal file
15
devel/ruby-daemons/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= wrap existing Ruby scripts to be run as a daemon
|
||||
|
||||
DISTNAME= daemons-1.4.1
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/thuehlinger/daemons
|
||||
|
||||
# Ruby
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-daemons/distinfo
Normal file
2
devel/ruby-daemons/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (daemons-1.4.1.gem) = j8dtdvrsZp/rXkVdcvNb1MRtxnNeKMQgr7gi+sH6mh0=
|
||||
SIZE (daemons-1.4.1.gem) = 29696
|
4
devel/ruby-daemons/pkg/DESCR
Normal file
4
devel/ruby-daemons/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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. daemons can also run and control blocks of
|
||||
Ruby code in a daemon process.
|
54
devel/ruby-daemons/pkg/PLIST
Normal file
54
devel/ruby-daemons/pkg/PLIST
Normal file
|
@ -0,0 +1,54 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Releases
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/call/
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/call/call.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/call/call_monitor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/daemonize/
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/daemonize/daemonize.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_crash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_custom_logfiles.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_exec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_exit.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_hanging.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_keep_pid_files.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_monitor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_monitor_multiple.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_monitor_nocrash.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_multiple.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_normal.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_ontop.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_optionparser.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_proc.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_proc_multiple.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_proc_rand.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_proc_simple.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/ctrl_slowstop.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/myserver.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/myserver_crashing.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/myserver_exiting.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/myserver_hanging.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/run/myserver_slowstop.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/application.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/application_group.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/change_privilege.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/cmdline.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/controller.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/daemonize.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/etc_extension.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/exceptions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/monitor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/pid.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/pidfile.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/pidmem.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/reporter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/syslogio.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/daemons/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue