| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
06 Apr 2008 09:58:21
0.2.3
|
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@ |
14 Dec 2007 03:44:09
0.2.3
|
clsung  |
- Update to 0.2.3
Submitted by: maintainer (Alexander Logvinov), via email |
06 Mar 2007 15:44:46
0.2.2
|
clsung  |
- Alexander Logvinov is maintainer now. |
19 Feb 2007 09:50:16
0.2.2
|
clsung  |
- Update to 0.2.2 |
26 Jan 2007 16:13:11
0.2.1
|
pav  |
- Drop maintainership
PR: ports/108376
Submitted by: Rui Lopes <rgl@ruilopes.com> (maintainer) |
08 Aug 2006 12:35:27
0.2.1
|
jmelo  |
- Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.
Approved by: portmgr (erwin) |
05 Jun 2006 15:19:25
0.2.1
|
pav  |
GemPlugin is a system that lets your users install gems and lets you
load them as additional features to use in your software. It
originated from the Mongrel (http://mongrel.rubyforge.org/) project
but proved useful enough to break out into a separate project.
WWW: http://mongrel.rubyforge.org/gem_plugin_rdoc/
PR: ports/97532
Submitted by: Rui Lopes <rgl@ruilopes.com> |