summaryrefslogtreecommitdiff
path: root/print/apsfilter6
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1996-09-23 07:42:50 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1996-09-23 07:42:50 +0000
commit18f05df5d87ae445b8e21279c4e1aefed6b1410d (patch)
tree6c1512379eea9d46f5dfa1aa14e6a396fcdc5f77 /print/apsfilter6
parentActivate celvis, a Chinese language elvis (vi clone). (diff)
- Better support for Epson Stylus Pro.
- New GS_FEATURES variable allows you to enable special driver features: GS_FEATURES="-dBitsPerPixel=32 -dMicroweave -sDithering=fscmyk" - With the GS_RESOL variable you can easily change the print resolution. - With the PS_INIT variable you can include needed gs driver initialization files (needed by stcolor driver): PS_INIT=stcolor.ps - added pre-clean target to remove all other packages that are needed for apsfilter.
Notes
Notes: svn path=/head/; revision=3845
Diffstat (limited to 'print/apsfilter6')
-rw-r--r--print/apsfilter6/Makefile8
-rw-r--r--print/apsfilter6/pkg-descr7
2 files changed, 11 insertions, 4 deletions
diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile
index 929fcd881698..fecdf4e57be2 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.4 1996/09/19 03:00:51 andreas Exp $
+# $Id: Makefile,v 1.5 1996/09/21 17:02:40 andreas Exp $
#
DISTNAME= apsfilter-4.9.3
@@ -22,4 +22,10 @@ NO_PACKAGE= yes # too many questions
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/apsfilter
+pre-clean:
+ @(cd ${PORTSDIR}/print/ghostscript4 ; ${MAKE} clean)
+ @(cd ${PORTSDIR}/print/transfig ; ${MAKE} clean)
+ @(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean)
+ @(cd ${PORTSDIR}/graphics/netpbm ; ${MAKE} clean)
+
.include <bsd.port.mk>
diff --git a/print/apsfilter6/pkg-descr b/print/apsfilter6/pkg-descr
index cca64dd3b13c..6e2e0a951993 100644
--- a/print/apsfilter6/pkg-descr
+++ b/print/apsfilter6/pkg-descr
@@ -17,8 +17,9 @@ your local printers. Please note, that such a magic printcap filter
only works on locally connected printers.
apsfilter 4.9.3 is designed to work only on FreeBSD 2.X. Call it
-an interim Version for FreeBSD. It's functionally the same as
-Version 4.9.1.
+an interim Version for FreeBSD.
-Have fun ! Andreas Klemm <andreas@knobel.gun.de>
+New is better support for Epson Stylus PRO.
+
+Have fun ! Andreas Klemm <andreas@klemm.gtn.com>