From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 18 23:50:19 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 798BA16A403 for ; Thu, 18 May 2006 23:50:19 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA76A43D48 for ; Thu, 18 May 2006 23:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4INoHVF023196 for ; Thu, 18 May 2006 23:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4INoH3B023195; Thu, 18 May 2006 23:50:17 GMT (envelope-from gnats) Resent-Date: Thu, 18 May 2006 23:50:17 GMT Resent-Message-Id: <200605182350.k4INoH3B023195@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Gromnizki Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 568D716A41B for ; Thu, 18 May 2006 23:41:27 +0000 (UTC) (envelope-from iwerdon@gmail.com) Received: from horse.iptelecom.net.ua (horse.iptelecom.net.ua [212.9.224.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7715143D49 for ; Thu, 18 May 2006 23:41:26 +0000 (GMT) (envelope-from iwerdon@gmail.com) Received: from h240.243.159.dialup.iptcom.net ([213.159.243.240]:59615 "EHLO medieval.world" ident: "SOCKFAULT1" whoson: "sgf05") by horse.iptelecom.net.ua with ESMTP id S1219335AbWERXk3 (INRCPT ); Fri, 19 May 2006 02:40:29 +0300 Received: from medieval.world (medieval.world [127.0.0.1]) by medieval.world (8.13.4/8.13.4) with ESMTP id k4INdYFo005124 for ; Fri, 19 May 2006 02:39:34 +0300 (EEST) (envelope-from alex@medieval.world) Received: (from alex@localhost) by medieval.world (8.13.4/8.13.4/Submit) id k4INcQ9f005112; Fri, 19 May 2006 02:38:26 +0300 (EEST) (envelope-from alex) Message-Id: <200605182338.k4INcQ9f005112@medieval.world> Date: Fri, 19 May 2006 02:38:26 +0300 (EEST) From: Alexander Gromnizki To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97475: New port: graphics/xoris An X11 pixel color grabber X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Gromnizki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 May 2006 23:50:19 -0000 >Number: 97475 >Category: ports >Synopsis: New port: graphics/xoris An X11 pixel color grabber >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 18 23:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alexander Gromnizki >Release: FreeBSD 6.0-RELEASE i386 >Organization: >Environment: System: FreeBSD medieval 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri Apr 14 08:20:22 EEST 2006 alex@medieval:/usr/src/sys/i386/compile/AG_6_0_2006_04_14 i386 >Description: New port: graphics/xoris An X11 pixel color grabber >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xoris # xoris/Makefile # xoris/pkg-plist # xoris/pkg-descr # xoris/distinfo # xoris/pkg-message # echo c - xoris mkdir -p xoris > /dev/null 2>&1 echo x - xoris/Makefile sed 's/^X//' >xoris/Makefile << 'END-of-xoris/Makefile' X# New ports collection makefile for: xoris X# Date created: 02 April 2006 X# Whom: Alexander Gromnizki X# X# $FreeBSD$ X# X XPORTNAME= xoris XPORTVERSION= 0.1b XCATEGORIES= graphics x11 XMASTER_SITES= http://grommizki.unixdev.net/soft/ X XMAINTAINER= grommizki@unixdev.net XCOMMENT= An X11 pixel color grabber X XUSE_IMAKE= yes X Xpost-install: X.if !defined(NOPORTDOCS) X @ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}" X @ ${MKDIR} ${DOCSDIR} X @ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ X @ ${CAT} ${PKGMESSAGE} | ${SED} 's#%%DOCSDIR%%#${DOCSDIR}#g' X.endif X X.include END-of-xoris/Makefile echo x - xoris/pkg-plist sed 's/^X//' >xoris/pkg-plist << 'END-of-xoris/pkg-plist' Xbin/xoris X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-xoris/pkg-plist echo x - xoris/pkg-descr sed 's/^X//' >xoris/pkg-descr << 'END-of-xoris/pkg-descr' Xxoris grabs the RGB color value of any pixel on the screen and dumps the Xcolor's name to stdout. The output can be printed as: X X1. hex (#b0958e); X2. triple of decimal RGB values (229 229 229); X3. abstract name (gray90). X Xxoris has only been tested on displays with a bit depth of 24 bpp. END-of-xoris/pkg-descr echo x - xoris/distinfo sed 's/^X//' >xoris/distinfo << 'END-of-xoris/distinfo' XMD5 (xoris-0.1b.tar.gz) = 4623c6b7e7899e2e0f0c35dea01a8343 XSIZE (xoris-0.1b.tar.gz) = 6311 END-of-xoris/distinfo echo x - xoris/pkg-message sed 's/^X//' >xoris/pkg-message << 'END-of-xoris/pkg-message' X******************************************************************************* X* See %%DOCSDIR%%/README before using xoris! X******************************************************************************* END-of-xoris/pkg-message exit >Release-Note: >Audit-Trail: >Unformatted: