Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-23 | USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined. | jlam | 1 | -2/+2 | |
2004-03-20 | Fix build on Linux. From Antonio Marques in PR pkg/24852. | snj | 2 | -1/+13 | |
2004-03-05 | Reorder location and setting of BUILDLINK_PACKAGES to match template | jlam | 1 | -10/+8 | |
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk. | |||||
2004-02-14 | bl3ify | minskim | 2 | -2/+22 | |
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2003-11-28 | PLIST fix: man pages for uncompface | adam | 1 | -1/+3 | |
2002-10-09 | Unused. | wiz | 1 | -34/+0 | |
2002-09-21 | Note conflict with mail/faces. | jlam | 1 | -1/+3 | |
2002-09-21 | buildlink1 -> buildlink2 | jlam | 2 | -4/+23 | |
2002-07-19 | Add compface 1.4: 48x48x1 image compression and decompression (X-face utility) | hubertf | 5 | -0/+69 | |
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 |