diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-24 14:36:26 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-24 14:36:26 +0000 |
commit | 1b2a4de7cfedc8d7c1d5aae6a4ca95d299f78995 (patch) | |
tree | 715dc38bae702675a90f3d5e27a00073de956746 /print/ghostscript-gnu/scripts/configure | |
parent | Upgrade, 1.1 -> 1.1c. (diff) |
Upgrade to ghostscript 5.03
Makefile:
- Changed WRKSRC
- New GS_SOURCES
- Make symbolic link from jpeg-6a and libpng port's workdir into
WRKSRC, instead of patching unix-gcc.mak further:
ln -s ${PORTSDIR}/graphics/jpeg/work/jpeg-6a ${WRKSRC}/jpeg-6a
ln -s ${PORTSDIR}/graphics/png/work/libpng-0.96 ${WRKSRC}/libpng
- updated md5 files
patches/patch-aa:
- new unified diff because some of the above mentioned changes
- Only commented out the default DEVICE_DEVS
- make our zlib compile again
pkg/DESCR:
- bumped version number
pkg/PLIST:
- updated PLIST
- added proper @dirrm's for a successfull pkg_delete action
scripts/configure:
- added new drivers
"la70t" "DEC LA70 printer with low resol. text enhancement" ON \
"lq850" "EPSON LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" ON \
- rmoved one unnecessary "pdfwrite"
- same for scripts/configure.batch
As requested by: Lars Koeller ;-)
Notes
Notes:
svn path=/head/; revision=7667
Diffstat (limited to 'print/ghostscript-gnu/scripts/configure')
-rw-r--r-- | print/ghostscript-gnu/scripts/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/ghostscript-gnu/scripts/configure b/print/ghostscript-gnu/scripts/configure index 6c9125d8b4b0..91107e76a763 100644 --- a/print/ghostscript-gnu/scripts/configure +++ b/print/ghostscript-gnu/scripts/configure @@ -50,6 +50,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "laserjet" "HP LaserJet" ON \ "la50" "DEC LA50 printer" ON \ "la70" "DEC LA70 printer" ON \ + "la70t" "DEC LA70 printer with low resol. text enhancement" ON \ "la75" "DEC LA75 printer" ON \ "la75plus" "DEC LA75plus printer" ON \ "lbp8" "Canon LBP-8II laser printer" ON \ @@ -66,6 +67,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "lj5gray" "HP LaserJet 5 and 6 family, gray-scale bitmap" ON \ "lp2563" "HP 2563B line printer" ON \ "lp8000" "EPSON LP-8000 line printer" ON \ + "lq850" "EPSON LQ-850 (360x360), ok for Canon BJ300 in LQ850 emul" ON \ "m8510" "C.Itoh M8510 printer" ON \ "necp6" "NEC P6/P6+/P60, 360x360 DPI resol" ON \ "oce9050" "OCE 9050 printer" ON \ @@ -122,7 +124,6 @@ Have fun with this new configuration style ! -andreas \n\n\ "mgrgray8" "8-bit gray scale MGR devices" ON \ "mgr4" "4-bit (VGA) color MGR devices" ON \ "mgr8" "8-bit color MGR devices" ON \ - "pdfwrite" "Allow writting of pdf files" ON \ "pcxmono" "PCX file format, monochrome 1-bit b/w" ON \ "pcxgray" "PCX file format, 8-bit gray scale" ON \ "pcx16" "PCX file format, 4-bit planar EGA/VGA color" ON \ |