Index: head/print/ghostscript8/Makefile =================================================================== --- head/print/ghostscript8/Makefile (revision 215381) +++ head/print/ghostscript8/Makefile (revision 215382) @@ -1,275 +1,277 @@ # New ports collection makefile for: ghostscript # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm # # $FreeBSD$ # PORTNAME= ghostscript8 PORTVERSION= 8.62 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs/} \ ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs${PORTVERSION:S/.//}/:gs_srcs \ http://www.humblesoft.com/pub/:epag MASTER_SITE_SUBDIR= ghostscript/:gs_srcs DISTNAME= ${PORTNAME:S,8$,,}-${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gs_srcs ${EPAG_SRCS}:epag DIST_SUBDIR= ${PORTNAME:S,8$,,} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= doceng@FreeBSD.org COMMENT= Ghostscript 8.x PostScript interpreter LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME:S,8,,}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts CONFLICTS= gambc-[0-9]* ghostscript7-[0-9]* ghostscript7-*-[0-9]* USE_BZIP2= yes USE_GMAKE= yes WANT_GNOME= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \ XCFLAGS="${XCFLAGS}" XLDFLAGS="${XLDFLAGS}" \ EXTRALIBS="${EXTRALIBS}" \ SOC_LOADER="dxmainc.c" CONFIGURE_ENV= ${MAKE_ENV} \ CPPFLAGS="-DUPD_SIGNAL=0 -I. -I${WRKSRC}/jasper/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --disable-compile-inits \ --enable-contrib \ --enable-dynamic \ --with-ijs \ --with-jasper XCFLAGS= ${PTHREAD_CFLAGS} XLDFLAGS= ${PTHREAD_LIBS} PLIST_SUB= GS_VERSION="${PORTVERSION}" \ CIDFONTDIR="${CIDFONTDIR:S,^${PREFIX}/,,}" SUB_FILES= pkg-message SUB_LIST= DATADIR=${DATADIR} PORTVERSION=${PORTVERSION} PKGMESSAGE= ${WRKDIR}/pkg-message DATADIR= ${PREFIX}/share/${PORTNAME:S,8$,,} OPTIONS= A4SIZE "Set A4 (not Letter) as a default paper size" off \ FONTCONFIG "fontconfig support" on \ FT_BRIDGE "FreeType bridge" off \ X11 "X11 support" on MAN1= dvipdf.1 font2c.1 gs.1 gslp.1 gsnd.1 \ pdf2dsc.1 pdf2ps.1 pdfopt.1 pf2afm.1 pfbtopfa.1 printafm.1 \ ps2ascii.1 ps2epsi.1 ps2pdf.1 ps2pdfwr.1 ps2ps.1 wftopfa.1 MLINKS= gslp.1 gsbj.1 \ gslp.1 gsdj.1 \ gslp.1 gsdj500.1 \ gslp.1 gslj.1 \ ps2pdf.1 ps2pdf12.1 \ ps2pdf.1 ps2pdf13.1 \ ps2ps.1 eps2eps.1 CIDFONTDIR= ${DATADIR}/${PORTVERSION}/Resource .include "Makefile.drivers" .include .for D in ${OPTIONS:MGS_*:S/^GS_//} .if !defined(WITHOUT_GS_${D}) PLIST_SUB+= GS_${D}="" .else PLIST_SUB+= GS_${D}="@comment " .endif .endfor .if !defined(WITHOUT_GS_dmprt) .include "${FILESDIR}/Makefile.dmprt" .endif .if !defined(WITHOUT_GS_epag) .include "${FILESDIR}/Makefile.epag" .endif EPAG_BASE= epag EPAG_SRCS= ${EPAG_BASE}-3.09.tar.gz EPAG_NAME= ${EPAG_SRCS:S,.tar.gz$,,} post-extract-epag: ${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPAG_SRCS} ${LN} -s -f ${EPAG_NAME} ${WRKSRC}/${EPAG_BASE} ${INSTALL_DATA} ${FILESDIR}/epag.contrib.mak ${WRKSRC}/src/epag.contrib.mak post-extract: post-extract-epag .if !defined(WITHOUT_GS_pcl3) .include "${FILESDIR}/Makefile.pcl3" .endif .if defined(WITH_GS_lvga256) \ || defined(WITH_GS_vgalib) . if defined(WITHOUT_SVGALIB) . warning drivers incompatible with WITHOUT_SVGALIB will be removed automatically . undef WITH_GS_lvga256 . undef WITH_GS_vgalib . else LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib . endif .endif .if defined(WITH_GS_x11) \ || defined(WITH_GS_x11alpha) \ || defined(WITH_GS_x11cmyk) \ || defined(WITH_GS_x11cmyk2) \ || defined(WITH_GS_x11cmyk4) \ || defined(WITH_GS_x11cmyk8) \ || defined(WITH_GS_x11gray2) \ || defined(WITH_GS_x11gray4) \ || defined(WITH_GS_x11mono) \ || defined(WITH_GS_x11rg16x) \ || defined(WITH_GS_x11rg32x) . if defined(WITHOUT_X11) . warning drivers incompatible with WITHOUT_X11 will be removed automatically . undef WITH_GS_x11 . undef WITH_GS_x11alpha . undef WITH_GS_x11cmyk . undef WITH_GS_x11cmyk2 . undef WITH_GS_x11cmyk4 . undef WITH_GS_x11cmyk8 . undef WITH_GS_x11gray2 . undef WITH_GS_x11gray4 . undef WITH_GS_x11mono . undef WITH_GS_x11rg16x . undef WITH_GS_x11rg32x . endif USE_XORG= xt xext CONFIGURE_ARGS+=--with-x \ --x-includes=${X11BASE}/include \ --x-libraries=${X11BASE}/lib +CONFLICTS+= ghostscript8-nox11-[0-9]* .else PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 CONFIGURE_ARGS+=--without-x +CONFLICTS+= ghostscript8-[0-9]* .endif _ICONV_ARG= no .if defined(WITH_GS_oprp) \ || defined(WITH_GS_opvp) . if defined(WITHOUT_ICONV) . warning drivers incompatible with WITHOUT_ICONV will be removed automatically . undef WITH_GS_oprp . undef WITH_GS_opvp . else USE_ICONV= yes _ICONV_ARG= gnu EXTRALIBS+= -liconv . endif .endif CONFIGURE_ARGS+=--with-libiconv=${_ICONV_ARG} .if !defined(WITH_LETTERSIZE) .if defined(A4) || defined(WITH_A4SIZE) XCFLAGS+= -DA4 MSG_PAPERSIZE= "NOTE: Default paper size will be A4." .endif .endif .if !defined(WITHOUT_FONTCONFIG) LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig CONFIGURE_ARGS+= --enable-fontconfig .else CONFIGURE_ARGS+= --disable-fontconfig .endif .if !defined(WITHOUT_FT_BRIDGE) LIB_DEPENDS+= freetype.9:${PORTSDIR}/print/freetype2 MAKE_ENV+= FT_BRIDGE=1 FT_ROOT="${WRKSRC}/freetype" FT_LIB_EXT=".so" PLIST_SUB+= FAPI="" .else PLIST_SUB+= FAPI="@comment " .endif ALL_TARGET= so INSTALL_TARGET= soinstall USE_LDCONFIG= yes PLIST_SUB+= SHLIB_VER="${PORTVERSION:R}" -PORTDOCS= ${PORTVERSION} +PORTDOCS= japanese chp2200 epson740 lxm3200-tweaked md2k_md5k PORTDOC_FILES= japanese/Gdevlips.htm japanese/README.gs550j \ japanese/cdj880.txt japanese/dj505j.txt japanese/djgpp.txt \ japanese/gdev10v.txt japanese/gdevalps.txt \ japanese/gdevcd8.txt japanese/gdevdmpr.txt \ japanese/gdevfmlbp.txt japanese/gdevj100.txt \ japanese/gdevlbp3.txt japanese/gdevmag.txt \ japanese/gdevmd2k.txt japanese/gdevmjc.txt \ japanese/gdevml6.txt japanese/gdevp201.txt japanese/gs261j.euc \ japanese/gs261j.txt chp2200/AUTHORS chp2200/INSTALL \ epson740/README epson740/upp-HowTo-to-be \ lxm3200-tweaked/LICENSE lxm3200-tweaked/README \ lxm3200-tweaked/RELEASE_NOTES \ lxm3200-tweaked/Z12-Z31-QuickSetup md2k_md5k/README.jis pre-everything:: @${ECHO_MSG} ${MSG_PAPERSIZE} post-patch: ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g ; \ s|%%GS_VERSION%%|${PORTVERSION}|g' \ ${WRKSRC}/contrib/japanese/dmp_site.ps pre-build-drivers.mak: @${ECHO_CMD} 'DEVICE_DEVS= \' > ${WRKSRC}/src/drivers.mak .for D in ${OPTIONS:MGS_*:S/^GS_//} .if defined(WITH_GS_${D}) @${ECHO_CMD} '$$(DD)${D}.dev \' >> ${WRKSRC}/src/drivers.mak .endif .endfor pre-build: pre-build-drivers.mak ${MKDIR} ${WRKSRC}/obj ${MKDIR} ${WRKSRC}/bin .if defined(WITH_FT_BRIDGE) ${MKDIR} ${WRKSRC}/freetype/include ${LN} -s -f ${LOCALBASE}/include/ft2build.h \ ${WRKSRC}/freetype/include/ft2build.h ${LN} -s -f ${LOCALBASE}/include/freetype2/freetype \ ${WRKSRC}/freetype/include/freetype ${MKDIR} ${WRKSRC}/freetype/objs ${LN} -s -f ${LOCALBASE}/lib/libfreetype.so \ ${WRKSRC}/freetype/objs/freetype214MT_D.so .endif pre-su-install: ${MKDIR} ${DATADIR} ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} post-install-docs: ${MKDIR} ${WRKSRC}/contrib/japanese ${INSTALL_DATA} ${WRKSRC}/contrib/japanese/doc/* ${WRKSRC}/contrib/japanese - ${MKDIR} ${DOCSDIR}/${PORTVERSION} + ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/contrib && \ ${TAR} cf - ${PORTDOC_FILES} | \ - ( cd ${DOCSDIR}/${PORTVERSION} && ${TAR} xof - ) + ( cd ${DOCSDIR} && ${TAR} xof - ) .if defined(WITH_FT_BRIDGE) post-install-fapi: ${INSTALL_DATA} ${WRKSRC}/lib/FAPIcidfmap \ ${WRKSRC}/lib/FAPIconfig ${WRKSRC}/lib/FAPIfontmap \ ${DATADIR}/${PORTVERSION}/lib post-install: post-install-fapi .endif post-install: ${STRIP_CMD} ${PREFIX}/bin/gsc ${PREFIX}/bin/gsx ${LN} -sf gsc ${PREFIX}/bin/gs ${LN} -s -f ${LOCALBASE}/share/fonts/CIDFont ${CIDFONTDIR}/CIDFont @${ECHO_MSG} @${CAT} ${PKGMESSAGE} @${ECHO_MSG} .if !defined(NOPORTDOCS) post-install: post-install-docs .endif .include Property changes on: head/print/ghostscript8/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.171 \ No newline at end of property +1.172 \ No newline at end of property Index: head/print/ghostscript8/Makefile.drivers =================================================================== --- head/print/ghostscript8/Makefile.drivers (revision 215381) +++ head/print/ghostscript8/Makefile.drivers (revision 215382) @@ -1,325 +1,336 @@ # $FreeBSD$ +OPTIONS_GS_DEFAULT_ON= on +OPTIONS_GS_DEFAULT_OFF= off + .if !defined(WITHOUT_X11) OPTIONS_X11_DEFAULT= on .else OPTIONS_X11_DEFAULT= off .endif .if !defined(WITH_SVGALIB) OPTIONS_SVGALIB_DEFAULT= off .else OPTIONS_SVGALIB_DEFAULT= on .endif .if !defined(WITHOUT_ICONV) OPTIONS_ICONV_DEFAULT= on .else OPTIONS_ICONV_DEFAULT= off .endif +.if make(makesum) +OPTIONS_X11_DEFAULT= on +OPTIONS_SVGALIB_DEFAULT=on +OPTIONS_ICONV_DEFAULT= on +OPTIONS_GS_DEFAULT_ON= on +OPTIONS_GS_DEFAULT_OFF= on +.endif + OPTIONS_X11= \ GS_x11 "D: X Window System version 11, release >=4" ${OPTIONS_X11_DEFAULT} \ GS_x11alpha "D: X Window System masquer. alpha capability" ${OPTIONS_X11_DEFAULT} \ GS_x11cmyk "D: X Window System masquer. 1bit/plane CMYK" ${OPTIONS_X11_DEFAULT} \ GS_x11cmyk2 "D: X Window System 2-bit-per-plane CMYK" ${OPTIONS_X11_DEFAULT} \ GS_x11cmyk4 "D: X Window System 4-bit-per-plane CMYK" ${OPTIONS_X11_DEFAULT} \ GS_x11cmyk8 "D: X Window System 8-bit-per-plane CMYK" ${OPTIONS_X11_DEFAULT} \ GS_x11gray2 "D: X Window System 2-bit gray-scale" ${OPTIONS_X11_DEFAULT} \ GS_x11gray4 "D: X Window System 4-bit gray-scale" ${OPTIONS_X11_DEFAULT} \ GS_x11mono "D: X Window System masquer. black-and-white" ${OPTIONS_X11_DEFAULT} \ GS_x11rg16x "D: X Window System G5/B5/R6 pixel layout" ${OPTIONS_X11_DEFAULT} \ GS_x11rg32x "D: X Window System G11/B10/R11 pixel layout" ${OPTIONS_X11_DEFAULT} OPTIONS_SVGALIB= \ GS_lvga256 "D: SVGAlib, 256-color VGA modes" ${OPTIONS_SVGALIB_DEFAULT} \ GS_vgalib "D: SVGAlib, 16-color VGA modes" ${OPTIONS_SVGALIB_DEFAULT} OPTIONS_ICONV= \ GS_oprp "D: OpenPrinting Raster driver interface" ${OPTIONS_ICONV_DEFAULT} \ GS_opvp "D: OpenPrinting Vecter driver interface" ${OPTIONS_ICONV_DEFAULT} OPTIONS+= ${OPTIONS_X11} OPTIONS+= ${OPTIONS_SVGALIB} OPTIONS+= ${OPTIONS_ICONV} OPTIONS+= \ -GS_display "D: display device for GS shared library" on \ -GS_md2k "D: ALPS MD-2000/2010/4000/1300/1500/5000" on \ -GS_md5k "D: ALPS MD-5000 Eco Mode" on \ -GS_md50Mono "D: ALPS MD-5000 Monochrome" on \ -GS_md50Eco "D: ALPS MD-5000 Eco Mode" on \ -GS_md1xMono "D: ALPS MD-1x00 Monochrome" on \ -GS_appledmp "D: Apple Dot Matrix Printer/Imagewriter" on \ -GS_iwhi "D: Apple Imagewriter, high-resolution mode" on \ -GS_iwlo "D: Apple Imagewriter, low-resolution mode" on \ -GS_iwlq "D: Apple Imagewriter LQ in 320x216dpi mode" on \ -GS_hl7x0 "D: Brother HL-720/730/760(=PCL), MFC6550MC" on \ -GS_hl1240 "D: Brother HL-1030/240 (600x600dpi)" on \ -GS_hl1250 "D: Brother HL-1050/1070/1250/1270N (1200x600)" on \ -GS_bj10e "D: Canon BJ-10e" on \ -GS_bj10v "D: Canon BJ-10v" on \ -GS_bj10vh "D: Canon BJ-10v, high-mergin" on \ -GS_bj200 "D: Canon BJ-200/BJC-240(mono)" on \ -GS_bjc600 "D: Canon BJC-600/4xxx/70, StyleWriter 2x00" on \ -GS_bjc800 "D: Canon BJC-240/800" on \ -GS_bjccmyk "D: Canon BJC-210/240/250/265/1000" on \ -GS_bjccolor "D: Canon BJC-210/240/250/265/1000 truecolor" on \ -GS_bjcgray "D: Canon BJC-210/240/250/265/1000 grayscale" on \ -GS_bjcmono "D: Canon BJC-210/240/250/265/1000 monochrome" on \ -GS_lbp8 "D: Canon LBP-8II laser printer" on \ -GS_lbp310 "D: Canon LBP-310" on \ -GS_lbp320 "D: Canon LBP-320 Pro/LBP-350" on \ -GS_lips2p "D: Canon LIPS II+" on \ -GS_lips3 "D: Canon LIPS III" on \ -GS_lips4 "D: Canon LIPS IV" on \ -GS_bjc880j "D: Canon LIPS IVc, BJC-680J/880J" on \ -GS_lips4v "D: Canon LIPS IV, vector output mode" on \ -GS_m8510 "D: C.Itoh M8510 printer" on \ -GS_coslw2p "D: CoStar LabelWriter II II/Plus" on \ -GS_coslwxl "D: CoStar LabelWriter XL" on \ -GS_uniprint "D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X" on \ -GS_dmprt "D: Configurable dot matrix printer driver" on \ -GS_dl2100 "D: DEC DL2100" on \ -GS_la50 "D: DEC LA50" on \ -GS_la70 "D: DEC LA70" on \ -GS_la75 "D: DEC LA75" on \ -GS_la75plus "D: DEC LA75+" on \ -GS_ln03 "D: DEC LN03" on \ -GS_lj250 "D: DEC LJ250 Companion color printer" on \ -GS_declj250 "D: DEC LJ250 driver (alternate)" on \ -GS_ap3250 "D: Epson ActionPrinter 3250" on \ -GS_epson "D: Epson dot matrix, 9/24-pin" on \ -GS_eps9mid "D: Epson 9-pin, interleaved lines, medium res" on \ -GS_eps9high "D: Epson 9-pin, interleaved lines, triple res" on \ -GS_lp8000 "D: Epson LP-8000 line printer" on \ -GS_epag "D: Epson ESC/Page laser printer (generic)" on \ -GS_escpage "D: Epson ESC/Page laser printer (generic)" on \ -GS_lp2000 "D: Epson LP-2000/3000/7000/7000G laser printer" on \ -GS_alc8600 "D: Epson AL-C8600 color laser printer" on \ -GS_alc8500 "D: Epson AL-C8500 color laser printer" on \ -GS_alc2000 "D: Epson AL-C2000 color laser printer" on \ -GS_alc4000 "D: Epson AL-C4000 color laser printer" on \ -GS_alc1900 "D: Epson AL-C1900 color laser printer" on \ -GS_alc4100 "D: Epson AL-C4100 color laser printer" on \ -GS_lp9800c "D: Epson LP-9800C color laser printer" on \ -GS_lp9000c "D: Epson LP-9000C color laser printer" on \ -GS_lp9500c "D: Epson LP-9500C color laser printer" on \ -GS_lp8800c "D: Epson LP-8800C color laser printer" on \ -GS_lp8300c "D: Epson LP-8300C color laser printer" on \ -GS_lp8500c "D: Epson LP-8500C color laser printer" on \ -GS_lp3000c "D: Epson LP-3000C color laser printer" on \ -GS_lp8200c "D: Epson LP-8200C color laser printer" on \ -GS_lp8000c "D: Epson LP-8000C color laser printer" on \ -GS_epl6100 "D: Epson EPL-6100 laser printer" on \ -GS_epl5900 "D: Epson EPL-5900 laser printer" on \ -GS_epl5800 "D: Epson EPL-5800 laser printer" on \ -GS_epl2050 "D: Epson EPL-N2050 laser printer" on \ -GS_epl2050p "D: Epson EPL-N2050+ laser printer" on \ -GS_epl2120 "D: Epson EPL-N2120 laser printer" on \ -GS_epl2500 "D: Epson EPL-N2500 laser printer" on \ -GS_epl2750 "D: Epson EPL-N2750 laser printer" on \ -GS_lp9000b "D: Epson LP-9000B laser printer" on \ -GS_lp2500 "D: Epson LP-2500 laser printer" on \ -GS_lp9100 "D: Epson LP-9100(R) laser printer" on \ -GS_lp7900 "D: Epson LP-7900(R) laser printer" on \ -GS_lp7500 "D: Epson LP-7500(R) laser printer" on \ -GS_lp2400 "D: Epson LP-2400 laser printer" on \ -GS_lp2200 "D: Epson LP-2200 laser printer" on \ -GS_lp9400 "D: Epson LP-9400(R) laser printer" on \ -GS_lp8900 "D: Epson LP-8900(R) laser printer" on \ -GS_lp8700 "D: Epson LP-8700(R) laser printer" on \ -GS_lp8100 "D: Epson LP-8100(R) laser printer" on \ -GS_lp7700 "D: Epson LP-7700(R) laser printer" on \ -GS_lp8600f "D: Epson LP-8600FX(N) laser printer" on \ -GS_lp8400f "D: Epson LP-8400FX(N) laser printer" on \ -GS_lp8300f "D: Epson LP-8300F laser printer" on \ -GS_lp1900 "D: Epson LP-1900(N) laser printer" on \ -GS_lp9600s "D: Epson LP-9600S laser printer" on \ -GS_lp9300 "D: Epson LP-9300 laser printer" on \ -GS_lp9600 "D: Epson LP-9600 laser printer" on \ -GS_lp8600 "D: Epson LP-8600FX(N) laser printer" on \ -GS_lp1800 "D: Epson LP-1800 laser printer" on \ -GS_lq850 "D: Epson LQ-850 (360x360, emul on Canon BJ300)" on \ -GS_epsonc "D: Epson LQ-2550, Fujitsu 3400/2400/1200 color" on \ -GS_mj700v2c "D: Epson MachJet series, CMYK" on \ -GS_mj500c "D: Epson MachJet MJ-500C 360dpi, CMY/mono" on \ -GS_mj6000c "D: Epson MachJet MJ-830C/930C/6000C" on \ -GS_mj8000c "D: Epson MachJet MJ-8000C" on \ -GS_st800 "D: Epson Stylus 800 printer" on \ -GS_stcolor "D: Epson Stylus Color and II/IIs/1500" on \ -GS_photoex "D: Epson Stylus Color Photo/Photo EX/Photo 700" on \ -GS_fmlbp "D: Fujitsu contrib2xx Page Printer" on \ -GS_fmpr "D: Fujitsu contrib" on \ -GS_lp2563 "D: HP 2563B line printer" on \ -GS_dnj650c "D: HP DesignJet 650C" on \ -GS_deskjet "D: HP DeskJet and DeskJet Plus" on \ -GS_djet500 "D: HP DeskJet 500 (for DeskJet 600 use -r600)" on \ -GS_cdeskjet "D: HP DeskJet 500C (1b/px)" on \ -GS_djet500c "D: HP DeskJet 500C (alternative)" on \ -GS_cdjcolor "D: HP DeskJet 500C/540C (24b/px)" on \ -GS_cdjmono "D: HP DeskJet 500/510/520/540C (mono)" on \ -GS_cdj500 "D: HP DeskJet 500/540C (same as cdjcolor)" on \ -GS_cdj550 "D: HP DeskJet 550C/560C/660C/660Cse" on \ -GS_dj505j "D: HP DeskJet 505J" on \ -GS_cdj670 "D: HP DeskJet 670/690" on \ -GS_cdj850 "D: HP DeskJet 850/855/870/1100" on \ -GS_cdj880 "D: HP DeskJet 880" on \ -GS_cdj890 "D: HP DeskJet 890" on \ -GS_cdj1600 "D: HP DeskJet 1600" on \ -GS_chp2200 "D: HP Business Inkjet 2200" on \ -GS_cdj970 "D: HP DeskJet 970CXi" on \ -GS_laserjet "D: HP LaserJet" on \ -GS_ljetplus "D: HP LaserJet Plus" on \ -GS_ljet2p "D: HP LaserJet IId/IIp/III* (TIFF compression)" on \ -GS_ljet3 "D: HP LaserJet III* (Delta Row compression)" on \ -GS_ljet3d "D: HP LaserJet IIID (duplex capability)" on \ -GS_ljet4 "D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi" on \ -GS_ljet4d "D: HP LaserJet 4 (duplex + 600dpi)" on \ -GS_lj4dith "D: HP LaserJet 4 (Floyd-Steinberg dithering)" on \ -GS_ljet4pjl "D: HP LaserJet 4V/4LJ Pro" on \ -GS_lj4dithp "D: HP LaserJet 4V/4LJ Pro (dithering)" on \ -GS_cljet5 "D: HP LaserJet 5/5M Color (new)" on \ -GS_cljet5c "D: HP LaserJet 5/5M Color Simple" on \ -GS_cljet5pr "D: HP LaserJet 5/5M Color (old)" on \ -GS_lj5mono "D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap" on \ -GS_lj5gray "D: HP LaserJet 5/6 gray-scale bitmap" on \ -GS_pj "D: HP PaintJet XL driver" on \ -GS_pjetxl "D: HP PaintJet XL driver (alternate)" on \ -GS_pjxl "D: HP PaintJet XL color printer" on \ -GS_paintjet "D: HP PaintJet color printer (alternate)" on \ -GS_pjxl300 "D: HP PaintJet XL300, DeskJet 1200C, CopyJet" on \ -GS_pxlmono "D: HP PCL XL mono (LaserJet 5/6 family)" on \ -GS_pxlcolor "D: HP PCL XL color (Color LaserJet 4500/5000)" on \ -GS_pcl3 "D: HP PCL 3+ (generic)" on \ -GS_ijs "D: HP Inkjet and other raster devices" on \ -GS_ibmpro "D: IBM 9-pin Proprinter" on \ -GS_jetp3852 "D: IBM Jetprinter ink-jet color (Model \#3852)" on \ -GS_imagen "D: Imagen ImPress printers" on \ -GS_fs600 "D: Kyocera FS-600 (600 dpi)" on \ -GS_lxm5700m "D: Lexmark 5700 monotone" on \ -GS_lxm3200 "D: Lexmark 3200/Z12/Z22/Z31/Z32" on \ -GS_lx5000 "D: Lexmark 5000/Z51/Z82" on \ -GS_lex2050 "D: Lexmark 2050" on \ -GS_lex3200 "D: Lexmark 3200" on \ -GS_lex5700 "D: Lexmark 5700" on \ -GS_lex7000 "D: Lexmark 7000" on \ -GS_cp50 "D: Mitsubishi CP50 color" on \ -GS_pr1000 "D: NEC PC-PR 1000" on \ -GS_pr1000_4 "D: NEC PC-PR 1000/4" on \ -GS_pr150 "D: NEC PC-PR 150" on \ -GS_pr201 "D: NEC PC-PR 201" on \ -GS_picty180 "D: NEC PICTY 180 (PC-PR101J/180)" on \ -GS_necp6 "D: NEC PinWriter P6/P6+/P60 (360x360)" on \ -GS_npdl "D: NEC Printer Description Language" on \ -GS_oce9050 "D: OCE 9050 printer" on \ -GS_oki182 "D: Okidata MicroLine 182" on \ -GS_okiibm "D: Okidata MicroLine IBM-compatible printers" on \ -GS_ml600 "D: Okidata Microline 600CL/620CL" on \ -GS_oki4w "D: Okidata OkiPage 4w+" on \ -GS_atx23 "D: Practical Automation ATX-23" on \ -GS_atx24 "D: Practical Automation ATX-24" on \ -GS_atx38 "D: Practical Automation ATX-38" on \ -GS_r4081 "D: Ricoh 4081 laser printer" on \ -GS_rpdl "D: Ricoh Printer Description Language" on \ -GS_gdi "D: Samsung SmartGDI laser printer" on \ -GS_jj100 "D: Star JJ-100" on \ -GS_sj48 "D: StarJet 48 inkjet printer" on \ -GS_t4693d2 "D: Tektronix 4693d color, 2b/RGB" on \ -GS_t4693d4 "D: Tektronix 4693d color, 4b/RGB" on \ -GS_t4693d8 "D: Tektronix 4693d color, 8b/RGB" on \ -GS_tek4696 "D: Tektronix 4695/4696 inkjet plotter" on \ -GS_xes "D: Xerox XES (2700, 3700, 4045, etc.)" on \ -GS_bmpmono "D: BMP Monochrome" on \ -GS_bmpgray "D: BMP 8-bit gray" on \ -GS_bmp16 "D: BMP 4-bit EGA/VGA" on \ -GS_bmp256 "D: BMP 8-bit 256-color" on \ -GS_bmp16m "D: BMP 24-bit" on \ -GS_bmp32b "D: BMP 32-bit pseudo-.BMP" on \ -GS_bmpsep1 "D: BMP Separated 1-bit CMYK" on \ -GS_bmpsep8 "D: BMP Separated 8-bit CMYK" on \ -GS_ccr "D: CalComp Raster format" on \ -GS_cgmmono "D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY" on \ -GS_cgm8 "D: CGM 8-bit 256-color -- DITTO" on \ -GS_cgm24 "D: CGM 24-bit color -- DITTO" on \ -GS_cif "D: CIF file format for VLSI" on \ -GS_dfaxhigh "D: DigiBoard, DigiFAX (high res)" on \ -GS_dfaxlow "D: DigiFAX (normal res)" on \ -GS_xcf "D: Gimp XCF, RGB" on \ -GS_xcfcmyk "D: Gimp XCF, CMYK" on \ -GS_faxg3 "D: Group 3 FAX (EOL + no header/EOD)" on \ -GS_faxg32d "D: Group 3 2-D FAX (EOL + no header/EOD)" on \ -GS_faxg4 "D: Group 4 FAX, with EOLs but no header or EOD" on \ -GS_miff24 "D: ImageMagick MIFF, 24-bit direct color, RLE" on \ -GS_inferno "D: Inferno bitmaps" on \ -GS_jpeg "D: JPEG format, RGB output" on \ -GS_jpeggray "D: JPEG format, gray output" on \ -GS_mag16 "D: MAG format, 16-color"xs on \ -GS_mag256 "D: MAG format, 256-color" on \ -GS_mgrmono "D: MGR devices 1-bit monochrome" on \ -GS_mgrgray2 "D: MGR devices 2-bit gray scale" on \ -GS_mgrgray4 "D: MGR devices 4-bit gray scale" on \ -GS_mgrgray8 "D: MGR devices 8-bit gray scale" on \ -GS_mgr4 "D: MGR devices 4-bit (VGA) color" on \ -GS_mgr8 "D: MGR devices 8-bit color" on \ -GS_pcxmono "D: PCX, 1-bit monochrome" on \ -GS_pcxgray "D: PCX, 8-bit gray scale" on \ -GS_pcx16 "D: PCX, 4-bit planar EGA/VGA color" on \ -GS_pcx256 "D: PCX, 8-bit chunky color" on \ -GS_pcx24b "D: PCX, 24-bit color 3x8-bit planes" on \ -GS_pcxcmyk "D: PCX, 4-bit chunky CMYK color" on \ -GS_pdfwrite "D: Portable Document Format" on \ -GS_psdrgb "D: PhotoShop PSD, RGB" on \ -GS_psdcmyk "D: PhotoShop PSD, CMYK" on \ -GS_bit "D: Plain bits, monochrome" on \ -GS_bitrgb "D: Plain bits, RGB" on \ -GS_bitcmyk "D: Plain bits, CMYK" on \ -GS_plan9bm "D: Plan 9 bitmap format" on \ -GS_pam "D: Portable Arbitrary Map file" on \ -GS_pbm "D: Portable Bitmap, plain" on \ -GS_pbmraw "D: Portable Bitmap, raw" on \ -GS_pgm "D: Portable Graymap, plain" on \ -GS_pgmraw "D: Portable Graymap, raw" on \ -GS_pgnm "D: Portable Graymap, plain (PBM opt)" on \ -GS_pgnmraw "D: Portable Graymap, raw (PBM opt)" on \ -GS_pnm "D: Portable Pixmap, plain RGB (PGM/PBM opt)" on \ -GS_pnmraw "D: Portable Pixmap, raw RGB, (PGM/PBM opt)" on \ -GS_ppm "D: Portable Pixmap, plain RGB" on \ -GS_ppmraw "D: Portable Pixmap, raw format RGB" on \ -GS_pkm "D: Portable inKmap, plain (4b CMYK=>RGB)" on \ -GS_pkmraw "D: Portable inKmap, raw (4b CMYK=>RGB)" on \ -GS_pksm "D: Portable Separated map, plain (4b CMYK=>4p)" on \ -GS_pksmraw "D: Portable Separated map, raw (4b CMYK=>4p)" on \ -GS_pngmono "D: PNG (Portable Network Graphics) Mono" on \ -GS_pnggray "D: PNG 8-bit Gray" on \ -GS_png16 "D: PNG 4-bit Color" on \ -GS_png256 "D: PNG 8-bit Color" on \ -GS_png16m "D: PNG 24-bit Color" on \ -GS_pngalpha "D: PNG 32-bit RGBA Color" on \ -GS_psmono "D: PostScript (Level 1) monochrome image" on \ -GS_psgray "D: PostScript (Level 1) 8-bit gray image" on \ -GS_psrgb "D: PostScript (Level 2) 24-bit color image" on \ -GS_pswrite "D: PostScript (like PostScript Distiller)" on \ -GS_ps2write "D: PostScript (Level 2) output" on \ -GS_epswrite "D: Encapsulated PostScript" on \ -GS_cfax "D: SFF format for CAPI FAX interface" on \ -GS_sgirgb "D: SGI RGB pixmap format" on \ -GS_sunhmono "D: Harlequin variant of 1-bit Sun raster file" on \ -GS_tiffcrle "D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)" on \ -GS_tiffg3 "D: TIFF Group 3 FAX (with EOL)" on \ -GS_tiffg32d "D: TIFF Group 3 2-D FAX" on \ -GS_tiffg4 "D: TIFF Group 4 FAX" on \ -GS_tiffgray "D: TIFF 8-bit gray, no compress" on \ -GS_tiff12nc "D: TIFF 12-bit RGB, no compress" on \ -GS_tiff24nc "D: TIFF 24-bit RGB, no compress, NeXT format" on \ -GS_tiff32nc "D: TIFF 32-bit CMYK" on \ -GS_tiffsep "D: TIFF gray + CMYK composite" on \ -GS_tifflzw "D: TIFF LZW, tag = 5, mono" on \ -GS_tiffpack "D: TIFF PackBits, tag = 32773, mono" on \ -GS_bbox "D: Bounding box output" on \ -GS_devicen "D: DeviceN process color model device" on \ -GS_perm "D: DeviceN which permutes color components" on \ -GS_spotcmyk "D: DeviceN with CMYK and spot color support" on \ -GS_imdi "D: IMDI color converting device" on \ -GS_wtsimdi "D: WTS halftoning device" on \ -GS_wtscmyk "D: WTS halftoning CMYK device" on +GS_display "D: display device for GS shared library" ${OPTIONS_GS_DEFAULT_ON} \ +GS_md2k "D: ALPS MD-2000/2010/4000/1300/1500/5000" ${OPTIONS_GS_DEFAULT_ON} \ +GS_md5k "D: ALPS MD-5000 Eco Mode" ${OPTIONS_GS_DEFAULT_ON} \ +GS_md50Mono "D: ALPS MD-5000 Monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_md50Eco "D: ALPS MD-5000 Eco Mode" ${OPTIONS_GS_DEFAULT_ON} \ +GS_md1xMono "D: ALPS MD-1x00 Monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_appledmp "D: Apple Dot Matrix Printer/Imagewriter" ${OPTIONS_GS_DEFAULT_ON} \ +GS_iwhi "D: Apple Imagewriter, high-resolution mode" ${OPTIONS_GS_DEFAULT_ON} \ +GS_iwlo "D: Apple Imagewriter, low-resolution mode" ${OPTIONS_GS_DEFAULT_ON} \ +GS_iwlq "D: Apple Imagewriter LQ in 320x216dpi mode" ${OPTIONS_GS_DEFAULT_ON} \ +GS_hl7x0 "D: Brother HL-720/730/760(=PCL), MFC6550MC" ${OPTIONS_GS_DEFAULT_ON} \ +GS_hl1240 "D: Brother HL-1030/1240" ${OPTIONS_GS_DEFAULT_ON} \ +GS_hl1250 "D: Brother HL-1050/1070/1250/1270N" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bj10e "D: Canon BJ-10e" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bj10v "D: Canon BJ-10v" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bj10vh "D: Canon BJ-10v, high-mergin" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bj200 "D: Canon BJ-200/BJC-240(mono)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjc600 "D: Canon BJC-600/4xxx/70, StyleWriter 2x00" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjc800 "D: Canon BJC-240/800" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjccmyk "D: Canon BJC-210/240/250/265/1000" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjccolor "D: Canon BJC-210/240/250/265/1000 truecolor" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjcgray "D: Canon BJC-210/240/250/265/1000 grayscale" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjcmono "D: Canon BJC-210/240/250/265/1000 monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lbp8 "D: Canon LBP-8II" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lbp310 "D: Canon LBP-310" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lbp320 "D: Canon LBP-320 Pro/LBP-350" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lips2p "D: Canon LIPS II+" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lips3 "D: Canon LIPS III" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lips4 "D: Canon LIPS IV" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bjc880j "D: Canon LIPS IVc, BJC-680J/880J" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lips4v "D: Canon LIPS IV, vector output mode" ${OPTIONS_GS_DEFAULT_ON} \ +GS_m8510 "D: C.Itoh M8510 printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_coslw2p "D: CoStar LabelWriter II II/Plus" ${OPTIONS_GS_DEFAULT_ON} \ +GS_coslwxl "D: CoStar LabelWriter XL" ${OPTIONS_GS_DEFAULT_ON} \ +GS_uniprint "D: Configurable ESC/P,ESC/P2,HP-RTL/PCL,P2X" ${OPTIONS_GS_DEFAULT_ON} \ +GS_dmprt "D: Configurable dot matrix printer driver" ${OPTIONS_GS_DEFAULT_ON} \ +GS_dl2100 "D: DEC DL2100" ${OPTIONS_GS_DEFAULT_ON} \ +GS_la50 "D: DEC LA50" ${OPTIONS_GS_DEFAULT_ON} \ +GS_la70 "D: DEC LA70" ${OPTIONS_GS_DEFAULT_ON} \ +GS_la75 "D: DEC LA75" ${OPTIONS_GS_DEFAULT_ON} \ +GS_la75plus "D: DEC LA75+" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ln03 "D: DEC LN03" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lj250 "D: DEC LJ250 Companion color printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_declj250 "D: DEC LJ250 driver (alternate)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ap3250 "D: Epson ActionPrinter 3250" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epson "D: Epson dot matrix, 9/24-pin" ${OPTIONS_GS_DEFAULT_ON} \ +GS_eps9mid "D: Epson 9-pin, interleaved lines, medium res" ${OPTIONS_GS_DEFAULT_ON} \ +GS_eps9high "D: Epson 9-pin, interleaved lines, triple res" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8000 "D: Epson LP-8000 line printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epag "D: Epson ESC/Page laser printer (generic)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_escpage "D: Epson ESC/Page laser printer (generic)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp2000 "D: Epson LP-2000/3000/7000/7000G laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_alc8600 "D: Epson AL-C8600 color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_alc8500 "D: Epson AL-C8500 color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_alc2000 "D: Epson AL-C2000 color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_alc4000 "D: Epson AL-C4000 color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_alc1900 "D: Epson AL-C1900 color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_alc4100 "D: Epson AL-C4100 color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9800c "D: Epson LP-9800C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9000c "D: Epson LP-9000C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9500c "D: Epson LP-9500C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8800c "D: Epson LP-8800C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8300c "D: Epson LP-8300C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8500c "D: Epson LP-8500C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp3000c "D: Epson LP-3000C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8200c "D: Epson LP-8200C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8000c "D: Epson LP-8000C color laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl6100 "D: Epson EPL-6100 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl5900 "D: Epson EPL-5900 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl5800 "D: Epson EPL-5800 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl2050 "D: Epson EPL-N2050 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl2050p "D: Epson EPL-N2050+ laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl2120 "D: Epson EPL-N2120 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl2500 "D: Epson EPL-N2500 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epl2750 "D: Epson EPL-N2750 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9000b "D: Epson LP-9000B laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp2500 "D: Epson LP-2500 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9100 "D: Epson LP-9100(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp7900 "D: Epson LP-7900(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp7500 "D: Epson LP-7500(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp2400 "D: Epson LP-2400 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp2200 "D: Epson LP-2200 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9400 "D: Epson LP-9400(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8900 "D: Epson LP-8900(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8700 "D: Epson LP-8700(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8100 "D: Epson LP-8100(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp7700 "D: Epson LP-7700(R) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8600f "D: Epson LP-8600FX(N) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8400f "D: Epson LP-8400FX(N) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8300f "D: Epson LP-8300F laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp1900 "D: Epson LP-1900(N) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9600s "D: Epson LP-9600S laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9300 "D: Epson LP-9300 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp9600 "D: Epson LP-9600 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp8600 "D: Epson LP-8600FX(N) laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp1800 "D: Epson LP-1800 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lq850 "D: Epson LQ-850 (360x360, emul on Canon BJ300)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epsonc "D: Epson LQ-2550, Fujitsu 3400/2400/1200 color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mj700v2c "D: Epson MachJet series, CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mj500c "D: Epson MachJet MJ-500C 360dpi, CMY/mono" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mj6000c "D: Epson MachJet MJ-830C/930C/6000C" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mj8000c "D: Epson MachJet MJ-8000C" ${OPTIONS_GS_DEFAULT_ON} \ +GS_st800 "D: Epson Stylus 800 printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_stcolor "D: Epson Stylus Color and II/IIs/1500" ${OPTIONS_GS_DEFAULT_ON} \ +GS_photoex "D: Epson Stylus Color Photo/Photo EX/Photo 700" ${OPTIONS_GS_DEFAULT_ON} \ +GS_fmlbp "D: Fujitsu contrib2xx Page Printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_fmpr "D: Fujitsu contrib" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lp2563 "D: HP 2563B line printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_dnj650c "D: HP DesignJet 650C" ${OPTIONS_GS_DEFAULT_ON} \ +GS_deskjet "D: HP DeskJet and DeskJet Plus" ${OPTIONS_GS_DEFAULT_ON} \ +GS_djet500 "D: HP DeskJet 500 (for DeskJet 600 use -r600)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdeskjet "D: HP DeskJet 500C (1b/px)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_djet500c "D: HP DeskJet 500C (alternative)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdjcolor "D: HP DeskJet 500C/540C (24b/px)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdjmono "D: HP DeskJet 500/510/520/540C (mono)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj500 "D: HP DeskJet 500/540C (same as cdjcolor)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj550 "D: HP DeskJet 550C/560C/660C/660Cse" ${OPTIONS_GS_DEFAULT_ON} \ +GS_dj505j "D: HP DeskJet 505J" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj670 "D: HP DeskJet 670/690" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj850 "D: HP DeskJet 850/855/870/1100" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj880 "D: HP DeskJet 880" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj890 "D: HP DeskJet 890" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj1600 "D: HP DeskJet 1600" ${OPTIONS_GS_DEFAULT_ON} \ +GS_chp2200 "D: HP Business Inkjet 2200" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cdj970 "D: HP DeskJet 970CXi" ${OPTIONS_GS_DEFAULT_ON} \ +GS_laserjet "D: HP LaserJet" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljetplus "D: HP LaserJet Plus" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljet2p "D: HP LaserJet IId/IIp/III* (TIFF compression)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljet3 "D: HP LaserJet III* (Delta Row compression)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljet3d "D: HP LaserJet IIID (duplex capability)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljet4 "D: HP LaserJet 4/5L/5P (not real LJ5), 600dpi" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljet4d "D: HP LaserJet 4 (duplex + 600dpi)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lj4dith "D: HP LaserJet 4 (Floyd-Steinberg dithering)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ljet4pjl "D: HP LaserJet 4V/4LJ Pro" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lj4dithp "D: HP LaserJet 4V/4LJ Pro (dithering)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cljet5 "D: HP LaserJet 5/5M Color (new)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cljet5c "D: HP LaserJet 5/5M Color Simple" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cljet5pr "D: HP LaserJet 5/5M Color (old)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lj5mono "D: HP LaserJet 5/6 (PCL5/PCL XL), bitmap" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lj5gray "D: HP LaserJet 5/6 gray-scale bitmap" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pj "D: HP PaintJet XL driver" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pjetxl "D: HP PaintJet XL driver (alternate)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pjxl "D: HP PaintJet XL color printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_paintjet "D: HP PaintJet color printer (alternate)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pjxl300 "D: HP PaintJet XL300, DeskJet 1200C, CopyJet" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pxlmono "D: HP PCL XL mono (LaserJet 5/6 family)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pxlcolor "D: HP PCL XL color (Color LaserJet 4500/5000)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcl3 "D: HP PCL 3+ (generic)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ijs "D: HP Inkjet and other raster devices" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ibmpro "D: IBM 9-pin Proprinter" ${OPTIONS_GS_DEFAULT_ON} \ +GS_jetp3852 "D: IBM Jetprinter ink-jet color (Model \#3852)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_imagen "D: Imagen ImPress printers" ${OPTIONS_GS_DEFAULT_ON} \ +GS_fs600 "D: Kyocera FS-600 (600 dpi)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lxm5700m "D: Lexmark 5700 monotone" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lxm3200 "D: Lexmark 3200/Z12/Z22/Z31/Z32" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lx5000 "D: Lexmark 5000/Z51/Z82" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lex2050 "D: Lexmark 2050" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lex3200 "D: Lexmark 3200" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lex5700 "D: Lexmark 5700" ${OPTIONS_GS_DEFAULT_ON} \ +GS_lex7000 "D: Lexmark 7000" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cp50 "D: Mitsubishi CP50 color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pr1000 "D: NEC PC-PR 1000" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pr1000_4 "D: NEC PC-PR 1000/4" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pr150 "D: NEC PC-PR 150" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pr201 "D: NEC PC-PR 201" ${OPTIONS_GS_DEFAULT_ON} \ +GS_picty180 "D: NEC PICTY 180 (PC-PR101J/180)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_necp6 "D: NEC PinWriter P6/P6+/P60 (360x360)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_npdl "D: NEC Printer Description Language" ${OPTIONS_GS_DEFAULT_ON} \ +GS_oce9050 "D: OCE 9050 printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_oki182 "D: Okidata MicroLine 182" ${OPTIONS_GS_DEFAULT_ON} \ +GS_okiibm "D: Okidata MicroLine IBM-compatible printers" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ml600 "D: Okidata Microline 600CL/620CL" ${OPTIONS_GS_DEFAULT_ON} \ +GS_oki4w "D: Okidata OkiPage 4w+" ${OPTIONS_GS_DEFAULT_ON} \ +GS_atx23 "D: Practical Automation ATX-23" ${OPTIONS_GS_DEFAULT_ON} \ +GS_atx24 "D: Practical Automation ATX-24" ${OPTIONS_GS_DEFAULT_ON} \ +GS_atx38 "D: Practical Automation ATX-38" ${OPTIONS_GS_DEFAULT_ON} \ +GS_r4081 "D: Ricoh 4081 laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_rpdl "D: Ricoh Printer Description Language" ${OPTIONS_GS_DEFAULT_ON} \ +GS_gdi "D: Samsung SmartGDI laser printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_jj100 "D: Star JJ-100" ${OPTIONS_GS_DEFAULT_ON} \ +GS_sj48 "D: StarJet 48 inkjet printer" ${OPTIONS_GS_DEFAULT_ON} \ +GS_t4693d2 "D: Tektronix 4693d color, 2b/RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_t4693d4 "D: Tektronix 4693d color, 4b/RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_t4693d8 "D: Tektronix 4693d color, 8b/RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tek4696 "D: Tektronix 4695/4696 inkjet plotter" ${OPTIONS_GS_DEFAULT_ON} \ +GS_xes "D: Xerox XES (2700, 3700, 4045, etc.)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmpmono "D: BMP Monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmpgray "D: BMP 8-bit gray" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmp16 "D: BMP 4-bit EGA/VGA" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmp256 "D: BMP 8-bit 256-color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmp16m "D: BMP 24-bit" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmp32b "D: BMP 32-bit pseudo-.BMP" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmpsep1 "D: BMP Separated 1-bit CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bmpsep8 "D: BMP Separated 8-bit CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ccr "D: CalComp Raster format" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cgmmono "D: CGM Monochrome -- LOW LEVEL OUTPUT ONLY" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cgm8 "D: CGM 8-bit 256-color -- DITTO" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cgm24 "D: CGM 24-bit color -- DITTO" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cif "D: CIF file format for VLSI" ${OPTIONS_GS_DEFAULT_ON} \ +GS_dfaxhigh "D: DigiBoard, DigiFAX (high res)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_dfaxlow "D: DigiFAX (normal res)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_xcf "D: Gimp XCF, RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_xcfcmyk "D: Gimp XCF, CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_faxg3 "D: Group 3 FAX (EOL + no header/EOD)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_faxg32d "D: Group 3 2-D FAX (EOL + no header/EOD)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_faxg4 "D: Group 4 FAX (EOL + no header/EOD)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_miff24 "D: ImageMagick MIFF, 24-bit direct color, RLE" ${OPTIONS_GS_DEFAULT_ON} \ +GS_inferno "D: Inferno bitmaps" ${OPTIONS_GS_DEFAULT_ON} \ +GS_jpeg "D: JPEG format, RGB output" ${OPTIONS_GS_DEFAULT_ON} \ +GS_jpeggray "D: JPEG format, gray output" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mag16 "D: MAG format, 16-color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mag256 "D: MAG format, 256-color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mgrmono "D: MGR devices 1-bit monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mgrgray2 "D: MGR devices 2-bit gray scale" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mgrgray4 "D: MGR devices 4-bit gray scale" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mgrgray8 "D: MGR devices 8-bit gray scale" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mgr4 "D: MGR devices 4-bit (VGA) color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_mgr8 "D: MGR devices 8-bit color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcxmono "D: PCX, 1-bit monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcxgray "D: PCX, 8-bit gray scale" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcx16 "D: PCX, 4-bit planar EGA/VGA color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcx256 "D: PCX, 8-bit chunky color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcx24b "D: PCX, 24-bit color 3x8-bit planes" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pcxcmyk "D: PCX, 4-bit chunky CMYK color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pdfwrite "D: Portable Document Format" ${OPTIONS_GS_DEFAULT_ON} \ +GS_psdrgb "D: PhotoShop PSD, RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_psdcmyk "D: PhotoShop PSD, CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bit "D: Plain bits, monochrome" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bitrgb "D: Plain bits, RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bitcmyk "D: Plain bits, CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_plan9bm "D: Plan 9 bitmap format" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pam "D: Portable Arbitrary Map file" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pbm "D: Portable Bitmap, plain" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pbmraw "D: Portable Bitmap, raw" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pgm "D: Portable Graymap, plain" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pgmraw "D: Portable Graymap, raw" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pgnm "D: Portable Graymap, plain (PBM opt)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pgnmraw "D: Portable Graymap, raw (PBM opt)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pnm "D: Portable Pixmap, plain RGB (PGM/PBM opt)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pnmraw "D: Portable Pixmap, raw RGB (PGM/PBM opt)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ppm "D: Portable Pixmap, plain RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ppmraw "D: Portable Pixmap, raw RGB" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pkm "D: Portable inKmap, plain (4b CMYK=>RGB)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pkmraw "D: Portable inKmap, raw (4b CMYK=>RGB)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pksm "D: Portable Separated map, plain (4b CMYK=>4p)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pksmraw "D: Portable Separated map, raw (4b CMYK=>4p)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pngmono "D: PNG (Portable Network Graphics) Mono" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pnggray "D: PNG 8-bit Gray" ${OPTIONS_GS_DEFAULT_ON} \ +GS_png16 "D: PNG 4-bit Color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_png256 "D: PNG 8-bit Color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_png16m "D: PNG 24-bit Color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pngalpha "D: PNG 32-bit RGBA Color" ${OPTIONS_GS_DEFAULT_ON} \ +GS_psmono "D: PostScript (Level 1) monochrome image" ${OPTIONS_GS_DEFAULT_ON} \ +GS_psgray "D: PostScript (Level 1) 8-bit gray image" ${OPTIONS_GS_DEFAULT_ON} \ +GS_psrgb "D: PostScript (Level 2) 24-bit color image" ${OPTIONS_GS_DEFAULT_ON} \ +GS_pswrite "D: PostScript (like PostScript Distiller)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_ps2write "D: PostScript (Level 2) output" ${OPTIONS_GS_DEFAULT_ON} \ +GS_epswrite "D: Encapsulated PostScript" ${OPTIONS_GS_DEFAULT_ON} \ +GS_cfax "D: SFF format for CAPI FAX interface" ${OPTIONS_GS_DEFAULT_ON} \ +GS_sgirgb "D: SGI RGB pixmap format" ${OPTIONS_GS_DEFAULT_ON} \ +GS_sunhmono "D: Harlequin variant of 1-bit Sun raster file" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffcrle "D: TIFF CCITT RLE 1 dim (G3 FAX with no EOL)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffg3 "D: TIFF Group 3 FAX (with EOL)" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffg32d "D: TIFF Group 3 2-D FAX" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffg4 "D: TIFF Group 4 FAX" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffgray "D: TIFF 8-bit gray, no compress" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiff12nc "D: TIFF 12-bit RGB, no compress" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiff24nc "D: TIFF 24-bit RGB, no compress, NeXT format" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiff32nc "D: TIFF 32-bit CMYK" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffsep "D: TIFF gray + CMYK composite" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tifflzw "D: TIFF LZW, tag = 5, mono" ${OPTIONS_GS_DEFAULT_ON} \ +GS_tiffpack "D: TIFF PackBits, tag = 32773, mono" ${OPTIONS_GS_DEFAULT_ON} \ +GS_bbox "D: Bounding box output" ${OPTIONS_GS_DEFAULT_ON} \ +GS_devicen "D: DeviceN process color model device" ${OPTIONS_GS_DEFAULT_ON} \ +GS_perm "D: DeviceN which permutes color components" ${OPTIONS_GS_DEFAULT_ON} \ +GS_spotcmyk "D: DeviceN with CMYK and spot color support" ${OPTIONS_GS_DEFAULT_ON} \ +GS_imdi "D: IMDI color converting device" ${OPTIONS_GS_DEFAULT_ON} \ +GS_wtsimdi "D: WTS halftoning device" ${OPTIONS_GS_DEFAULT_ON} \ +GS_wtscmyk "D: WTS halftoning CMYK device" ${OPTIONS_GS_DEFAULT_ON} Property changes on: head/print/ghostscript8/Makefile.drivers ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property