| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
23 Jun 2011 18:03:54
1.4.1
|
pgollucci  |
- Removing remaining MD5 from rubygem- ports |
20 Oct 2010 01:35:47
1.4.1
|
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 |
05 Oct 2010 09:09:18
1.4.1
|
pgollucci  |
- RF -> RG conversions
With Hat: ruby@ |
06 Jun 2010 19:25:10
1.4.1
|
pgollucci  |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby |
11 Feb 2010 13:25:53
1.4.1
|
dinoex  |
- update to 1.4.1 |
14 Feb 2009 01:20:10
1.4.0
|
stas  |
- Fix plist after ruby update by generating it dynamically. |
06 Apr 2008 08:58:21
1.4.0
|
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@ |
29 Mar 2008 12:18:01
1.4.0
|
dinoex  |
The capabilities of the Color library are limited to pure mathematical
manipulation of the colours based on colour theory without reference to colour
profiles (such as sRGB or Adobe RGB). For most purposes, when working with the
RGB and HSL colours, this won't matter. However, some colour models (like CIE
L*a*b*) are not supported because Color does not yet support colour profiles,
giving no meaningful way to convert colours in absolute colour spaces (like
L*a*b*, XYZ) to non-absolute colour spaces (like RGB).
WWW: http://rubyforge.org/projects/color/ |