summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1999-05-25 20:27:48 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1999-05-25 20:27:48 +0000
commit6c553c3c576394777e7224ea3add1660b833501d (patch)
tree5426ca0a2e2844df61a50e6ec6afb4a121f08fc8 /print
parentupgrade to pre.7 (diff)
add new functionality:
- it's possible to use psutils to print 2 pages on one physical page and other things. - New Environment Variable PSUTILS can be set via apsfilterrc files. i.e.: PSUTILS="psnup -2 |" Port now additionally has a run dependency to psutils-letter....
Notes
Notes: svn path=/head/; revision=18993
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile5
-rw-r--r--print/apsfilter6/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile
index cdd7e6c9c9a9..c58645134649 100644
--- a/print/apsfilter/Makefile
+++ b/print/apsfilter/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.29 1999/05/24 07:06:31 asami Exp $
+# $Id: Makefile,v 1.30 1999/05/24 11:58:45 andreas Exp $
#
DISTNAME= apsfilter-5.1.1
@@ -19,7 +19,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \
anytopnm:${PORTSDIR}/graphics/netpbm \
bunzip2:${PORTSDIR}/archivers/bzip2 \
recode:${PORTSDIR}/converters/recode \
- a2ps:${PORTSDIR}/print/a2ps-letter
+ a2ps:${PORTSDIR}/print/a2ps-letter \
+ psnup:${PORTSDIR}/print/psutils-letter
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/apsfilter
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index cdd7e6c9c9a9..c58645134649 100644
--- a/print/apsfilter6/Makefile
+++ b/print/apsfilter6/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.29 1999/05/24 07:06:31 asami Exp $
+# $Id: Makefile,v 1.30 1999/05/24 11:58:45 andreas Exp $
#
DISTNAME= apsfilter-5.1.1
@@ -19,7 +19,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 \
anytopnm:${PORTSDIR}/graphics/netpbm \
bunzip2:${PORTSDIR}/archivers/bzip2 \
recode:${PORTSDIR}/converters/recode \
- a2ps:${PORTSDIR}/print/a2ps-letter
+ a2ps:${PORTSDIR}/print/a2ps-letter \
+ psnup:${PORTSDIR}/print/psutils-letter
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/apsfilter