diff options
author | andreas <andreas@FreeBSD.org> | 2000-03-25 20:27:38 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-03-25 20:27:38 +0800 |
commit | 21ef1fe1c1dc3d9343e6434d37ad0c283d792ebb (patch) | |
tree | e1afc055e18a3da0dd0f63f2ee43dab08e61cab8 /print/ghostscript-gpl/pkg-descr | |
parent | ac501d2bfe9aae0d26866b8486473e1676d5d9b3 (diff) | |
download | freebsd-ports-gnome-21ef1fe1c1dc3d9343e6434d37ad0c283d792ebb.tar.gz freebsd-ports-gnome-21ef1fe1c1dc3d9343e6434d37ad0c283d792ebb.tar.zst freebsd-ports-gnome-21ef1fe1c1dc3d9343e6434d37ad0c283d792ebb.zip |
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>
Diffstat (limited to 'print/ghostscript-gpl/pkg-descr')
-rw-r--r-- | print/ghostscript-gpl/pkg-descr | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/print/ghostscript-gpl/pkg-descr b/print/ghostscript-gpl/pkg-descr index 9ba17e369926..78ede9e41f87 100644 --- a/print/ghostscript-gpl/pkg-descr +++ b/print/ghostscript-gpl/pkg-descr @@ -6,15 +6,13 @@ Ghostscript is the well-known PostScript interpreter which is available for all common and most esoteric platforms and supports many different printers and some displays. -Official ghostscript homepage, see: - http://www.cs.wisc.edu/~ghost/index.html - -This FreeBSD port includes two useful add-on packages: - o Support for HP DeskJet 670, 690, 850, 855, 870, 890, 1100 and 1600, - see announcement on - http://www.erdw.ethz.ch/~bonk/hp850/hp850.html +This port includes add-on packages (not part of the official gs release) o Support for pdfencrypt, see description on - http://www.ozemail.com.au/~geoffk/pdfencrypt/ + - http://www.ozemail.com.au/~geoffk/pdfencrypt/ + o Additional driver support + - http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html + o Additional contributed uniprint driver profiles for + - Epson Stylus Color 740 and Epson LQ-1170 Thomas Merz has written a Ghostscript manual in PDF format: http://www.cs.wisc.edu/~ghost/merz.html |