This file is indexed.

/usr/share/doc/makexvpics/README is in makexvpics 1.0.1-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
makexvpics - create/update xv/zgv/Gimp-compatible thumbnails non-interactively.
Public domain by Russell Marks, 1998/1999.


Description
-----------

Makexvpics generates thumbnails for picture files (GIFs, JPEGs, etc.)
which are suitable for xv, zgv, and the Gimp. It's considerably slower
than any of those are at making them (in particular, updating a
mostly-up-to-date set of thumbnails is very much slower), but well, it
works. :-) Also, being primarily a shell script it's quite easy to add
support for additional formats.

Makexvpics arose through my being asked more than once to make zgv
update thumbnails from the command-line (without going into graphics
mode) somehow. Since it's fairly hairy having an svgalib program not
call svgalib's vga_init() sometimes, and since it's quite possible xv
(and now Gimp) users might want to be able to do something similar
without having to have zgv installed, I thought a separate program was
the best approach.


Requirements
------------

Makexvpics is a fairly simple shell script, and relies on various
other programs to do most of the work. In particular, you need these
things installed before makexvpics will work:

- netpbm (or pbmplus)
- djpeg		(for JPEG support)
- pngtopnm	(for PNG support)
- mrftopbm	(for mrf support)


Installation
------------

If you have my `pcx2ppm' program installed, you should uncomment the
USE_PCX2PPM definition in `makexvpics.sh'. (But this only makes any
difference when indexing PCX files, so most people won't need to care
about this either way. :-))

Then edit the Makefile if necessary (it shouldn't be), do `make', then
(as root) `make install'.

See the man page for details of how to use the program.


Share and enjoy!

-Rus.