          MODULE=xpr
         VERSION=1.2.0
          SOURCE=$MODULE-$VERSION.tar.xz
      SOURCE_URL=$XORG_URL/individual/app/
      SOURCE_VFY=sha256:8b9402f8331309f0a9d8143d4d6129c4a7479ff9449616849b9f1e2a5835cec3
   MODULE_PREFIX=${X11R7_PREFIX:-/usr}
        WEB_SITE=http://www.x.org
         ENTERED=20060302
         UPDATED=20240304
           SHORT="Print an X window dump"

cat << EOF
xpr takes as input a window dump file produced by xwd(1) and formats it for
output on PostScript printers, the Digital LN03 or LA100, the IBM PP3812 page
printer, the HP LaserJet (or other PCL printers), or the HP PaintJet. If no
file argument is given, the standard input is used. By default, xpr prints the
largest possible representation of the window on the output page. Options allow
the user to add headers and trailers, specify margins, adjust the scale and
orientation, and append multiple window dumps to a single output file. Output
is to standard output unless -output is specified.
EOF
