Fri Oct 6 06:15:00 2017 UTC ()
ghostscript-agpl: update to 9.22

Highlights in this release include:
* Ghostscript can now consume and produce (via the pdfwrite device) PDF 2.0 compliant files.
* The main focus of this release has been security and code cleanliness. Hence many AddressSanitizer, Valgrind and Coverity issues have been addressed.
* The usual round of bug fixes, compatibility changes, and incremental improvements.


(adam)
diff -r1.26 -r1.27 pkgsrc/print/ghostscript-agpl/Makefile
diff -r1.11 -r1.12 pkgsrc/print/ghostscript-agpl/Makefile.common
diff -r1.8 -r1.9 pkgsrc/print/ghostscript-agpl/PLIST
diff -r1.17 -r1.18 pkgsrc/print/ghostscript-agpl/distinfo

cvs diff -r1.26 -r1.27 pkgsrc/print/ghostscript-agpl/Makefile (switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/Makefile 2017/08/01 14:59:04 1.26
+++ pkgsrc/print/ghostscript-agpl/Makefile 2017/10/06 06:15:00 1.27
@@ -1,101 +1,100 @@ @@ -1,101 +1,100 @@
1# $NetBSD: Makefile,v 1.26 2017/08/01 14:59:04 wiz Exp $ 1# $NetBSD: Makefile,v 1.27 2017/10/06 06:15:00 adam Exp $
2 2
3DISTNAME= ghostscript-${GS_VERSION} 3DISTNAME= ghostscript-${GS_VERSION}
4PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} 4PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
5PKGREVISION= 1 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs921/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://ghostscript.com/ 9HOMEPAGE= https://ghostscript.com/
11COMMENT= Postscript interpreter 10COMMENT= Postscript interpreter
12# Plus adobe verbatim for Resources/CMap. 11# Plus adobe verbatim for Resources/CMap.
13LICENSE= gnu-agpl-v3 12LICENSE= gnu-agpl-v3
14 13
15DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts 14DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
16 15
17.include "Makefile.common" 16.include "Makefile.common"
18 17
19USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
20USE_TOOLS+= gmake perl:run lex pkg-config 19USE_TOOLS+= gmake perl:run lex pkg-config
21GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
22CONFIGURE_ARGS+= --with-system-libtiff 21CONFIGURE_ARGS+= --with-system-libtiff
23CONFIGURE_ARGS+= --disable-cups 22CONFIGURE_ARGS+= --disable-cups
24CONFIGURE_ENV+= LPLIBDIR=${PREFIX}/lib 23CONFIGURE_ENV+= LPLIBDIR=${PREFIX}/lib
25CONFIGURE_ENV.HPUX+= ac_cv_func_fopen64=no 24CONFIGURE_ENV.HPUX+= ac_cv_func_fopen64=no
26UNLIMIT_RESOURCES+= datasize # gsromfs1.c 25UNLIMIT_RESOURCES+= datasize # gsromfs1.c
27 26
28BUILD_TARGET= so 27BUILD_TARGET= so
29INSTALL_TARGET= soinstall 28INSTALL_TARGET= soinstall
30 29
31REPLACE_PERL+= toolbin/localcluster/clusterpush.pl 30REPLACE_PERL+= toolbin/localcluster/clusterpush.pl
32REPLACE_PERL+= toolbin/checkdeps.pl 31REPLACE_PERL+= toolbin/checkdeps.pl
33REPLACE_PERL+= toolbin/pscet_status.pl 32REPLACE_PERL+= toolbin/pscet_status.pl
34REPLACE_PERL+= toolbin/performance.pl 33REPLACE_PERL+= toolbin/performance.pl
35REPLACE_PERL+= toolbin/squeeze2html.pl 34REPLACE_PERL+= toolbin/squeeze2html.pl
36REPLACE_PERL+= toolbin/bugsByEngineer.pl 35REPLACE_PERL+= toolbin/bugsByEngineer.pl
37REPLACE_PERL+= toolbin/htmldiff.pl 36REPLACE_PERL+= toolbin/htmldiff.pl
38 37
39GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${PKGVERSION}/Resource 38GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${PKGVERSION}/Resource
40# MESSAGE file substitution 39# MESSAGE file substitution
41MESSAGE_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR} 40MESSAGE_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR}
42 41
43.include "../../mk/bsd.prefs.mk" 42.include "../../mk/bsd.prefs.mk"
44.include "../../mk/compiler.mk" 43.include "../../mk/compiler.mk"
45 44
46.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4") 45.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")
47CFLAGS+= -DA4 46CFLAGS+= -DA4
48.endif 47.endif
49 48
50REQD_DIRS+= share/ghostscript 49REQD_DIRS+= share/ghostscript
51 50
52SUBST_CLASSES+= resdir 51SUBST_CLASSES+= resdir
53SUBST_STAGE.resdir= post-extract 52SUBST_STAGE.resdir= post-extract
54SUBST_MESSAGE.resdir= Fixing resource directory path 53SUBST_MESSAGE.resdir= Fixing resource directory path
55SUBST_FILES.resdir= Resource/Init/gs_res.ps 54SUBST_FILES.resdir= Resource/Init/gs_res.ps
56SUBST_SED.resdir= -e "s|/Resource/|${GS_RESOURCEDIR}/|g" 55SUBST_SED.resdir= -e "s|/Resource/|${GS_RESOURCEDIR}/|g"
57 56
58# On Linux-*-x86_64, there was an error message: 57# On Linux-*-x86_64, there was an error message:
59# gp_unix.o: relocation R_X86_64_32 against `a local symbol' can not be 58# gp_unix.o: relocation R_X86_64_32 against `a local symbol' can not be
60# used when making a shared object; recompile with -fPIC 59# used when making a shared object; recompile with -fPIC
61.if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang) 60.if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang)
62CFLAGS+= -fPIC 61CFLAGS+= -fPIC
63.endif 62.endif
64 63
65# Interim IRIX build fix, the real problem is that fontconfig.pc doesn't 64# Interim IRIX build fix, the real problem is that fontconfig.pc doesn't
66# require linking against libiconv when it should do so. 65# require linking against libiconv when it should do so.
67BUILDLINK_TRANSFORM.IRIX+= l:fontconfig:fontconfig:iconv 66BUILDLINK_TRANSFORM.IRIX+= l:fontconfig:fontconfig:iconv
68 67
69.include "options.mk" 68.include "options.mk"
70 69
71post-extract: 70post-extract:
72 ${MKDIR} ${WRKSRC}/bin 71 ${MKDIR} ${WRKSRC}/bin
73 ${MKDIR} ${WRKSRC}/obj 72 ${MKDIR} ${WRKSRC}/obj
74 ${RM} -rf ${WRKSRC}/freetype 73 ${RM} -rf ${WRKSRC}/freetype
75 ${RM} -rf ${WRKSRC}/jbig2dec 74 ${RM} -rf ${WRKSRC}/jbig2dec
76 ${RM} -rf ${WRKSRC}/jpeg 75 ${RM} -rf ${WRKSRC}/jpeg
77 ${RM} -rf ${WRKSRC}/lcms2 76 ${RM} -rf ${WRKSRC}/lcms2
78 ${RM} -rf ${WRKSRC}/libpng 77 ${RM} -rf ${WRKSRC}/libpng
79 ${RM} -rf ${WRKSRC}/tiff 78 ${RM} -rf ${WRKSRC}/tiff
80 ${RM} -rf ${WRKSRC}/zlib 79 ${RM} -rf ${WRKSRC}/zlib
81 80
82# To allow outside customization, rename cidfmap 81# To allow outside customization, rename cidfmap
83# (if you look at inside of the file, it is logically empty) 82# (if you look at inside of the file, it is logically empty)
84.if !empty(PKG_OPTIONS:Mdisable-compile-inits) 83.if !empty(PKG_OPTIONS:Mdisable-compile-inits)
85 (cd ${WRKSRC}/Resource/Init/; ${MV} cidfmap cidfmap.dist) 84 (cd ${WRKSRC}/Resource/Init/; ${MV} cidfmap cidfmap.dist)
86.endif 85.endif
87 86
88post-install: 87post-install:
89 ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs 88 ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs
90 89
91.include "../../devel/libidn/buildlink3.mk" 90.include "../../devel/libidn/buildlink3.mk"
92.include "../../devel/zlib/buildlink3.mk" 91.include "../../devel/zlib/buildlink3.mk"
93.include "../../graphics/freetype2/buildlink3.mk" 92.include "../../graphics/freetype2/buildlink3.mk"
94.include "../../graphics/jbig2dec/buildlink3.mk" 93.include "../../graphics/jbig2dec/buildlink3.mk"
95.include "../../graphics/lcms2/buildlink3.mk" 94.include "../../graphics/lcms2/buildlink3.mk"
96#.include "../../graphics/openjpeg15/buildlink3.mk" 95#.include "../../graphics/openjpeg15/buildlink3.mk"
97.include "../../graphics/png/buildlink3.mk" 96.include "../../graphics/png/buildlink3.mk"
98.include "../../graphics/tiff/buildlink3.mk" 97.include "../../graphics/tiff/buildlink3.mk"
99.include "../../print/libpaper/buildlink3.mk" 98.include "../../print/libpaper/buildlink3.mk"
100.include "../../mk/jpeg.buildlink3.mk" 99.include "../../mk/jpeg.buildlink3.mk"
101.include "../../mk/bsd.pkg.mk" 100.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/print/ghostscript-agpl/Makefile.common (switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/Makefile.common 2017/03/31 07:26:23 1.11
+++ pkgsrc/print/ghostscript-agpl/Makefile.common 2017/10/06 06:15:00 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1# $NetBSD: Makefile.common,v 1.11 2017/03/31 07:26:23 adam Exp $ 1# $NetBSD: Makefile.common,v 1.12 2017/10/06 06:15:00 adam Exp $
2# used by print/ghostscript-agpl/Makefile 2# used by print/ghostscript-agpl/Makefile
3# used by fonts/ghostscript-cidfonts-ryumin/Makefile 3# used by fonts/ghostscript-cidfonts-ryumin/Makefile
4 4
5GS_VERSION= 9.21 5GS_VERSION= 9.22

cvs diff -r1.8 -r1.9 pkgsrc/print/ghostscript-agpl/PLIST (switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/PLIST 2016/09/30 12:37:31 1.8
+++ pkgsrc/print/ghostscript-agpl/PLIST 2017/10/06 06:15:00 1.9
@@ -1,636 +1,609 @@ @@ -1,636 +1,609 @@
1@comment $NetBSD: PLIST,v 1.8 2016/09/30 12:37:31 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2017/10/06 06:15:00 adam Exp $
2bin/dvipdf 2bin/dvipdf
3bin/eps2eps 3bin/eps2eps
4bin/font2c 
5bin/gs 4bin/gs
6bin/gsbj 5bin/gsbj
7bin/gsc 6bin/gsc
8bin/gsdj 7bin/gsdj
9bin/gsdj500 8bin/gsdj500
10bin/gslj 9bin/gslj
11bin/gslp 10bin/gslp
12bin/gsnd 11bin/gsnd
13bin/gsx 12bin/gsx
14bin/lprsetup.sh 13bin/lprsetup.sh
15bin/pdf2dsc 14bin/pdf2dsc
16bin/pdf2ps 15bin/pdf2ps
17bin/pf2afm 16bin/pf2afm
18bin/pfbtopfa 17bin/pfbtopfa
19bin/pphs 18bin/pphs
20bin/printafm 19bin/printafm
21bin/ps2ascii 20bin/ps2ascii
22bin/ps2epsi 21bin/ps2epsi
23bin/ps2pdf 22bin/ps2pdf
24bin/ps2pdf12 23bin/ps2pdf12
25bin/ps2pdf13 24bin/ps2pdf13
26bin/ps2pdf14 25bin/ps2pdf14
27bin/ps2pdfwr 26bin/ps2pdfwr
28bin/ps2ps 27bin/ps2ps
29bin/ps2ps2 28bin/ps2ps2
30bin/unix-lpr.sh 29bin/unix-lpr.sh
31bin/wftopfa 
32include/ghostscript/gdevdsp.h 30include/ghostscript/gdevdsp.h
33include/ghostscript/gserrors.h 31include/ghostscript/gserrors.h
34include/ghostscript/iapi.h 32include/ghostscript/iapi.h
35include/ghostscript/ierrors.h 33include/ghostscript/ierrors.h
36lib/libgs.so 34lib/libgs.so
37lib/libgs.so.9 35lib/libgs.so.9
38lib/libgs.so.${PKGVERSION} 36lib/libgs.so.${PKGVERSION}
39man/de/man1/dvipdf.1 37man/de/man1/dvipdf.1
40man/de/man1/eps2eps.1 38man/de/man1/eps2eps.1
41man/de/man1/font2c.1 
42man/de/man1/gsnd.1 39man/de/man1/gsnd.1
43man/de/man1/pdf2dsc.1 40man/de/man1/pdf2dsc.1
44man/de/man1/pdf2ps.1 41man/de/man1/pdf2ps.1
45man/de/man1/printafm.1 42man/de/man1/printafm.1
46man/de/man1/ps2ascii.1 43man/de/man1/ps2ascii.1
47man/de/man1/ps2pdf.1 44man/de/man1/ps2pdf.1
48man/de/man1/ps2pdf12.1 45man/de/man1/ps2pdf12.1
49man/de/man1/ps2pdf13.1 46man/de/man1/ps2pdf13.1
50man/de/man1/ps2pdf14.1 47man/de/man1/ps2pdf14.1
51man/de/man1/ps2ps.1 48man/de/man1/ps2ps.1
52man/de/man1/wftopfa.1 
53man/man1/dvipdf.1 49man/man1/dvipdf.1
54man/man1/eps2eps.1 50man/man1/eps2eps.1
55man/man1/font2c.1 
56man/man1/gs.1 51man/man1/gs.1
57man/man1/gsbj.1 52man/man1/gsbj.1
58man/man1/gsdj.1 53man/man1/gsdj.1
59man/man1/gsdj500.1 54man/man1/gsdj500.1
60man/man1/gslj.1 55man/man1/gslj.1
61man/man1/gslp.1 56man/man1/gslp.1
62man/man1/gsnd.1 57man/man1/gsnd.1
63man/man1/pdf2dsc.1 58man/man1/pdf2dsc.1
64man/man1/pdf2ps.1 59man/man1/pdf2ps.1
65man/man1/pf2afm.1 60man/man1/pf2afm.1
66man/man1/pfbtopfa.1 61man/man1/pfbtopfa.1
67man/man1/printafm.1 62man/man1/printafm.1
68man/man1/ps2ascii.1 63man/man1/ps2ascii.1
69man/man1/ps2epsi.1 64man/man1/ps2epsi.1
70man/man1/ps2pdf.1 65man/man1/ps2pdf.1
71man/man1/ps2pdf12.1 66man/man1/ps2pdf12.1
72man/man1/ps2pdf13.1 67man/man1/ps2pdf13.1
73man/man1/ps2pdf14.1 68man/man1/ps2pdf14.1
74man/man1/ps2pdfwr.1 69man/man1/ps2pdfwr.1
75man/man1/ps2ps.1 70man/man1/ps2ps.1
76man/man1/wftopfa.1 
77${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf 71${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf
78${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet 72${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet
79${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H 73${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H
80${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V 74${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V
81${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H 75${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H
82${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H 76${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H
83${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V 77${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V
84${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V 78${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V
85${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H 79${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H
86${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V 80${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V
87${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H 81${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H
88${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H 82${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H
89${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V 83${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V
90${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-H 84${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-H
91${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-V 85${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-V
92${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-H 86${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-H
93${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-V 87${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-V
94${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-H 88${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-H
95${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-H 89${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-H
96${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-V 90${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-V
97${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-V 91${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-V
98${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-0 92${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-0
99${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-1 93${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-1
100${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-2 94${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-2
101${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-3 95${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-3
102${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-4 96${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-4
103${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-5 97${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-5
104${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-6 98${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-6
105${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-0 99${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-0
106${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-1 100${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-1
107${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-2 101${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-2
108${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-3 102${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-3
109${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-4 103${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-4
110${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-5 104${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-5
111${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-0 105${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-0
112${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-1 106${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-1
113${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-2 107${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-2
114${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-3 108${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-3
115${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-4 109${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-4
116${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-5 110${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-5
117${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-6 111${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-6
118${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-0 112${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-0
119${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-1 113${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-1
120${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-2 114${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-2
121${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5-H 115${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5-H
122${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5-V 116${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5-V
123${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-H 117${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-H
124${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-V 118${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-V
125${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-H 119${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-H
126${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-V 120${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-V
127${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS1-H 121${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS1-H
128${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS1-V 122${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS1-V
129${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS2-H 123${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS2-H
130${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS2-V 124${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS2-V
131${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-H 125${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-H
132${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-V 126${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-V
133${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-H 127${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-H
134${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-V 128${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-V
135${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-H 129${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-H
136${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-V 130${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-V
137${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-H 131${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-H
138${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-V 132${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-V
139${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-H 133${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-H
140${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-H 134${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-H
141${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-V 135${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-V
142${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-V 136${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-V
143${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-H 137${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-H
144${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-V 138${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-V
145${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-H 139${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-H
146${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-V 140${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-V
147${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-H 141${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-H
148${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-V 142${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-V
149${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-H 143${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-H
150${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-V 144${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-V
151${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-H 145${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-H
152${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-V 146${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-V
153${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-H 147${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-H
154${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-V 148${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-V
155${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-H 149${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-H
156${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-V 150${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-V
157${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBTpc-EUC-H 151${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBTpc-EUC-H
158${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBTpc-EUC-V 152${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBTpc-EUC-V
159${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-H 153${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-H
160${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-V 154${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-V
161${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/H 155${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/H
162${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-H 156${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-H
163${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-V 157${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-V
164${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-H 158${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-H
165${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-V 159${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-V
166${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-H 160${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-H
167${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-V 161${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-V
168${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-H 162${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-H
169${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-V 163${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-V
170${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-H 164${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-H
171${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-V 165${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-V
172${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-H 166${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-H
173${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-V 167${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-V
174${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hankaku 168${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hankaku
175${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hiragana 169${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hiragana
176${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-H 170${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-H
177${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-UTF16-H 171${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-UTF16-H
178${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-V 172${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-V
179${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-H 173${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-H
180${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-V 174${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-V
181${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-H 175${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-H
182${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-H 176${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-H
183${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-V 177${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-V
184${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-V 178${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-V
185${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-H 179${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-H
186${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-HW-H 180${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-HW-H
187${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-HW-V 181${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-HW-V
188${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-V 182${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-V
189${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCpc-EUC-H 183${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCpc-EUC-H
190${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCpc-EUC-V 184${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCpc-EUC-V
191${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Katakana 185${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Katakana
192${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/NWP-H 186${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/NWP-H
193${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/NWP-V 187${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/NWP-V
194${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/RKSJ-H 188${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/RKSJ-H
195${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/RKSJ-V 189${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/RKSJ-V
196${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Roman 190${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Roman
197${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UCS2-H 191${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UCS2-H
198${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UCS2-V 192${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UCS2-V
199${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF16-H 193${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF16-H
200${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF16-V 194${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF16-V
201${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF32-H 195${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF32-H
202${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF32-V 196${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF32-V
203${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF8-H 197${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF8-H
204${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF8-V 198${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF8-V
205${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UCS2-H 199${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UCS2-H
206${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UCS2-V 200${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UCS2-V
207${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF16-H 201${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF16-H
208${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF16-V 202${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF16-V
209${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF32-H 203${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF32-H
210${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF32-V 204${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF32-V
211${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF8-H 205${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF8-H
212${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF8-V 206${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF8-V
213${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UCS2-H 207${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UCS2-H
214${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-H 208${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-H
215${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-HW-H 209${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-HW-H
216${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-HW-V 210${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-HW-V
217${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-V 211${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-V
218${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF16-H 212${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF16-H
219${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF16-V 213${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF16-V
220${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF32-H 214${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF32-H
221${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF32-V 215${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF32-V
222${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF8-H 216${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF8-H
223${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF8-V 217${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF8-V
224${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF16-H 218${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF16-H
225${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF16-V 219${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF16-V
226${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF32-H 220${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF32-H
227${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF32-V 221${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF32-V
228${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF8-H 222${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF8-H
229${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF8-V 223${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF8-V
230${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UCS2-HW-V 224${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UCS2-HW-V
231${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UCS2-V 225${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UCS2-V
232${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UTF8-V 226${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UTF8-V
233${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX0213-UTF32-H 227${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX0213-UTF32-H
234${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX0213-UTF32-V 228${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX0213-UTF32-V
235${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX02132004-UTF32-H 229${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX02132004-UTF32-H
236${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX02132004-UTF32-V 230${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX02132004-UTF32-V
237${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UCS2-H 231${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UCS2-H
238${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UCS2-V 232${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UCS2-V
239${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF16-H 233${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF16-H
240${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF16-V 234${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF16-V
241${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF32-H 235${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF32-H
242${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF32-V 236${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF32-V
243${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF8-H 237${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF8-H
244${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF8-V 238${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF8-V
245${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/V 239${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/V
246${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/WP-Symbol 240${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/WP-Symbol
247${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultCMYK 241${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultCMYK
248${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultGray 242${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultGray
249${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultRGB 243${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultRGB
250${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/TrivialCMYK 244${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/TrivialCMYK
251${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/sGray 245${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/sGray
252${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/sRGB 246${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/sRGB
253${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Dingbats 247${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Dingbats
254${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Symbol 248${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Symbol
255${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Unicode 249${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Unicode
256${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Wingdings 250${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Wingdings
257${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Latin1 251${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Latin1
258${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/StandardEncoding 252${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/StandardEncoding
259${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Unicode 253${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Unicode
260${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/CEEncoding 254${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/CEEncoding
261${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertEncoding 255${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertEncoding
262${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertSubsetEncoding 256${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertSubsetEncoding
263${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/NotDefEncoding 257${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/NotDefEncoding
264${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/Wingdings 258${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/Wingdings
265${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Bold 259${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Bold
266${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-BoldItal 260${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-BoldItal
267${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Ital 261${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Ital
268${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Roma 262${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Roma
269${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/Dingbats 263${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/Dingbats
270${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-Bold 264${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-Bold
271${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-BoldObli 265${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-BoldObli
272${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-Regu 266${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-Regu
273${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-ReguObli 267${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-ReguObli
274${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-Medi 268${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-Medi
275${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-MediItal 269${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-MediItal
276${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-Regu 270${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-Regu
277${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-ReguItal 271${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-ReguItal
278${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-Bold 272${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-Bold
279${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldCond 273${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldCond
280${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldCondItal 274${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldCondItal
281${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldItal 275${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldItal
282${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-Regu 276${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-Regu
283${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguCond 277${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguCond
284${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguCondItal 278${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguCondItal
285${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguItal 279${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguItal
286${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/StandardSymL 280${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/StandardSymL
287${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-DemiBold 281${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-DemiBold
288${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-DemiBoldItal 282${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-DemiBoldItal
289${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-Ligh 283${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-Ligh
290${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-LighItal 284${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-LighItal
291${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWChanceryL-MediItal 285${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWChanceryL-MediItal
292${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-Book 286${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-Book
293${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-BookObli 287${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-BookObli
294${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-Demi 288${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-Demi
295${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-DemiObli 289${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-DemiObli
296${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Bold 290${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Bold
297${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-BoldItal 291${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-BoldItal
298${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Ital 292${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Ital
299${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Roma 293${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Roma
300${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/Pscript5Idiom 294${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/Pscript5Idiom
301${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIcidfmap 295${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIcidfmap
302${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIconfig 296${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIconfig
303${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIfontmap 297${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIfontmap
304${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FCOfontmap-PCLPS2 298${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FCOfontmap-PCLPS2
305${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/Fontmap 299${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/Fontmap
306${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/Fontmap.GS 300${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/Fontmap.GS
307${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap.dist 301${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap.dist
308${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_agl.ps 302${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_agl.ps
309${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_btokn.ps 303${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_btokn.ps
310${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cet.ps 304${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cet.ps
311${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cff.ps 305${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cff.ps
312${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidcm.ps 306${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidcm.ps
313${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ciddc.ps 307${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ciddc.ps
314${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidfm.ps 308${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidfm.ps
315${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidfn.ps 309${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidfn.ps
316${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidtt.ps 310${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidtt.ps
317${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cmap.ps 311${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cmap.ps
318${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cspace.ps 312${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cspace.ps
319${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_css_e.ps 313${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_css_e.ps
320${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dbt_e.ps 314${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dbt_e.ps
321${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_diskf.ps 315${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_diskf.ps
322${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_diskn.ps 316${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_diskn.ps
323${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dpnxt.ps 317${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dpnxt.ps
324${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps.ps 318${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps.ps
325${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps1.ps 319${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps1.ps
326${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps2.ps 320${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps2.ps
327${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dscp.ps 321${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dscp.ps
328${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_epsf.ps 322${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_epsf.ps
329${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fapi.ps 323${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fapi.ps
330${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fntem.ps 324${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fntem.ps
331${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fonts.ps 325${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fonts.ps
332${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_frsd.ps 326${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_frsd.ps
333${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_icc.ps 327${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_icc.ps
334${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_il1_e.ps 328${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_il1_e.ps
335${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_img.ps 329${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_img.ps
336${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_init.ps 330${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_init.ps
337${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_l2img.ps 331${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_l2img.ps
338${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_lev2.ps 332${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_lev2.ps
339${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ll3.ps 333${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ll3.ps
340${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mex_e.ps 334${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mex_e.ps
341${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mgl_e.ps 335${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mgl_e.ps
342${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mro_e.ps 336${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mro_e.ps
343${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_pdf_e.ps 337${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_pdf_e.ps
344${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_pdfwr.ps 338${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_pdfwr.ps
345${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_res.ps 339${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_res.ps
346${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_resmp.ps 340${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_resmp.ps
347${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_setpd.ps 341${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_setpd.ps
348${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_statd.ps 342${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_statd.ps
349${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_std_e.ps 343${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_std_e.ps
350${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_sym_e.ps 344${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_sym_e.ps
351${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_trap.ps 345${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_trap.ps
352${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ttf.ps 346${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ttf.ps
353${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_typ32.ps 347${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_typ32.ps
354${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_typ42.ps 348${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_typ42.ps
355${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_type1.ps 349${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_type1.ps
356${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_wan_e.ps 350${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_wan_e.ps
357${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_base.ps 351${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_base.ps
358${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_cslayer.ps 352${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_cslayer.ps
359${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_draw.ps 353${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_draw.ps
360${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_font.ps 354${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_font.ps
361${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_main.ps 355${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_main.ps
362${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_ops.ps 356${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_ops.ps
363${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_rbld.ps 357${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_rbld.ps
364${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_sec.ps 358${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_sec.ps
365${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/xlatmap 359${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/xlatmap
366${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/CNS1-WMode 360${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/CNS1-WMode
367${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/GB1-WMode 361${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/GB1-WMode
368${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Japan1-WMode 362${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Japan1-WMode
369${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Korea1-WMode 363${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Korea1-WMode
370share/ghostscript/${PKGVERSION}/doc/API.htm 364share/ghostscript/${PKGVERSION}/doc/API.htm
371share/ghostscript/${PKGVERSION}/doc/AUTHORS 365share/ghostscript/${PKGVERSION}/doc/AUTHORS
372share/ghostscript/${PKGVERSION}/doc/C-style.htm 366share/ghostscript/${PKGVERSION}/doc/C-style.htm
373share/ghostscript/${PKGVERSION}/doc/COPYING 367share/ghostscript/${PKGVERSION}/doc/COPYING
374share/ghostscript/${PKGVERSION}/doc/Changes.htm 368share/ghostscript/${PKGVERSION}/doc/Changes.htm
375share/ghostscript/${PKGVERSION}/doc/Commprod.htm 369share/ghostscript/${PKGVERSION}/doc/Commprod.htm
376share/ghostscript/${PKGVERSION}/doc/DLL.htm 370share/ghostscript/${PKGVERSION}/doc/DLL.htm
377share/ghostscript/${PKGVERSION}/doc/Deprecated.htm 371share/ghostscript/${PKGVERSION}/doc/Deprecated.htm
378share/ghostscript/${PKGVERSION}/doc/Details.htm 372share/ghostscript/${PKGVERSION}/doc/Details.htm
379share/ghostscript/${PKGVERSION}/doc/Details8.htm 373share/ghostscript/${PKGVERSION}/doc/Details8.htm
380share/ghostscript/${PKGVERSION}/doc/Details9.htm 374share/ghostscript/${PKGVERSION}/doc/Details9.htm
381share/ghostscript/${PKGVERSION}/doc/Develop.htm 375share/ghostscript/${PKGVERSION}/doc/Develop.htm
382share/ghostscript/${PKGVERSION}/doc/Devices.htm 376share/ghostscript/${PKGVERSION}/doc/Devices.htm
383share/ghostscript/${PKGVERSION}/doc/Drivers.htm 377share/ghostscript/${PKGVERSION}/doc/Drivers.htm
384share/ghostscript/${PKGVERSION}/doc/Fonts.htm 378share/ghostscript/${PKGVERSION}/doc/Fonts.htm
385share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.pdf 379share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.pdf
386share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.tex 380share/ghostscript/${PKGVERSION}/doc/GS9_Color_Management.tex
387share/ghostscript/${PKGVERSION}/doc/Helpers.htm 381share/ghostscript/${PKGVERSION}/doc/Helpers.htm
388share/ghostscript/${PKGVERSION}/doc/Hershey.htm 382share/ghostscript/${PKGVERSION}/doc/Hershey.htm
389share/ghostscript/${PKGVERSION}/doc/History1.htm 383share/ghostscript/${PKGVERSION}/doc/History1.htm
390share/ghostscript/${PKGVERSION}/doc/History2.htm 384share/ghostscript/${PKGVERSION}/doc/History2.htm
391share/ghostscript/${PKGVERSION}/doc/History3.htm 385share/ghostscript/${PKGVERSION}/doc/History3.htm
392share/ghostscript/${PKGVERSION}/doc/History4.htm 386share/ghostscript/${PKGVERSION}/doc/History4.htm
393share/ghostscript/${PKGVERSION}/doc/History5.htm 387share/ghostscript/${PKGVERSION}/doc/History5.htm
394share/ghostscript/${PKGVERSION}/doc/History6.htm 388share/ghostscript/${PKGVERSION}/doc/History6.htm
395share/ghostscript/${PKGVERSION}/doc/History7.htm 389share/ghostscript/${PKGVERSION}/doc/History7.htm
396share/ghostscript/${PKGVERSION}/doc/History8.htm 390share/ghostscript/${PKGVERSION}/doc/History8.htm
397share/ghostscript/${PKGVERSION}/doc/History9.htm 391share/ghostscript/${PKGVERSION}/doc/History9.htm
398share/ghostscript/${PKGVERSION}/doc/Install.htm 392share/ghostscript/${PKGVERSION}/doc/Install.htm
399share/ghostscript/${PKGVERSION}/doc/Issues.htm 393share/ghostscript/${PKGVERSION}/doc/Issues.htm
400share/ghostscript/${PKGVERSION}/doc/Language.htm 394share/ghostscript/${PKGVERSION}/doc/Language.htm
401share/ghostscript/${PKGVERSION}/doc/Lib.htm 395share/ghostscript/${PKGVERSION}/doc/Lib.htm
402share/ghostscript/${PKGVERSION}/doc/Make.htm 396share/ghostscript/${PKGVERSION}/doc/Make.htm
403share/ghostscript/${PKGVERSION}/doc/News.htm 397share/ghostscript/${PKGVERSION}/doc/News.htm
404share/ghostscript/${PKGVERSION}/doc/Projects.htm 398share/ghostscript/${PKGVERSION}/doc/Projects.htm
405share/ghostscript/${PKGVERSION}/doc/Ps-style.htm 399share/ghostscript/${PKGVERSION}/doc/Ps-style.htm
406share/ghostscript/${PKGVERSION}/doc/Ps2epsi.htm 400share/ghostscript/${PKGVERSION}/doc/Ps2epsi.htm
407share/ghostscript/${PKGVERSION}/doc/Psfiles.htm 401share/ghostscript/${PKGVERSION}/doc/Psfiles.htm
408share/ghostscript/${PKGVERSION}/doc/Readme.htm 402share/ghostscript/${PKGVERSION}/doc/Readme.htm
409share/ghostscript/${PKGVERSION}/doc/Release.htm 403share/ghostscript/${PKGVERSION}/doc/Release.htm
410share/ghostscript/${PKGVERSION}/doc/Source.htm 404share/ghostscript/${PKGVERSION}/doc/Source.htm
411share/ghostscript/${PKGVERSION}/doc/Unix-lpr.htm 405share/ghostscript/${PKGVERSION}/doc/Unix-lpr.htm
412share/ghostscript/${PKGVERSION}/doc/Use.htm 406share/ghostscript/${PKGVERSION}/doc/Use.htm
413share/ghostscript/${PKGVERSION}/doc/WhatIsGS.htm 407share/ghostscript/${PKGVERSION}/doc/WhatIsGS.htm
414share/ghostscript/${PKGVERSION}/doc/Xfonts.htm 408share/ghostscript/${PKGVERSION}/doc/Xfonts.htm
415share/ghostscript/${PKGVERSION}/doc/gs-vms.hlp 409share/ghostscript/${PKGVERSION}/doc/gs-vms.hlp
416share/ghostscript/${PKGVERSION}/doc/gs.css 410share/ghostscript/${PKGVERSION}/doc/gs.css
417share/ghostscript/${PKGVERSION}/doc/gsdoc.el 411share/ghostscript/${PKGVERSION}/doc/gsdoc.el
418share/ghostscript/${PKGVERSION}/doc/index.html 412share/ghostscript/${PKGVERSION}/doc/index.html
419share/ghostscript/${PKGVERSION}/doc/pscet_status.txt 413share/ghostscript/${PKGVERSION}/doc/pscet_status.txt
420share/ghostscript/${PKGVERSION}/doc/thirdparty.htm 414share/ghostscript/${PKGVERSION}/doc/thirdparty.htm
421share/ghostscript/${PKGVERSION}/examples/alphabet.ps 415share/ghostscript/${PKGVERSION}/examples/alphabet.ps
422share/ghostscript/${PKGVERSION}/examples/annots.pdf 416share/ghostscript/${PKGVERSION}/examples/annots.pdf
423share/ghostscript/${PKGVERSION}/examples/cjk/all_ac1.ps 417share/ghostscript/${PKGVERSION}/examples/cjk/all_ac1.ps
424share/ghostscript/${PKGVERSION}/examples/cjk/all_ag1.ps 418share/ghostscript/${PKGVERSION}/examples/cjk/all_ag1.ps
425share/ghostscript/${PKGVERSION}/examples/cjk/all_aj1.ps 419share/ghostscript/${PKGVERSION}/examples/cjk/all_aj1.ps
426share/ghostscript/${PKGVERSION}/examples/cjk/all_aj2.ps 420share/ghostscript/${PKGVERSION}/examples/cjk/all_aj2.ps
427share/ghostscript/${PKGVERSION}/examples/cjk/all_ak1.ps 421share/ghostscript/${PKGVERSION}/examples/cjk/all_ak1.ps
428share/ghostscript/${PKGVERSION}/examples/cjk/article9.ps 422share/ghostscript/${PKGVERSION}/examples/cjk/article9.ps
429share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ac.ps 423share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ac.ps
430share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ag.ps 424share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ag.ps
431share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_aj.ps 425share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_aj.ps
432share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ak.ps 426share/ghostscript/${PKGVERSION}/examples/cjk/gscjk_ak.ps
433share/ghostscript/${PKGVERSION}/examples/cjk/iso2022.ps 427share/ghostscript/${PKGVERSION}/examples/cjk/iso2022.ps
434share/ghostscript/${PKGVERSION}/examples/cjk/iso2022v.ps 428share/ghostscript/${PKGVERSION}/examples/cjk/iso2022v.ps
435share/ghostscript/${PKGVERSION}/examples/colorcir.ps 429share/ghostscript/${PKGVERSION}/examples/colorcir.ps
436share/ghostscript/${PKGVERSION}/examples/doretree.ps 430share/ghostscript/${PKGVERSION}/examples/doretree.ps
437share/ghostscript/${PKGVERSION}/examples/escher.ps 431share/ghostscript/${PKGVERSION}/examples/escher.ps
438share/ghostscript/${PKGVERSION}/examples/golfer.eps 432share/ghostscript/${PKGVERSION}/examples/golfer.eps
439share/ghostscript/${PKGVERSION}/examples/grayalph.ps 433share/ghostscript/${PKGVERSION}/examples/grayalph.ps
440share/ghostscript/${PKGVERSION}/examples/ridt91.eps 434share/ghostscript/${PKGVERSION}/examples/ridt91.eps
441share/ghostscript/${PKGVERSION}/examples/snowflak.ps 435share/ghostscript/${PKGVERSION}/examples/snowflak.ps
442share/ghostscript/${PKGVERSION}/examples/text_graph_image_cmyk_rgb.pdf 436share/ghostscript/${PKGVERSION}/examples/text_graph_image_cmyk_rgb.pdf
443share/ghostscript/${PKGVERSION}/examples/text_graphic_image.pdf 437share/ghostscript/${PKGVERSION}/examples/text_graphic_image.pdf
444share/ghostscript/${PKGVERSION}/examples/tiger.eps 438share/ghostscript/${PKGVERSION}/examples/tiger.eps
445share/ghostscript/${PKGVERSION}/examples/transparency_example.ps 439share/ghostscript/${PKGVERSION}/examples/transparency_example.ps
446share/ghostscript/${PKGVERSION}/examples/vasarely.ps 440share/ghostscript/${PKGVERSION}/examples/vasarely.ps
447share/ghostscript/${PKGVERSION}/examples/waterfal.ps 441share/ghostscript/${PKGVERSION}/examples/waterfal.ps
448${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_cmyk.icc 442${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_cmyk.icc
449${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_gray.icc 443${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_gray.icc
450${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_rgb.icc 444${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_rgb.icc
451${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/gray_to_k.icc 445${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/gray_to_k.icc
452${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/lab.icc 446${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/lab.icc
453${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_cmyk.icc 447${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_cmyk.icc
454${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_gray.icc 448${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_gray.icc
455${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_rgb.icc 449${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_rgb.icc
456${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/sgray.icc 450${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/sgray.icc
457${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/srgb.icc 451${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/srgb.icc
458share/ghostscript/${PKGVERSION}/lib/PDFA_def.ps 452share/ghostscript/${PKGVERSION}/lib/PDFA_def.ps
459share/ghostscript/${PKGVERSION}/lib/PDFX_def.ps 453share/ghostscript/${PKGVERSION}/lib/PDFX_def.ps
460share/ghostscript/${PKGVERSION}/lib/PM760p.upp 454share/ghostscript/${PKGVERSION}/lib/PM760p.upp
461share/ghostscript/${PKGVERSION}/lib/PM760pl.upp 455share/ghostscript/${PKGVERSION}/lib/PM760pl.upp
462share/ghostscript/${PKGVERSION}/lib/PM820p.upp 456share/ghostscript/${PKGVERSION}/lib/PM820p.upp
463share/ghostscript/${PKGVERSION}/lib/PM820pl.upp 457share/ghostscript/${PKGVERSION}/lib/PM820pl.upp
464share/ghostscript/${PKGVERSION}/lib/Stc670p.upp 458share/ghostscript/${PKGVERSION}/lib/Stc670p.upp
465share/ghostscript/${PKGVERSION}/lib/Stc670pl.upp 459share/ghostscript/${PKGVERSION}/lib/Stc670pl.upp
466share/ghostscript/${PKGVERSION}/lib/Stc680p.upp 460share/ghostscript/${PKGVERSION}/lib/Stc680p.upp
467share/ghostscript/${PKGVERSION}/lib/Stc680pl.upp 461share/ghostscript/${PKGVERSION}/lib/Stc680pl.upp
468share/ghostscript/${PKGVERSION}/lib/Stc740p.upp 462share/ghostscript/${PKGVERSION}/lib/Stc740p.upp
469share/ghostscript/${PKGVERSION}/lib/Stc740pl.upp 463share/ghostscript/${PKGVERSION}/lib/Stc740pl.upp
470share/ghostscript/${PKGVERSION}/lib/Stc760p.upp 464share/ghostscript/${PKGVERSION}/lib/Stc760p.upp
471share/ghostscript/${PKGVERSION}/lib/Stc760pl.upp 465share/ghostscript/${PKGVERSION}/lib/Stc760pl.upp
472share/ghostscript/${PKGVERSION}/lib/Stc777p.upp 466share/ghostscript/${PKGVERSION}/lib/Stc777p.upp
473share/ghostscript/${PKGVERSION}/lib/Stc777pl.upp 467share/ghostscript/${PKGVERSION}/lib/Stc777pl.upp
474share/ghostscript/${PKGVERSION}/lib/Stp720p.upp 468share/ghostscript/${PKGVERSION}/lib/Stp720p.upp
475share/ghostscript/${PKGVERSION}/lib/Stp720pl.upp 469share/ghostscript/${PKGVERSION}/lib/Stp720pl.upp
476share/ghostscript/${PKGVERSION}/lib/Stp870p.upp 470share/ghostscript/${PKGVERSION}/lib/Stp870p.upp
477share/ghostscript/${PKGVERSION}/lib/Stp870pl.upp 471share/ghostscript/${PKGVERSION}/lib/Stp870pl.upp
478share/ghostscript/${PKGVERSION}/lib/acctest.ps 472share/ghostscript/${PKGVERSION}/lib/acctest.ps
479share/ghostscript/${PKGVERSION}/lib/addxchar.ps 
480share/ghostscript/${PKGVERSION}/lib/align.ps 473share/ghostscript/${PKGVERSION}/lib/align.ps
481share/ghostscript/${PKGVERSION}/lib/bj8.rpd 474share/ghostscript/${PKGVERSION}/lib/bj8.rpd
482share/ghostscript/${PKGVERSION}/lib/bj8gc12f.upp 475share/ghostscript/${PKGVERSION}/lib/bj8gc12f.upp
483share/ghostscript/${PKGVERSION}/lib/bj8hg12f.upp 476share/ghostscript/${PKGVERSION}/lib/bj8hg12f.upp
484share/ghostscript/${PKGVERSION}/lib/bj8oh06n.upp 477share/ghostscript/${PKGVERSION}/lib/bj8oh06n.upp
485share/ghostscript/${PKGVERSION}/lib/bj8pa06n.upp 478share/ghostscript/${PKGVERSION}/lib/bj8pa06n.upp
486share/ghostscript/${PKGVERSION}/lib/bj8pp12f.upp 479share/ghostscript/${PKGVERSION}/lib/bj8pp12f.upp
487share/ghostscript/${PKGVERSION}/lib/bj8ts06n.upp 480share/ghostscript/${PKGVERSION}/lib/bj8ts06n.upp
488share/ghostscript/${PKGVERSION}/lib/bjc6000a1.upp 481share/ghostscript/${PKGVERSION}/lib/bjc6000a1.upp
489share/ghostscript/${PKGVERSION}/lib/bjc6000b1.upp 482share/ghostscript/${PKGVERSION}/lib/bjc6000b1.upp
490share/ghostscript/${PKGVERSION}/lib/bjc610a0.upp 483share/ghostscript/${PKGVERSION}/lib/bjc610a0.upp
491share/ghostscript/${PKGVERSION}/lib/bjc610a1.upp 484share/ghostscript/${PKGVERSION}/lib/bjc610a1.upp
492share/ghostscript/${PKGVERSION}/lib/bjc610a2.upp 485share/ghostscript/${PKGVERSION}/lib/bjc610a2.upp
493share/ghostscript/${PKGVERSION}/lib/bjc610a3.upp 486share/ghostscript/${PKGVERSION}/lib/bjc610a3.upp
494share/ghostscript/${PKGVERSION}/lib/bjc610a4.upp 487share/ghostscript/${PKGVERSION}/lib/bjc610a4.upp
495share/ghostscript/${PKGVERSION}/lib/bjc610a5.upp 488share/ghostscript/${PKGVERSION}/lib/bjc610a5.upp
496share/ghostscript/${PKGVERSION}/lib/bjc610a6.upp 489share/ghostscript/${PKGVERSION}/lib/bjc610a6.upp
497share/ghostscript/${PKGVERSION}/lib/bjc610a7.upp 490share/ghostscript/${PKGVERSION}/lib/bjc610a7.upp
498share/ghostscript/${PKGVERSION}/lib/bjc610a8.upp 491share/ghostscript/${PKGVERSION}/lib/bjc610a8.upp
499share/ghostscript/${PKGVERSION}/lib/bjc610b1.upp 492share/ghostscript/${PKGVERSION}/lib/bjc610b1.upp
500share/ghostscript/${PKGVERSION}/lib/bjc610b2.upp 493share/ghostscript/${PKGVERSION}/lib/bjc610b2.upp
501share/ghostscript/${PKGVERSION}/lib/bjc610b3.upp 494share/ghostscript/${PKGVERSION}/lib/bjc610b3.upp
502share/ghostscript/${PKGVERSION}/lib/bjc610b4.upp 495share/ghostscript/${PKGVERSION}/lib/bjc610b4.upp
503share/ghostscript/${PKGVERSION}/lib/bjc610b6.upp 496share/ghostscript/${PKGVERSION}/lib/bjc610b6.upp
504share/ghostscript/${PKGVERSION}/lib/bjc610b7.upp 497share/ghostscript/${PKGVERSION}/lib/bjc610b7.upp
505share/ghostscript/${PKGVERSION}/lib/bjc610b8.upp 498share/ghostscript/${PKGVERSION}/lib/bjc610b8.upp
506share/ghostscript/${PKGVERSION}/lib/caption.ps 499share/ghostscript/${PKGVERSION}/lib/caption.ps
507share/ghostscript/${PKGVERSION}/lib/cbjc600.ppd 500share/ghostscript/${PKGVERSION}/lib/cbjc600.ppd
508share/ghostscript/${PKGVERSION}/lib/cbjc800.ppd 501share/ghostscript/${PKGVERSION}/lib/cbjc800.ppd
509share/ghostscript/${PKGVERSION}/lib/cdj550.upp 502share/ghostscript/${PKGVERSION}/lib/cdj550.upp
510share/ghostscript/${PKGVERSION}/lib/cdj690.upp 503share/ghostscript/${PKGVERSION}/lib/cdj690.upp
511share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp 504share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp
512share/ghostscript/${PKGVERSION}/lib/cid2code.ps 505share/ghostscript/${PKGVERSION}/lib/cid2code.ps
513share/ghostscript/${PKGVERSION}/lib/decrypt.ps 
514share/ghostscript/${PKGVERSION}/lib/dmp_init.ps 506share/ghostscript/${PKGVERSION}/lib/dmp_init.ps
515share/ghostscript/${PKGVERSION}/lib/dmp_site.ps 507share/ghostscript/${PKGVERSION}/lib/dmp_site.ps
516share/ghostscript/${PKGVERSION}/lib/dnj750c.upp 508share/ghostscript/${PKGVERSION}/lib/dnj750c.upp
517share/ghostscript/${PKGVERSION}/lib/dnj750m.upp 509share/ghostscript/${PKGVERSION}/lib/dnj750m.upp
518share/ghostscript/${PKGVERSION}/lib/docie.ps 510share/ghostscript/${PKGVERSION}/lib/docie.ps
519share/ghostscript/${PKGVERSION}/lib/escp_24.src 511share/ghostscript/${PKGVERSION}/lib/escp_24.src
520share/ghostscript/${PKGVERSION}/lib/font2c.ps 
521share/ghostscript/${PKGVERSION}/lib/font2pcl.ps 512share/ghostscript/${PKGVERSION}/lib/font2pcl.ps
522share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd 513share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd
523share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps 514share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps
524share/ghostscript/${PKGVERSION}/lib/gs_cmdl.ps 515share/ghostscript/${PKGVERSION}/lib/gs_cmdl.ps
525share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps 516share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps
526share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps 517share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps
527share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps 518share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps
528share/ghostscript/${PKGVERSION}/lib/gs_l.xbm 519share/ghostscript/${PKGVERSION}/lib/gs_l.xbm
529share/ghostscript/${PKGVERSION}/lib/gs_l.xpm 520share/ghostscript/${PKGVERSION}/lib/gs_l.xpm
530share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm 521share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm
531share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps 522share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps
532share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps 523share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps
533share/ghostscript/${PKGVERSION}/lib/gs_m.xbm 524share/ghostscript/${PKGVERSION}/lib/gs_m.xbm
534share/ghostscript/${PKGVERSION}/lib/gs_m.xpm 525share/ghostscript/${PKGVERSION}/lib/gs_m.xpm
535share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm 526share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm
536share/ghostscript/${PKGVERSION}/lib/gs_pfile.ps 
537share/ghostscript/${PKGVERSION}/lib/gs_rdlin.ps 
538share/ghostscript/${PKGVERSION}/lib/gs_s.xbm 527share/ghostscript/${PKGVERSION}/lib/gs_s.xbm
539share/ghostscript/${PKGVERSION}/lib/gs_s.xpm 528share/ghostscript/${PKGVERSION}/lib/gs_s.xpm
540share/ghostscript/${PKGVERSION}/lib/gs_s_m.xbm 529share/ghostscript/${PKGVERSION}/lib/gs_s_m.xbm
541share/ghostscript/${PKGVERSION}/lib/gs_t.xbm 530share/ghostscript/${PKGVERSION}/lib/gs_t.xbm
542share/ghostscript/${PKGVERSION}/lib/gs_t.xpm 531share/ghostscript/${PKGVERSION}/lib/gs_t.xpm
543share/ghostscript/${PKGVERSION}/lib/gs_t_m.xbm 532share/ghostscript/${PKGVERSION}/lib/gs_t_m.xbm
544share/ghostscript/${PKGVERSION}/lib/gs_wl1_e.ps 533share/ghostscript/${PKGVERSION}/lib/gs_wl1_e.ps
545share/ghostscript/${PKGVERSION}/lib/gs_wl2_e.ps 534share/ghostscript/${PKGVERSION}/lib/gs_wl2_e.ps
546share/ghostscript/${PKGVERSION}/lib/gs_wl5_e.ps 535share/ghostscript/${PKGVERSION}/lib/gs_wl5_e.ps
547share/ghostscript/${PKGVERSION}/lib/gslp.ps 536share/ghostscript/${PKGVERSION}/lib/gslp.ps
548share/ghostscript/${PKGVERSION}/lib/gsnup.ps 537share/ghostscript/${PKGVERSION}/lib/gsnup.ps
549share/ghostscript/${PKGVERSION}/lib/ht_ccsto.ps 538share/ghostscript/${PKGVERSION}/lib/ht_ccsto.ps
550share/ghostscript/${PKGVERSION}/lib/image-qa.ps 539share/ghostscript/${PKGVERSION}/lib/image-qa.ps
551share/ghostscript/${PKGVERSION}/lib/impath.ps 
552share/ghostscript/${PKGVERSION}/lib/jispaper.ps 540share/ghostscript/${PKGVERSION}/lib/jispaper.ps
553share/ghostscript/${PKGVERSION}/lib/landscap.ps 541share/ghostscript/${PKGVERSION}/lib/landscap.ps
554share/ghostscript/${PKGVERSION}/lib/level1.ps 
555share/ghostscript/${PKGVERSION}/lib/lines.ps 542share/ghostscript/${PKGVERSION}/lib/lines.ps
556share/ghostscript/${PKGVERSION}/lib/markhint.ps 
557share/ghostscript/${PKGVERSION}/lib/markpath.ps 
558share/ghostscript/${PKGVERSION}/lib/mkcidfm.ps 543share/ghostscript/${PKGVERSION}/lib/mkcidfm.ps
559share/ghostscript/${PKGVERSION}/lib/necp2x.upp 544share/ghostscript/${PKGVERSION}/lib/necp2x.upp
560share/ghostscript/${PKGVERSION}/lib/necp2x6.upp 545share/ghostscript/${PKGVERSION}/lib/necp2x6.upp
561share/ghostscript/${PKGVERSION}/lib/packfile.ps 
562share/ghostscript/${PKGVERSION}/lib/pcharstr.ps 
563share/ghostscript/${PKGVERSION}/lib/pdf2dsc.ps 546share/ghostscript/${PKGVERSION}/lib/pdf2dsc.ps
564share/ghostscript/${PKGVERSION}/lib/pdfwrite.ps 
565share/ghostscript/${PKGVERSION}/lib/pf2afm.ps 547share/ghostscript/${PKGVERSION}/lib/pf2afm.ps
566share/ghostscript/${PKGVERSION}/lib/pfbtopfa.ps 548share/ghostscript/${PKGVERSION}/lib/pfbtopfa.ps
567share/ghostscript/${PKGVERSION}/lib/ppath.ps 549share/ghostscript/${PKGVERSION}/lib/ppath.ps
568share/ghostscript/${PKGVERSION}/lib/pphs.ps 550share/ghostscript/${PKGVERSION}/lib/pphs.ps
569share/ghostscript/${PKGVERSION}/lib/prfont.ps 551share/ghostscript/${PKGVERSION}/lib/prfont.ps
570share/ghostscript/${PKGVERSION}/lib/printafm.ps 552share/ghostscript/${PKGVERSION}/lib/printafm.ps
571share/ghostscript/${PKGVERSION}/lib/ps2ai.ps 553share/ghostscript/${PKGVERSION}/lib/ps2ai.ps
572share/ghostscript/${PKGVERSION}/lib/ps2ascii.ps 
573share/ghostscript/${PKGVERSION}/lib/ps2epsi.ps 554share/ghostscript/${PKGVERSION}/lib/ps2epsi.ps
574share/ghostscript/${PKGVERSION}/lib/quit.ps 
575share/ghostscript/${PKGVERSION}/lib/ras1.upp 555share/ghostscript/${PKGVERSION}/lib/ras1.upp
576share/ghostscript/${PKGVERSION}/lib/ras24.upp 556share/ghostscript/${PKGVERSION}/lib/ras24.upp
577share/ghostscript/${PKGVERSION}/lib/ras3.upp 557share/ghostscript/${PKGVERSION}/lib/ras3.upp
578share/ghostscript/${PKGVERSION}/lib/ras32.upp 558share/ghostscript/${PKGVERSION}/lib/ras32.upp
579share/ghostscript/${PKGVERSION}/lib/ras4.upp 559share/ghostscript/${PKGVERSION}/lib/ras4.upp
580share/ghostscript/${PKGVERSION}/lib/ras8m.upp 560share/ghostscript/${PKGVERSION}/lib/ras8m.upp
581share/ghostscript/${PKGVERSION}/lib/rollconv.ps 561share/ghostscript/${PKGVERSION}/lib/rollconv.ps
582share/ghostscript/${PKGVERSION}/lib/s400a1.upp 562share/ghostscript/${PKGVERSION}/lib/s400a1.upp
583share/ghostscript/${PKGVERSION}/lib/s400b1.upp 563share/ghostscript/${PKGVERSION}/lib/s400b1.upp
584share/ghostscript/${PKGVERSION}/lib/sharp.upp 564share/ghostscript/${PKGVERSION}/lib/sharp.upp
585share/ghostscript/${PKGVERSION}/lib/showchar.ps 
586share/ghostscript/${PKGVERSION}/lib/showpage.ps 
587share/ghostscript/${PKGVERSION}/lib/sipixa6.upp 565share/ghostscript/${PKGVERSION}/lib/sipixa6.upp
588share/ghostscript/${PKGVERSION}/lib/st640ih.upp 566share/ghostscript/${PKGVERSION}/lib/st640ih.upp
589share/ghostscript/${PKGVERSION}/lib/st640ihg.upp 567share/ghostscript/${PKGVERSION}/lib/st640ihg.upp
590share/ghostscript/${PKGVERSION}/lib/st640p.upp 568share/ghostscript/${PKGVERSION}/lib/st640p.upp
591share/ghostscript/${PKGVERSION}/lib/st640pg.upp 569share/ghostscript/${PKGVERSION}/lib/st640pg.upp
592share/ghostscript/${PKGVERSION}/lib/st640pl.upp 570share/ghostscript/${PKGVERSION}/lib/st640pl.upp
593share/ghostscript/${PKGVERSION}/lib/st640plg.upp 571share/ghostscript/${PKGVERSION}/lib/st640plg.upp
594share/ghostscript/${PKGVERSION}/lib/stc.upp 572share/ghostscript/${PKGVERSION}/lib/stc.upp
595share/ghostscript/${PKGVERSION}/lib/stc1520h.upp 573share/ghostscript/${PKGVERSION}/lib/stc1520h.upp
596share/ghostscript/${PKGVERSION}/lib/stc2.upp 574share/ghostscript/${PKGVERSION}/lib/stc2.upp
597share/ghostscript/${PKGVERSION}/lib/stc200_h.upp 575share/ghostscript/${PKGVERSION}/lib/stc200_h.upp
598share/ghostscript/${PKGVERSION}/lib/stc2_h.upp 576share/ghostscript/${PKGVERSION}/lib/stc2_h.upp
599share/ghostscript/${PKGVERSION}/lib/stc2s_h.upp 577share/ghostscript/${PKGVERSION}/lib/stc2s_h.upp
600share/ghostscript/${PKGVERSION}/lib/stc300.upp 578share/ghostscript/${PKGVERSION}/lib/stc300.upp
601share/ghostscript/${PKGVERSION}/lib/stc300bl.upp 579share/ghostscript/${PKGVERSION}/lib/stc300bl.upp
602share/ghostscript/${PKGVERSION}/lib/stc300bm.upp 580share/ghostscript/${PKGVERSION}/lib/stc300bm.upp
603share/ghostscript/${PKGVERSION}/lib/stc500p.upp 581share/ghostscript/${PKGVERSION}/lib/stc500p.upp
604share/ghostscript/${PKGVERSION}/lib/stc500ph.upp 582share/ghostscript/${PKGVERSION}/lib/stc500ph.upp
605share/ghostscript/${PKGVERSION}/lib/stc600ih.upp 583share/ghostscript/${PKGVERSION}/lib/stc600ih.upp
606share/ghostscript/${PKGVERSION}/lib/stc600p.upp 584share/ghostscript/${PKGVERSION}/lib/stc600p.upp
607share/ghostscript/${PKGVERSION}/lib/stc600pl.upp 585share/ghostscript/${PKGVERSION}/lib/stc600pl.upp
608share/ghostscript/${PKGVERSION}/lib/stc640p.upp 586share/ghostscript/${PKGVERSION}/lib/stc640p.upp
609share/ghostscript/${PKGVERSION}/lib/stc740ih.upp 587share/ghostscript/${PKGVERSION}/lib/stc740ih.upp
610share/ghostscript/${PKGVERSION}/lib/stc800ih.upp 588share/ghostscript/${PKGVERSION}/lib/stc800ih.upp
611share/ghostscript/${PKGVERSION}/lib/stc800p.upp 589share/ghostscript/${PKGVERSION}/lib/stc800p.upp
612share/ghostscript/${PKGVERSION}/lib/stc800pl.upp 590share/ghostscript/${PKGVERSION}/lib/stc800pl.upp
613share/ghostscript/${PKGVERSION}/lib/stc_h.upp 591share/ghostscript/${PKGVERSION}/lib/stc_h.upp
614share/ghostscript/${PKGVERSION}/lib/stc_l.upp 592share/ghostscript/${PKGVERSION}/lib/stc_l.upp
615share/ghostscript/${PKGVERSION}/lib/stcany.upp 593share/ghostscript/${PKGVERSION}/lib/stcany.upp
616share/ghostscript/${PKGVERSION}/lib/stcany_h.upp 594share/ghostscript/${PKGVERSION}/lib/stcany_h.upp
617share/ghostscript/${PKGVERSION}/lib/stcinfo.ps 595share/ghostscript/${PKGVERSION}/lib/stcinfo.ps
618share/ghostscript/${PKGVERSION}/lib/stcolor.ps 596share/ghostscript/${PKGVERSION}/lib/stcolor.ps
619share/ghostscript/${PKGVERSION}/lib/stocht.ps 597share/ghostscript/${PKGVERSION}/lib/stocht.ps
620share/ghostscript/${PKGVERSION}/lib/traceimg.ps 598share/ghostscript/${PKGVERSION}/lib/traceimg.ps
621share/ghostscript/${PKGVERSION}/lib/traceop.ps 599share/ghostscript/${PKGVERSION}/lib/traceop.ps
622share/ghostscript/${PKGVERSION}/lib/type1enc.ps 
623share/ghostscript/${PKGVERSION}/lib/type1ops.ps 
624share/ghostscript/${PKGVERSION}/lib/uninfo.ps 600share/ghostscript/${PKGVERSION}/lib/uninfo.ps
625share/ghostscript/${PKGVERSION}/lib/unprot.ps 
626share/ghostscript/${PKGVERSION}/lib/viewcmyk.ps 601share/ghostscript/${PKGVERSION}/lib/viewcmyk.ps
627share/ghostscript/${PKGVERSION}/lib/viewgif.ps 602share/ghostscript/${PKGVERSION}/lib/viewgif.ps
628share/ghostscript/${PKGVERSION}/lib/viewjpeg.ps 603share/ghostscript/${PKGVERSION}/lib/viewjpeg.ps
629share/ghostscript/${PKGVERSION}/lib/viewmiff.ps 604share/ghostscript/${PKGVERSION}/lib/viewmiff.ps
630share/ghostscript/${PKGVERSION}/lib/viewpbm.ps 605share/ghostscript/${PKGVERSION}/lib/viewpbm.ps
631share/ghostscript/${PKGVERSION}/lib/viewpcx.ps 606share/ghostscript/${PKGVERSION}/lib/viewpcx.ps
632share/ghostscript/${PKGVERSION}/lib/viewps2a.ps 607share/ghostscript/${PKGVERSION}/lib/viewps2a.ps
633share/ghostscript/${PKGVERSION}/lib/wftopfa.ps 
634share/ghostscript/${PKGVERSION}/lib/winmaps.ps 608share/ghostscript/${PKGVERSION}/lib/winmaps.ps
635share/ghostscript/${PKGVERSION}/lib/wrfont.ps 
636share/ghostscript/${PKGVERSION}/lib/zeroline.ps 609share/ghostscript/${PKGVERSION}/lib/zeroline.ps

cvs diff -r1.17 -r1.18 pkgsrc/print/ghostscript-agpl/distinfo (switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/distinfo 2017/07/12 08:55:36 1.17
+++ pkgsrc/print/ghostscript-agpl/distinfo 2017/10/06 06:15:00 1.18
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.17 2017/07/12 08:55:36 wiz Exp $ 1$NetBSD: distinfo,v 1.18 2017/10/06 06:15:00 adam Exp $
2 2
3SHA1 (ghostscript-9.21.tar.gz) = 6f60d7fcb5eef6a8bec5abedf21c6a7008a8c0c7 3SHA1 (ghostscript-9.22.tar.gz) = 666d16cb4fd9b22f6bcfa874b30cbfadf7c9d67d
4RMD160 (ghostscript-9.21.tar.gz) = c389ab9346f86ba4ff9e5b80aca0dda7acb866a5 4RMD160 (ghostscript-9.22.tar.gz) = ece611db0c38de2e8061560c50cd16265144d50f
5SHA512 (ghostscript-9.21.tar.gz) = c5ff632dc9b418ebeecaae796cecbaf9ffcb84d7a1b62c1af2e6c9082f7b9f24fe9dd9f6a57bde3640f54c3036f0b99b32aac9f8ca1f489c012369ab2b72ae92 5SHA512 (ghostscript-9.22.tar.gz) = 599ba003e168d302e327ea7c2b83a4247059a1b7222452cbea4966dac448a79e8d7f07a1f287fa0c14cfa5269bb623382ed02fb3ea3a0e526dae08aaa1cd8b89
6Size (ghostscript-9.21.tar.gz) = 38398778 bytes 6Size (ghostscript-9.22.tar.gz) = 38773429 bytes
7SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909 7SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
8SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516 8SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
9SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b 9SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b
10SHA1 (patch-base_unix-dll.mak) = 23595f424ecd2af4a504f15817fd57cdec8851df 10SHA1 (patch-base_unix-dll.mak) = 23595f424ecd2af4a504f15817fd57cdec8851df
11SHA1 (patch-configure) = 50967456938be7061ce081335a3a602726b939a8 11SHA1 (patch-configure) = 50967456938be7061ce081335a3a602726b939a8
12SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09 12SHA1 (patch-devices_devs.mak) = ceb89a4d50765e146c0f3199c31b2c053bf2be09