diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 19:07:23 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 19:07:23 +0000 |
commit | d60b460b0300d3cb5cfc8406f57f29ef4d362c7a (patch) | |
tree | 05c0a0b340f8bbd9dfb254329235387b38b1a8aa /mail/faces/files/patch-cc | |
parent | Add --enable-fpe=uae into CONFIGURE_ARGS and get rid of linuxthreads. (diff) |
o) Patch reverse compface part to faces 1.6.1 port
- Missing uncompface -X option used in exmh
- Missing filter programs to generate ikon file
- I will try communicate the necessary add ons to the
new developers of faces.
Diffstat (limited to '')
-rw-r--r-- | mail/faces/files/patch-cc | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/mail/faces/files/patch-cc b/mail/faces/files/patch-cc new file mode 100644 index 000000000000..a8a01b4c7514 --- /dev/null +++ b/mail/faces/files/patch-cc @@ -0,0 +1,39 @@ +*** compface/compface.1 Tue Jan 15 23:58:46 2002 +--- /home/lkoeller/tmp/ports/mail/faces/work/faces/compface/compface.1 Sun Jan 19 19:35:35 2003 +*************** +*** 1,4 **** +! .TH COMPFACE 1 "15 January 2002" + .SH NAME + compface, uncompface \- compress and expand 48x48x1 face image files + .SH SYNOPSIS +--- 1,4 ---- +! .TH COMPFACE 1 "25 January 1990" + .SH NAME + compface, uncompface \- compress and expand 48x48x1 face image files + .SH SYNOPSIS +*************** +*** 12,17 **** +--- 12,19 ---- + .LP + .B uncompface + [ ++ .B \-X ++ ] [ + .I infile + [ + .I outfile +*************** +*** 56,61 **** +--- 58,69 ---- + .I compface + averages less than 200 characters. + The average number of output lines is three. ++ .SH OPTIONS ++ .TP 12 ++ .B \-X ++ The same as ++ .I uncompface ++ | ikon2xbm. Usefull for exmh! + .SH DIAGNOSTICS + Exit status is normally 0. + Possible errors include IO errors when opening, reading or writing |