From owner-cvs-ports@FreeBSD.ORG Sun Jun 11 21:20:53 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1329F16A41A; Sun, 11 Jun 2006 21:20:53 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2AF243D45; Sun, 11 Jun 2006 21:20:52 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5BLIf35068007; Sun, 11 Jun 2006 21:18:41 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5BLIfUe068006; Sun, 11 Jun 2006 21:18:41 GMT (envelope-from itetcu) Message-Id: <200606112118.k5BLIfUe068006@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 11 Jun 2006 21:18:41 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/graphics Makefile ports/graphics/xoris Makefile distinfo pkg-descr pkg-plist ports/graphics/xoris/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 21:20:53 -0000 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)