From 6e0909e045a068d899c6347684796ba545f7202e Mon Sep 17 00:00:00 2001 From: Hiroki Sato Date: Fri, 5 Sep 2008 19:41:48 +0000 Subject: * print/ghostscript-* and related ports have been renamed in the following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) --- print/ghostscript-gpl/Makefile | 272 --------- print/ghostscript-gpl/Makefile.drivers | 325 ---------- print/ghostscript-gpl/distinfo | 6 - print/ghostscript-gpl/files/Makefile.dmprt | 9 - print/ghostscript-gpl/files/Makefile.epag | 23 - print/ghostscript-gpl/files/Makefile.pcl3 | 37 -- print/ghostscript-gpl/files/epag.contrib.mak | 8 - print/ghostscript-gpl/files/lqx70ch.upp | 26 - print/ghostscript-gpl/files/lqx70cl.upp | 26 - print/ghostscript-gpl/files/lqx70cm.upp | 25 - .../files/patch-contrib__japanese__dmp_site.ps | 11 - .../files/patch-contrib__japanese__gdevdmpr.c | 44 -- print/ghostscript-gpl/files/patch-epag__gdevepag.c | 217 ------- .../files/patch-jbig2dec__os_types.h | 11 - print/ghostscript-gpl/files/patch-lib-FAPIcidfmap | 61 -- print/ghostscript-gpl/files/patch-lib-FAPIconfig | 21 - print/ghostscript-gpl/files/patch-lib-cidfmap | 61 -- print/ghostscript-gpl/files/patch-lib::gs_ttf.ps | 24 - print/ghostscript-gpl/files/patch-lib:gs_statd.ps | 23 - print/ghostscript-gpl/files/patch-lib:pdf_font.ps | 15 - print/ghostscript-gpl/files/patch-src-Makefile.in | 79 --- print/ghostscript-gpl/files/patch-src-contrib.mak | 8 - print/ghostscript-gpl/files/patch-src-gdevl256.c | 17 - print/ghostscript-gpl/files/patch-src-gdevvglb.c | 19 - print/ghostscript-gpl/files/patch-src-unixinst.mak | 11 - print/ghostscript-gpl/files/patch-src:fapi_ft.c | 22 - print/ghostscript-gpl/files/patch-src:gxobj.h | 18 - print/ghostscript-gpl/files/patch-src:unix-gcc.mak | 217 ------- print/ghostscript-gpl/files/patch-src__devs.mak | 25 - print/ghostscript-gpl/files/patch-src__gdevperm.c | 11 - print/ghostscript-gpl/files/patch-src__zicc.c | 12 - print/ghostscript-gpl/files/pkg-message.in | 8 - print/ghostscript-gpl/pkg-descr | 22 - print/ghostscript-gpl/pkg-plist | 677 --------------------- 34 files changed, 2391 deletions(-) delete mode 100644 print/ghostscript-gpl/Makefile delete mode 100644 print/ghostscript-gpl/Makefile.drivers delete mode 100644 print/ghostscript-gpl/distinfo delete mode 100644 print/ghostscript-gpl/files/Makefile.dmprt delete mode 100644 print/ghostscript-gpl/files/Makefile.epag delete mode 100644 print/ghostscript-gpl/files/Makefile.pcl3 delete mode 100644 print/ghostscript-gpl/files/epag.contrib.mak delete mode 100644 print/ghostscript-gpl/files/lqx70ch.upp delete mode 100644 print/ghostscript-gpl/files/lqx70cl.upp delete mode 100644 print/ghostscript-gpl/files/lqx70cm.upp delete mode 100644 print/ghostscript-gpl/files/patch-contrib__japanese__dmp_site.ps delete mode 100644 print/ghostscript-gpl/files/patch-contrib__japanese__gdevdmpr.c delete mode 100644 print/ghostscript-gpl/files/patch-epag__gdevepag.c delete mode 100644 print/ghostscript-gpl/files/patch-jbig2dec__os_types.h delete mode 100644 print/ghostscript-gpl/files/patch-lib-FAPIcidfmap delete mode 100644 print/ghostscript-gpl/files/patch-lib-FAPIconfig delete mode 100644 print/ghostscript-gpl/files/patch-lib-cidfmap delete mode 100644 print/ghostscript-gpl/files/patch-lib::gs_ttf.ps delete mode 100644 print/ghostscript-gpl/files/patch-lib:gs_statd.ps delete mode 100644 print/ghostscript-gpl/files/patch-lib:pdf_font.ps delete mode 100644 print/ghostscript-gpl/files/patch-src-Makefile.in delete mode 100644 print/ghostscript-gpl/files/patch-src-contrib.mak delete mode 100644 print/ghostscript-gpl/files/patch-src-gdevl256.c delete mode 100644 print/ghostscript-gpl/files/patch-src-gdevvglb.c delete mode 100644 print/ghostscript-gpl/files/patch-src-unixinst.mak delete mode 100644 print/ghostscript-gpl/files/patch-src:fapi_ft.c delete mode 100644 print/ghostscript-gpl/files/patch-src:gxobj.h delete mode 100644 print/ghostscript-gpl/files/patch-src:unix-gcc.mak delete mode 100644 print/ghostscript-gpl/files/patch-src__devs.mak delete mode 100644 print/ghostscript-gpl/files/patch-src__gdevperm.c delete mode 100644 print/ghostscript-gpl/files/patch-src__zicc.c delete mode 100644 print/ghostscript-gpl/files/pkg-message.in delete mode 100644 print/ghostscript-gpl/pkg-descr delete mode 100644 print/ghostscript-gpl/pkg-plist (limited to 'print/ghostscript-gpl') diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile deleted file mode 100644 index 7876fffdec5d..000000000000 --- a/print/ghostscript-gpl/Makefile +++ /dev/null @@ -1,272 +0,0 @@ -# New ports collection makefile for: ghostscript -# Date created: Tue Jun 10 21:58:54 CEST 1997 -# Whom: Andreas Klemm -# -# $FreeBSD$ -# - -PORTNAME= ghostscript -PORTVERSION= 8.62 -PORTREVISION= 3 -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 -PKGNAMESUFFIX= -gpl -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gs_srcs ${EPAG_SRCS}:epag -DIST_SUBDIR= ${PORTNAME} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GPL Postscript interpreter - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png -RUN_DEPENDS= ${LOCALBASE}/share/${PORTNAME}/fonts/a010013l.pfb:${PORTSDIR}/print/gsfonts - -CONFLICTS= gambc-[0-9]* ghostscript-gnu-[0-9]* ghostscript-gnu-*-[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -WANT_GNOME= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes - -MAKE_ENV= 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 - -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 -.else -PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11 -CONFIGURE_ARGS+=--without-x -.endif - -.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 -CONFIGURE_ARGS+=--with-libiconv=gnu -EXTRALIBS+= -liconv -. endif -.endif - -.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} -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} - cd ${WRKSRC}/contrib && \ - ${TAR} cf - ${PORTDOC_FILES} | \ - ( cd ${DOCSDIR}/${PORTVERSION} && ${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 diff --git a/print/ghostscript-gpl/Makefile.drivers b/print/ghostscript-gpl/Makefile.drivers deleted file mode 100644 index 6e82ae0d7c7a..000000000000 --- a/print/ghostscript-gpl/Makefile.drivers +++ /dev/null @@ -1,325 +0,0 @@ -# $FreeBSD$ - -.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 - -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 diff --git a/print/ghostscript-gpl/distinfo b/print/ghostscript-gpl/distinfo deleted file mode 100644 index ee8473d585d4..000000000000 --- a/print/ghostscript-gpl/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (ghostscript/ghostscript-8.62.tar.bz2) = 40d673a3c6e11d2bf14f972b84551104 -SHA256 (ghostscript/ghostscript-8.62.tar.bz2) = 09671c76237c7b1df905697d30278a4f2cb9da238f9659f8fd1e8b2ae43ace4d -SIZE (ghostscript/ghostscript-8.62.tar.bz2) = 15063641 -MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3 -SHA256 (ghostscript/epag-3.09.tar.gz) = ad10eca44c781a5851d5a8993dcd95b2e2b99392cbf2c8372a5a658f3b991b3b -SIZE (ghostscript/epag-3.09.tar.gz) = 12858 diff --git a/print/ghostscript-gpl/files/Makefile.dmprt b/print/ghostscript-gpl/files/Makefile.dmprt deleted file mode 100644 index dc41ea2cfe52..000000000000 --- a/print/ghostscript-gpl/files/Makefile.dmprt +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD$ - -post-install-dmprt: - ${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${PREFIX}/bin - cd ${FILESDIR} && \ - ${INSTALL_DATA} lqx70ch.upp lqx70cl.upp lqx70cm.upp \ - ${DATADIR}/${PORTVERSION}/lib - -post-install: post-install-dmprt diff --git a/print/ghostscript-gpl/files/Makefile.epag b/print/ghostscript-gpl/files/Makefile.epag deleted file mode 100644 index 94bc1b7601b8..000000000000 --- a/print/ghostscript-gpl/files/Makefile.epag +++ /dev/null @@ -1,23 +0,0 @@ -# $FreeBSD$ - -# EPAG - additional driver for Epson ESC/Page printers -# http://www.humblesoft.com/gdevepag.html - -PORTDOCS+= epag -PORTDOC_FILES+= epag/ert.txt epag/gdevepag.txt epag/ChangeLog \ - epag/psprint epag/gsepagif.sh - -pre-build-epag: - ${LN} -s -f ${WRKSRC}/${EPAG_NAME}/gdevepag.c ${WRKSRC}/src - -post-build-epag: - cd ${WRKSRC}/${EPAG_NAME} && \ - ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile - -post-install-docs-epag: - ${MKDIR} ${WRKSRC}/contrib/epag - ${INSTALL_DATA} ${WRKSRC}/${EPAG_NAME}/* ${WRKSRC}/contrib/epag - -pre-build: pre-build-epag -post-build: post-build-epag -post-install-docs: post-install-docs-epag diff --git a/print/ghostscript-gpl/files/Makefile.pcl3 b/print/ghostscript-gpl/files/Makefile.pcl3 deleted file mode 100644 index 34e6df9020af..000000000000 --- a/print/ghostscript-gpl/files/Makefile.pcl3 +++ /dev/null @@ -1,37 +0,0 @@ -# $FreeBSD$ - -PORTDOCS+= pcl3 -PORTDOC_FILES+= pcl3/NEWS pcl3/BUGS pcl3/README pcl3/gs-pcl3.html \ - pcl3/how-to-report.txt pcl3/pcl3opts.html - -MAN1+= gs-pcl3.1 pcl3opts.1 - -post-build-pcl3: - cd ${WRKSRC} && \ - ${CC} ${CFLAGS} -I./obj -I./soobj -I./src \ - -I./contrib/pcl3/eprn -o bin/pcl3opts \ - contrib/pcl3/src/pcl3opts.c contrib/pcl3/src/pclscan.c \ - contrib/pcl3/eprn/mediasize.c contrib/pcl3/src/pclsize.c - -post-install-pcl3: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/pcl3opts ${PREFIX}/bin - ${MKDIR} ${DATADIR}/${PORTVERSION}/pcl3 - cd ${WRKSRC}/contrib/pcl3 && \ - ${INSTALL_DATA} lib/example.mcf lib/if-pcl3 \ - ps/calign.ps ps/dumppdd.ps ps/levels-test.ps \ - ps/margins-A4.ps ps/margins-A4Rotated.ps \ - ps/margins-Env10Rotated.ps \ - ps/margins-EnvDLRotated.ps \ - ps/margins-Letter.ps \ - ps/margins-LetterRotated.ps \ - ${DATADIR}/${PORTVERSION}/pcl3 - cd ${WRKSRC}/contrib/pcl3/doc && \ - ${INSTALL_MAN} gs-pcl3.1 pcl3opts.1 ${MANPREFIX}/man/man1 - -post-install-docs-pcl3: - ${MKDIR} ${WRKSRC}/contrib/pcl3 - ${INSTALL_DATA} ${WRKSRC}/contrib/pcl3/doc/* ${WRKSRC}/contrib/pcl3 - -post-build: post-build-pcl3 -post-install: post-install-pcl3 -post-install-docs: post-install-docs-pcl3 diff --git a/print/ghostscript-gpl/files/epag.contrib.mak b/print/ghostscript-gpl/files/epag.contrib.mak deleted file mode 100644 index 2e6117ad4b51..000000000000 --- a/print/ghostscript-gpl/files/epag.contrib.mak +++ /dev/null @@ -1,8 +0,0 @@ -### ------- Epson ESC/Page printer device ----------------- ### -epag_=$(GLOBJ)gdevepag.$(OBJ) - -$(DD)epag.dev : $(epag_) $(DD)page.dev - $(SETPDEV) $(DD)epag $(epag_) - -$(GLOBJ)gdevepag.$(OBJ): $(GLSRC)gdevepag.c $(gdevprn_h) $(PDEVH) - $(GLCC) $(GLO_)gdevepag.$(OBJ) $(C_) $(GLSRC)gdevepag.c diff --git a/print/ghostscript-gpl/files/lqx70ch.upp b/print/ghostscript-gpl/files/lqx70ch.upp deleted file mode 100644 index b5d3cd49e912..000000000000 --- a/print/ghostscript-gpl/files/lqx70ch.upp +++ /dev/null @@ -1,26 +0,0 @@ -# $ApsCVS: src/apsfilter/uniprint/lqx70ch.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ -# --supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Paper" --sDEVICE=uniprint --dNOPAUSE --dSAFER --dupColorModel=/DeviceCMYKgenerate --dupRendering=/ErrorDiffusion --dupOutputFormat=/EscP2 --r360x360 --dupMargins="{ 9.0 0.0 9.0 24.0}" --dupOutputPins=24 --dupBeginPageCommand="< - 1b40 1b40 - 1b2847 0100 01 - 1b2869 0100 01 - 1b2855 0100 0A - 1b5501 - 1b2865 0200 0002 - 1b2843 0200 0000 - 1b2863 0400 0000 0000 ->" --dupAdjustPageLengthCommand --dupEndPageCommand="(\014)" --dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" - diff --git a/print/ghostscript-gpl/files/lqx70cl.upp b/print/ghostscript-gpl/files/lqx70cl.upp deleted file mode 100644 index 91fb1aa89906..000000000000 --- a/print/ghostscript-gpl/files/lqx70cl.upp +++ /dev/null @@ -1,26 +0,0 @@ -# $ApsCVS: src/apsfilter/uniprint/lqx70cl.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ -# --supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Paper" --sDEVICE=uniprint --dNOPAUSE --dSAFER --dupColorModel=/DeviceCMYKgenerate --dupRendering=/ErrorDiffusion --dupOutputFormat=/EscP2 --r180x180 --dupMargins="{ 9.0 0.0 9.0 24.0}" --dupOutputPins=24 --dupBeginPageCommand="< - 1b40 1b40 - 1b2847 0100 01 - 1b2869 0100 01 - 1b2855 0100 14 - 1b5500 - 1b2865 0200 0002 - 1b2843 0200 0000 - 1b2863 0400 0000 0000 ->" --dupAdjustPageLengthCommand --dupEndPageCommand="(\014)" --dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" - diff --git a/print/ghostscript-gpl/files/lqx70cm.upp b/print/ghostscript-gpl/files/lqx70cm.upp deleted file mode 100644 index 895af73aa8d8..000000000000 --- a/print/ghostscript-gpl/files/lqx70cm.upp +++ /dev/null @@ -1,25 +0,0 @@ -# $ApsCVS: src/apsfilter/uniprint/lqx70cm.upp,v 1.2 2000/04/21 18:48:00 andreas Exp $ -# --supModel="Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Paper" --sDEVICE=uniprint --dNOPAUSE --dSAFER --dupColorModel=/DeviceCMYKgenerate --dupRendering=/ErrorDiffusion --dupOutputFormat=/EscP2 --r360x180 --dupMargins="{ 9.0 24.0 9.0 24.0}" --dupOutputPins=24 --dupBeginPageCommand="< - 1b40 1b40 - 1b2847 0100 01 - 1b2869 0100 01 - 1b2855 0100 14 - 1b5501 - 1b2843 0200 0000 - 1b2863 0400 0000 0000 ->" --dupAdjustPageLengthCommand --dupEndPageCommand="(\014)" --dupAbortCommand="(\033@\15\12\12\12\12 Printout-Aborted\15\014)" - diff --git a/print/ghostscript-gpl/files/patch-contrib__japanese__dmp_site.ps b/print/ghostscript-gpl/files/patch-contrib__japanese__dmp_site.ps deleted file mode 100644 index 9f7ad073a58a..000000000000 --- a/print/ghostscript-gpl/files/patch-contrib__japanese__dmp_site.ps +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/japanese/dmp_site.ps.orig Wed Nov 29 20:56:17 2006 -+++ contrib/japanese/dmp_site.ps Sun May 13 21:06:03 2007 -@@ -1,7 +1,7 @@ - %! - BeginConfig - %%%%%%%%%%%%%%%%%%%%%% Standard user cusomizations %%%%%%%%%%%%%%%%%%%%% --/printer (escp_24.src) -+/printer (%%DATADIR%%/%%GS_VERSION%%/lib/escp_24.src) - % horizontal / vertical - % /resolution [ 180.0 180.0 ] - % horizontal / vertical diff --git a/print/ghostscript-gpl/files/patch-contrib__japanese__gdevdmpr.c b/print/ghostscript-gpl/files/patch-contrib__japanese__gdevdmpr.c deleted file mode 100644 index 1e6c3261d464..000000000000 --- a/print/ghostscript-gpl/files/patch-contrib__japanese__gdevdmpr.c +++ /dev/null @@ -1,44 +0,0 @@ ---- contrib/japanese/gdevdmpr.c.orig Thu Apr 26 01:27:24 2007 -+++ contrib/japanese/gdevdmpr.c Tue May 15 01:44:09 2007 -@@ -41,8 +41,6 @@ - /* include library header. */ - #include "dviprlib.h" - --extern FILE *lib_fopen(const char *); -- - #define LOCAL_DEBUG 0 - - #define DEVICE_NAME "dmprt" -@@ -405,8 +403,6 @@ - if (pddev->dmprt.max_height>0 && pddev->dmprt.max_heightheight) - pddev->height = pddev->dmprt.max_height; - -- dviprt_setmessagestream(pddev->dmprt.debug_f ? stderr : NULL); -- - return code; - } - -@@ -425,8 +421,6 @@ - if (code < 0) return code; - if (code == 0) pddev->dmprt.debug_f = vbool; - -- dviprt_setmessagestream(pddev->dmprt.debug_f ? stderr : NULL); -- - code = param_read_bool(plist, "Verbose", &vbool); - if (code < 0) return code; - pddev->dmprt.verbose_f = vbool; -@@ -841,13 +835,12 @@ - char *env; - - strcpy(fname,fnamebase); -- fp = lib_fopen(fname); -+ fp = fopen(fname,"r"); - if (fp == NULL) { - env = getenv("TEXCFG"); - if (env) { - strcpy(fname,env); - strcat(fname, gp_file_name_concat_string(env,strlen(env))); -- strcat(fname,fnamebase); - fp = fopen(fname,gp_fmode_rb); - } - } diff --git a/print/ghostscript-gpl/files/patch-epag__gdevepag.c b/print/ghostscript-gpl/files/patch-epag__gdevepag.c deleted file mode 100644 index 6012768b4d9c..000000000000 --- a/print/ghostscript-gpl/files/patch-epag__gdevepag.c +++ /dev/null @@ -1,217 +0,0 @@ ---- epag/gdevepag.c.orig Sat Jul 8 13:33:09 2000 -+++ epag/gdevepag.c Sat Nov 24 15:25:11 2007 -@@ -102,30 +102,30 @@ - } EpagBubble; - - /* The device descriptors */ --private dev_proc_open_device(epag_open); --private dev_proc_close_device(epag_close); --private dev_proc_print_page(epag_print_page); --private void epag_printer_initialize(gx_device_printer *pdev, FILE *fp,int); --private dev_proc_print_page(epag_print_page); --private dev_proc_get_params(epag_get_params); --private dev_proc_put_params(epag_put_params); --private void epag_paper_set(gx_device_printer *pdev, FILE *fp); --private void epag_bubble_flush_all(EpagPageCont *cont); --private void epag_page_cont_init(gx_device_printer *pdev,FILE *fp,EpagPageCont *cont); --private void epag_page_close(EpagPageCont *cont); --private int epag_read_image(EpagPageCont *cont); --private void epag_process_line(EpagPageCont *cont); --private int epag_is_black(EpagPageCont *cont, int bx); --private void epag_rect_add(EpagPageCont *cont,int start,int end); --private void epag_bubble_gen(EpagPageCont *cont, -+static dev_proc_open_device(epag_open); -+static dev_proc_close_device(epag_close); -+static dev_proc_print_page(epag_print_page); -+static void epag_printer_initialize(gx_device_printer *pdev, FILE *fp,int); -+static dev_proc_print_page(epag_print_page); -+static dev_proc_get_params(epag_get_params); -+static dev_proc_put_params(epag_put_params); -+static void epag_paper_set(gx_device_printer *pdev, FILE *fp); -+static void epag_bubble_flush_all(EpagPageCont *cont); -+static void epag_page_cont_init(gx_device_printer *pdev,FILE *fp,EpagPageCont *cont); -+static void epag_page_close(EpagPageCont *cont); -+static int epag_read_image(EpagPageCont *cont); -+static void epag_process_line(EpagPageCont *cont); -+static int epag_is_black(EpagPageCont *cont, int bx); -+static void epag_rect_add(EpagPageCont *cont,int start,int end); -+static void epag_bubble_gen(EpagPageCont *cont, - int x0, int x1, int y0, int y1); --private void epag_bubble_flush(EpagPageCont *cont,EpagBubble *bbl); --private void epag_bubble_image_out(EpagPageCont *cont,EpagBubble *bbl); -+static void epag_bubble_flush(EpagPageCont *cont,EpagBubble *bbl); -+static void epag_bubble_image_out(EpagPageCont *cont,EpagBubble *bbl); - - /* - * デバイスの宣言 - */ --private gx_device_procs prn_epag_procs = -+static gx_device_procs prn_epag_procs = - prn_params_procs(epag_open, gdev_prn_output_page, epag_close, - epag_get_params, epag_put_params); - gx_device_printer far_data gs_epag_device = -@@ -140,13 +140,13 @@ - static char *epson_remote_start = "\033\001@EJL \r\n"; - - /* Open the printer, adjusting the margins if necessary. */ --private int -+static int - epag_open(gx_device *pdev) - { - return gdev_prn_open(pdev); - } - --private int -+static int - epag_close(gx_device *pdev) - { - gdev_prn_open_printer(pdev, 1); -@@ -163,7 +163,7 @@ - return gdev_prn_close(pdev); - } - --private int -+static int - epag_print_page(gx_device_printer *pdev, FILE *fp) - { - EpagPageCont cont; -@@ -205,7 +205,7 @@ - GS, '2', 'a', 'b', 'P', /* イメージ描画後下へ */ - }; - --private void -+static void - epag_printer_initialize(gx_device_printer *pdev, FILE *fp, int copies) - { - double xDpi,yDpi; -@@ -260,7 +260,7 @@ - fprintf(fp,"%c%dcoO",GS, copies < 256 ? copies : 255); - } - --private int -+static int - epag_get_params(gx_device *pdev, gs_param_list *plist) - { - int code; -@@ -286,7 +286,7 @@ - } - - /* Put properties. */ --private int -+static int - epag_put_params(gx_device *pdev, gs_param_list *plist) - { - param_read_int(plist, "cRowBuf", &epag_cont.cRowBuf); -@@ -380,7 +380,7 @@ - /* - * epag_bubble_flush_all: 残っている bubbleを全て出力する。 - */ --private void epag_bubble_flush_all(EpagPageCont *cont) -+static void epag_bubble_flush_all(EpagPageCont *cont) - { - int i; - -@@ -392,7 +392,7 @@ - /* - * epag_page_cont_init: EpagPageContの初期化、バッファ確保等 - */ --private void epag_page_cont_init(gx_device_printer *pdev,FILE *fp, -+static void epag_page_cont_init(gx_device_printer *pdev,FILE *fp, - EpagPageCont *cont) - { - int bpl; -@@ -417,15 +417,15 @@ - cont->maxY = epag_cont.cRowBuf / cont->bh * cont->bh ; - if(cont->maxY < cont->bh) cont->maxY = cont->bh; - -- cont->bp = gs_malloc(bpl , cont->maxY, "epag_skip_blank_init(bp)"); -- cont->bp2 = gs_malloc(bpl*3/2+1 , cont->maxY, "epag_skip_blank_init(bp2)"); -+ cont->bp = (byte *)gs_malloc(gs_lib_ctx_get_non_gc_memory_t(), bpl , cont->maxY, "epag_skip_blank_init(bp)"); -+ cont->bp2 = (byte *)gs_malloc(gs_lib_ctx_get_non_gc_memory_t(), bpl*3/2+1 , cont->maxY, "epag_skip_blank_init(bp2)"); - - cont->h = cont->r = 0; - -- cont->bubbleTbl=gs_malloc(sizeof(EpagBubble *),cont->maxBx,"bubbleTbl"); -+ cont->bubbleTbl = (byte *)gs_malloc(gs_lib_ctx_get_non_gc_memory_t(), sizeof(EpagBubble *),cont->maxBx,"bubbleTbl"); - for(i=0;imaxBx;i++) - cont->bubbleTbl[i] = NULL; -- cont->bubbleBuffer=gs_malloc(sizeof(EpagBubble),cont->maxBx,"bubbleBuffer"); -+ cont->bubbleBuffer=gs_malloc(gs_lib_ctx_get_non_gc_memory_t(), sizeof(EpagBubble),cont->maxBx,"bubbleBuffer"); - bbtbl = (EpagBubble *)cont->bubbleBuffer; - for(i=0;imaxBx-1;i++) - bbtbl[i].next = &bbtbl[i+1]; -@@ -433,15 +433,15 @@ - cont->freeBubbleList = &bbtbl[0]; - } - --private void -+static void - epag_page_close(EpagPageCont *cont) - { -- gs_free(cont->bp, bpl, cont->maxY, "epag_skip_blank_init(bp)"); -- gs_free(cont->bp2, bpl*3/2+1, cont->maxY, "epag_skip_blank_init(bp2)"); -- gs_free(cont->bubbleBuffer, sizeof(EpagBubble), cont->maxBx,"bubbleBuffer"); -+ gs_free(gs_lib_ctx_get_non_gc_memory_t(), cont->bp, bpl, cont->maxY, "epag_skip_blank_init(bp)"); -+ gs_free(gs_lib_ctx_get_non_gc_memory_t(), cont->bp2, bpl*3/2+1, cont->maxY, "epag_skip_blank_init(bp2)"); -+ gs_free(gs_lib_ctx_get_non_gc_memory_t(), cont->bubbleBuffer, sizeof(EpagBubble), cont->maxBx,"bubbleBuffer"); - } - --private int -+static int - epag_read_image(EpagPageCont *cont) - { - int bh = cont->bh; -@@ -473,7 +473,7 @@ - /* - * bh行分のラスターデータを処理する - */ --private void -+static void - epag_process_line(EpagPageCont *cont) - { - int bh = cont->bh; -@@ -502,7 +502,7 @@ - else epag_rect_add(cont, 0, cont->maxBx-1); - } - --private int -+static int - epag_is_black(EpagPageCont *cont, int bx) - { - int bh = cont->bh; -@@ -520,7 +520,7 @@ - return 0; - } - --private void -+static void - epag_rect_add(EpagPageCont *cont,int start,int end) - { - int x0 = start * cont->bw; -@@ -544,7 +544,7 @@ - } - } - --private void -+static void - epag_bubble_gen(EpagPageCont *cont, int x0, int x1, int y0, int y1) - { - EpagBubble *bbl; -@@ -569,7 +569,7 @@ - } - } - --private void epag_bubble_flush(EpagPageCont *cont,EpagBubble *bbl) -+static void epag_bubble_flush(EpagPageCont *cont,EpagBubble *bbl) - { - int bx,bx0,bx1; - -@@ -588,7 +588,7 @@ - - /* イメージを出力 */ - --private void -+static void - epag_bubble_image_out(EpagPageCont *cont,EpagBubble *bbl) - { - FILE *fp = cont->fp; diff --git a/print/ghostscript-gpl/files/patch-jbig2dec__os_types.h b/print/ghostscript-gpl/files/patch-jbig2dec__os_types.h deleted file mode 100644 index 4ce75024cc04..000000000000 --- a/print/ghostscript-gpl/files/patch-jbig2dec__os_types.h +++ /dev/null @@ -1,11 +0,0 @@ ---- jbig2dec/os_types.h.orig Thu Dec 29 04:56:24 2005 -+++ jbig2dec/os_types.h Sun May 28 01:10:59 2006 -@@ -47,7 +47,7 @@ - - #if defined(HAVE_STDINT_H) || defined(__MACOS__) - # include --#elif defined(__VMS) -+#elif defined(__VMS) || defined(__FreeBSD__) - # include - #endif - diff --git a/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap b/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap deleted file mode 100644 index f90521e1b400..000000000000 --- a/print/ghostscript-gpl/files/patch-lib-FAPIcidfmap +++ /dev/null @@ -1,61 +0,0 @@ ---- lib/FAPIcidfmap.orig 2006-06-01 00:29:52.000000000 +0900 -+++ lib/FAPIcidfmap 2008-03-04 07:05:55.000000000 +0900 -@@ -29,4 +29,58 @@ - % - % /Ryumin-Medium << /Path (msgothic.ttc) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; - % /HeiseiKakuGo-W5 << /Path (F:/WIN2000/Fonts/BATANG.TTC) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; -+%/Ryumin-Light << /Path (Ryumin-Light.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; -+%/GothicBBB-Medium << /Path (GothicBBB-Medium.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(Japan1) 2] >> ; -+ -+/Ryumin-Medium /Ryumin-Light ; -+/Ryumin-Regular /Ryumin-Light ; -+/RyuminPro-Light /Ryumin-Light ; -+ -+/GothicBBBPro-Medium /GothicBBB-Medium ; -+ -+/KozGoPro-Bold /GothicBBB-Medium ; -+/KozGoPro-Heavy /GothicBBB-Medium ; -+/KozGoPro-Medium /GothicBBB-Medium ; -+/KozGoPro-Regular /GothicBBB-Medium ; -+ -+/KozMinPro-Bold /Ryumin-Light ; -+/KozMinPro-Light /Ryumin-Light ; -+/KozMinPro-Medium /Ryumin-Light ; -+/KozMinPro-Regular /Ryumin-Light ; -+ -+/HiraKakuPro-W3 /GothicBBB-Medium ; -+/HiraKakuPro-W6 /GothicBBB-Medium ; -+/HiraKakuStd-W8 /GothicBBB-Medium ; -+ -+/HiraMaruPro-W4 /GothicBBB-Medium ; -+ -+/HiraMinPro-W3 /Ryumin-Light ; -+ -+/HeiseiMin-W3 /Ryumin-Light ; -+/HeiseiKakuGo-W5 /GothicBBB-Medium ; -+ -+/FutoMinA101-Bold /Ryumin-Light ; -+/FutoMinA101Pro-Bold /Ryumin-Light ; -+/FutoGoB101-Bold /GothicBBB-Medium ; -+/FutoGoB101Pro-Bold /GothicBBB-Medium ; - -+/Jun101-Light /Ryumin-Light ; -+/Jun101Pro-Light /Ryumin-Light ; -+ -+/MidashiGo-MB31 /GothicBBB-Medium ; -+/MidashiGoPro-MB31 /GothicBBB-Medium ; -+ -+/MidashiMinPro-MA31 /Ryumin-Light ; -+ -+%/Munhwa-Regular /Munhwa-Regular ; -+%/MunhwaGothic-Regular /MunhwaGothic-Regular ; -+%/Munhwa-Bold /Munhwa-Bold ; -+%/MunhwaGothic-Bold /MunhwaGothic-Bold ; -+ -+/HYGoThic-Medium /MunhwaGothic-Regular ; -+/HYSMyeongJo-Medium /Munhwa-Regular ; -+/HYRGoThic-Medium /MunhwaGothic-Bold ; -+ -+%/STHeiti-Regular << /Path (STHeiti-Regular.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(CNS1) 5] >> ; -+%/STSong-Light << /Path (STSong-Light.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(GB1) 5] >> ; -+%/MSung-Light << /Path (MSung-Light.ttf) /CIDFontType 0 /FAPI /UFST /CSI [(GB1) 5] >> ; diff --git a/print/ghostscript-gpl/files/patch-lib-FAPIconfig b/print/ghostscript-gpl/files/patch-lib-FAPIconfig deleted file mode 100644 index f72f2fd9a6c0..000000000000 --- a/print/ghostscript-gpl/files/patch-lib-FAPIconfig +++ /dev/null @@ -1,21 +0,0 @@ ---- lib/FAPIconfig.orig 2008-03-04 06:50:24.000000000 +0900 -+++ lib/FAPIconfig 2008-03-04 06:51:30.000000000 +0900 -@@ -2,10 +2,14 @@ - % $Id: FAPIconfig 6870 2006-06-20 16:31:15Z leonardo $ - % This is configuration file for FAPI client. - --/FontPath (/Fonts) % A default directory for FAPI-handled font files path in FAPIfontmap. --/CIDFontPath (/CIDFonts) % A default directory for FAPI-handled CID font files path in FAPIcidfmap. --/HookDiskFonts [1 2 9 11 42] % FontType values for disk PS fonts to be redirected to FAPI. --/HookEmbeddedFonts [1 2 9 11 42] % FontType values for embedded PS fonts to be redirected to FAPI. -+%/FontPath (/Fonts) % A default directory for FAPI-handled font files path in FAPIfontmap. -+/FontPath () % A default directory for FAPI-handled font files path in FAPIfontmap. -+%/CIDFontPath (/CIDFonts) % A default directory for FAPI-handled CID font files path in FAPIcidfmap. -+/CIDFontPath () % A default directory for FAPI-handled CID font files path in FAPIcidfmap. -+%/HookDiskFonts [1 2 9 11 42] % FontType values for disk PS fonts to be redirected to FAPI. -+/HookDiskFonts [] % FontType values for disk PS fonts to be redirected to FAPI. -+%/HookEmbeddedFonts [1 2 9 11 42] % FontType values for embedded PS fonts to be redirected to FAPI. -+/HookEmbeddedFonts [] % FontType values for embedded PS fonts to be redirected to FAPI. - - % Values allowed for HookDiskFonts and HookEmbeddedFonts are 1, 2, 9, 11, 42. - % "Disk fonts" are fonts being installed to Ghostscript with 'lib/Fontmap' or with GS_FONTPATH, diff --git a/print/ghostscript-gpl/files/patch-lib-cidfmap b/print/ghostscript-gpl/files/patch-lib-cidfmap deleted file mode 100644 index b83350d1dd32..000000000000 --- a/print/ghostscript-gpl/files/patch-lib-cidfmap +++ /dev/null @@ -1,61 +0,0 @@ ---- lib/cidfmap.orig 2005-12-29 04:56:24.000000000 +0900 -+++ lib/cidfmap 2008-03-04 07:04:11.000000000 +0900 -@@ -26,3 +26,58 @@ - % /ShinGo-Bold /HeiseiKakuGo-W5 ; - % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ; - % -+/Ryumin-Light << /FileType /TrueType /Path (Ryumin-Light.ttf) /SubfontID 0 /CSI [(Japan1) 3] >> ; -+/GothicBBB-Medium << /FileType /TrueType /Path (GothicBBB-Medium.ttf) /SubfontID 0 /CSI [(Japan1) 3] >> ; -+ -+/Ryumin-Medium /Ryumin-Light ; -+/Ryumin-Regular /Ryumin-Light ; -+/RyuminPro-Light /Ryumin-Light ; -+ -+/GothicBBBPro-Medium /GothicBBB-Medium ; -+ -+/KozGoPro-Bold /GothicBBB-Medium ; -+/KozGoPro-Heavy /GothicBBB-Medium ; -+/KozGoPro-Medium /GothicBBB-Medium ; -+/KozGoPro-Regular /GothicBBB-Medium ; -+ -+/KozMinPro-Bold /Ryumin-Light ; -+/KozMinPro-Light /Ryumin-Light ; -+/KozMinPro-Medium /Ryumin-Light ; -+/KozMinPro-Regular /Ryumin-Light ; -+ -+/HiraKakuPro-W3 /GothicBBB-Medium ; -+/HiraKakuPro-W6 /GothicBBB-Medium ; -+/HiraKakuStd-W8 /GothicBBB-Medium ; -+ -+/HiraMaruPro-W4 /GothicBBB-Medium ; -+ -+/HiraMinPro-W3 /Ryumin-Light ; -+ -+/HeiseiMin-W3 /Ryumin-Light ; -+/HeiseiKakuGo-W5 /GothicBBB-Medium ; -+ -+/FutoMinA101-Bold /Ryumin-Light ; -+/FutoMinA101Pro-Bold /Ryumin-Light ; -+/FutoGoB101-Bold /GothicBBB-Medium ; -+/FutoGoB101Pro-Bold /GothicBBB-Medium ; -+ -+/Jun101-Light /Ryumin-Light ; -+/Jun101Pro-Light /Ryumin-Light ; -+ -+/MidashiGo-MB31 /GothicBBB-Medium ; -+/MidashiGoPro-MB31 /GothicBBB-Medium ; -+ -+/MidashiMinPro-MA31 /Ryumin-Light ; -+ -+%/Munhwa-Regular /Munhwa-Regular ; -+%/MunhwaGothic-Regular /MunhwaGothic-Regular ; -+%/Munhwa-Bold /Munhwa-Bold ; -+%/MunhwaGothic-Bold /MunhwaGothic-Bold ; -+ -+/HYGoThic-Medium /MunhwaGothic-Regular ; -+/HYSMyeongJo-Medium /Munhwa-Regular ; -+/HYRGoThic-Medium /MunhwaGothic-Bold ; -+ -+/STHeiti-Regular << /FileType /TrueType /Path (STHeiti-Regular.ttf) /SubfontID 0 /CSI [(CNS1) 5] >> ; -+/STSong-Light << /FileType /TrueType /Path (STSong-Light.ttf) /SubfontID 0 /CSI [(GB1) 5] >> ; -+/MSung-Light << /FileType /TrueType /Path (MSung-Light.ttf) /SubfontID 0 /CSI [(GB1) 5] >> ; diff --git a/print/ghostscript-gpl/files/patch-lib::gs_ttf.ps b/print/ghostscript-gpl/files/patch-lib::gs_ttf.ps deleted file mode 100644 index ba745a856a26..000000000000 --- a/print/ghostscript-gpl/files/patch-lib::gs_ttf.ps +++ /dev/null @@ -1,24 +0,0 @@ ---- lib/gs_ttf.ps.orig Tue Feb 6 20:07:48 2007 -+++ lib/gs_ttf.ps Sat Mar 24 16:15:49 2007 -@@ -997,10 +997,17 @@ - } ifelse - % Stack: ... /FontInfo mark key1 value1 ... - post null ne { -- /ItalicAngle first_post_string 4 gets32 65536.0 div -- /isFixedPitch first_post_string 12 getu32 0 ne -- /UnderlinePosition first_post_string 8 gets16 upem div -- /UnderlineThickness first_post_string 10 gets16 upem div -+ post type /arraytype eq { -+ % this post table is a big table. /post should be [(...) ...] -+ % data we actually need here should be first one in array. -+ /posttable post 1 get def -+ } { -+ /posttable post def -+ } ifelse -+ /ItalicAngle posttable 4 gets32 65536.0 div -+ /isFixedPitch posttable 12 getu32 0 ne -+ /UnderlinePosition posttable 8 gets16 upem div -+ /UnderlineThickness posttable 10 gets16 upem div - } if - counttomark 0 ne { .dicttomark } { pop pop } ifelse - /XUID [orgXUID 42 curxuid] diff --git a/print/ghostscript-gpl/files/patch-lib:gs_statd.ps b/print/ghostscript-gpl/files/patch-lib:gs_statd.ps deleted file mode 100644 index 0ec417a12f2f..000000000000 --- a/print/ghostscript-gpl/files/patch-lib:gs_statd.ps +++ /dev/null @@ -1,23 +0,0 @@ ---- lib/gs_statd.ps.orig Sat Feb 14 04:19:59 2004 -+++ lib/gs_statd.ps Sat Feb 21 23:01:09 2004 -@@ -109,6 +109,12 @@ - /halfletter {396 612 //.setpagesize exec} bind def - % minimum of a4 and letter (a4 width, letter length) - /pa4 {595 792 //.setpagesize exec} bind def -+ /postcard {284 419 //.setpagesize exec} bind def -+ /dbl_postcard {419 568 //.setpagesize exec} bind def -+ /Executive {522 756 //.setpagesize exec} bind def -+ /jenv_you4 {298 666 //.setpagesize exec} bind def -+ /jenv_you2 {324 460 //.setpagesize exec} bind def -+ /jenv_kaku2 {682 942 //.setpagesize exec} bind def - % /tabloid {792 1224 //.setpagesize exec} bind def % 11x17 portrait - % /csheet {1224 1584 //.setpagesize exec} bind def % ANSI C 17x22 - % /dsheet {1584 2448 //.setpagesize exec} bind def % ANSI D 22x34 -@@ -125,6 +131,7 @@ - [ /letter /note %do not change this line, needed by 'setpagetype' - /legal /lettersmall - /11x17 /ledger -+ /postcard /dbl_postcard /Executive /jenv_you4 /jenv_you2 /jenv_kaku2 - /a4small /a3 /a4 - STRICT { (%END SIZES) .skipeof } if - /a0 /a1 /a2 /a5 /a6 /a7 /a8 /a9 /a10 diff --git a/print/ghostscript-gpl/files/patch-lib:pdf_font.ps b/print/ghostscript-gpl/files/patch-lib:pdf_font.ps deleted file mode 100644 index 98f38d21d634..000000000000 --- a/print/ghostscript-gpl/files/patch-lib:pdf_font.ps +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/pdf_font.ps.orig Tue Aug 31 13:03:30 2004 -+++ lib/pdf_font.ps Wed Sep 15 19:15:00 2004 -@@ -1114,10 +1114,12 @@ - - /buildCIDType0 { % buildCIDType0 - dup /BaseFont get findCIDFont exch pop -+ addCIDmetrics /CIDFont defineresource - } bdef - - /buildCIDType2 { % buildCIDType2 - dup /BaseFont get findCIDFont exch pop -+ addCIDmetrics /CIDFont defineresource - } bdef - - /processCIDToGIDMap { % processCIDToGIDMap diff --git a/print/ghostscript-gpl/files/patch-src-Makefile.in b/print/ghostscript-gpl/files/patch-src-Makefile.in deleted file mode 100644 index a3347e639562..000000000000 --- a/print/ghostscript-gpl/files/patch-src-Makefile.in +++ /dev/null @@ -1,79 +0,0 @@ ---- src/Makefile.in.orig 2008-02-29 17:13:08.000000000 +0900 -+++ src/Makefile.in 2008-03-05 00:25:31.000000000 +0900 -@@ -46,9 +46,8 @@ - # the directories also define the default search path for the - # initialization files (gs_*.ps) and the fonts. - --INSTALL = $(GLSRCDIR)/instcopy -c --INSTALL_PROGRAM = $(INSTALL) -m 755 --INSTALL_DATA = $(INSTALL) -m 644 -+INSTALL_PROGRAM = ${BSD_INSTALL_SCRIPT} -+INSTALL_DATA = ${BSD_INSTALL_DATA} - INSTALL_SHARED = @INSTALL_SHARED@ - - prefix = @prefix@ -@@ -164,7 +163,7 @@ - # some older JPEG streams that violate the standard. If the JPEG - # library built from local sources, the patch will be applied. - --SHARE_JPEG=@SHARE_LIBJPEG@ -+SHARE_JPEG=1 - JPEG_NAME=jpeg - - # Define the directory where the PNG library sources are stored, -@@ -172,14 +171,14 @@ - # You may need to change this if the libpng version changes. - # See libpng.mak for more information. - --SHARE_LIBPNG=@SHARE_LIBPNG@ -+SHARE_LIBPNG=1 - PNGSRCDIR=@LIBPNGDIR@ - LIBPNG_NAME=png - - # Define the directory where the zlib sources are stored. - # See zlib.mak for more information. - --SHARE_ZLIB=@SHARE_ZLIB@ -+SHARE_ZLIB=1 - ZSRCDIR=@ZLIBDIR@ - #ZLIB_NAME=gz - ZLIB_NAME=z -@@ -250,7 +249,7 @@ - # Define the added flags for standard, debugging, profiling - # and shared object builds. - --CFLAGS_STANDARD=@OPT_CFLAGS@ -+CFLAGS_STANDARD?=@OPT_CFLAGS@ - CFLAGS_DEBUG=-g -O - CFLAGS_PROFILE=-pg @OPT_CFLAGS@ - CFLAGS_SO=@DYNAMIC_CFLAGS@ -@@ -295,7 +294,7 @@ - # Solaris may need -lnsl -lsocket -lposix4. - # (Libraries required by individual drivers are handled automatically.) - --EXTRALIBS=@LIBS@ @DYNAMIC_LIBS@ @FONTCONFIG_LIBS@ -+EXTRALIBS=@LIBS@ @DYNAMIC_LIBS@ @FONTCONFIG_LIBS@ -Wl,-export-dynamic - - # Define the standard libraries to search at the end of linking. - # Most platforms require -lpthread for the POSIX threads library; -@@ -340,10 +339,10 @@ - - # If POSIX sync primitives are used, also change the STDLIBS to include - # the pthread library. --#SYNC=posync -+SYNC=posync - - # Default is No sync primitives since some platforms don't have it (HP-UX) --SYNC=nosync -+#SYNC=nosync - - # programs we use - RM=rm -f -@@ -498,6 +497,7 @@ - # ---------------- End of platform-specific section ---------------- # - - INSTALL_CONTRIB=@INSTALL_CONTRIB@ -+include $(GLSRCDIR)/drivers.mak - include $(GLSRCDIR)/unixhead.mak - include $(GLSRCDIR)/gs.mak - # psromfs.mak must precede lib.mak diff --git a/print/ghostscript-gpl/files/patch-src-contrib.mak b/print/ghostscript-gpl/files/patch-src-contrib.mak deleted file mode 100644 index bed646b02a00..000000000000 --- a/print/ghostscript-gpl/files/patch-src-contrib.mak +++ /dev/null @@ -1,8 +0,0 @@ ---- src/contrib.mak.orig 2008-03-04 06:06:45.000000000 +0900 -+++ src/contrib.mak 2008-03-04 06:07:11.000000000 +0900 -@@ -858,3 +858,5 @@ - $(SETPDEV) $(DD)picty180 $(cdeskjet_) - - ######################################################################### -+ -+include $(GLSRCDIR)/epag.contrib.mak diff --git a/print/ghostscript-gpl/files/patch-src-gdevl256.c b/print/ghostscript-gpl/files/patch-src-gdevl256.c deleted file mode 100644 index c00c180f7f1f..000000000000 --- a/print/ghostscript-gpl/files/patch-src-gdevl256.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/gdevl256.c.orig Mon Jun 4 00:54:57 2007 -+++ src/gdevl256.c Mon Jun 4 01:13:56 2007 -@@ -143,9 +143,12 @@ - /* for compatibility with the older display modes: */ - /* these are indexed as 0.0.R0.G0.B0.R1.G1.B1. */ - gx_color_index --lvga256_map_rgb_color(gx_device * dev, gx_color_value r, gx_color_value g, -- gx_color_value b) -+lvga256_map_rgb_color(gx_device * dev, const gx_color_value cv[]) - { -+ gx_color_value r = cv[0]; -+ gx_color_value g = cv[1]; -+ gx_color_value b = cv[2]; -+ - #define cv_bits(v,n) (v >> (gx_color_value_bits - n)) - ushort r5 = cv_bits(r, 5), g5 = cv_bits(g, 5), b5 = cv_bits(b, 5); - static const byte cube_bits[32] = diff --git a/print/ghostscript-gpl/files/patch-src-gdevvglb.c b/print/ghostscript-gpl/files/patch-src-gdevvglb.c deleted file mode 100644 index a14739678e92..000000000000 --- a/print/ghostscript-gpl/files/patch-src-gdevvglb.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/gdevvglb.c.orig Tue Sep 25 22:31:24 2007 -+++ src/gdevvglb.c Sat Nov 24 23:00:49 2007 -@@ -149,10 +149,13 @@ - } - - static gx_color_index --vgalib_map_rgb_color(gx_device * dev, gx_color_value red, -- gx_color_value green, gx_color_value blue) -+vgalib_map_rgb_color(gx_device * dev, const gx_color_value cv[]) - { -- return pc_4bit_map_rgb_color(dev, red, green, blue); -+ gx_color_value r = cv[0]; -+ gx_color_value g = cv[1]; -+ gx_color_value b = cv[2]; -+ -+ return pc_4bit_map_rgb_color(dev, cv); - } - - static int diff --git a/print/ghostscript-gpl/files/patch-src-unixinst.mak b/print/ghostscript-gpl/files/patch-src-unixinst.mak deleted file mode 100644 index df2160a93a62..000000000000 --- a/print/ghostscript-gpl/files/patch-src-unixinst.mak +++ /dev/null @@ -1,11 +0,0 @@ ---- src/unixinst.mak.orig 2007-08-15 05:48:29.000000000 +0900 -+++ src/unixinst.mak 2008-05-05 16:48:06.000000000 +0900 -@@ -128,7 +128,7 @@ - done' - - # install the man pages for each locale --MAN_LCDIRS=. de -+MAN_LCDIRS=. - MAN1_LINKS_PS2PS=eps2eps - MAN1_LINKS_PS2PDF=ps2pdf12 ps2pdf13 - MAN1_LINKS_GSLP=gsbj gsdj gsdj500 gslj diff --git a/print/ghostscript-gpl/files/patch-src:fapi_ft.c b/print/ghostscript-gpl/files/patch-src:fapi_ft.c deleted file mode 100644 index d1c936dd64c4..000000000000 --- a/print/ghostscript-gpl/files/patch-src:fapi_ft.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/fapi_ft.c.orig Wed Jul 11 09:26:24 2007 -+++ src/fapi_ft.c Fri Aug 10 02:40:41 2007 -@@ -28,11 +28,14 @@ - #include "gserror.h" - - /* FreeType headers */ --#include "freetype/freetype.h" --#include "freetype/ftincrem.h" --#include "freetype/ftglyph.h" --#include "freetype/ftoutln.h" --#include "freetype/fttrigon.h" -+#include "ft2build.h" -+#include FT_FREETYPE_H -+#include FT_INCREMENTAL_H -+#include FT_GLYPH_H -+#include FT_OUTLINE_H -+#include FT_TRIGONOMETRY_H -+#include "gserrors.h" -+#include "gserror.h" - - /* Note: structure definitions here start with FF_, which stands for 'FAPI FreeType". */ - diff --git a/print/ghostscript-gpl/files/patch-src:gxobj.h b/print/ghostscript-gpl/files/patch-src:gxobj.h deleted file mode 100644 index 9ae2fe0d5535..000000000000 --- a/print/ghostscript-gpl/files/patch-src:gxobj.h +++ /dev/null @@ -1,18 +0,0 @@ ---- src/gxobj.h.orig Tue Mar 14 01:18:19 2006 -+++ src/gxobj.h Fri Mar 23 14:41:44 2007 -@@ -109,11 +109,15 @@ - * required by the hardware, regardless of the value of obj_align_mod. - * See gsmemraw.h for more information about this. - */ -+#if !defined(__ia64__) && !defined(__amd64__) - #define obj_align_mod\ - (((ARCH_ALIGN_MEMORY_MOD - 1) |\ - (align_bitmap_mod - 1) |\ - (obj_back_scale - 1)) + 1) - /* The only possible values for obj_align_mod are 4, 8, or 16.... */ -+#else -+#define obj_align_mod 16 -+#endif - #if obj_align_mod == 4 - # define log2_obj_align_mod 2 - #else diff --git a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak b/print/ghostscript-gpl/files/patch-src:unix-gcc.mak deleted file mode 100644 index 7e9753df3a11..000000000000 --- a/print/ghostscript-gpl/files/patch-src:unix-gcc.mak +++ /dev/null @@ -1,217 +0,0 @@ ---- src/unix-gcc.mak.orig Sat Nov 10 06:18:04 2007 -+++ src/unix-gcc.mak Sat Nov 24 15:09:41 2007 -@@ -21,15 +21,17 @@ - # source, generated intermediate file, and object directories - # for the graphics library (GL) and the PostScript/PDF interpreter (PS). - --BINDIR=./bin --GLSRCDIR=./src --GLGENDIR=./obj --GLOBJDIR=./obj --PSSRCDIR=./src --PSLIBDIR=./lib --PSRESDIR=./Resource --PSGENDIR=./obj --PSOBJDIR=./obj -+.CURDIR?=. -+BINDIR=${.CURDIR}/bin -+GLSRCDIR=${.CURDIR}/src -+GLGENDIR=${.CURDIR}/obj -+GLOBJDIR=${.CURDIR}/obj -+PSSRCDIR=${.CURDIR}/src -+PSLIBDIR=${.CURDIR}/lib -+PSRESDIR=${.CURDIR}/Resource -+PSGENDIR=${.CURDIR}/obj -+PSOBJDIR=${.CURDIR}/obj -+CONTRIBDIR=${.CURDIR}/contrib - - # Do not edit the next group of lines. - -@@ -48,11 +50,10 @@ - # the directories also define the default search path for the - # initialization files (gs_*.ps) and the fonts. - --INSTALL = $(GLSRCDIR)/instcopy -c --INSTALL_PROGRAM = $(INSTALL) -m 755 --INSTALL_DATA = $(INSTALL) -m 644 -+INSTALL_PROGRAM = ${BSD_INSTALL_SCRIPT} -+INSTALL_DATA = ${BSD_INSTALL_DATA} - --prefix = /usr/local -+prefix = ${PREFIX} - exec_prefix = $(prefix) - bindir = $(exec_prefix)/bin - scriptdir = $(bindir) -@@ -107,7 +108,7 @@ - # -DHAVE_HYPOT - # use the system hypot() call - --CAPOPT= -DHAVE_MKSTEMP -+CAPOPT= -DHAVE_MKSTEMP -DHAVE_HYPOT - - # Define the name of the executable file. - -@@ -141,7 +142,7 @@ - # some older JPEG streams that violate the standard. If the JPEG - # library built from local sources, the patch will be applied. - --SHARE_JPEG=0 -+SHARE_JPEG=1 - JPEG_NAME=jpeg - - # Define the directory where the PNG library sources are stored, -@@ -155,7 +156,7 @@ - # what its name is. - # See gs.mak and Make.htm for more information. - --SHARE_LIBPNG=0 -+SHARE_LIBPNG=1 - LIBPNG_NAME=png - - # Define the directory where the zlib sources are stored. -@@ -167,7 +168,7 @@ - # what its name is (usually libz, but sometimes libgz). - # See gs.mak and Make.htm for more information. - --SHARE_ZLIB=0 -+SHARE_ZLIB=1 - #ZLIB_NAME=gz - ZLIB_NAME=z - -@@ -176,6 +177,14 @@ - JBIG2_LIB=jbig2dec - JBIG2SRCDIR=jbig2dec - -+# Choose the library to use for (JPXDecode support) -+# whether to link to an external build or compile in from source -+# and source location and configuration flags for compiling in -+JPX_LIB=jasper -+SHARE_JPX=0 -+JPXSRCDIR=jasper -+JPX_CFLAGS=-DJAS_CONFIGURE -+ - # Define the directory where the icclib source are stored. - # See icclib.mak for more information - -@@ -204,7 +213,7 @@ - - # Define the name of the C compiler. - --CC=gcc -+CC?=cc - - # Define the name of the linker for the final link step. - # Normally this is the same as the C compiler. -@@ -221,10 +230,10 @@ - # Define the added flags for standard, debugging, profiling - # and shared object builds. - --CFLAGS_STANDARD=-O2 -+CFLAGS_STANDARD?=-O2 - CFLAGS_DEBUG=-g -O0 - CFLAGS_PROFILE=-pg -O2 --CFLAGS_SO=-fPIC -shared -+CFLAGS_SO=-fPIC - - # Define the other compilation flags. Add at most one of the following: - # -DBSD4_2 for 4.2bsd systems. -@@ -237,7 +246,8 @@ - # We don't include -ansi, because this gets in the way of the platform- - # specific stuff that typically needs; nevertheless, we expect - # gcc to accept ANSI-style function prototypes and function definitions. --XCFLAGS=-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"$(gssharedir)\" -+#XCFLAGS+=-DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"$(gssharedir)\" -+XCFLAGS+=-DUPD_SIGNAL=0 -I${JPXSRCDIR}/src/libjasper/include -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include - - CFLAGS=$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS) - -@@ -248,7 +258,7 @@ - # -R /usr/local/xxx/lib:/usr/local/lib - # giving the full path names of the shared library directories. - # XLDFLAGS can be set from the command line. --XLDFLAGS= -+XLDFLAGS+=-L${LOCALBASE}/lib - - LDFLAGS=$(XLDFLAGS) - -@@ -259,7 +269,7 @@ - # Solaris may need -lnsl -lsocket -lposix4. - # (Libraries required by individual drivers are handled automatically.) - --EXTRALIBS=-rdynamic -ldl -+EXTRALIBS+=-Wl,-export-dynamic - - # Define the standard libraries to search at the end of linking. - # Most platforms require -lpthread for the POSIX threads library; -@@ -281,7 +291,7 @@ - # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, - # not in $(XINCLUDE). - --XINCLUDE=-I/usr/X11R6/include -+XINCLUDE=-I${LOCALBASE}/include - - # Define the directory/ies and library names for the X11 library files. - # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH -@@ -293,12 +303,12 @@ - # Solaris and other SVR4 systems with dynamic linking probably want - #XLIBDIRS=-L/usr/openwin/lib -R/usr/openwin/lib - # X11R6 (on any platform) may need --#XLIBS=Xt SM ICE Xext X11 -+XLIBS=Xt SM ICE Xext X11 - - #XLIBDIRS=-L/usr/local/X/lib --XLIBDIRS=-L/usr/X11R6/lib -+XLIBDIRS=-L${LOCALBASE}/lib - XLIBDIR= --XLIBS=Xt Xext X11 -+#XLIBS=Xt Xext X11 - - # Define whether this platform has floating point hardware: - # FPU_TYPE=2 means floating point is faster than fixed point. -@@ -316,16 +326,16 @@ - - # If POSIX sync primitives are used, also change the STDLIBS to include - # the pthread library. --#SYNC=posync -+SYNC=posync - - # Default is No sync primitives since some platforms don't have it (HP-UX) --SYNC=nosync -+#SYNC=nosync - - # ------ Devices and features ------ # - - # Choose the language feature(s) to include. See gs.mak for details. - --FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)fapi.dev -+FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)epsf.dev $(GLD)pipe.dev $(PSD)fapi.dev $(PSD)jbig2.dev $(PSD)jpx.dev - #FEATURE_DEVS=$(PSD)psl3.dev $(PSD)pdf.dev - # The following is strictly for testing. - FEATURE_DEVS_ALL=$(PSD)psl3.dev $(PSD)pdf.dev $(PSD)dpsnext.dev $(PSD)ttfont.dev $(PSD)rasterop.dev $(PSD)double.dev $(PSD)trapping.dev $(PSD)stocht.dev $(GLD)pipe.dev -@@ -415,7 +425,7 @@ - DEVICE_DEVS21=$(DD)spotcmyk.dev $(DD)devicen.dev $(DD)xcf.dev $(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)bmp16m.dev $(DD)bmp32b.dev $(DD)psdcmyk.dev $(DD)psdrgb.dev - - # Shared library target to build. --GS_SHARED_OBJS=$(GLOBJDIR)/X11.so $(GLOBJDIR)/lvga256.so $(GLOBJDIR)/vgalib.so -+#GS_SHARED_OBJS=$(GLOBJDIR)/X11.so $(GLOBJDIR)/lvga256.so $(GLOBJDIR)/vgalib.so - #GS_SHARED_OBJS=$(GLOBJDIR)/X11.so - - # ---------------------------- End of options --------------------------- # -@@ -454,6 +464,9 @@ - include $(GLSRCDIR)/zlib.mak - include $(GLSRCDIR)/libpng.mak - include $(GLSRCDIR)/jbig2.mak -+include $(GLSRCDIR)/jasper.mak -+include $(GLSRCDIR)/ldf_jb2.mak -+include $(GLSRCDIR)/lwf_jp2.mak - include $(GLSRCDIR)/icclib.mak - include $(GLSRCDIR)/ijs.mak - include $(GLSRCDIR)/devs.mak -@@ -463,6 +476,7 @@ - include $(GLSRCDIR)/unix-dll.mak - include $(GLSRCDIR)/unix-end.mak - include $(GLSRCDIR)/unixinst.mak -+include $(CONTRIBDIR)/contrib.mak - - # This has to come last so it won't be taken as the default target. - $(AK): diff --git a/print/ghostscript-gpl/files/patch-src__devs.mak b/print/ghostscript-gpl/files/patch-src__devs.mak deleted file mode 100644 index 9f95e8bc0c5d..000000000000 --- a/print/ghostscript-gpl/files/patch-src__devs.mak +++ /dev/null @@ -1,25 +0,0 @@ ---- src/devs.mak.orig Thu Jun 7 07:03:27 2007 -+++ src/devs.mak Wed Aug 8 23:26:52 2007 -@@ -426,11 +426,11 @@ - ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT - - $(GLOBJ)lvga256.so: $(lvga256_) -- $(CCLD) -shared -Wl,'-solvga256.so' $(lvga256_) -lvga -lvgagl -+ $(CCLD) -shared -Wl,'-solvga256.so' $(lvga256_) -lvga -lvgagl $(XLDFLAGS) - mv lvga256.so $(GLOBJ)lvga256.so - - $(GLOBJ)vgalib.so: $(vgalib_) -- $(CCLD) -shared -Wl,'-sovgalib.so' $(vgalib_) -lvga -lvgagl -+ $(CCLD) -shared -Wl,'-sovgalib.so' $(vgalib_) -lvga -lvgagl $(XLDFLAGS) - mv vgalib.so $(GLOBJ)vgalib.so - - ### -------------------------- The X11 device -------------------------- ### -@@ -534,7 +534,7 @@ - ### NON PORTABLE, ONLY UNIX WITH GCC SUPPORT - - $(GLOBJ)X11.so: $(x11alt_) $(x11_) -- $(CCLD) -shared -Wl,'-soX11.so' $(x11alt_) $(x11_) -L/usr/X11R6/lib -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS) -+ $(CCLD) -shared -Wl,'-soX11.so' $(x11alt_) $(x11_) -lXt -lSM -lICE -lXext -lX11 $(XLIBDIRS) - mv X11.so $(GLOBJ)X11.so - - ###### --------------- Memory-buffered printer devices --------------- ###### diff --git a/print/ghostscript-gpl/files/patch-src__gdevperm.c b/print/ghostscript-gpl/files/patch-src__gdevperm.c deleted file mode 100644 index 7735f96e863a..000000000000 --- a/print/ghostscript-gpl/files/patch-src__gdevperm.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gdevperm.c.orig Tue Sep 25 22:31:24 2007 -+++ src/gdevperm.c Sat Nov 24 15:11:12 2007 -@@ -286,7 +286,7 @@ - (strncmp((const char *)name, (const char *)str, name_size) == 0)) - - static int --perm_get_color_comp_index(const gx_device *pdev, const char *pname, -+perm_get_color_comp_index(gx_device *pdev, const char *pname, - int name_size, int component_type) - { - const gx_device_perm_t * const dev = (const gx_device_perm_t *)pdev; diff --git a/print/ghostscript-gpl/files/patch-src__zicc.c b/print/ghostscript-gpl/files/patch-src__zicc.c deleted file mode 100644 index a5ddf3a4ff0d..000000000000 --- a/print/ghostscript-gpl/files/patch-src__zicc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/zicc.c -+++ src/zicc.c 2008-02-05 16:11:59.000000000 +0000 -@@ -77,6 +77,9 @@ zseticcspace(i_ctx_t * i_ctx_p) - dict_find_string(op, "N", &pnval); - ncomps = pnval->value.intval; - -+ if (2*ncomps > sizeof(range_buff)/sizeof(float)) -+ return_error(e_rangecheck); -+ - /* verify the DataSource entry */ - if (dict_find_string(op, "DataSource", &pstrmval) <= 0) - return_error(e_undefined); diff --git a/print/ghostscript-gpl/files/pkg-message.in b/print/ghostscript-gpl/files/pkg-message.in deleted file mode 100644 index 32bd4066accb..000000000000 --- a/print/ghostscript-gpl/files/pkg-message.in +++ /dev/null @@ -1,8 +0,0 @@ -Note: in order to use the script dvipdf, dvips must be installed. -This program may be provided by either print/dvips or print/dvipsk-tetex -(print/dvipsk-tetex may be preferable since it doesn't conflict with -tetex things). - -Also note that FAPIfontmap and FAPIcidfmap in -%%DATADIR%%/%%PORTVERSION%%/lib have to be configured first if -WITH_FT_BRIDGE is enabled. diff --git a/print/ghostscript-gpl/pkg-descr b/print/ghostscript-gpl/pkg-descr deleted file mode 100644 index 7dad8244f26c..000000000000 --- a/print/ghostscript-gpl/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -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. - -Versions entitled "GPL Ghostscript" are distributed with the GNU General -Public License, which allows free use, and free copying and redistribution -under certain conditions (including, in some cases, commercial distribution). - -This port includes add-on packages (not part of the official gs release) - o HP8XX driver for HP DeskJet 880C/882C/895C - - http://www.gelhaus.net/hp880c/ - o PCL3 driver for HP DeskJet series - - http://home.vrweb.de/martin.lottermoser/pcl3.html - o DJ970 driver for HP DeskJet 970CXi - - http://www.harsch.net/Ghostscript/ghostscript.html - o Special drivers for verious printer models - - Alps, Canon, Epson, NEC, Lexmark, Ricoh,... - o Additional contributed uniprint driver profiles for - - Epson Stylus Color 740 and Epson LQ-1170 - -WWW: http://www.cs.wisc.edu/~ghost/doc/GPL/index.htm - http://www.ghostscript.com/ diff --git a/print/ghostscript-gpl/pkg-plist b/print/ghostscript-gpl/pkg-plist deleted file mode 100644 index 5ea60c2d2d08..000000000000 --- a/print/ghostscript-gpl/pkg-plist +++ /dev/null @@ -1,677 +0,0 @@ -@comment $FreeBSD$ -bin/bdftops -bin/dumphint -bin/dvipdf -bin/eps2eps -%%GS_dmprt%%bin/ert -bin/fixmswrd.pl -bin/font2c -bin/gs -bin/gsbj -bin/gsc -bin/gsdj -bin/gsdj500 -bin/gslj -bin/gslp -bin/gsnd -bin/gsx -bin/lprsetup.sh -%%GS_pcl3%%bin/pcl3opts -bin/pdf2dsc -bin/pdf2ps -bin/pdfopt -bin/pf2afm -bin/pfbtopfa -bin/printafm -bin/ps2ascii -bin/ps2epsi -bin/ps2pdf -bin/ps2pdf12 -bin/ps2pdf13 -bin/ps2pdf14 -bin/ps2pdfwr -bin/ps2ps -bin/ps2ps2 -bin/pv.sh -bin/unix-lpr.sh -bin/wftopfa -include/ghostscript/gdevdsp.h -include/ghostscript/iapi.h -include/ghostscript/ierrors.h -@dirrm include/ghostscript -lib/libgs.so -lib/libgs.so.%%SHLIB_VER%% -lib/libgs.so.%%GS_VERSION%% -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78ms-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/78ms-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/83pv-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90ms-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90ms-RKSJ-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90ms-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90msp-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90msp-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-UCS2C -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/90pv-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Add-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-0 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-1 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-3 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-4 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-5 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-B5pc -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-ETenms-B5 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-CID -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-Host -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-H-Mac -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-CNS1-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-0 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-1 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-3 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-4 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-5 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-GBK-EUC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-GBpc-EUC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-H-CID -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-H-Host -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-H-Mac -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-GB1-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-0 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-1 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-3 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-4 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-5 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-6 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-90ms-RKSJ -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-90pv-RKSJ -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-H-CID -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-H-Host -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-H-Mac -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-PS-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-PS-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan1-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Japan2-0 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-0 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-1 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-H-CID -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-H-Host -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-H-Mac -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-KSCms-UHC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-KSCpc-EUC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Adobe-Korea1-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-UCS2C -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/B5pc-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS01-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS02-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS03-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS04-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS05-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS06-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS07-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS1-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS1-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS15-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS2-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/CNS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETHK-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETHK-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETen-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETen-B5-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETen-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETenms-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/ETenms-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Ext-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GB-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK-EUC-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK2K-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBK2K-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBKp-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBKp-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBT-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBTpc-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBTpc-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-UCS2C -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/GBpc-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HK-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdla-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdla-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdlb-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKdlb-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKgccs-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKgccs-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm314-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm314-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm471-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKm471-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKscs-B5-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/HKscs-B5-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hankaku -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hiragana -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Hojo-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Identity-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-Johab-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-Johab-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSC2-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-HW-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-HW-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCms-UHC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-UCS2 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-UCS2C -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/KSCpc-EUC-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Katakana -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/NWP-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/NWP-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/RKSJ-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/Roman -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/TCVN-RKSJ-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-90ms-RKSJ -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-90pv-RKSJ -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-B5pc -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-ETen-B5 -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-GBK-EUC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-GBpc-EUC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-KSCms-UHC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UCS2-KSCpc-EUC -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UCS2-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UCS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF8-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniCNS-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UCS2-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UCS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF8-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniGB-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UCS2-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UCS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF8-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniHojo-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-HW-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-HW-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UCS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF8-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF8-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJIS2004-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISPro-UCS2-HW-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISPro-UCS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISPro-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX0213-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX0213-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX02132004-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniJISX02132004-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UCS2-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UCS2-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF16-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF16-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF32-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF32-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF8-H -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/UniKS-UTF8-V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/V -%%DATADIR%%/%%GS_VERSION%%/Resource/CMap/WP-Symbol -%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultCMYK -%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultGray -%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/DefaultRGB -%%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace/TrivialCMYK -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Dingbats -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Symbol -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Unicode -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/FCO_Wingdings -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/Latin1 -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/StandardEncoding -%%DATADIR%%/%%GS_VERSION%%/Resource/Decoding/Unicode -%%DATADIR%%/%%GS_VERSION%%/Resource/Encoding/Wingdings -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-Bold -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-BoldItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-Ital -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/CenturySchL-Roma -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/Dingbats -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-Bold -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-BoldObli -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-Regu -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusMonL-ReguObli -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-Medi -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-MediItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-Regu -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusRomNo9L-ReguItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-Bold -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-BoldCond -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-BoldCondItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-BoldItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-Regu -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-ReguCond -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-ReguCondItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/NimbusSanL-ReguItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/StandardSymL -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-DemiBold -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-DemiBoldItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-Ligh -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWBookmanL-LighItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWChanceryL-MediItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-Book -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-BookObli -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-Demi -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWGothicL-DemiObli -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-Bold -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-BoldItal -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-Ital -%%DATADIR%%/%%GS_VERSION%%/Resource/Font/URWPalladioL-Roma -%%DATADIR%%/%%GS_VERSION%%/doc/API.htm -%%DATADIR%%/%%GS_VERSION%%/doc/C-style.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Changes.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Commprod.htm -%%DATADIR%%/%%GS_VERSION%%/doc/DLL.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Deprecated.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Details.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Details8.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Develop.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Devices.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Drivers.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Fonts.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Helpers.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Hershey.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History1.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History2.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History3.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History4.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History5.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History6.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History7.htm -%%DATADIR%%/%%GS_VERSION%%/doc/History8.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Htmstyle.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Humor.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Install.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Issues.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Language.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Lib.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Make.htm -%%DATADIR%%/%%GS_VERSION%%/doc/News.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Projects.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Ps-style.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Ps2epsi.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Ps2pdf.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Psfiles.htm -%%DATADIR%%/%%GS_VERSION%%/doc/README -%%DATADIR%%/%%GS_VERSION%%/doc/Readme.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Release.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Source.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Testing.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Unix-lpr.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Use.htm -%%DATADIR%%/%%GS_VERSION%%/doc/Xfonts.htm -%%DATADIR%%/%%GS_VERSION%%/doc/gs.css -%%DATADIR%%/%%GS_VERSION%%/doc/index.html -%%DATADIR%%/%%GS_VERSION%%/examples/alphabet.ps -%%DATADIR%%/%%GS_VERSION%%/examples/annots.pdf -%%DATADIR%%/%%GS_VERSION%%/examples/chess.ps -%%DATADIR%%/%%GS_VERSION%%/examples/colorcir.ps -%%DATADIR%%/%%GS_VERSION%%/examples/doretree.ps -%%DATADIR%%/%%GS_VERSION%%/examples/escher.ps -%%DATADIR%%/%%GS_VERSION%%/examples/golfer.eps -%%DATADIR%%/%%GS_VERSION%%/examples/grayalph.ps -%%DATADIR%%/%%GS_VERSION%%/examples/ridt91.eps -%%DATADIR%%/%%GS_VERSION%%/examples/snowflak.ps -%%DATADIR%%/%%GS_VERSION%%/examples/tiger.eps -%%DATADIR%%/%%GS_VERSION%%/examples/vasarely.ps -%%DATADIR%%/%%GS_VERSION%%/examples/waterfal.ps -%%FAPI%%%%DATADIR%%/%%GS_VERSION%%/lib/FAPIcidfmap -%%FAPI%%%%DATADIR%%/%%GS_VERSION%%/lib/FAPIconfig -%%FAPI%%%%DATADIR%%/%%GS_VERSION%%/lib/FAPIfontmap -%%DATADIR%%/%%GS_VERSION%%/lib/FCOfontmap-PCLPS2 -%%DATADIR%%/%%GS_VERSION%%/lib/Fontmap -%%DATADIR%%/%%GS_VERSION%%/lib/Fontmap.GS -%%DATADIR%%/%%GS_VERSION%%/lib/PDFA_def.ps -%%DATADIR%%/%%GS_VERSION%%/lib/PDFX_def.ps -%%DATADIR%%/%%GS_VERSION%%/lib/PM760p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/PM760pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/PM820p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/PM820pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc670p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc670pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc680p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc680pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc740p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc740pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc760p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc760pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc777p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stc777pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stp720p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stp720pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stp870p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/Stp870pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/acctest.ps -%%DATADIR%%/%%GS_VERSION%%/lib/addxchar.ps -%%DATADIR%%/%%GS_VERSION%%/lib/align.ps -%%DATADIR%%/%%GS_VERSION%%/lib/bdftops.ps -%%DATADIR%%/%%GS_VERSION%%/lib/bj8.rpd -%%DATADIR%%/%%GS_VERSION%%/lib/bj8gc12f.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bj8hg12f.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bj8oh06n.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bj8pa06n.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bj8pp12f.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bj8ts06n.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc6000a1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc6000b1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a0.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a2.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a3.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a4.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a5.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a6.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a7.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610a8.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b2.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b3.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b4.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b6.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b7.upp -%%DATADIR%%/%%GS_VERSION%%/lib/bjc610b8.upp -%%DATADIR%%/%%GS_VERSION%%/lib/caption.ps -%%DATADIR%%/%%GS_VERSION%%/lib/cbjc600.ppd -%%DATADIR%%/%%GS_VERSION%%/lib/cbjc800.ppd -%%DATADIR%%/%%GS_VERSION%%/lib/cdj550.upp -%%DATADIR%%/%%GS_VERSION%%/lib/cdj690.upp -%%DATADIR%%/%%GS_VERSION%%/lib/cdj690ec.upp -%%DATADIR%%/%%GS_VERSION%%/lib/cid2code.ps -%%DATADIR%%/%%GS_VERSION%%/lib/cidfmap -%%DATADIR%%/%%GS_VERSION%%/lib/decrypt.ps -%%DATADIR%%/%%GS_VERSION%%/lib/dmp_init.ps -%%DATADIR%%/%%GS_VERSION%%/lib/dmp_site.ps -%%DATADIR%%/%%GS_VERSION%%/lib/dnj750c.upp -%%DATADIR%%/%%GS_VERSION%%/lib/dnj750m.upp -%%DATADIR%%/%%GS_VERSION%%/lib/docie.ps -%%DATADIR%%/%%GS_VERSION%%/lib/dumphint.ps -%%DATADIR%%/%%GS_VERSION%%/lib/escp_24.src -%%DATADIR%%/%%GS_VERSION%%/lib/font2c.ps -%%DATADIR%%/%%GS_VERSION%%/lib/font2pcl.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ghostpdf.ppd -%%DATADIR%%/%%GS_VERSION%%/lib/gs_agl.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_btokn.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ccfnt.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ce_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cet.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cff.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cidcm.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ciddc.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cidfm.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cidfn.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cidtt.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ciecs2.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ciecs3.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cmap.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cmdl.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_cspace.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_css_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_dbt_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_devcs.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_devn.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_devpxl.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_diskf.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_diskn.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_dpnxt.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_dps.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_dps1.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_dps2.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_dscp.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_epsf.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_fapi.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_fform.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_fntem.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_fonts.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_frsd.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_icc.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_il1_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_il2_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_img.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_indxd.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_init.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_kanji.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ksb_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_l.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_l.xpm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_l2img.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_l_m.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_lev2.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_lgo_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_lgx_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ll3.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_m.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_m.xpm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_m_m.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_mex_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_mgl_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_mro_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_patrn.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_pdf_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_pdfwr.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_pfile.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_rdlin.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_res.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_resmp.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_resst.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_s.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_s.xpm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_s_m.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_sepr.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_setpd.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_statd.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_std_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_sym_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_t.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_t.xpm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_t_m.xbm -%%DATADIR%%/%%GS_VERSION%%/lib/gs_trap.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_ttf.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_typ32.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_typ42.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_type1.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_wan_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl1_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl2_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gs_wl5_e.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gslp.ps -%%DATADIR%%/%%GS_VERSION%%/lib/gsnup.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ht_ccsto.ps -%%DATADIR%%/%%GS_VERSION%%/lib/image-qa.ps -%%DATADIR%%/%%GS_VERSION%%/lib/impath.ps -%%DATADIR%%/%%GS_VERSION%%/lib/jispaper.ps -%%DATADIR%%/%%GS_VERSION%%/lib/landscap.ps -%%DATADIR%%/%%GS_VERSION%%/lib/level1.ps -%%DATADIR%%/%%GS_VERSION%%/lib/lines.ps -%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70ch.upp -%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cl.upp -%%GS_dmprt%%%%DATADIR%%/%%GS_VERSION%%/lib/lqx70cm.upp -%%DATADIR%%/%%GS_VERSION%%/lib/markhint.ps -%%DATADIR%%/%%GS_VERSION%%/lib/markpath.ps -%%DATADIR%%/%%GS_VERSION%%/lib/mkcidfm.ps -%%DATADIR%%/%%GS_VERSION%%/lib/necp2x.upp -%%DATADIR%%/%%GS_VERSION%%/lib/necp2x6.upp -%%DATADIR%%/%%GS_VERSION%%/lib/opdfread.ps -%%DATADIR%%/%%GS_VERSION%%/lib/packfile.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pcharstr.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf2dsc.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_base.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_cslayer.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_draw.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_font.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_main.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_ops.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_rbld.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdf_sec.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdfopt.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pdfwrite.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pf2afm.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pfbtopfa.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ppath.ps -%%DATADIR%%/%%GS_VERSION%%/lib/pphs -%%DATADIR%%/%%GS_VERSION%%/lib/pphs.ps -%%DATADIR%%/%%GS_VERSION%%/lib/prfont.ps -%%DATADIR%%/%%GS_VERSION%%/lib/printafm.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ps2ai.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ps2ascii.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ps2epsi.ps -%%DATADIR%%/%%GS_VERSION%%/lib/quit.ps -%%DATADIR%%/%%GS_VERSION%%/lib/ras1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/ras24.upp -%%DATADIR%%/%%GS_VERSION%%/lib/ras3.upp -%%DATADIR%%/%%GS_VERSION%%/lib/ras32.upp -%%DATADIR%%/%%GS_VERSION%%/lib/ras4.upp -%%DATADIR%%/%%GS_VERSION%%/lib/ras8m.upp -%%DATADIR%%/%%GS_VERSION%%/lib/rollconv.ps -%%DATADIR%%/%%GS_VERSION%%/lib/s400a1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/s400b1.upp -%%DATADIR%%/%%GS_VERSION%%/lib/sharp.upp -%%DATADIR%%/%%GS_VERSION%%/lib/showchar.ps -%%DATADIR%%/%%GS_VERSION%%/lib/showpage.ps -%%DATADIR%%/%%GS_VERSION%%/lib/sipixa6.upp -%%DATADIR%%/%%GS_VERSION%%/lib/st640ih.upp -%%DATADIR%%/%%GS_VERSION%%/lib/st640ihg.upp -%%DATADIR%%/%%GS_VERSION%%/lib/st640p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/st640pg.upp -%%DATADIR%%/%%GS_VERSION%%/lib/st640pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/st640plg.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc1520h.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc2.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc200_h.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc2_h.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc2s_h.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc300.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc300bl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc300bm.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc500p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc500ph.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc600ih.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc600p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc600pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc640p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc740ih.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc800ih.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc800p.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc800pl.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc_h.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stc_l.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stcany.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stcany_h.upp -%%DATADIR%%/%%GS_VERSION%%/lib/stcinfo.ps -%%DATADIR%%/%%GS_VERSION%%/lib/stcolor.ps -%%DATADIR%%/%%GS_VERSION%%/lib/stocht.ps -%%DATADIR%%/%%GS_VERSION%%/lib/traceimg.ps -%%DATADIR%%/%%GS_VERSION%%/lib/traceop.ps -%%DATADIR%%/%%GS_VERSION%%/lib/type1enc.ps -%%DATADIR%%/%%GS_VERSION%%/lib/type1ops.ps -%%DATADIR%%/%%GS_VERSION%%/lib/uninfo.ps -%%DATADIR%%/%%GS_VERSION%%/lib/unprot.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewcmyk.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewgif.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewjpeg.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewmiff.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewpbm.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewpcx.ps -%%DATADIR%%/%%GS_VERSION%%/lib/viewps2a.ps -%%DATADIR%%/%%GS_VERSION%%/lib/wftopfa.ps -%%DATADIR%%/%%GS_VERSION%%/lib/winmaps.ps -%%DATADIR%%/%%GS_VERSION%%/lib/wrfont.ps -%%DATADIR%%/%%GS_VERSION%%/lib/xlatmap -%%DATADIR%%/%%GS_VERSION%%/lib/zeroline.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/calign.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/dumppdd.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/example.mcf -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/if-pcl3 -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/levels-test.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-A4Rotated.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Env10Rotated.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-EnvDLRotated.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-Letter.ps -%%GS_pcl3%%%%DATADIR%%/%%GS_VERSION%%/pcl3/margins-LetterRotated.ps -%%CIDFONTDIR%%/CIDFont -%%GS_pcl3%%@dirrm %%DATADIR%%/%%GS_VERSION%%/pcl3 -@dirrm %%DATADIR%%/%%GS_VERSION%%/lib -@dirrm %%DATADIR%%/%%GS_VERSION%%/examples -@dirrm %%DATADIR%%/%%GS_VERSION%%/doc -@dirrm %%DATADIR%%/%%GS_VERSION%%/Resource/Font -@dirrm %%DATADIR%%/%%GS_VERSION%%/Resource/Encoding -@dirrm %%DATADIR%%/%%GS_VERSION%%/Resource/Decoding -@dirrm %%DATADIR%%/%%GS_VERSION%%/Resource/ColorSpace -@dirrm %%DATADIR%%/%%GS_VERSION%%/Resource/CMap -@dirrm %%DATADIR%%/%%GS_VERSION%%/Resource -@dirrmtry %%DATADIR%%/%%GS_VERSION%% -@dirrmtry %%DATADIR%% -- cgit v1.2.3