| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 Aug 2012 15:51:34
1.1.9
|
swills  |
- Update to 1.1.9 |
12 Feb 2012 02:09:48
1.1.8
|
pgollucci  |
- Update to 1.1.8
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
07 Feb 2012 05:31:13
1.1.7
|
pgollucci  |
- Update to 1.1.7
- This fixes the world writable file issue reported eearlier. |
20 Dec 2011 05:10:43
1.1.5
|
pgollucci  |
- Update to 1.1.5
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
18 Jun 2011 20:13:17
1.1.4
|
swills  |
- Update to 1.1.4 |
18 Jun 2011 03:35:10
1.1.3
|
swills  |
- Update to 1.1.3 |
06 Apr 2011 07:34:12
1.1.2
|
clsung  |
- Update to 1.1.2 |
08 Dec 2010 23:08:04
1.1.0
|
avl  |
- Re-assign all my ruby* ports to ruby@
Discussed with: pgollucci, stas |
20 Oct 2010 01:35:47
1.1.0
|
pgollucci  |
- Mass fixup of WWW: lines pkg-descr based on rubygems.org Homepage meta info
Prompted by: distilator
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic |
17 Jul 2010 16:23:03
1.1.0
|
avl  |
- Update to 1.1.0 |
26 May 2010 19:51:35
1.0.10
|
pgollucci  |
- Mass conversion of RF -> RG for MASTER_SITE for rubygem- ports
[RG aka rubygems.org]
PR: ports/147005
Submitted by: pgollucci (myself)
Approved by: portmgr (pav)
With Hat: ruby@ |
28 May 2009 20:44:16
1.0.10
|
avl  |
Change MAINTAINER on my ports to my FreeBSD email address
Approved by: tabthorpe (mentor) |
09 Apr 2009 00:11:47
1.0.10
|
pgollucci  |
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends
- use RF macro and remove SUBDIR where possible
- remove some uneeded GEM_NAME=${DISTNAME}
(this c/should be handled better in bsd.*.mk)
other deltas specific to individual ports:
audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION
devel/rubygem-rapt - adopt
devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set
devel/rubygem-ruby2ruby - add #' for vim highlight
graphics/rubygem-extifr - drop PORTREVISION=0
graphics/rubygem-gd2 - add #' for vim highlight
www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency
Sponsored by: RideCharge Inc.
Tested on: RideCharge's Tinderbox
Reviewed by: stas |
14 Feb 2009 00:55:03
1.0.10
|
stas  |
- Fix plist after ruby update by generating it dynamically. |
06 Apr 2008 08: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 20:56:48
1.0.8
|
miwi  |
- Update to 1.0.8
PR: 116618
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
12 Jul 2007 09:16:41
1.0.7
|
miwi  |
- Update to 1.0.7
PR: 114513
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer) |
27 May 2007 10: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 00:31:54
1.0.1
|
clsung  |
- Update to 1.0.1
PR: ports/103595
Submitted by: maintainer (Rui Lopes) |
08 Aug 2006 11:35:27
0.4.4
|
jmelo  |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
05 Jun 2006 14: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> |