| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Apr 2008 09:58:21
1.0.10
|
stas  |
- Add ruby 1.9 support
- Implement new knobs for gems and rake (these are included in
ruby 1.9 distribution already). Also move gem bits from
ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend
on gems or rake you should define USE_RUBYGEMS/USE_RAKE
accordingly. Also RAKE_BIN variable is provided for
pointing to the right rake executable.
- Rewrite RUBY_SCHEBANG in awk to eliminate build dependency
on ruby.
Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer)
Tested by: ports@ |
25 Mar 2008 23:01:14
1.0.10
|
miwi  |
- Update to 1.0.10
PR: 121984
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
14 Dec 2007 03:41:29
1.0.9
|
clsung  |
- Update to 1.0.9
Submitted by: maintainer (Alexander Logvinov), via email |
27 Sep 2007 21:56:48
1.0.8
|
miwi  |
- Update to 1.0.8
PR: 116618
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
12 Jul 2007 10:16:41
1.0.7
|
miwi  |
- Update to 1.0.7
PR: 114513
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
27 May 2007 11:40:56
1.0.6
|
miwi  |
- Update to 1.0.6
PR: 112541
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
06 Mar 2007 15:48:18
1.0.5
|
clsung  |
- Update to 1.0.5
- grab maintainership
Submitted by: new maintainer (Alexander Logvinov) |
19 Feb 2007 10:26:19
1.0.4
|
clsung  |
- Update to 1.0.4 |
26 Jan 2007 16:13:11
1.0.1
|
pav  |
- Drop maintainership
PR: ports/108376
Submitted by: Rui Lopes <rgl@ruilopes.com> (maintainer) |
25 Sep 2006 01:31:54
1.0.1
|
clsung  |
- Update to 1.0.1
PR: ports/103595
Submitted by: maintainer (Rui Lopes) |
08 Aug 2006 12:35:27
0.4.4
|
jmelo  |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
05 Jun 2006 15:24:41
0.4.4
|
pav  |
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.
If you want, you can also use daemons to run blocks of ruby code in a
daemon process and to control these processes from the main application.
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.
WWW: http://daemons.rubyforge.org/
PR: ports/97531
Submitted by: Rui Lopes <rgl@ruilopes.com> |