diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-03-25 12:27:38 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-03-25 12:27:38 +0000 |
commit | d54318fb63a277a017c016f58711176ce7d1aba4 (patch) | |
tree | db5e1f5870d4bc6fca91f083092f1c1018bcd8a7 /print/ghostscript6/files/patch-ab | |
parent | Now E-Power is available. (diff) |
new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
printer: Epson Stylus Color 740
mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
#
printer: Epson LQ-1170
mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
release
- apsfilter will be updated later
Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
Notes
Notes:
svn path=/head/; revision=27030
Diffstat (limited to 'print/ghostscript6/files/patch-ab')
-rw-r--r-- | print/ghostscript6/files/patch-ab | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/print/ghostscript6/files/patch-ab b/print/ghostscript6/files/patch-ab deleted file mode 100644 index aee04b39d512..000000000000 --- a/print/ghostscript6/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- gs_init.ps.orig Thu Jan 2 19:23:13 1997 -+++ gs_init.ps Thu Jan 2 19:24:46 1997 -@@ -1363,3 +1363,7 @@ - (END GC) VMDEBUG - - % The interpreter will run the initial procedure (start). -+ -+% unofficial patch: -+% make it possible to print from within acroread pdf viewer -+/Default currenthalftone /Halftone defineresource pop |