1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- 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.
This commit is contained in:
Andreas Klemm 1996-09-23 07:42:50 +00:00
parent d2e41c2467
commit 18f05df5d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3845
4 changed files with 22 additions and 8 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>