cvs commit: ports/graphics Makefile ports/graphics/xoris Makefile distinfo pkg-descr pkg-plist ports/graphics/xoris/files pkg-message.in

Ion-Mihai Tetcu itetcu at FreeBSD.org
Sun Jun 11 21:20:53 UTC 2006


itetcu      2006-06-11 21:18:41 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/xoris       Makefile distinfo pkg-descr pkg-plist 
    graphics/xoris/files pkg-message.in 
  Log:
  xoris grabs the RGB color value of any pixel on the screen and dumps the
  color's name to stdout. The output can be printed as:
  
  1. hex (#b0958e);
  2. triple of decimal RGB values (229 229 229);
  3. abstract name (gray90).
  
  xoris has only been tested on displays with a bit depth of 24 bpp.
  
  PR:             ports/97475
  Submitted by:   Alexander Gromnizki
  Approved by:    lawrance (mentor, implicit)
  
  Revision  Changes    Path
  1.939     +1 -0      ports/graphics/Makefile
  1.1       +28 -0     ports/graphics/xoris/Makefile (new)
  1.1       +3 -0      ports/graphics/xoris/distinfo (new)
  1.1       +3 -0      ports/graphics/xoris/files/pkg-message.in (new)
  1.1       +8 -0      ports/graphics/xoris/pkg-descr (new)
  1.1       +3 -0      ports/graphics/xoris/pkg-plist (new)


More information about the cvs-ports mailing list