summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorcjep <cjep>2002-06-04 14:32:55 +0000
committercjep <cjep>2002-06-04 14:32:55 +0000
commitac0c27f1c8b42e8290b95aa28c10cef25fe6165e (patch)
treecead32d67dfd21267a0a175c9f5f66bc4e805c18 /print
parent126d8eb3460a6ce6b70798698296ec24ddd7292d (diff)
downloadpkgsrc-ac0c27f1c8b42e8290b95aa28c10cef25fe6165e.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')
-rw-r--r--print/yup/DESCR3
-rw-r--r--print/yup/Makefile23
-rw-r--r--print/yup/PLIST3
-rw-r--r--print/yup/distinfo5
-rw-r--r--print/yup/patches/patch-aa13
5 files changed, 47 insertions, 0 deletions
diff --git a/print/yup/DESCR b/print/yup/DESCR
new file mode 100644
index 00000000000..1c118462ac8
--- /dev/null
+++ b/print/yup/DESCR
@@ -0,0 +1,3 @@
+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.
diff --git a/print/yup/Makefile b/print/yup/Makefile
new file mode 100644
index 00000000000..dd355381d5c
--- /dev/null
+++ b/print/yup/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/04 14:32:55 cjep Exp $
+#
+
+DISTNAME= yup-r1-rel
+PKGNAME= yup-1.0
+CATEGORIES= print
+MASTER_SITES= http://redback.spyda.net/~mjch/yup/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= grant@grunta.com
+COMMENT= print multiple PostScript/ASCII pages per sheet
+
+USE_PERL5= # defined
+WRKSRC= ${WRKDIR}/yup-r1
+
+NO_CONFIGURE= # defined
+NO_BUILD= # defined
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/yup ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/yup.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/yup/PLIST b/print/yup/PLIST
new file mode 100644
index 00000000000..2843354baae
--- /dev/null
+++ b/print/yup/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/04 14:32:55 cjep Exp $
+bin/yup
+man/man1/yup.1
diff --git a/print/yup/distinfo b/print/yup/distinfo
new file mode 100644
index 00000000000..8c46de62b93
--- /dev/null
+++ b/print/yup/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/06/04 14:32:55 cjep Exp $
+
+SHA1 (yup-r1-rel.tgz) = f3b81abd6c70a3bf9fd0b35af8eb2fa75d83778c
+Size (yup-r1-rel.tgz) = 89529 bytes
+SHA1 (patch-aa) = bbc3e7f463c6376c85aead6698af42840debe4a4
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
+ #