cvs commit: ports/print Makefile ports/print/rubygem-color Makefile distinfo pkg-descr pkg-plist

Dirk Meyer dinoex at FreeBSD.org
Sat Mar 29 05:18:02 PDT 2008


dinoex      2008-03-29 12:18:01 UTC

  FreeBSD ports repository

  Modified files:
    print                Makefile 
  Added files:
    print/rubygem-color  Makefile distinfo pkg-descr pkg-plist 
  Log:
  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/
  
  Revision  Changes    Path
  1.452     +1 -0      ports/print/Makefile
  1.1       +23 -0     ports/print/rubygem-color/Makefile (new)
  1.1       +3 -0      ports/print/rubygem-color/distinfo (new)
  1.1       +9 -0      ports/print/rubygem-color/pkg-descr (new)
  1.1       +274 -0    ports/print/rubygem-color/pkg-plist (new)


More information about the cvs-ports mailing list