Changes between Version 9 and Version 10 of RubySection


Ignore:
Timestamp:
Apr 10, 2009, 6:38:06 PM (15 years ago)
Author:
febeling@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubySection

    v9 v10  
    1212
    1313== Guidelines for Ruby Ports ==
    14  * should have a name prefix of "rb" for 1.8, and "rb19" for 1.9. It would be nice to have ports compatible with both, but that is not possible, since the library paths for ruby get determined during configuration phase and are specific for the different versions.
     14 * should have a name prefix of "rb" for 1.8, and "rb19" for 1.9. It would be nice to have ports compatible with both, but that is not possible, since the library paths for ruby get determined during configuration phase and are specific for the different versions.
     15 * should generally be created using the ruby port group. This provides almost everything you need to do in a ruby portfile if you use the {{{ruby.setup}}} command. {{{ruby.setup}}} allows to create ports for ruby (1.8) and ruby19 already.
    1516
    1617