NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025121 KiB

AUTHORSH A D10-Nov-202554

ChangeLogH A D10-Nov-202523.6 KiB

compileH A D10-Nov-20257.2 KiB

config.guessH A D10-Nov-202548.2 KiB

config.h.inH A D10-Nov-20254.9 KiB

config.subH A D10-Nov-202534.4 KiB

configureH A D10-Nov-2025369.8 KiB

configure.acH A D10-Nov-20254.3 KiB

COPYINGH A D10-Nov-20252.2 KiB

depcompH A D10-Nov-202523 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515 KiB

Makefile.amH A D10-Nov-20251.8 KiB

Makefile.inH A D10-Nov-202533.9 KiB

man/H10-Nov-202578

missingH A D10-Nov-20256.7 KiB

others/H10-Nov-202577

README.mdH A D10-Nov-20251.7 KiB

rgb.cH A D10-Nov-20254 KiB

rgb.txtH A D10-Nov-202517.6 KiB

showrgb.cH A D10-Nov-20254.1 KiB

README.md

1X color name database
2---------------------
3
4This package includes both the list mapping X color names to RGB values
5(rgb.txt) and programs to read and write the color database.
6
7The "others" subdirectory contains some alternate color databases.
8
9The configure script accepts --with-rgb-db-type=(text|dbm|ndbm) to specify
10the type of database to use for the color name data. The default is "text".
11
12The configure script accepts --with-rgb-db-library=<library-name> to specify
13the dbm or ndbm compatible library to use for the color name data. The default
14is "auto" to search for known implementations.  Library names should be
15specified as would be provided for the "-l" flag for the linker - for
16instance, "c" for libc, "dbm" for libdbm, etc.
17
18Distributors who do choose to enable the use of a database library are
19responsible for understanding the requirements of the license terms of
20the library they link with, which may impose additional restrictions
21beyond the MIT/X11 license used for this package.
22
23If the dbm or ndbm format are chosen, this package also builds the
24rgb command to build the database in that format from rgb.txt.
25
26Regardless of format, this package builds the showrgb command to show
27the contents of the database, from whichever of dbm, ndbm, or text file
28was chosen by the --with-rgb-db-type option when building.
29
30All questions regarding this software should be directed at the
31Xorg mailing list:
32
33  https://lists.x.org/mailman/listinfo/xorg
34
35The master development code repository can be found at:
36
37  https://gitlab.freedesktop.org/xorg/app/rgb
38
39Please submit bug reports and requests to merge patches there.
40
41For patch submission instructions, see:
42
43  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
44
45