mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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)
This commit is contained in:
parent
6c2493644b
commit
2e16fc7acf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165143
@ -664,6 +664,7 @@
|
||||
SUBDIR += xmountains
|
||||
SUBDIR += xmrm
|
||||
SUBDIR += xnview
|
||||
SUBDIR += xoris
|
||||
SUBDIR += xpaint
|
||||
SUBDIR += xpcd
|
||||
SUBDIR += xpdf
|
||||
|
28
graphics/xoris/Makefile
Normal file
28
graphics/xoris/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# New ports collection makefile for: xoris
|
||||
# Date created: 02 April 2006
|
||||
# Whom: Alexander Gromnizki
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xoris
|
||||
PORTVERSION= 0.1b
|
||||
CATEGORIES= graphics x11
|
||||
MASTER_SITES= http://gromnizki.unixdev.net/soft/
|
||||
|
||||
MAINTAINER= grommizki@unixdev.net
|
||||
COMMENT= An X11 pixel color grabber
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
post-install:
|
||||
@ ${ECHO_MSG} "===> Installing documentation for ${PORTNAME}"
|
||||
@ ${MKDIR} ${DOCSDIR}
|
||||
@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
||||
@ ${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/xoris/distinfo
Normal file
3
graphics/xoris/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xoris-0.1b.tar.gz) = 4623c6b7e7899e2e0f0c35dea01a8343
|
||||
SHA256 (xoris-0.1b.tar.gz) = aa4ae97dd10dec27fd77e44839674a6ca5d8288b093bfc64b6b2cffe5819a2e4
|
||||
SIZE (xoris-0.1b.tar.gz) = 6311
|
3
graphics/xoris/files/pkg-message.in
Normal file
3
graphics/xoris/files/pkg-message.in
Normal file
@ -0,0 +1,3 @@
|
||||
*******************************************************************************
|
||||
* See %%DOCSDIR%%/README before using xoris!
|
||||
*******************************************************************************
|
8
graphics/xoris/pkg-descr
Normal file
8
graphics/xoris/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
3
graphics/xoris/pkg-plist
Normal file
3
graphics/xoris/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/xoris
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user