CVS log for ports/devel/rubygem-daemons/distinfo
Up to [FreeBSD] / ports / devel / rubygem-daemons
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Feb 7 05:31:13 2012 UTC (3 days, 6 hours ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
- Update to 1.1.7 - This fixes the world writable file issue reported eearlier.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Dec 20 05:10:43 2011 UTC (7 weeks, 3 days ago) by pgollucci
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
- Update to 1.1.5 With Hat: ruby@ Sponsored by: RideCharge Inc. / TaxiMagic
Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jun 18 20:13:17 2011 UTC (7 months, 3 weeks ago) by swills
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
- Update to 1.1.4
Revision 1.12: download - view: text, markup, annotated - select for diffs
Sat Jun 18 03:35:10 2011 UTC (7 months, 3 weeks ago) by swills
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
- Update to 1.1.3
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Apr 6 07:34:11 2011 UTC (10 months ago) by clsung
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
- Update to 1.1.2
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jul 17 16:23:03 2010 UTC (18 months, 3 weeks ago) by avl
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
- Update to 1.1.0
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Mar 25 23:01:14 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -3 lines
- Update to 1.0.10 PR: 121984 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Dec 14 03:41:28 2007 UTC (4 years, 1 month ago) by clsung
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
- Update to 1.0.9 Submitted by: maintainer (Alexander Logvinov), via email
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Sep 27 20:56:48 2007 UTC (4 years, 4 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
- Update to 1.0.8 PR: 116618 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 12 09:16:41 2007 UTC (4 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
- Update to 1.0.7 PR: 114513 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun May 27 10:40:56 2007 UTC (4 years, 8 months ago) by miwi
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
- Update to 1.0.6 PR: 112541 Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 6 15:48:17 2007 UTC (4 years, 11 months ago) by clsung
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
- Update to 1.0.5 - grab maintainership Submitted by: new maintainer (Alexander Logvinov)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 19 10:26:19 2007 UTC (4 years, 11 months ago) by clsung
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
- Update to 1.0.4
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 25 00:31:54 2006 UTC (5 years, 4 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
- Update to 1.0.1 PR: ports/103595 Submitted by: maintainer (Rui Lopes)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 5 14:24:41 2006 UTC (5 years, 8 months ago) by pav
Branches: MAIN
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>
