diff options
author | cjep <cjep> | 2002-06-04 14:32:55 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-06-04 14:32:55 +0000 |
commit | b4d33abe761b4f47dd372d4e093b2b9052f1c969 (patch) | |
tree | cead32d67dfd21267a0a175c9f5f66bc4e805c18 /print/yup | |
parent | ce833cc7d0344e0151cdeb9b346eb2b3ce2b336b (diff) | |
download | pkgsrc-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')
-rw-r--r-- | print/yup/DESCR | 3 | ||||
-rw-r--r-- | print/yup/Makefile | 23 | ||||
-rw-r--r-- | print/yup/PLIST | 3 | ||||
-rw-r--r-- | print/yup/distinfo | 5 | ||||
-rw-r--r-- | print/yup/patches/patch-aa | 13 |
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 + # |