with patches/patch-ab, and some more as (3) and (4): (1) Add patch-ab to eliminate old-fashioned flush.pl which causes error as: Can't locate flush.pl in @INC ( .... (2) patch-ab also includes: - Eliminate old-fashioned call of ctime.pl - Eliminate non-supported '$#' - Rename 'sub date' to be more specific name 'sub a2ps_date' This patch is derived from http://trac.macports.com/changeset/86539 (3) Add comment on patch-aa from cvs log. (4) Add LICENSE=mit.
18 lines
660 B
Text
18 lines
660 B
Text
$NetBSD: patch-aa,v 1.3 2013/01/22 10:18:42 mef Exp $
|
|
|
|
date: 2002/09/30 02:40:52; author: kei; state: Exp;
|
|
To remove the feature for the original LaserWriter
|
|
which causes an annoyance in modrern PS printer, GhostScript, etc. See
|
|
pkg/12904.
|
|
|
|
--- a2ps.pl-1.45.orig Fri Mar 15 22:22:10 2002
|
|
+++ a2ps.pl-1.45 Fri Mar 15 22:24:14 2002
|
|
@@ -496,8 +496,6 @@
|
|
/inch {72 mul} bind def
|
|
---
|
|
print "%% SelectTray\n";
|
|
- print "statusdict /${paper_tray}tray known { ";
|
|
- print "statusdict begin ${paper_tray}tray end } if\n";
|
|
|
|
printf("/landscape %s def\n", !$portrait ? "true" : "false");
|
|
printf("/twinpage %s def\n", $twinpage ? "true" : "false");
|