2004-01-24 16:46:44 by grant beattie | Files touched by this commit (39) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2003-11-28 12:31:30 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
PLIST fix: man pages for uncompface
|
2002-10-09 20:00:50 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Unused.
|
2002-09-21 14:13:17 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
Note conflict with mail/faces.
|
2002-09-21 14:03:28 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
buildlink1 -> buildlink2
|
2002-07-19 03:13:55 by Hubert Feyrer | Files touched by this commit (5) | |
Log message:
Add compface 1.4: 48x48x1 image compression and decompression (X-face utility)
The programme (two programmes really - but they're just links to each
other) converts 48x48x1 images to and from a compressed format. The
uncompressed images are expected to contain 48x48/4 (576) hex digits.
All other characters and any `0's followed by `X' or `x' are ignored.
Usually the files are 48 lines of "0x%04X,0x%04X,0x%04X,". The
compressed images contain some number of printable characters. Non
printable characters, including ` ' are ignored. The purpose of the
programme is to allow the inclusion of face images within mail headers
using the field name `X-face: '.
Submitted by Osamu OISHI <oishi@alef.ims.ac.jp> in PR 17541
|