diff options
author | cjep <cjep@pkgsrc.org> | 2002-06-04 14:32:55 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-06-04 14:32:55 +0000 |
commit | c41f428fe3c5c3285459bbef835a41d7d6eb2b1f (patch) | |
tree | cead32d67dfd21267a0a175c9f5f66bc4e805c18 /print/yup/patches | |
parent | 8a804396eaa086dd6ba4bc4c1199c12f8add5520 (diff) | |
download | pkgsrc-c41f428fe3c5c3285459bbef835a41d7d6eb2b1f.tar.gz |
Initial import of yup 1.0 into the NetBSD packages collection.
yup provides a PostScript printer with the capability of printing any
number of reduced page images on one physical sheet of paper, be they
PostScript or ASCII text.
Supplied by grant at grunta.com in PR#14128. Thanks!
Diffstat (limited to 'print/yup/patches')
-rw-r--r-- | print/yup/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/yup/patches/patch-aa b/print/yup/patches/patch-aa new file mode 100644 index 00000000000..3e4e89bec45 --- /dev/null +++ b/print/yup/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/06/04 14:32:55 cjep Exp $ + +--- yup.orig Wed Feb 15 13:26:04 1995 ++++ yup Tue Oct 2 21:44:58 2001 +@@ -1,5 +1,6 @@ +-#! /usr/local/bin/perl +-# ++eval 'exec perl -S $0 ${1+"$@"}' ++ if $running_under_some_shell; ++# + # yup -- print multiple PS/text images on one page. + # Copyright (C) 1995 Malcolm Herbert + # |