diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-06-26 21:03:15 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2001-06-26 21:03:15 +0000 |
commit | 88f263f5c04bb0bf122e69c2b4cf5ec8cd984635 (patch) | |
tree | 4bbcba274b2e227f346386ef016171cc5bbe8ff5 /sysutils/du2ps/files/patch-aa | |
parent | Update port to version 0.0.6E.4F.4. (diff) |
Add du2ps 2.1, filter for converting output of du to PostScript file.
PR: 27848
Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp>
Notes
Notes:
svn path=/head/; revision=44477
Diffstat (limited to 'sysutils/du2ps/files/patch-aa')
-rw-r--r-- | sysutils/du2ps/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/du2ps/files/patch-aa b/sysutils/du2ps/files/patch-aa new file mode 100644 index 000000000000..d74af3d7e2e4 --- /dev/null +++ b/sysutils/du2ps/files/patch-aa @@ -0,0 +1,11 @@ +--- du2ps.h.orig Tue Mar 15 18:17:00 1994 ++++ du2ps.h Fri Jun 1 15:39:04 2001 +@@ -51,6 +51,8 @@ + #define FONT_FAMILY "Times-Roman" + #define LINE_WIDTH 0.5 + #define HEAD_SEP 5.0 ++#define A3_WIDTH 841.889764 ++#define A3_HEIGHT 1190.55118 + #define A4_WIDTH 595.275591 + #define A4_HEIGHT 841.889764 + #define B4_WIDTH 728.503937 |