aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1996-09-23 15:42:50 +0800
committerandreas <andreas@FreeBSD.org>1996-09-23 15:42:50 +0800
commitab219a392981f88d7a22d8914efad0fecfc7811f (patch)
tree2c8f07ae76d89521a577213af43b8254d8ed2c9a /print
parent90ecb81785fa8727fc6cbdb5bfa0845374c2bf72 (diff)
downloadfreebsd-ports-gnome-ab219a392981f88d7a22d8914efad0fecfc7811f.tar.gz
freebsd-ports-gnome-ab219a392981f88d7a22d8914efad0fecfc7811f.tar.zst
freebsd-ports-gnome-ab219a392981f88d7a22d8914efad0fecfc7811f.zip
- 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.
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/Makefile8
-rw-r--r--print/apsfilter/pkg-descr7
-rw-r--r--print/apsfilter6/Makefile8
-rw-r--r--print/apsfilter6/pkg-descr7
4 files changed, 22 insertions, 8 deletions
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 <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/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 <andreas@knobel.gun.de>
+New is better support for Epson Stylus PRO.
+
+Have fun ! Andreas Klemm <andreas@klemm.gtn.com>
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>