diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:13:09 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-04-24 04:13:09 +0000 |
commit | 5f8eb67e3760459c0834c08f36d9e502d3388e3a (patch) | |
tree | b0094c17ab958c91c23c0e89d3bb437c5adf6982 /print/psutils/files/patch-b4 | |
parent | - Add patch to prevent deletion of /dev/null (diff) |
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils. The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
Notes
Notes:
svn path=/head/; revision=316401
Diffstat (limited to 'print/psutils/files/patch-b4')
-rw-r--r-- | print/psutils/files/patch-b4 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/psutils/files/patch-b4 b/print/psutils/files/patch-b4 new file mode 100644 index 000000000000..58918fc7a976 --- /dev/null +++ b/print/psutils/files/patch-b4 @@ -0,0 +1,15 @@ +--- psutil.c.bak Thu Oct 5 10:17:44 2000 ++++ psutil.c Thu Oct 5 10:17:44 2000 +@@ -48,10 +48,12 @@ + { "a4", 595, 842 }, /* 21cm * 29.7cm */ + { "a5", 421, 595 }, /* 14.85cm * 21cm */ + { "b5", 516, 729 }, /* 18.2cm * 25.72cm */ ++ { "b4", 729, 1032 }, /* 25.72cm * 36.4cm */ + { "A3", 842, 1191 }, /* 29.7cm * 42cm */ + { "A4", 595, 842 }, /* 21cm * 29.7cm */ + { "A5", 421, 595 }, /* 14.85cm * 21cm */ + { "B5", 516, 729 }, /* 18.2cm * 25.72cm */ ++ { "B4", 729, 1032 }, /* 25.72cm * 36.4cm */ + { "letter", 612, 792 }, /* 8.5in * 11in */ + { "legal", 612, 1008 }, /* 8.5in * 14in */ + { "ledger", 1224, 792 }, /* 17in * 11in */ |