import xoris

xoris is a simple util that dumps a rgb-color value of any part of the
screen to stdout.  The program can do this in three variants:

1. hex (#b0958e)
2. string of rgb numbers (229 229 229)
3. abstract name (gray90)

To get such enumerated color specifications, click: Button1,
Ctrl+Button1, Shift+Button1 correspondingly.

thanks to responsive upstream, no patches required
ok eric@
This commit is contained in:
simon 2008-05-06 22:32:19 +00:00
parent 1c0ecd11d1
commit 56e85e9543
4 changed files with 43 additions and 0 deletions

27
graphics/xoris/Makefile Normal file
View File

@ -0,0 +1,27 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/05/06 22:32:19 simon Exp $
COMMENT = X11 pixel color grabber
DISTNAME = xoris-0.1d
CATEGORIES = graphics
HOMEPAGE = http://gromnizki.unixdev.net/
MASTER_SITES = ${HOMEPAGE}soft/
# MIT/X license
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = X11 c
CONFIGURE_STYLE = imake
MAKE_FLAGS += CFLAGS="${CFLAGS}" CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
NO_REGRESS = Yes
.include <bsd.port.mk>

5
graphics/xoris/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (xoris-0.1d.tar.gz) = hwFrjk9gQvUgJS6qBh4ZgQ==
RMD160 (xoris-0.1d.tar.gz) = 7ILMHy47bLgrCCirWhS954XpNL8=
SHA1 (xoris-0.1d.tar.gz) = tM6gecH2k6FGk2tOfFc3mawgZFg=
SHA256 (xoris-0.1d.tar.gz) = yUgiXiYVJ8qbLLNCwhY+UuPm2i1do/ijkdjxBuSCdbk=
SIZE (xoris-0.1d.tar.gz) = 6676

9
graphics/xoris/pkg/DESCR Normal file
View File

@ -0,0 +1,9 @@
xoris is a simple util that dumps a rgb-color value of any part of the
screen to stdout. The program can do this in three variants:
1. hex (#b0958e)
2. string of rgb numbers (229 229 229)
3. abstract name (gray90)
To get such enumerated color specifications, click: Button1,
Ctrl+Button1, Shift+Button1 correspondingly.

2
graphics/xoris/pkg/PLIST Normal file
View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/05/06 22:32:19 simon Exp $
bin/xoris