diff options
author | 2003-07-15 21:21:40 +0000 | |
---|---|---|
committer | 2003-07-15 21:21:40 +0000 | |
commit | e96be54570d6891c36f4874803dabc94faae2358 (patch) | |
tree | d670783cbd70249c47c769770a719edbdb0cd240 /app-text/a2ps/files | |
parent | Added Japanese support and stdout patch (diff) | |
download | historical-e96be54570d6891c36f4874803dabc94faae2358.tar.gz historical-e96be54570d6891c36f4874803dabc94faae2358.tar.bz2 historical-e96be54570d6891c36f4874803dabc94faae2358.zip |
Added Japanese support and stdout patch
Diffstat (limited to 'app-text/a2ps/files')
-rw-r--r-- | app-text/a2ps/files/a2ps-4.13-stdout.diff | 13 | ||||
-rw-r--r-- | app-text/a2ps/files/digest-a2ps-4.13b-r5 | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-text/a2ps/files/a2ps-4.13-stdout.diff b/app-text/a2ps/files/a2ps-4.13-stdout.diff new file mode 100644 index 000000000000..1e40e618fcbd --- /dev/null +++ b/app-text/a2ps/files/a2ps-4.13-stdout.diff @@ -0,0 +1,13 @@ +--- lib/printers.c.orig Tue Oct 12 00:01:59 1999 ++++ lib/printers.c Wed May 2 11:23:25 2001 +@@ -315,8 +315,8 @@ + res->ppd = NULL; /* Printer's ppd are not read yet */ + + /* Output */ +- /* Default is to send to default printer */ +- res->flag_output_is_printer = true; ++ /* Default is to send to stdout */ ++ res->flag_output_is_printer = false; + res->flag_output_name = NULL; + res->output_is_file = true; + res->output_name = NULL; diff --git a/app-text/a2ps/files/digest-a2ps-4.13b-r5 b/app-text/a2ps/files/digest-a2ps-4.13b-r5 new file mode 100644 index 000000000000..91bf8e85e0f3 --- /dev/null +++ b/app-text/a2ps/files/digest-a2ps-4.13b-r5 @@ -0,0 +1,2 @@ +MD5 0c8e0c31b08c14f7a7198ce967eb3281 a2ps-4.13b.tar.gz 1944289 +MD5 75820c89316d271519e8c5a18c479c1e a2ps-4.13-ja_nls.patch 138290 |