aboutsummaryrefslogtreecommitdiff
path: root/graphics/xoris
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.1eBeech Rintoul2009-01-304-9/+24
| | | | | | | | | | - Update maintainer address PR: ports/131095 Submitted by: Alexander Gromnitsky <alexander.gromnitsky@gmail.com> (maintainer) Notes: svn path=/head/; revision=227133
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* xoris grabs the RGB color value of any pixel on the screen and dumps theIon-Mihai Tetcu2006-06-115-0/+45
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) Notes: svn path=/head/; revision=165143