summaryrefslogtreecommitdiff
path: root/print/yup/patches
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-04 14:32:55 +0000
committercjep <cjep>2002-06-04 14:32:55 +0000
commitb4d33abe761b4f47dd372d4e093b2b9052f1c969 (patch)
treecead32d67dfd21267a0a175c9f5f66bc4e805c18 /print/yup/patches
parentce833cc7d0344e0151cdeb9b346eb2b3ce2b336b (diff)
downloadpkgsrc-b4d33abe761b4f47dd372d4e093b2b9052f1c969.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-aa13
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
+ #