Update ghostscript to 9.05.

THe following devices had been added (+) or deleted (-):

        +cdnj500
        +eplcolor
        +eplmono
        +inkcov
        +pamcmyk4
        +plan
        +planc
        +plang
        +plank
        +planm
        +tiff48nc
        +tiff64nc
        +tiffscaled
        +tiffscaled24
        +tiffscaled8
        +tiffsep1
        +txtwrite
        -cgm24
        -cgm8
        -cgmmono
        -imdi
        -lx5000
        -wtscmyk
        -wtsimdi

Also, pstopxl had been renamed to gstopxl, but I'm adding a symlink
to avoid breakage.

Please test. This will go in very soon.

Ciao,
        Kili


Index: Makefile
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/Makefile,v
retrieving revision 1.90
diff -u -p -r1.90 Makefile
--- Makefile    9 Mar 2012 10:59:54 -0000       1.90
+++ Makefile    8 Jul 2012 21:51:06 -0000
@@ -2,12 +2,12 @@
 
 COMMENT=       GNU PostScript interpreter
 
-VERSION=       9.04
+VERSION=       9.05
 DISTNAME=      ghostscript-${VERSION}
 CATEGORIES=    print lang
 SHARED_LIBS=   gs      14.0
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
+MASTER_SITES=  http://downloads.ghostscript.com/public/
 
 HOMEPAGE=      http://www.cs.wisc.edu/~ghost/
 
@@ -27,7 +27,7 @@ PERMIT_DISTFILES_FTP= Yes
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=    Yes
 
-WANTLIB=       c ijs m jbig2dec jpeg>=62 lcms png>=6 pthread tiff z
+WANTLIB=       c ijs m jbig2dec jpeg>=62 lcms2 png>=6 pthread tiff z
 
 MODULES=       converters/libiconv
 
@@ -35,7 +35,7 @@ RUN_DEPENDS=  print/ghostscript/gnu-fonts
 BUILD_DEPENDS= print/cups>=1.5.0
 LIB_DEPENDS=   graphics/jbig2dec       \
                graphics/jpeg           \
-               graphics/lcms           \
+               graphics/lcms2          \
                graphics/png            \
                graphics/tiff           \
                print/ijs
@@ -63,7 +63,6 @@ MAKE_FLAGS=   BINDIR=./obj                            \
                INSTALL='${INSTALL}'                    \
                INSTALL_DATA='${INSTALL_DATA}'          \
                INSTALL_PROGRAM='${INSTALL_PROGRAM}'    \
-               JPX_LIB=jasper                          \
                LIBgs_VERSION=${LIBgs_VERSION}          \
                PSGENDIR=./obj                          \
                PSLIBDIR=./lib                          \
@@ -90,15 +89,6 @@ MAKE_FLAGS=  BINDIR=./obj                            \
 
 USE_GMAKE=     Yes
 
-# Jasper needs this. Everything else seems to work better without auto*.
-WRKCONF=               ${WRKSRC}/jasper
-CONFIGURE_STYLE=       gnu
-CONFIGURE_ENV=         AWK=/usr/bin/awk                        \
-                       CFLAGS='${CFLAGS}'                      \
-                       GREP=/usr/bin/grep                      \
-                       LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib' \
-                       LIBS=-ljpeg
-
 # Hack to let ALL_TARGET etc. depend on the value of NO_SHARED_LIBS,
 # which is available only after the inclusion of bsd.port.mk.
 ALL_TARGET_NON_SHARED-No =     so all
@@ -127,7 +117,7 @@ MODULES+=   devel/gettext
 WANTLIB+=      GL Xcomposite Xcursor Xdamage Xfixes Xi Xinerama
 WANTLIB+=      Xrandr Xrender atk-1.0 cairo expat fontconfig freetype
 WANTLIB+=      gdk-x11-2.0>=1000 gdk_pixbuf-2.0>=1000 gio-2.0 glib-2.0
-WANTLIB+=      gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0>=1000
+WANTLIB+=      gobject-2.0 gtk-x11-2.0>=1000
 WANTLIB+=      pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 pthread-stubs
 WANTLIB+=      xcb xcb-render xcb-shm
 WANTLIB+=      ${MODGETTEXT_WANTLIB}
@@ -166,7 +156,7 @@ post-configure:
            -e '/GS_LIB/s!/usr!${PREFIX}!' \
            -e 's!@SED_EXTENDED_REGEX_OPT@!-nEe!' \
            -e 's!@GS@!gs!' \
-           ${WRKSRC}/cups/pstopxl.in > ${WRKSRC}/cups/pstopxl
+           ${WRKSRC}/cups/gstopxl.in > ${WRKSRC}/cups/gstopxl
 
 # Avoid surprises in update-patches.
 # Use the old-style (non-autoconf) build.
@@ -174,14 +164,14 @@ post-extract:
        find ${WRKDIST} -name '*.orig' -type f | xargs -r rm
        ln -s base/unix-gcc.mak ${WRKDIST}/Makefile
        cd ${WRKSRC} && mkdir junk && \
-               mv freetype ijs jpeg libpng jbig2dec tiff zlib junk
+               mv freetype ijs jasper jpeg libpng jbig2dec tiff zlib junk
 
 pre-build:
        mkdir -p ${WRKDIST}/obj
 
 pre-install:
-       @${INSTALL_DATA_DIR} ${PREFIX}/share/ghostscript 
-       @${INSTALL_PROGRAM_DIR} ${PREFIX}/bin 
+       @${INSTALL_DATA_DIR} ${PREFIX}/share/ghostscript
+       @${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
        @${INSTALL_MAN_DIR} ${PREFIX}/man/man1
 
 .ifdef(DEBUG)
@@ -211,7 +201,8 @@ post-install:
                ln -sf ps2pdf.1 ps2pdf14.1 && \
                ln -sf ps2ps.1 eps2eps.1
        ${INSTALL_SCRIPT_DIR} ${PREFIX}/libexec/cups/filter
-       ${INSTALL_SCRIPT} ${WRKSRC}/cups/pstopxl ${PREFIX}/libexec/cups/filter
+       ${INSTALL_SCRIPT} ${WRKSRC}/cups/gstopxl ${PREFIX}/libexec/cups/filter
+       cd ${PREFIX}/libexec/cups/filter && ln -s gstopxl pstopxl
        ${INSTALL_DATA_DIR} ${PREFIX}/share/cups/model
        ${INSTALL_DATA} ${WRKSRC}/cups/*.ppd ${PREFIX}/share/cups/model
 
@@ -223,7 +214,7 @@ X11_DEVICES=        x11 x11alpha x11cmyk x11cmy
 
 # HP_DEVS
 DEVICES+=      cdeskjet cdj1600 cdj500 cdj550 cdj670 cdj850 cdj880 \
-               cdj890 cdj970 cdjcolor cdjmono chp2200 cljet5 cljet5c \
+               cdj890 cdj970 cdjcolor cdjmono cdnj500 chp2200 cljet5 cljet5c \
                cljet5pr deskjet djet500 djet500c dnj650c hpdj1120c \
                hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c \
                hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 \
@@ -239,7 +230,7 @@ DEVICES+=   pxlmono pxlcolor
 # EPSON_DEVS
 DEVICES+=      alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 \
                alc9100 epl2050 epl2050p epl2120 epl2500 epl2750 \
-               epl5800 epl5900 epl6100 epl6200 eps9high eps9mid \
+               epl5800 epl5900 epl6100 epl6200 eplcolor eplmono eps9high 
eps9mid \
                epson epsonc escp lp1800 lp1900 lp2200 lp2400 lp2500 \
                lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100 \
                lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 \
@@ -250,16 +241,16 @@ DEVICES+= alc1900 alc2000 alc4000 alc410
 # CANON_DEVS
 DEVICES+=      bj10e bj200 bjc600 bjc800 bjccmyk bjccolor bjcgray \
                bjcmono lbp8 lips3
- 
+
 # LEXMARK_DEVS
-DEVICES+=      lex2050 lex3200 lex5700 lex7000 lx5000 lxm3200 lxm5700m
+DEVICES+=      lxm5700m lxm3200 lex2050 lex3200 lex5700 lex7000
 
 # BROTHER_DEVS
 DEVICES+=      hl1240 hl1250 hl7x0
 
 # APPLE_DEVS
 DEVICES+=      appledmp iwhi iwlo iwlq
- 
+
 # IBM_DEVS
 DEVICES+=      ibmpro jetp3852
 
@@ -286,13 +277,13 @@ DEVICES+= oprp opvp
 # BMP_DEVS
 DEVICES+=      bmp16 bmp16m bmp256 bmp32b bmpgray bmpmono bmpsep1 \
                bmpsep8
- 
+
 # FAX_DEVS
 DEVICES+=      cfax dfaxhigh dfaxlow fax faxg3 faxg32d faxg4 tfax \
                tiffg3 tiffg32d tiffg4
- 
+
 # JPEG_DEVS
-DEVICES+=      jpeg jpegcmyk jpeggray jpx
+DEVICES+=      jpeg jpegcmyk jpeggray
 
 # PNG_DEVS (note: png48 not mentioned in configure.ac)
 DEVICES+=      png16 png16m png256 png48 pngalpha pnggray pngmono
@@ -301,25 +292,22 @@ DEVICES+= png16 png16m png256 png48 pnga
 DEVICES+=      jbig2
 
 # TIFF_DEVS
-DEVICES+=      tiff12nc tiff24nc tiff32nc tiffcrle tiffgray tifflzw \
-               tiffpack tiffs tiffsep
+DEVICES+=      tiff12nc tiff24nc tiff32nc tiff48nc tiff64nc tiffcrle tiffgray 
tifflzw \
+               tiffpack tiffs tiffscaled tiffscaled24 tiffscaled8 tiffsep 
tiffsep1
 
 # PCX_DEVS
 DEVICES+=      pcx16 pcx24b pcx256 pcx2up pcxcmyk pcxgray pcxmono
 
 # PBM_DEVS
-DEVICES+=      pam pamcmyk32 pbm pbmraw pgm pgmraw pgnm pgnmraw pkm pkmraw \
-               pksm pksmraw pnm pnmraw ppm ppmraw
+DEVICES+=      pam pamcmyk32 pamcmyk4 pbm pbmraw pgm pgmraw pgnm pgnmraw pkm 
pkmraw \
+               pksm pksmraw plan planc plang plank planm pnm pnmraw ppm ppmraw
 
 # PS_DEVS
-DEVICES+=      bbox epswrite pdfwrite ps2write psdcmyk psdf psdrgb \
-               psgray psmono psrgb pswrite
-
-# WTS_HALFTONING_DEVS
-DEVICES+=      imdi simdi wtscmyk wtsimdi
+DEVICES+=      bbox epswrite inkcov pdfwrite ps2write psdcmyk psdf psdrgb \
+               psgray psmono psrgb pswrite txtwrite
 
 # MISC_FDEVS
-DEVICES+=      bit bitcmyk bitrgb bitrgbtags ccr cgm24 cgm8 cgmmono \
+DEVICES+=      bit bitcmyk bitrgb bitrgbtags ccr \
                cif devicen inferno mag16 mag256 mgr4 mgr8 mgrgray2 \
                mgrgray4 mgrgray8 mgrmono miff24 plan9bm sgirgb \
                spotcmyk sunhmono xcf
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    16 Nov 2011 12:43:23 -0000      1.14
+++ distinfo    8 Jul 2012 21:51:06 -0000
@@ -1,5 +1,5 @@
-MD5 (ghostscript-9.04.tar.gz) = nC+0rx62CdCduluw+nYXOg==
-RMD160 (ghostscript-9.04.tar.gz) = MKScHMEuO0SRF3YrPtuxIdXSdmw=
-SHA1 (ghostscript-9.04.tar.gz) = dTcAYNCicuZr4gFSoFjkE1l28uU=
-SHA256 (ghostscript-9.04.tar.gz) = 8eMzc4xBw78rR865gGq7gEW83HNTACwyc2FQQlp8HvQ=
-SIZE (ghostscript-9.04.tar.gz) = 34488256
+MD5 (ghostscript-9.05.tar.gz) = 98bwQxyo1E7hMqVdWDISwQ==
+RMD160 (ghostscript-9.05.tar.gz) = hjUwDmhFE/S40fcIhp7+ric5NRQ=
+SHA1 (ghostscript-9.05.tar.gz) = r5N4e6lmNgq74IWyE+xWO121qMw=
+SHA256 (ghostscript-9.05.tar.gz) = WT9391hHBL353kFZighKQgjDrTuUCh3h+q+PWaFcwgc=
+SIZE (ghostscript-9.05.tar.gz) = 32570231
Index: patches/patch-base_devs_mak
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-base_devs_mak,v
retrieving revision 1.3
diff -u -p -r1.3 patch-base_devs_mak
--- patches/patch-base_devs_mak 16 Nov 2011 12:43:23 -0000      1.3
+++ patches/patch-base_devs_mak 8 Jul 2012 21:51:06 -0000
@@ -1,7 +1,7 @@
 $OpenBSD: patch-base_devs_mak,v 1.3 2011/11/16 12:43:23 kili Exp $
---- base/devs.mak.orig Fri Aug  5 13:12:20 2011
-+++ base/devs.mak      Mon Nov 14 17:20:40 2011
-@@ -1899,14 +1899,11 @@ $(DD)plibk.dev : $(DEVS_MAK) $(plib_) $(GLD)page.dev $
+--- base/devs.mak.orig Wed Feb  8 09:48:48 2012
++++ base/devs.mak      Sun Jul  8 15:50:17 2012
+@@ -1828,14 +1828,11 @@ $(DD)plibk.dev : $(DEVS_MAK) $(plib_) $(GLD)page.dev $
        $(SETPDEV2) $(DD)plibk $(plib_)
  
  ### ------------------------------- CUPS ------------------------------- ###
Index: patches/patch-base_lib_mak
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-base_lib_mak,v
retrieving revision 1.2
diff -u -p -r1.2 patch-base_lib_mak
--- patches/patch-base_lib_mak  16 Nov 2011 12:43:23 -0000      1.2
+++ patches/patch-base_lib_mak  8 Jul 2012 21:51:06 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-base_lib_mak,v 1.2 2011/11/16 12:43:23 kili Exp $
---- base/lib.mak.orig  Fri Aug  5 13:12:20 2011
-+++ base/lib.mak       Mon Nov 14 13:41:09 2011
+--- base/lib.mak.orig  Wed Feb  8 09:48:48 2012
++++ base/lib.mak       Sun Jul  8 15:50:17 2012
 @@ -27,12 +27,12 @@ AUXO_=$(O_)$(AUX)
  GLI_=$(GLGENDIR) $(II)$(GLSRCDIR)
  GLF_=
@@ -15,4 +15,4 @@ $OpenBSD: patch-base_lib_mak,v 1.2 2011/
 +GLJASCC=$(CC) $(I_)$(JPXI_) $(II)$(GLI_)$(_I) $(JPXCF_) $(GLF_) ${CCFLAGS}
  GLLDFJB2CC=$(CC_) $(I_)$(LDF_JB2I_) $(II)$(GLI_)$(_I) $(JB2CF_) $(GLF_)
  GLLWFJPXCC=$(CC_) $(I_)$(LWF_JPXI_) $(II)$(GLI_)$(_I) $(JPXCF_) $(GLF_)
- GLCCSHARED=$(CC_SHARED) $(GLCCFLAGS)
+ GLJPXOPJCC=$(CC_) $(I_)$(JPX_OPENJPEG_I_)$(D).. $(I_)$(JPX_OPENJPEG_I_) 
$(II)$(GLI_)$(_I) $(JPXCF_) $(GLF_)
Index: patches/patch-base_unix-dll_mak
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-base_unix-dll_mak,v
retrieving revision 1.3
diff -u -p -r1.3 patch-base_unix-dll_mak
--- patches/patch-base_unix-dll_mak     16 Nov 2011 12:43:23 -0000      1.3
+++ patches/patch-base_unix-dll_mak     8 Jul 2012 21:51:06 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-base_unix-dll_mak,v 1.3 2011/11/16 12:43:23 kili Exp $
---- base/unix-dll.mak.orig     Fri Aug  5 13:12:20 2011
-+++ base/unix-dll.mak  Mon Nov 14 18:48:00 2011
+--- base/unix-dll.mak.orig     Wed Feb  8 09:48:48 2012
++++ base/unix-dll.mak  Sun Jul  8 16:04:24 2012
 @@ -23,10 +23,6 @@
  #  export LD_LIBRARY_PATH=/insert-path-here/sobin
  #  export GS_LIB=/insert-path-here/lib
@@ -87,35 +87,35 @@ $OpenBSD: patch-base_unix-dll_mak,v 1.3 
  # all the targets are correct.
 @@ -117,19 +118,27 @@ sodebug:
        fi
-       $(MAKE) so-subtarget GENOPT='-DDEBUG' BUILDDIRPREFIX=$(SODEBUGDIRPREFIX)
+       $(MAKE) so-subtarget$(FOR_MAC) GENOPT='-DDEBUG' 
BUILDDIRPREFIX=$(SODEBUGDIRPREFIX)
  
 +# NOTE: Differs from gs-9.02, may be wrong
  so-subtarget:
        $(MAKE) $(SODEFS) GENOPT='$(GENOPT)' LDFLAGS='$(LDFLAGS)'\
-        CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)' prefix=$(prefix)\
+        CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(AC_CFLAGS) $(XCFLAGS)' 
prefix=$(prefix)\
 +       USE_GTK=$(USE_GTK) \
         directories
        $(MAKE) $(SODEFS) GENOPT='$(GENOPT)' LDFLAGS='$(LDFLAGS)'\
-        CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)' prefix=$(prefix)\
+        CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(AC_CFLAGS) $(XCFLAGS)' 
prefix=$(prefix)\
 +       USE_GTK=$(USE_GTK) \
         $(AUXDIR)/echogs$(XEAUX) $(AUXDIR)/genarch$(XEAUX)
        $(MAKE) $(SODEFS) GENOPT='$(GENOPT)' LDFLAGS='$(LDFLAGS) $(LDFLAGS_SO)'\
--       CFLAGS='$(CFLAGS_STANDARD) $(CFLAGS_SO) $(GCFLAGS) $(XCFLAGS)'\
-+       CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)'\
+-       CFLAGS='$(CFLAGS_STANDARD) $(CFLAGS_SO) $(GCFLAGS) $(AC_CFLAGS) 
$(XCFLAGS)'\
++       CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(AC_CFLAGS) $(XCFLAGS)'\
 +       USE_GTK=$(USE_GTK) \
         prefix=$(prefix)
 +      @echo USE_GTK = $(USE_GTK)
 +      @echo GSSOC = $(GSSOC)
 +      @echo GSSOX = $(GSSOX)
        $(MAKE) $(SODEFS) GENOPT='$(GENOPT)' LDFLAGS='$(LDFLAGS)'\
-        CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(XCFLAGS)' prefix=$(prefix)\
+        CFLAGS='$(CFLAGS_STANDARD) $(GCFLAGS) $(AC_CFLAGS) $(XCFLAGS)' 
prefix=$(prefix)\
 -       $(GSSOC_XE) $(GSSOX_XE)
 +       USE_GTK=$(USE_GTK) \
 +       $(GSSOC) $(GSSOX)
  
- install-so:
-       $(MAKE) install-so-subtarget BUILDDIRPREFIX=$(SODIRPREFIX)
-@@ -145,13 +154,11 @@ install-so-subtarget: so-subtarget
+ # special so-subtarget for MAC OS X
+ so-subtarget_1:
+@@ -161,13 +170,11 @@ install-so-subtarget: so-subtarget$(FOR_MAC)
        -mkdir -p $(DESTDIR)$(bindir)
        -mkdir -p $(DESTDIR)$(libdir)
        -mkdir -p $(DESTDIR)$(gsincludedir)
@@ -131,7 +131,7 @@ $OpenBSD: patch-base_unix-dll_mak,v 1.3 
        $(INSTALL_DATA) $(PSSRC)iapi.h $(DESTDIR)$(gsincludedir)iapi.h
        $(INSTALL_DATA) $(PSSRC)ierrors.h $(DESTDIR)$(gsincludedir)ierrors.h
        $(INSTALL_DATA) $(GLSRC)gdevdsp.h $(DESTDIR)$(gsincludedir)gdevdsp.h
-@@ -163,6 +170,8 @@ sodebuginstall:
+@@ -179,6 +186,8 @@ sodebuginstall:
        $(MAKE) soinstall-subtarget GENOPT='-DDEBUG' 
BUILDDIRPREFIX=$(SODEBUGDIRPREFIX)
  
  soinstall-subtarget: install-so install-scripts install-data 
$(INSTALL_SHARED) $(INSTALL_CONTRIB)
Index: patches/patch-base_unix-gcc_mak
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-base_unix-gcc_mak,v
retrieving revision 1.4
diff -u -p -r1.4 patch-base_unix-gcc_mak
--- patches/patch-base_unix-gcc_mak     16 Nov 2011 12:43:23 -0000      1.4
+++ patches/patch-base_unix-gcc_mak     8 Jul 2012 21:51:06 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-base_unix-gcc_mak,v 1.4 2011/11/16 12:43:23 kili Exp $
---- base/unix-gcc.mak.orig     Fri Aug  5 13:12:20 2011
-+++ base/unix-gcc.mak  Mon Nov 14 16:38:09 2011
+--- base/unix-gcc.mak.orig     Wed Feb  8 09:48:47 2012
++++ base/unix-gcc.mak  Sun Jul  8 17:09:59 2012
 @@ -31,6 +31,7 @@ PSLIBDIR=./lib
  PSRESDIR=./Resource
  PSGENDIR=./$(BUILDDIRPREFIX)obj
@@ -24,7 +24,7 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  
  # Define whether or not searching for initialization files should always
  # look in the current directory first.  This leads to well-known security
-@@ -210,6 +211,9 @@ IJS_NAME=
+@@ -211,9 +212,17 @@ IJS_NAME=
  IJSSRCDIR=ijs
  IJSEXECTYPE=unix
  
@@ -34,10 +34,6 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  # Define how to build the library archives.  (These are not used in any
  # standard configuration.)
  
-@@ -218,6 +222,11 @@ IJSEXECTYPE=unix
- 
- IMDISRCDIR=imdi
- 
 +JPX_LIB=jasper
 +JPXSRCDIR=jasper
 +SHARE_JPX=0
@@ -46,7 +42,7 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  AR=ar
  ARFLAGS=qc
  RANLIB=ranlib
-@@ -226,7 +235,7 @@ RANLIB=ranlib
+@@ -222,7 +231,7 @@ RANLIB=ranlib
  
  # Define the name of the C compiler.
  
@@ -55,7 +51,7 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  
  # Define the name of the linker for the final link step.
  # Normally this is the same as the C compiler.
-@@ -238,7 +247,7 @@ CCLD=$(CC)
+@@ -234,7 +243,7 @@ CCLD=$(CC)
  # the 2.7.0-2.7.2 optimizer bug, either "-Dconst=" or
  # "-Wcast-qual -Wwrite-strings" is automatically included.
  
@@ -64,7 +60,7 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  
  # Define the added flags for standard, debugging, profiling 
  # and shared object builds.
-@@ -375,8 +384,6 @@ DISPLAY_DEV=
+@@ -371,8 +380,6 @@ DISPLAY_DEV=
  # Choose the device(s) to include.  See devs.mak for details,
  # devs.mak and contrib.mak for the list of available devices.
  
@@ -73,7 +69,7 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  #DEVICE_DEVS1=
  #DEVICE_DEVS2=
  #DEVICE_DEVS3=
-@@ -398,37 +405,29 @@ DEVICE_DEVS=$(DISPLAY_DEV) $(DD)x11.dev $(DD)x11alpha.
+@@ -394,36 +401,18 @@ DEVICE_DEVS=$(DISPLAY_DEV) $(DD)x11.dev $(DD)x11alpha.
  #DEVICE_DEVS19=
  #DEVICE_DEVS20=
  
@@ -92,8 +88,8 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
 -DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pngmonod.dev $(DD)pnggray.dev 
$(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev $(DD)pngalpha.dev
 -DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev $(DD)jpegcmyk.dev
 -DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)ps2write.dev 
$(DD)epswrite.dev $(DD)txtwrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev
--DEVICE_DEVS16=$(DD)bbox.dev
- 
+-DEVICE_DEVS16=$(DD)bbox.dev $(DD)inkcov.dev
+-
 -DEVICE_DEVS17=$(DD)plan.dev $(DD)planm.dev $(DD)plang.dev $(DD)planc.dev 
$(DD)plank.dev
 -
 -DEVICE_DEVS18=
@@ -104,38 +100,30 @@ $OpenBSD: patch-base_unix-gcc_mak,v 1.4 
  # Shared library target to build.
  # Note that the two vga devices are Linux specific, and requires svgalib
  # We also don't do X modularized because modularization on Mac OS X doesn't 
work.
--GS_SHARED_OBJS=
-+#GS_SHARED_OBJS=
+ GS_SHARED_OBJS=
  #GS_SHARED_OBJS=$(GLOBJDIR)/X11.so $(GLOBJDIR)/lvga256.so 
$(GLOBJDIR)/vgalib.so
  
-+# Copied from Makefile.in
++# Formerly copied from Makefile.in -- still needed?
 +EXTRA_INIT_FILES= Fontmap cidfmap xlatmap FAPI FCOfontmap-PCLPS2 gs_cet.ps
- 
-+# CCFLAGS=$(GENOPT) $(CAPOPT) $(CFLAGS)
-+# CC_=$(CC) $(CCFLAGS)
++ 
++# Copied from Makefile.in -- still needed?
 +CCAUX_=$(CCAUX) $(CFLAGS)
 +CUPS_CC=$(CC)
-+# CC_LEAF=$(CC_)
-+# # note gcc can't use -fomit-frame-pointer with -pg.
-+# CC_LEAF_PG=$(CC_)
-+# # These are the specific warnings we have to turn off to compile those
-+# # specific few files that need this.  We may turn off others in the future.
-+# CC_NO_WARN=$(CC_)
-+# CCAUX_NO_WARN=$(CCAUX_)
-+# CC_SHARED=$(CC_) @DYNAMIC_CFLAGS@
-+
+ 
  # ---------------------------- End of options --------------------------- #
  
- # Define the name of the partial makefile that specifies options --
-@@ -476,6 +475,7 @@ include $(GLSRCDIR)/zlib.mak
+@@ -472,8 +461,9 @@ include $(GLSRCDIR)/zlib.mak
  include $(GLSRCDIR)/png.mak
  include $(GLSRCDIR)/tiff.mak
  include $(GLSRCDIR)/jbig2.mak
 +include $(GLSRCDIR)/jasper.mak
  include $(GLSRCDIR)/icclib.mak
- include $(GLSRCDIR)/lcms.mak
+-include $(GLSRCDIR)/lcms.mak
++include $(GLSRCDIR)/lcms2.mak
  include $(GLSRCDIR)/ijs.mak
-@@ -486,6 +486,7 @@ include $(GLSRCDIR)/unixlink.mak
+ include $(GLSRCDIR)/devs.mak
+ include $(GLSRCDIR)/contrib.mak
+@@ -482,6 +472,7 @@ include $(GLSRCDIR)/unixlink.mak
  include $(GLSRCDIR)/unix-dll.mak
  include $(GLSRCDIR)/unix-end.mak
  include $(GLSRCDIR)/unixinst.mak
Index: patches/patch-cups_gdevcups_c
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-cups_gdevcups_c,v
retrieving revision 1.7
diff -u -p -r1.7 patch-cups_gdevcups_c
--- patches/patch-cups_gdevcups_c       16 Nov 2011 12:43:23 -0000      1.7
+++ patches/patch-cups_gdevcups_c       8 Jul 2012 21:51:06 -0000
@@ -1,6 +1,6 @@
 $OpenBSD: patch-cups_gdevcups_c,v 1.7 2011/11/16 12:43:23 kili Exp $
---- cups/gdevcups.c.orig       Fri Aug  5 13:12:21 2011
-+++ cups/gdevcups.c    Mon Nov 14 14:25:31 2011
+--- cups/gdevcups.c.orig       Wed Feb  8 09:48:50 2012
++++ cups/gdevcups.c    Sun Jul  8 19:22:15 2012
 @@ -71,6 +71,7 @@
  #include "arch.h"
  #include "gsicc_manage.h"
@@ -9,7 +9,7 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
  #include <stdlib.h>
  #include <ctype.h>
  #include <cups/raster.h>
-@@ -228,6 +229,15 @@ typedef struct gx_device_cups_s
+@@ -233,6 +234,15 @@ typedef struct gx_device_cups_s
    int                   cupsRasterVersion;
  
    /* Used by cups_put_params(): */
@@ -25,10 +25,10 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
  } gx_device_cups;
  
  private gx_device_procs       cups_procs =
-@@ -426,7 +436,14 @@ gx_device_cups    gs_cups_device =
-   {0x00},                                  /* EncodeLUT */
-   {0x00},                                  /* Density */
-   {0x00},                                  /* Matrix */
+@@ -434,7 +444,14 @@ gx_device_cups    gs_cups_device =
+    {{0x00},{0x00},{0x00}},
+    {{0x00},{0x00},{0x00}}},                /* Matrix */
+   0,                                       /* user_icc */
 -  3                                     /* cupsRasterVersion */
 +  3,                                    /* cupsRasterVersion */
 +  0,                                  /* libCupsReady */
@@ -41,7 +41,7 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
  };
  
  /*
-@@ -459,7 +476,7 @@ cups_close(gx_device *pdev)                /* I - Device 
info */
+@@ -467,7 +484,7 @@ cups_close(gx_device *pdev)                /* I - Device 
info */
  
    if (cups->stream != NULL)
    {
@@ -50,9 +50,9 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
      cups->stream = NULL;
    }
  
-@@ -2699,6 +2716,39 @@ cups_open(gx_device *pdev)              /* I - Device 
info */
+@@ -2724,6 +2741,39 @@ cups_open(gx_device *pdev)              /* I - Device 
info */
    dprintf1("DEBUG2: cups_open(%p)\n", pdev);
- #endif /* DEBUG */
+ #endif /* CUPS_DEBUG2 */
  
 +  if (!cups->libCupsReady) {
 +    void *handle;
@@ -90,7 +90,7 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
    dprintf("INFO: Start rendering...\n");
    cups->printer_procs.get_space_params = cups_get_space_params;
  
-@@ -2714,7 +2764,7 @@ cups_open(gx_device *pdev)               /* I - Device 
info */
+@@ -2741,7 +2791,7 @@ cups_open(gx_device *pdev)               /* I - Device 
info */
      return (code);
  
    if (cups->PPD == NULL)
@@ -99,16 +99,16 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
  
    return (0);
  }
-@@ -2811,7 +2861,7 @@ cups_print_pages(gx_device_printer *pdev,
+@@ -2838,7 +2888,7 @@ cups_print_pages(gx_device_printer *pdev,
  
    if (cups->stream == NULL)
    {
 -    RasterVersion = ppdFindAttr(cups->PPD, "cupsRasterVersion", NULL); 
 +    RasterVersion = cups->ppdFindAttr(cups->PPD, "cupsRasterVersion", NULL); 
      if (RasterVersion) {
- #ifdef DEBUG
+ #ifdef CUPS_DEBUG2
        dprintf1("DEBUG2: cupsRasterVersion = %s\n", RasterVersion->value);
-@@ -2824,7 +2874,7 @@ cups_print_pages(gx_device_printer *pdev,
+@@ -2851,7 +2901,7 @@ cups_print_pages(gx_device_printer *pdev,
        return_error(gs_error_unknownerror);
        }
      }
@@ -117,7 +117,7 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
                                         (cups->cupsRasterVersion == 3 ?
                                        CUPS_RASTER_WRITE :
                                        CUPS_RASTER_WRITE_COMPRESSED))) == NULL)
-@@ -2855,7 +2905,7 @@ cups_print_pages(gx_device_printer *pdev,
+@@ -2882,7 +2932,7 @@ cups_print_pages(gx_device_printer *pdev,
  
    for (copy = num_copies; copy > 0; copy --)
    {
@@ -126,34 +126,34 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
  
      if (pdev->color_info.num_components == 1)
        code = cups_print_chunked(pdev, src, dst, srcbytes);
-@@ -3168,7 +3218,7 @@ cups_put_params(gx_device     *pdev,     /* I - Device 
inf
+@@ -3213,7 +3263,7 @@ cups_put_params(gx_device     *pdev,     /* I - Device 
inf
        dprintf1("DEBUG2: cups->PPD = %p\n", cups->PPD);
- #endif /* DEBUG */
+ #endif /* CUPS_DEBUG */
  
 -      backside = ppdFindAttr(cups->PPD, "cupsBackSide", NULL); 
 +      backside = cups->ppdFindAttr(cups->PPD, "cupsBackSide", NULL); 
        if (backside) {
- #ifdef DEBUG
+ #ifdef CUPS_DEBUG
        dprintf1("DEBUG2: cupsBackSide = %s\n", backside->value);
-@@ -3180,7 +3230,7 @@ cups_put_params(gx_device     *pdev,     /* I - Device 
inf
- #endif /* DEBUG */
+@@ -3225,7 +3275,7 @@ cups_put_params(gx_device     *pdev,     /* I - Device 
inf
+ #endif /* CUPS_DEBUG */
  
        backsiderequiresflippedmargins =
 -      ppdFindAttr(cups->PPD, "APDuplexRequiresFlippedMargin", NULL);
 +      cups->ppdFindAttr(cups->PPD, "APDuplexRequiresFlippedMargin", NULL);
- #ifdef DEBUG
+ #ifdef CUPS_DEBUG
        if (backsiderequiresflippedmargins)
        dprintf1("DEBUG2: APDuplexRequiresFlippedMargin = %s\n",
-@@ -4107,7 +4157,7 @@ cups_print_chunked(gx_device_printer *pdev,
- #endif /* DEBUG */
+@@ -4256,7 +4306,7 @@ cups_print_chunked(gx_device_printer *pdev,
+ #endif /* CUPS_DEBUG */
  
    if (cups->PPD) {
 -    backside = ppdFindAttr(cups->PPD, "cupsBackSide", NULL);
 +    backside = cups->ppdFindAttr(cups->PPD, "cupsBackSide", NULL);
      if (backside) {
- #ifdef DEBUG
+ #ifdef CUPS_DEBUG
        dprintf1("DEBUG2: cupsBackSide = %s\n", backside->value);
-@@ -4284,7 +4334,7 @@ cups_print_chunked(gx_device_printer *pdev,
+@@ -4433,7 +4483,7 @@ cups_print_chunked(gx_device_printer *pdev,
        * Write the bitmap data to the raster stream...
        */
  
@@ -162,7 +162,7 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
      }
      else
      {
-@@ -4292,7 +4342,7 @@ cups_print_chunked(gx_device_printer *pdev,
+@@ -4441,7 +4491,7 @@ cups_print_chunked(gx_device_printer *pdev,
        * Write the scanline data to the raster stream...
        */
  
@@ -171,16 +171,16 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
      }
    }
    return (0);
-@@ -4334,7 +4384,7 @@ cups_print_banded(gx_device_printer *pdev,
- #endif /* DEBUG */
+@@ -4483,7 +4533,7 @@ cups_print_banded(gx_device_printer *pdev,
+ #endif /* CUPS_DEBUG */
  
    if (cups->PPD) {
 -    backside = ppdFindAttr(cups->PPD, "cupsBackSide", NULL);
 +    backside = cups->ppdFindAttr(cups->PPD, "cupsBackSide", NULL);
      if (backside) {
- #ifdef DEBUG
+ #ifdef CUPS_DEBUG
        dprintf1("DEBUG2: cupsBackSide = %s\n", backside->value);
-@@ -5005,7 +5055,7 @@ cups_print_banded(gx_device_printer *pdev,
+@@ -5154,7 +5204,7 @@ cups_print_banded(gx_device_printer *pdev,
      * Write the bitmap data to the raster stream...
      */
  
@@ -189,7 +189,7 @@ $OpenBSD: patch-cups_gdevcups_c,v 1.7 20
    }
    return (0);
  }
-@@ -5377,7 +5427,7 @@ cups_print_planar(gx_device_printer *pdev,
+@@ -5526,7 +5576,7 @@ cups_print_planar(gx_device_printer *pdev,
        * Write the bitmap data to the raster stream...
        */
  
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/pkg/PLIST,v
retrieving revision 1.22
diff -u -p -r1.22 PLIST
--- pkg/PLIST   16 Nov 2011 12:43:23 -0000      1.22
+++ pkg/PLIST   8 Jul 2012 21:51:06 -0000
@@ -34,6 +34,7 @@ bin/unix-lpr.sh
 bin/wftopfa
 libexec/cups/
 libexec/cups/filter/
+libexec/cups/filter/gstopxl
 libexec/cups/filter/pstopxl
 man/de/
 man/de/man1/
@@ -83,6 +84,10 @@ share/cups/model/pxlcolor.ppd
 share/cups/model/pxlmono.ppd
 share/ghostscript/${VERSION}/
 share/ghostscript/${VERSION}/Resource/
+share/ghostscript/${VERSION}/Resource/CIDFSubst/
+share/ghostscript/${VERSION}/Resource/CIDFSubst/DroidSansFallback.ttf
+share/ghostscript/${VERSION}/Resource/CIDFont/
+share/ghostscript/${VERSION}/Resource/CIDFont/ArtifexBullet
 share/ghostscript/${VERSION}/Resource/CMap/
 share/ghostscript/${VERSION}/Resource/CMap/78-EUC-H
 share/ghostscript/${VERSION}/Resource/CMap/78-EUC-V
@@ -94,13 +99,10 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/78ms-RKSJ-V
 share/ghostscript/${VERSION}/Resource/CMap/83pv-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/90ms-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/90ms-RKSJ-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/90ms-RKSJ-V
 share/ghostscript/${VERSION}/Resource/CMap/90msp-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/90msp-RKSJ-V
 share/ghostscript/${VERSION}/Resource/CMap/90pv-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/90pv-RKSJ-UCS2
-share/ghostscript/${VERSION}/Resource/CMap/90pv-RKSJ-UCS2C
 share/ghostscript/${VERSION}/Resource/CMap/90pv-RKSJ-V
 share/ghostscript/${VERSION}/Resource/CMap/Add-H
 share/ghostscript/${VERSION}/Resource/CMap/Add-RKSJ-H
@@ -113,24 +115,12 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-4
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-5
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-6
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-B5pc
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-ETenms-B5
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-H-CID
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-H-Host
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-H-Mac
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-CNS1-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-0
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-1
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-2
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-3
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-4
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-5
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-GBK-EUC
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-GBpc-EUC
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-H-CID
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-H-Host
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-H-Mac
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-GB1-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-0
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-1
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-2
@@ -138,48 +128,22 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-4
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-5
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-6
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-90ms-RKSJ
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-90pv-RKSJ
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-H-CID
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-H-Host
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-H-Mac
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-PS-H
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-PS-V
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan1-UCS2
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Japan2-0
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-0
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-1
 share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-2
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-H-CID
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-H-Host
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-H-Mac
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-KSCms-UHC
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-KSCpc-EUC
-share/ghostscript/${VERSION}/Resource/CMap/Adobe-Korea1-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/B5-H
 share/ghostscript/${VERSION}/Resource/CMap/B5-V
 share/ghostscript/${VERSION}/Resource/CMap/B5pc-H
-share/ghostscript/${VERSION}/Resource/CMap/B5pc-UCS2
-share/ghostscript/${VERSION}/Resource/CMap/B5pc-UCS2C
 share/ghostscript/${VERSION}/Resource/CMap/B5pc-V
 share/ghostscript/${VERSION}/Resource/CMap/CNS-EUC-H
 share/ghostscript/${VERSION}/Resource/CMap/CNS-EUC-V
-share/ghostscript/${VERSION}/Resource/CMap/CNS01-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/CNS02-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/CNS03-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/CNS04-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/CNS05-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/CNS06-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/CNS07-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/CNS1-H
 share/ghostscript/${VERSION}/Resource/CMap/CNS1-V
-share/ghostscript/${VERSION}/Resource/CMap/CNS15-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/CNS2-H
 share/ghostscript/${VERSION}/Resource/CMap/CNS2-V
 share/ghostscript/${VERSION}/Resource/CMap/ETHK-B5-H
 share/ghostscript/${VERSION}/Resource/CMap/ETHK-B5-V
 share/ghostscript/${VERSION}/Resource/CMap/ETen-B5-H
-share/ghostscript/${VERSION}/Resource/CMap/ETen-B5-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/ETen-B5-V
 share/ghostscript/${VERSION}/Resource/CMap/ETenms-B5-H
 share/ghostscript/${VERSION}/Resource/CMap/ETenms-B5-V
@@ -192,10 +156,8 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/GB-EUC-H
 share/ghostscript/${VERSION}/Resource/CMap/GB-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/GB-H
-share/ghostscript/${VERSION}/Resource/CMap/GB-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/GB-V
 share/ghostscript/${VERSION}/Resource/CMap/GBK-EUC-H
-share/ghostscript/${VERSION}/Resource/CMap/GBK-EUC-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/GBK-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/GBK2K-H
 share/ghostscript/${VERSION}/Resource/CMap/GBK2K-V
@@ -204,16 +166,12 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/GBT-EUC-H
 share/ghostscript/${VERSION}/Resource/CMap/GBT-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/GBT-H
-share/ghostscript/${VERSION}/Resource/CMap/GBT-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/GBT-V
 share/ghostscript/${VERSION}/Resource/CMap/GBTpc-EUC-H
 share/ghostscript/${VERSION}/Resource/CMap/GBTpc-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/GBpc-EUC-H
-share/ghostscript/${VERSION}/Resource/CMap/GBpc-EUC-UCS2
-share/ghostscript/${VERSION}/Resource/CMap/GBpc-EUC-UCS2C
 share/ghostscript/${VERSION}/Resource/CMap/GBpc-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/H
-share/ghostscript/${VERSION}/Resource/CMap/HK-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/HKdla-B5-H
 share/ghostscript/${VERSION}/Resource/CMap/HKdla-B5-V
 share/ghostscript/${VERSION}/Resource/CMap/HKdlb-B5-H
@@ -228,31 +186,20 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/HKscs-B5-V
 share/ghostscript/${VERSION}/Resource/CMap/Hankaku
 share/ghostscript/${VERSION}/Resource/CMap/Hiragana
-share/ghostscript/${VERSION}/Resource/CMap/Hojo-EUC-H
-share/ghostscript/${VERSION}/Resource/CMap/Hojo-EUC-V
-share/ghostscript/${VERSION}/Resource/CMap/Hojo-H
-share/ghostscript/${VERSION}/Resource/CMap/Hojo-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/Hojo-V
 share/ghostscript/${VERSION}/Resource/CMap/Identity-H
 share/ghostscript/${VERSION}/Resource/CMap/Identity-UTF16-H
-share/ghostscript/${VERSION}/Resource/CMap/Identity-UTF16-V
 share/ghostscript/${VERSION}/Resource/CMap/Identity-V
 share/ghostscript/${VERSION}/Resource/CMap/KSC-EUC-H
 share/ghostscript/${VERSION}/Resource/CMap/KSC-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/KSC-H
 share/ghostscript/${VERSION}/Resource/CMap/KSC-Johab-H
 share/ghostscript/${VERSION}/Resource/CMap/KSC-Johab-V
-share/ghostscript/${VERSION}/Resource/CMap/KSC-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/KSC-V
-share/ghostscript/${VERSION}/Resource/CMap/KSC2-RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/KSCms-UHC-H
 share/ghostscript/${VERSION}/Resource/CMap/KSCms-UHC-HW-H
 share/ghostscript/${VERSION}/Resource/CMap/KSCms-UHC-HW-V
-share/ghostscript/${VERSION}/Resource/CMap/KSCms-UHC-UCS2
 share/ghostscript/${VERSION}/Resource/CMap/KSCms-UHC-V
 share/ghostscript/${VERSION}/Resource/CMap/KSCpc-EUC-H
-share/ghostscript/${VERSION}/Resource/CMap/KSCpc-EUC-UCS2
-share/ghostscript/${VERSION}/Resource/CMap/KSCpc-EUC-UCS2C
 share/ghostscript/${VERSION}/Resource/CMap/KSCpc-EUC-V
 share/ghostscript/${VERSION}/Resource/CMap/Katakana
 share/ghostscript/${VERSION}/Resource/CMap/NWP-H
@@ -260,15 +207,6 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/RKSJ-H
 share/ghostscript/${VERSION}/Resource/CMap/RKSJ-V
 share/ghostscript/${VERSION}/Resource/CMap/Roman
-share/ghostscript/${VERSION}/Resource/CMap/TCVN-RKSJ-H
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-90ms-RKSJ
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-90pv-RKSJ
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-B5pc
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-ETen-B5
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-GBK-EUC
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-GBpc-EUC
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-KSCms-UHC
-share/ghostscript/${VERSION}/Resource/CMap/UCS2-KSCpc-EUC
 share/ghostscript/${VERSION}/Resource/CMap/UniCNS-UCS2-H
 share/ghostscript/${VERSION}/Resource/CMap/UniCNS-UCS2-V
 share/ghostscript/${VERSION}/Resource/CMap/UniCNS-UTF16-H
@@ -286,13 +224,6 @@ share/ghostscript/${VERSION}/Resource/CM
 share/ghostscript/${VERSION}/Resource/CMap/UniGB-UTF8-H
 share/ghostscript/${VERSION}/Resource/CMap/UniGB-UTF8-V
 share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UCS2-H
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UCS2-V
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UTF16-H
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UTF16-V
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UTF32-H
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UTF32-V
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UTF8-H
-share/ghostscript/${VERSION}/Resource/CMap/UniHojo-UTF8-V
 share/ghostscript/${VERSION}/Resource/CMap/UniJIS-UCS2-H
 share/ghostscript/${VERSION}/Resource/CMap/UniJIS-UCS2-HW-H
 share/ghostscript/${VERSION}/Resource/CMap/UniJIS-UCS2-HW-V
@@ -459,6 +390,7 @@ share/ghostscript/${VERSION}/doc/DLL.htm
 share/ghostscript/${VERSION}/doc/Deprecated.htm
 share/ghostscript/${VERSION}/doc/Details.htm
 share/ghostscript/${VERSION}/doc/Details8.htm
+share/ghostscript/${VERSION}/doc/Details9.htm
 share/ghostscript/${VERSION}/doc/Develop.htm
 share/ghostscript/${VERSION}/doc/Devices.htm
 share/ghostscript/${VERSION}/doc/Drivers.htm
@@ -473,6 +405,7 @@ share/ghostscript/${VERSION}/doc/History
 share/ghostscript/${VERSION}/doc/History6.htm
 share/ghostscript/${VERSION}/doc/History7.htm
 share/ghostscript/${VERSION}/doc/History8.htm
+share/ghostscript/${VERSION}/doc/History9.htm
 share/ghostscript/${VERSION}/doc/Install.htm
 share/ghostscript/${VERSION}/doc/Issues.htm
 share/ghostscript/${VERSION}/doc/Language.htm

Reply via email to