diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-08 20:02:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-08 20:02:23 +0000 |
commit | 152a500379e595e87d74156ace175e58d3cb63d2 (patch) | |
tree | c31c0280db36dab0abf59b52de1ddeafe9419374 /print/ghostscript7/scripts | |
parent | 11bafed22f365fa4eaef31aa1fe530f5517e2c07 (diff) |
Update to version 7.07.
PR: 52480
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=82548
Diffstat (limited to 'print/ghostscript7/scripts')
-rw-r--r-- | print/ghostscript7/scripts/configure | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/print/ghostscript7/scripts/configure b/print/ghostscript7/scripts/configure index 36f568a7f225..c4e1e56d3a1d 100644 --- a/print/ghostscript7/scripts/configure +++ b/print/ghostscript7/scripts/configure @@ -12,11 +12,16 @@ x11devs="x11 x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 \ x11gray2 x11gray4 x11mono x11rg16x x11rg32x" fi -if [ ! -z "${GS_OPTIONS}" ]; then - set ${GS_OPTIONS} +if [ -n "${WITH_SVGALIB}" ]; then +svgalibdevs="lvga256 vgalib" +fi + +if [ ! -z "${GS_DRIVERS_LIST}" ]; then + set ${GS_DRIVERS_LIST} else set \ $x11devs \ + $svgalibdevs \ md2k md5k \ md50Mono md50Eco md1xMono \ appledmp iwhi iwlo iwlq hl7x0 bj10e \ @@ -46,7 +51,9 @@ else pj pjetxl pjxl paintjet \ pjxl300 pxlmono pxlcolor \ pcl3 hpdj \ - ijs ibmpro jetp3852 imagen fs600 lxm5700m cp50 necp6 \ + ijs ibmpro jetp3852 imagen fs600 lxm5700m \ + lxm3200 lx5000 lex2050 lex3200 lex5700 lex7000 \ + cp50 necp6 \ npdl \ oce9050 oki182 okiibm atx23 atx24 atx38 r4081 \ rpdl \ @@ -64,7 +71,8 @@ else bit bitrgb bitcmyk plan9bm pam pbm pbmraw \ pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw \ pkm pkmraw pksm pksmraw \ - pngmono pnggray png16 png256 png16m pnga psmono psgray psrgb \ + pngmono pnggray png16 png256 png16m pngalpha \ + psmono psgray psrgb \ pswrite epswrite sgirgb sunhmono \ tiffcrle tiffg3 tiffg32d tiffg4 \ tiff12nc tiff24nc tifflzw tiffpack \ @@ -95,6 +103,8 @@ Have fun with this new configuration style ! -andreas \n\n\ "x11mono" "X Window System masquer. as black-and-white device" "$status_x11mono" \ "x11rg16x" "X Window System with G5/B5/R6 pixel layout for testing" "$status_x11rg16x" \ "x11rg32x" "X Window System with G11/B10/R11 pixel layout for testing" "$status_x11rg32x" \ + "lvga256" "SVGAlib, 256-color VGA modes" "$status_lvga256" \ + "vgalib" "SVGAlib, 16-color VGA modes" "$status_vgalib" \ "md2k" "ALPS MD-2000/2010/4000/1300/1500/5000 [MD2K]" "$status_md2k" \ "md5k" "ALPS MD-5000 Eco Mode [MD2K]" "$status_md5k" \ "md50Mono" "ALPS MD-5000 Monochrome [ALPS]" "$status_md50Mono" \ @@ -232,6 +242,12 @@ Have fun with this new configuration style ! -andreas \n\n\ "imagen" "Imagen ImPress printers" "$status_imagen" \ "fs600" "Kyocera FS-600 (600 dpi)" "$status_fs600" \ "lxm5700m" "Lexmark 5700 monotone" "$status_lxm5700m" \ + "lxm3200" "Lexmark 3200/Z12/Z22/Z31/Z32 [LXM3200]" "$status_lxm3200" \ + "lx5000" "Lexmark 5000/Z51/Z82 [LX5000]" "$status_lx5000" \ + "lex2050" "Lexmark 2050 [LEX7000]" "$status_lex2050" \ + "lex3200" "Lexmark 3200 [LEX7000]" "$status_lex3200" \ + "lex5700" "Lexmark 5700 [LEX7000]" "$status_lex5700" \ + "lex7000" "Lexmark 7000 [LEX7000]" "$status_lex7000" \ "cp50" "Mitsubishi CP50 color" "$status_cp50" \ "necp6" "NEC PinWriter P6/P6+/P60, 360x360 DPI resol" "$status_necp6" \ "npdl" "NEC Printer Description Language [NPDL]" "$status_npdl" \ @@ -308,7 +324,7 @@ Have fun with this new configuration style ! -andreas \n\n\ "png16" "PNG 4-bit color Portable Network Graphics" "$status_png16" \ "png256" "PNG 8-bit color Portable Network Graphics" "$status_png256" \ "png16m" "PNG 24-bit color Portable Network Graphics" "$status_png16m" \ - "pnga" "PNG with transparency" "$status_pnga" \ + "pngalpha" "PNG 32-bit RGBA color Portable Network Graphics" "$status_pngalpha" \ "psmono" "PostScript (Level 1) monochrome image" "$status_psmono" \ "psgray" "PostScript (Level 1) 8-bit gray image" "$status_psgray" \ "psrgb" "PostScript (Level 2) 24-bit color image" "$status_psrgb" \ |