Mon Jan 16 10:41:37 2023 UTC ()
ghostscript-agpl: updated to 10.0.0

Version 10.00.0 (2022-08-18)

Highlights in this release include:

The big change in this release is that the old PDF interpreter (written in PostScript) is now fully deprecated. We will not be making any further changes to it. For this release, the -dNEWPDF=false option remains for "emergency" use, but the option to fall back to the old intepreter will also be removed in the next full release (10.01.0) in spring 2023.

So we once again encourage all users to test the new interpreter in their use cases, and report any problems.

The new PDF interpreter written in C has had several performance improvements. It was already quicker for the majority of cases than the PostScript implementation, but we found further improvements for common cases, and also several speed improvements in edge cases.
Our efforts in code hygiene and maintainability continue.
The usual round of bug fixes, compatibility changes, and incremental improvements.
(9.53.0) We have added the capability to build with the Tesseract OCR engine. In such a build, new devices are available (pdfocr8/pdfocr24/pdfocr32) which render the output file to an image, OCR that image, and output the image "wrapped" up as a PDF file, with the OCR generated text information included as "invisible" text (in PDF terms, text rendering mode 3).

Mainly due to time constraints, we only support including Tesseract from source included in our release packages, and not linking to Tesseract/Leptonica shared libraries. Whether we add this capability will be largely dependent on community demand for the feature.

See Enabling OCR for more details.


(adam)
diff -r1.70 -r1.71 pkgsrc/print/ghostscript-agpl/Makefile
diff -r1.26 -r1.27 pkgsrc/print/ghostscript-agpl/Makefile.common
diff -r1.21 -r1.22 pkgsrc/print/ghostscript-agpl/PLIST
diff -r1.41 -r1.42 pkgsrc/print/ghostscript-agpl/distinfo

cvs diff -r1.70 -r1.71 pkgsrc/print/ghostscript-agpl/Makefile (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/Makefile 2023/01/03 17:38:06 1.70
+++ pkgsrc/print/ghostscript-agpl/Makefile 2023/01/16 10:41:37 1.71
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.70 2023/01/03 17:38:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.71 2023/01/16 10:41:37 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= 4 
6CATEGORIES= print 5CATEGORIES= print
7MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
8GITHUB_PROJECT= ghostpdl-downloads 7GITHUB_PROJECT= ghostpdl-downloads
9GITHUB_RELEASE= gs${GS_VERSION:S/.//g} 8GITHUB_RELEASE= gs${GS_VERSION:S/.//g}
10EXTRACT_SUFX= .tar.xz 9EXTRACT_SUFX= .tar.xz
11 10
12MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= https://ghostscript.com/ 12HOMEPAGE= https://ghostscript.com/
14COMMENT= Postscript interpreter 13COMMENT= Postscript interpreter
15 14
16# Upstream calls this "GPL Ghostscript", which is confusing; 15# Upstream calls this "GPL Ghostscript", which is confusing;
17# see https://bugs.ghostscript.com/show_bug.cgi?id=700877 16# see https://bugs.ghostscript.com/show_bug.cgi?id=700877
18# Plus adobe verbatim for Resources/CMap. 17# Plus adobe verbatim for Resources/CMap.

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

--- pkgsrc/print/ghostscript-agpl/Makefile.common 2022/05/27 08:26:52 1.26
+++ pkgsrc/print/ghostscript-agpl/Makefile.common 2023/01/16 10:41:37 1.27
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1# $NetBSD: Makefile.common,v 1.26 2022/05/27 08:26:52 adam Exp $ 1# $NetBSD: Makefile.common,v 1.27 2023/01/16 10:41:37 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.56.1 5GS_VERSION= 10.0.0

cvs diff -r1.21 -r1.22 pkgsrc/print/ghostscript-agpl/PLIST (expand / switch to unified diff)

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

cvs diff -r1.41 -r1.42 pkgsrc/print/ghostscript-agpl/distinfo (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/distinfo 2022/05/27 08:26:52 1.41
+++ pkgsrc/print/ghostscript-agpl/distinfo 2023/01/16 10:41:37 1.42
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.41 2022/05/27 08:26:52 adam Exp $ 1$NetBSD: distinfo,v 1.42 2023/01/16 10:41:37 adam Exp $
2 2
3BLAKE2s (ghostscript-9.56.1.tar.xz) = 5611f2f02ad45793279431fae5d62f81854de66a24dc7f125abd25689090e8a5 3BLAKE2s (ghostscript-10.0.0.tar.xz) = 898f28136378244d0a2f50fece503010f2c81b7b16f8c52a69eb855fe6a597fe
4SHA512 (ghostscript-9.56.1.tar.xz) = fe5a5103c081dd87cf8b3e0bbbd0df004c0e4e04e41bded7c70372916e6e26249a0e8fa434b561292964c5f3820ee6c60ef1557827a6efb5676012ccb73ded85 4SHA512 (ghostscript-10.0.0.tar.xz) = 660252841e9b24c411bc92d0eb104de464686131e70051f60108db1a6ecfe2ada2ccacbeed8f2ac84bf69338ad75c850e814c9ac4e0351943f9989d66b3b082d
5Size (ghostscript-9.56.1.tar.xz) = 62589232 bytes 5Size (ghostscript-10.0.0.tar.xz) = 62749144 bytes
6SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a 6SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a
7SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516 7SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
8SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0 8SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
9SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688 9SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
10SHA1 (patch-base_unix-dll.mak) = 8076ce689807872bf94b552daaf9547b646ca249 10SHA1 (patch-base_unix-dll.mak) = 8076ce689807872bf94b552daaf9547b646ca249
11SHA1 (patch-configure) = 0d018180a4d0796d6050bf65f0111a343739f010 11SHA1 (patch-configure) = 0d018180a4d0796d6050bf65f0111a343739f010
12SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca 12SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca