Date: Sun, 11 Jun 2006 21:18:41 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics Makefile ports/graphics/xoris Makefile distinfo pkg-descr pkg-plist ports/graphics/xoris/files pkg-message.in Message-ID: <200606112118.k5BLIfUe068006@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606112118.k5BLIfUe068006>