diff options
Diffstat (limited to 'comms/hylafax/patches/patch-as')
-rw-r--r-- | comms/hylafax/patches/patch-as | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/comms/hylafax/patches/patch-as b/comms/hylafax/patches/patch-as new file mode 100644 index 00000000000..eff40a048c0 --- /dev/null +++ b/comms/hylafax/patches/patch-as @@ -0,0 +1,16 @@ +$NetBSD: patch-as,v 1.1 2000/08/29 17:08:38 abs Exp $ + +--- util/typerules.orig Mon Oct 12 21:47:48 1998 ++++ util/typerules +@@ -128,6 +128,11 @@ + >15 string ascii ps %F/textfmt -B -f Courier-Bold\ + -p 11 -s %s >%o <%i + # ++# Japanization (should help other iso-2022 variants too) ++# ++#>15 string asciiesc ps a2ps-j -l '' -p -ns -nt <%i >%o ++#0 asciiesc x ps a2ps-j -l '' -p -ns -nt <%i >%o ++# + # This causes anything else with ascii-only data to be treated as text. + # + 0 ascii x ps %F/textfmt -B -f Courier-Bold\ |