From ab219a392981f88d7a22d8914efad0fecfc7811f Mon Sep 17 00:00:00 2001 From: andreas Date: Mon, 23 Sep 1996 07:42:50 +0000 Subject: - 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. --- print/apsfilter/Makefile | 8 +++++++- print/apsfilter/pkg-descr | 7 ++++--- print/apsfilter6/Makefile | 8 +++++++- print/apsfilter6/pkg-descr | 7 ++++--- 4 files changed, 22 insertions(+), 8 deletions(-) (limited to 'print') diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 929fcd881698..fecdf4e57be2 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 # -# $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 diff --git a/print/apsfilter/pkg-descr b/print/apsfilter/pkg-descr index cca64dd3b13c..6e2e0a951993 100644 --- a/print/apsfilter/pkg-descr +++ b/print/apsfilter/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 +New is better support for Epson Stylus PRO. + +Have fun ! Andreas Klemm 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 # -# $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 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 +New is better support for Epson Stylus PRO. + +Have fun ! Andreas Klemm -- cgit