Received: by mail.netbsd.org (Postfix, from userid 605) id A1BC784D6C; Mon, 16 Jan 2023 10:41:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D29BB84D59 for ; Mon, 16 Jan 2023 10:41:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id pe3mFaAkJTSi for ; Mon, 16 Jan 2023 10:41:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3EC2A84C86 for ; Mon, 16 Jan 2023 10:41:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37F1EFA90; Mon, 16 Jan 2023 10:41:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673865697209440" MIME-Version: 1.0 Date: Mon, 16 Jan 2023 10:41:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/print/ghostscript-agpl To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230116104137.37F1EFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673865697209440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 16 10:41:37 UTC 2023 Modified Files: pkgsrc/print/ghostscript-agpl: Makefile Makefile.common PLIST distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/print/ghostscript-agpl/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/print/ghostscript-agpl/Makefile.common cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/ghostscript-agpl/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/ghostscript-agpl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673865697209440 Content-Disposition: inline Content-Length: 67394 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/ghostscript-agpl/Makefile diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.70 pkgsrc/print/ghostscript-agpl/Makefile:1.71 --- pkgsrc/print/ghostscript-agpl/Makefile:1.70 Tue Jan 3 17:38:06 2023 +++ pkgsrc/print/ghostscript-agpl/Makefile Mon Jan 16 10:41:37 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2023/01/03 17:38:06 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2023/01/16 10:41:37 adam Exp $ DISTNAME= ghostscript-${GS_VERSION} PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} -PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/} GITHUB_PROJECT= ghostpdl-downloads Index: pkgsrc/print/ghostscript-agpl/Makefile.common diff -u pkgsrc/print/ghostscript-agpl/Makefile.common:1.26 pkgsrc/print/ghostscript-agpl/Makefile.common:1.27 --- pkgsrc/print/ghostscript-agpl/Makefile.common:1.26 Fri May 27 08:26:52 2022 +++ pkgsrc/print/ghostscript-agpl/Makefile.common Mon Jan 16 10:41:37 2023 @@ -1,5 +1,5 @@ -# $NetBSD: Makefile.common,v 1.26 2022/05/27 08:26:52 adam Exp $ +# $NetBSD: Makefile.common,v 1.27 2023/01/16 10:41:37 adam Exp $ # used by print/ghostscript-agpl/Makefile # used by fonts/ghostscript-cidfonts-ryumin/Makefile -GS_VERSION= 9.56.1 +GS_VERSION= 10.0.0 Index: pkgsrc/print/ghostscript-agpl/PLIST diff -u pkgsrc/print/ghostscript-agpl/PLIST:1.21 pkgsrc/print/ghostscript-agpl/PLIST:1.22 --- pkgsrc/print/ghostscript-agpl/PLIST:1.21 Fri May 27 08:26:52 2022 +++ pkgsrc/print/ghostscript-agpl/PLIST Mon Jan 16 10:41:37 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2022/05/27 08:26:52 adam Exp $ +@comment $NetBSD: PLIST,v 1.22 2023/01/16 10:41:37 adam Exp $ bin/dvipdf bin/eps2eps bin/gs @@ -32,8 +32,8 @@ include/ghostscript/gserrors.h include/ghostscript/iapi.h include/ghostscript/ierrors.h lib/libgs.so -lib/libgs.so.9 -lib/libgs.so.9.56 +lib/libgs.so.10 +lib/libgs.so.10.00 man/de/man1/dvipdf.1 man/de/man1/eps2eps.1 man/de/man1/gsnd.1 @@ -68,512 +68,477 @@ man/man1/ps2pdf13.1 man/man1/ps2pdf14.1 man/man1/ps2pdfwr.1 man/man1/ps2ps.1 -share/doc/ghostscript/${PKGVERSION}/API.htm -share/doc/ghostscript/${PKGVERSION}/C-style.htm -share/doc/ghostscript/${PKGVERSION}/COPYING -share/doc/ghostscript/${PKGVERSION}/DLL.htm -share/doc/ghostscript/${PKGVERSION}/Deprecated.htm -share/doc/ghostscript/${PKGVERSION}/Develop.htm -share/doc/ghostscript/${PKGVERSION}/Devices.htm -share/doc/ghostscript/${PKGVERSION}/Drivers.htm -share/doc/ghostscript/${PKGVERSION}/Fonts.htm -share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.pdf -share/doc/ghostscript/${PKGVERSION}/History9.htm -share/doc/ghostscript/${PKGVERSION}/Install.htm -share/doc/ghostscript/${PKGVERSION}/Language.htm -share/doc/ghostscript/${PKGVERSION}/Lib.htm -share/doc/ghostscript/${PKGVERSION}/Make.htm -share/doc/ghostscript/${PKGVERSION}/News.htm -share/doc/ghostscript/${PKGVERSION}/Ps-style.htm -share/doc/ghostscript/${PKGVERSION}/Ps2epsi.htm -share/doc/ghostscript/${PKGVERSION}/Psfiles.htm -share/doc/ghostscript/${PKGVERSION}/Readme.htm -share/doc/ghostscript/${PKGVERSION}/Release.htm -share/doc/ghostscript/${PKGVERSION}/SavedPages.htm -share/doc/ghostscript/${PKGVERSION}/Source.htm -share/doc/ghostscript/${PKGVERSION}/Unix-lpr.htm -share/doc/ghostscript/${PKGVERSION}/Use.htm -share/doc/ghostscript/${PKGVERSION}/VectorDevices.htm -share/doc/ghostscript/${PKGVERSION}/WhatIsGS.htm -share/doc/ghostscript/${PKGVERSION}/gdevds32.c -share/doc/ghostscript/${PKGVERSION}/images/Artifex_logo.png -share/doc/ghostscript/${PKGVERSION}/images/favicon.png -share/doc/ghostscript/${PKGVERSION}/images/ghostscript_logo.png -share/doc/ghostscript/${PKGVERSION}/images/hamburger-light.png -share/doc/ghostscript/${PKGVERSION}/images/x-light.png -share/doc/ghostscript/${PKGVERSION}/index.html -share/doc/ghostscript/${PKGVERSION}/pscet_status.txt -share/doc/ghostscript/${PKGVERSION}/sample_downscale_device.htm -share/doc/ghostscript/${PKGVERSION}/subclass.htm -share/doc/ghostscript/${PKGVERSION}/thirdparty.htm -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFont/ArtifexBullet -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/78ms-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/83pv-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90ms-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90msp-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/90pv-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Add-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-0 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-1 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-2 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-3 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-4 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-5 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-6 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-CNS1-7 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-0 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-1 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-2 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-3 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-4 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-GB1-5 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-0 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-1 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-2 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-3 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-4 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-5 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan1-6 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Japan2-0 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-0 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-1 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Adobe-Korea1-2 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/B5pc-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS1-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS1-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS2-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/CNS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETHK-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETen-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/ETenms-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Ext-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GB-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBK2K-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBKp-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBT-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBTpc-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBTpc-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/GBpc-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdla-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKdlb-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKgccs-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm314-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKm471-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/HKscs-B5-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hankaku -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hiragana -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hojo-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hojo-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hojo-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Hojo-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Identity-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-Johab-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-HW-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-HW-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCms-UHC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCpc-EUC-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/KSCpc-EUC-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Katakana -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/NWP-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/NWP-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/RKSJ-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/RKSJ-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/Roman -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UCS2-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UCS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF16-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF8-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniCNS-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UCS2-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UCS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF16-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF8-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniGB-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UCS2-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UCS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UTF16-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UTF8-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniHojo-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-HW-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-HW-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UCS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF16-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF8-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF16-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF8-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJIS2004-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UCS2-HW-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UCS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISPro-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX0213-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX0213-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX02132004-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniJISX02132004-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UCS2-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UCS2-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF16-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF16-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF32-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF32-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF8-H -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/UniKS-UTF8-V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/V -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CMap/WP-Symbol -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultCMYK -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultGray -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/DefaultRGB -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/TrivialCMYK -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/sGray -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/ColorSpace/sRGB -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Dingbats -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Symbol -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Unicode -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Wingdings -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Latin1 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/StandardEncoding -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Unicode -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/CEEncoding -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertEncoding -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertSubsetEncoding -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/NotDefEncoding -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/Wingdings -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/C059-BdIta -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/C059-Bold -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/C059-Italic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/C059-Roman -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/D050000L -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonoPS-Bold -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonoPS-BoldItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonoPS-Italic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonoPS-Regular -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRoman-Bold -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRoman-BoldItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRoman-Italic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRoman-Regular -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Bold -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-BoldItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Italic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSans-Regular -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-Bold -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-BoldOblique -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-Oblique -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSansNarrow-Regular -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-Bold -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-BoldItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-Italic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/P052-Roman -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/StandardSymbolsPS -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookman-Demi -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookman-DemiItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookman-Light -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWBookman-LightItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-Book -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-BookOblique -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-Demi -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWGothic-DemiOblique -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/Z003-MediumItalic -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/PPI_CUtils -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/Pscript5Idiom -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIcidfmap -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIconfig -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIfontmap -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FCOfontmap-PCLPS2 -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/Fontmap -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/Fontmap.GS -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap.dist -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_agl.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_btokn.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cet.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cff.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidcm.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ciddc.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidfm.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidfn.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cidtt.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cmap.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_cspace.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dbt_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_diskn.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps1.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dps2.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_dscp.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_epsf.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fapi.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fntem.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_fonts.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_frsd.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_icc.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_il1_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_img.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_init.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_lev2.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ll3.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mex_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mgl_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_mro_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_pdf_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_pdfwr.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_res.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_resmp.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_setpd.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_statd.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_std_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_sym_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_trap.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_ttf.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_typ32.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_typ42.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_type1.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/gs_wan_e.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_base.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_draw.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_font.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_main.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_ops.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_rbld.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/pdf_sec.ps -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/xlatmap -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/CNS1-WMode -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/GB1-WMode -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Japan1-WMode -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/SubstCID/Korea1-WMode -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/a98.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_cmyk.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_gray.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/default_rgb.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/esrgb.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/gray_to_k.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/lab.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_cmyk.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_gray.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/ps_rgb.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/rommrgb.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/scrgb.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/sgray.icc -${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/iccprofiles/srgb.icc -share/ghostscript/${PKGVERSION}/lib/PDFA_def.ps -share/ghostscript/${PKGVERSION}/lib/PDFX_def.ps -share/ghostscript/${PKGVERSION}/lib/PM760p.upp -share/ghostscript/${PKGVERSION}/lib/PM760pl.upp -share/ghostscript/${PKGVERSION}/lib/PM820p.upp -share/ghostscript/${PKGVERSION}/lib/PM820pl.upp -share/ghostscript/${PKGVERSION}/lib/Stc670p.upp -share/ghostscript/${PKGVERSION}/lib/Stc670pl.upp -share/ghostscript/${PKGVERSION}/lib/Stc680p.upp -share/ghostscript/${PKGVERSION}/lib/Stc680pl.upp -share/ghostscript/${PKGVERSION}/lib/Stc740p.upp -share/ghostscript/${PKGVERSION}/lib/Stc740pl.upp -share/ghostscript/${PKGVERSION}/lib/Stc760p.upp -share/ghostscript/${PKGVERSION}/lib/Stc760pl.upp -share/ghostscript/${PKGVERSION}/lib/Stc777p.upp -share/ghostscript/${PKGVERSION}/lib/Stc777pl.upp -share/ghostscript/${PKGVERSION}/lib/Stp720p.upp -share/ghostscript/${PKGVERSION}/lib/Stp720pl.upp -share/ghostscript/${PKGVERSION}/lib/Stp870p.upp -share/ghostscript/${PKGVERSION}/lib/Stp870pl.upp -share/ghostscript/${PKGVERSION}/lib/acctest.ps -share/ghostscript/${PKGVERSION}/lib/align.ps -share/ghostscript/${PKGVERSION}/lib/bj8.rpd -share/ghostscript/${PKGVERSION}/lib/bj8gc12f.upp -share/ghostscript/${PKGVERSION}/lib/bj8hg12f.upp -share/ghostscript/${PKGVERSION}/lib/bj8oh06n.upp -share/ghostscript/${PKGVERSION}/lib/bj8pa06n.upp -share/ghostscript/${PKGVERSION}/lib/bj8pp12f.upp -share/ghostscript/${PKGVERSION}/lib/bj8ts06n.upp -share/ghostscript/${PKGVERSION}/lib/bjc6000a1.upp -share/ghostscript/${PKGVERSION}/lib/bjc6000b1.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a0.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a1.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a2.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a3.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a4.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a5.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a6.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a7.upp -share/ghostscript/${PKGVERSION}/lib/bjc610a8.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b1.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b2.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b3.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b4.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b6.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b7.upp -share/ghostscript/${PKGVERSION}/lib/bjc610b8.upp -share/ghostscript/${PKGVERSION}/lib/caption.ps -share/ghostscript/${PKGVERSION}/lib/cbjc600.ppd -share/ghostscript/${PKGVERSION}/lib/cbjc800.ppd -share/ghostscript/${PKGVERSION}/lib/cdj550.upp -share/ghostscript/${PKGVERSION}/lib/cdj690.upp -share/ghostscript/${PKGVERSION}/lib/cdj690ec.upp -share/ghostscript/${PKGVERSION}/lib/cid2code.ps -share/ghostscript/${PKGVERSION}/lib/dnj750c.upp -share/ghostscript/${PKGVERSION}/lib/dnj750m.upp -share/ghostscript/${PKGVERSION}/lib/docie.ps -share/ghostscript/${PKGVERSION}/lib/font2pcl.ps -share/ghostscript/${PKGVERSION}/lib/ghostpdf.ppd -share/ghostscript/${PKGVERSION}/lib/gs_ce_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_css_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_il2_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_kanji.ps -share/ghostscript/${PKGVERSION}/lib/gs_ksb_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_l.xbm -share/ghostscript/${PKGVERSION}/lib/gs_l.xpm -share/ghostscript/${PKGVERSION}/lib/gs_l_m.xbm -share/ghostscript/${PKGVERSION}/lib/gs_lgo_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_lgx_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_m.xbm -share/ghostscript/${PKGVERSION}/lib/gs_m.xpm -share/ghostscript/${PKGVERSION}/lib/gs_m_m.xbm -share/ghostscript/${PKGVERSION}/lib/gs_s.xbm -share/ghostscript/${PKGVERSION}/lib/gs_s.xpm -share/ghostscript/${PKGVERSION}/lib/gs_s_m.xbm -share/ghostscript/${PKGVERSION}/lib/gs_t.xbm -share/ghostscript/${PKGVERSION}/lib/gs_t.xpm -share/ghostscript/${PKGVERSION}/lib/gs_t_m.xbm -share/ghostscript/${PKGVERSION}/lib/gs_wl1_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_wl2_e.ps -share/ghostscript/${PKGVERSION}/lib/gs_wl5_e.ps -share/ghostscript/${PKGVERSION}/lib/gslp.ps -share/ghostscript/${PKGVERSION}/lib/gsnup.ps -share/ghostscript/${PKGVERSION}/lib/ht_ccsto.ps -share/ghostscript/${PKGVERSION}/lib/image-qa.ps -share/ghostscript/${PKGVERSION}/lib/jispaper.ps -share/ghostscript/${PKGVERSION}/lib/landscap.ps -share/ghostscript/${PKGVERSION}/lib/lines.ps -share/ghostscript/${PKGVERSION}/lib/mkcidfm.ps -share/ghostscript/${PKGVERSION}/lib/necp2x.upp -share/ghostscript/${PKGVERSION}/lib/necp2x6.upp -share/ghostscript/${PKGVERSION}/lib/pdf2dsc.ps -share/ghostscript/${PKGVERSION}/lib/pdf_info.ps -share/ghostscript/${PKGVERSION}/lib/pf2afm.ps -share/ghostscript/${PKGVERSION}/lib/pfbtopfa.ps -share/ghostscript/${PKGVERSION}/lib/ppath.ps -share/ghostscript/${PKGVERSION}/lib/pphs.ps -share/ghostscript/${PKGVERSION}/lib/prfont.ps -share/ghostscript/${PKGVERSION}/lib/printafm.ps -share/ghostscript/${PKGVERSION}/lib/ps2ai.ps -share/ghostscript/${PKGVERSION}/lib/ps2epsi.ps -share/ghostscript/${PKGVERSION}/lib/ras1.upp -share/ghostscript/${PKGVERSION}/lib/ras24.upp -share/ghostscript/${PKGVERSION}/lib/ras3.upp -share/ghostscript/${PKGVERSION}/lib/ras32.upp -share/ghostscript/${PKGVERSION}/lib/ras4.upp -share/ghostscript/${PKGVERSION}/lib/ras8m.upp -share/ghostscript/${PKGVERSION}/lib/rollconv.ps -share/ghostscript/${PKGVERSION}/lib/s400a1.upp -share/ghostscript/${PKGVERSION}/lib/s400b1.upp -share/ghostscript/${PKGVERSION}/lib/sharp.upp -share/ghostscript/${PKGVERSION}/lib/sipixa6.upp -share/ghostscript/${PKGVERSION}/lib/st640ih.upp -share/ghostscript/${PKGVERSION}/lib/st640ihg.upp -share/ghostscript/${PKGVERSION}/lib/st640p.upp -share/ghostscript/${PKGVERSION}/lib/st640pg.upp -share/ghostscript/${PKGVERSION}/lib/st640pl.upp -share/ghostscript/${PKGVERSION}/lib/st640plg.upp -share/ghostscript/${PKGVERSION}/lib/stc.upp -share/ghostscript/${PKGVERSION}/lib/stc1520h.upp -share/ghostscript/${PKGVERSION}/lib/stc2.upp -share/ghostscript/${PKGVERSION}/lib/stc200_h.upp -share/ghostscript/${PKGVERSION}/lib/stc2_h.upp -share/ghostscript/${PKGVERSION}/lib/stc2s_h.upp -share/ghostscript/${PKGVERSION}/lib/stc300.upp -share/ghostscript/${PKGVERSION}/lib/stc300bl.upp -share/ghostscript/${PKGVERSION}/lib/stc300bm.upp -share/ghostscript/${PKGVERSION}/lib/stc500p.upp -share/ghostscript/${PKGVERSION}/lib/stc500ph.upp -share/ghostscript/${PKGVERSION}/lib/stc600ih.upp -share/ghostscript/${PKGVERSION}/lib/stc600p.upp -share/ghostscript/${PKGVERSION}/lib/stc600pl.upp -share/ghostscript/${PKGVERSION}/lib/stc640p.upp -share/ghostscript/${PKGVERSION}/lib/stc740ih.upp -share/ghostscript/${PKGVERSION}/lib/stc800ih.upp -share/ghostscript/${PKGVERSION}/lib/stc800p.upp -share/ghostscript/${PKGVERSION}/lib/stc800pl.upp -share/ghostscript/${PKGVERSION}/lib/stc_h.upp -share/ghostscript/${PKGVERSION}/lib/stc_l.upp -share/ghostscript/${PKGVERSION}/lib/stcany.upp -share/ghostscript/${PKGVERSION}/lib/stcany_h.upp -share/ghostscript/${PKGVERSION}/lib/stcinfo.ps -share/ghostscript/${PKGVERSION}/lib/stcolor.ps -share/ghostscript/${PKGVERSION}/lib/stocht.ps -share/ghostscript/${PKGVERSION}/lib/traceimg.ps -share/ghostscript/${PKGVERSION}/lib/traceop.ps -share/ghostscript/${PKGVERSION}/lib/uninfo.ps -share/ghostscript/${PKGVERSION}/lib/viewcmyk.ps -share/ghostscript/${PKGVERSION}/lib/viewgif.ps -share/ghostscript/${PKGVERSION}/lib/viewjpeg.ps -share/ghostscript/${PKGVERSION}/lib/viewmiff.ps -share/ghostscript/${PKGVERSION}/lib/viewpbm.ps -share/ghostscript/${PKGVERSION}/lib/viewpcx.ps -share/ghostscript/${PKGVERSION}/lib/viewps2a.ps -share/ghostscript/${PKGVERSION}/lib/winmaps.ps -share/ghostscript/${PKGVERSION}/lib/zeroline.ps +share/doc/ghostscript/10.00.0/COPYING +share/doc/ghostscript/10.00.0/GS9_Color_Management.pdf +share/doc/ghostscript/10.00.0/News.htm +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CIDFSubst/DroidSansFallback.ttf +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CIDFont/ArtifexBullet +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78ms-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/78ms-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/83pv-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/90ms-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/90ms-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/90msp-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/90msp-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/90pv-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/90pv-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Add-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Add-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Add-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Add-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-0 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-1 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-2 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-3 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-4 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-5 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-6 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-CNS1-7 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-GB1-0 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-GB1-1 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-GB1-2 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-GB1-3 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-GB1-4 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-GB1-5 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-0 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-1 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-2 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-3 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-4 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-5 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan1-6 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Japan2-0 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Korea1-0 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Korea1-1 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Adobe-Korea1-2 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/B5pc-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/B5pc-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/CNS-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/CNS-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/CNS1-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/CNS1-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/CNS2-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/CNS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/ETHK-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/ETHK-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/ETen-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/ETen-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/ETenms-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/ETenms-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Ext-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Ext-RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Ext-RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Ext-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GB-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GB-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GB-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GB-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBK-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBK-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBK2K-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBK2K-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBKp-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBKp-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBT-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBT-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBT-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBT-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBTpc-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBTpc-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBpc-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/GBpc-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKdla-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKdla-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKdlb-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKdlb-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKgccs-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKgccs-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKm314-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKm314-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKm471-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKm471-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKscs-B5-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/HKscs-B5-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Hankaku +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Hiragana +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Hojo-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Hojo-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Hojo-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Hojo-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Identity-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Identity-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Identity-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSC-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSC-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSC-Johab-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSC-Johab-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSCms-UHC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSCms-UHC-HW-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSCms-UHC-HW-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSCms-UHC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSCpc-EUC-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/KSCpc-EUC-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Katakana +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/NWP-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/NWP-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/RKSJ-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/RKSJ-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/Roman +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UCS2-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UCS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UTF16-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UTF8-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniCNS-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UCS2-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UCS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UTF16-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UTF8-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniGB-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UCS2-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UCS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UTF16-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UTF8-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniHojo-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UCS2-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UCS2-HW-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UCS2-HW-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UCS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UTF16-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UTF8-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS2004-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS2004-UTF16-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS2004-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS2004-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS2004-UTF8-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJIS2004-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISPro-UCS2-HW-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISPro-UCS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISPro-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISX0213-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISX0213-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISX02132004-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniJISX02132004-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UCS2-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UCS2-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UTF16-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UTF16-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UTF32-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UTF32-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UTF8-H +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/UniKS-UTF8-V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/V +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/CMap/WP-Symbol +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/ColorSpace/DefaultCMYK +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/ColorSpace/DefaultGray +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/ColorSpace/DefaultRGB +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/ColorSpace/TrivialCMYK +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/ColorSpace/sGray +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/ColorSpace/sRGB +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/FCO_Dingbats +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/FCO_Symbol +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/FCO_Unicode +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/FCO_Wingdings +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/Latin1 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/StandardEncoding +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Decoding/Unicode +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Encoding/CEEncoding +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Encoding/ExpertEncoding +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Encoding/ExpertSubsetEncoding +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Encoding/NotDefEncoding +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Encoding/Wingdings +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/C059-BdIta +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/C059-Bold +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/C059-Italic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/C059-Roman +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/D050000L +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusMonoPS-Bold +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusMonoPS-BoldItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusMonoPS-Italic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusMonoPS-Regular +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusRoman-Bold +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusRoman-BoldItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusRoman-Italic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusRoman-Regular +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSans-Bold +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSans-BoldItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSans-Italic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSans-Regular +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSansNarrow-Bold +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSansNarrow-BoldOblique +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSansNarrow-Oblique +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/NimbusSansNarrow-Regular +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/P052-Bold +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/P052-BoldItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/P052-Italic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/P052-Roman +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/StandardSymbolsPS +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWBookman-Demi +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWBookman-DemiItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWBookman-Light +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWBookman-LightItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWGothic-Book +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWGothic-BookOblique +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWGothic-Demi +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/URWGothic-DemiOblique +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Font/Z003-MediumItalic +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/IdiomSet/PPI_CUtils +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/IdiomSet/Pscript5Idiom +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/FAPIcidfmap +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/FAPIconfig +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/FAPIfontmap +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/FCOfontmap-PCLPS2 +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/Fontmap +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/Fontmap.GS +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/cidfmap.dist +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_agl.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_btokn.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cet.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cff.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cidcm.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_ciddc.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cidfm.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cidfn.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cidtt.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cmap.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_cspace.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_dbt_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_diskn.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_dps1.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_dps2.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_dscp.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_epsf.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_fapi.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_fntem.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_fonts.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_frsd.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_icc.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_il1_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_img.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_init.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_lev2.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_ll3.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_mex_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_mgl_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_mro_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_pdf_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_pdfwr.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_res.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_resmp.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_setpd.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_statd.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_std_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_sym_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_trap.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_ttf.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_typ32.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_typ42.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_type1.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/gs_wan_e.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_base.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_draw.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_font.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_main.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_ops.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_rbld.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/pdf_sec.ps +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/Init/xlatmap +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/SubstCID/CNS1-WMode +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/SubstCID/GB1-WMode +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/SubstCID/Japan1-WMode +${PLIST.no_cidfmap}share/ghostscript/10.00.0/Resource/SubstCID/Korea1-WMode +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/a98.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/default_cmyk.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/default_gray.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/default_rgb.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/esrgb.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/gray_to_k.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/lab.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/ps_cmyk.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/ps_gray.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/ps_rgb.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/rommrgb.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/scrgb.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/sgray.icc +${PLIST.no_cidfmap}share/ghostscript/10.00.0/iccprofiles/srgb.icc +share/ghostscript/10.00.0/lib/PDFA_def.ps +share/ghostscript/10.00.0/lib/PDFX_def.ps +share/ghostscript/10.00.0/lib/PM760p.upp +share/ghostscript/10.00.0/lib/PM760pl.upp +share/ghostscript/10.00.0/lib/PM820p.upp +share/ghostscript/10.00.0/lib/PM820pl.upp +share/ghostscript/10.00.0/lib/Stc670p.upp +share/ghostscript/10.00.0/lib/Stc670pl.upp +share/ghostscript/10.00.0/lib/Stc680p.upp +share/ghostscript/10.00.0/lib/Stc680pl.upp +share/ghostscript/10.00.0/lib/Stc740p.upp +share/ghostscript/10.00.0/lib/Stc740pl.upp +share/ghostscript/10.00.0/lib/Stc760p.upp +share/ghostscript/10.00.0/lib/Stc760pl.upp +share/ghostscript/10.00.0/lib/Stc777p.upp +share/ghostscript/10.00.0/lib/Stc777pl.upp +share/ghostscript/10.00.0/lib/Stp720p.upp +share/ghostscript/10.00.0/lib/Stp720pl.upp +share/ghostscript/10.00.0/lib/Stp870p.upp +share/ghostscript/10.00.0/lib/Stp870pl.upp +share/ghostscript/10.00.0/lib/acctest.ps +share/ghostscript/10.00.0/lib/align.ps +share/ghostscript/10.00.0/lib/bj8.rpd +share/ghostscript/10.00.0/lib/bj8gc12f.upp +share/ghostscript/10.00.0/lib/bj8hg12f.upp +share/ghostscript/10.00.0/lib/bj8oh06n.upp +share/ghostscript/10.00.0/lib/bj8pa06n.upp +share/ghostscript/10.00.0/lib/bj8pp12f.upp +share/ghostscript/10.00.0/lib/bj8ts06n.upp +share/ghostscript/10.00.0/lib/bjc6000a1.upp +share/ghostscript/10.00.0/lib/bjc6000b1.upp +share/ghostscript/10.00.0/lib/bjc610a0.upp +share/ghostscript/10.00.0/lib/bjc610a1.upp +share/ghostscript/10.00.0/lib/bjc610a2.upp +share/ghostscript/10.00.0/lib/bjc610a3.upp +share/ghostscript/10.00.0/lib/bjc610a4.upp +share/ghostscript/10.00.0/lib/bjc610a5.upp +share/ghostscript/10.00.0/lib/bjc610a6.upp +share/ghostscript/10.00.0/lib/bjc610a7.upp +share/ghostscript/10.00.0/lib/bjc610a8.upp +share/ghostscript/10.00.0/lib/bjc610b1.upp +share/ghostscript/10.00.0/lib/bjc610b2.upp +share/ghostscript/10.00.0/lib/bjc610b3.upp +share/ghostscript/10.00.0/lib/bjc610b4.upp +share/ghostscript/10.00.0/lib/bjc610b6.upp +share/ghostscript/10.00.0/lib/bjc610b7.upp +share/ghostscript/10.00.0/lib/bjc610b8.upp +share/ghostscript/10.00.0/lib/caption.ps +share/ghostscript/10.00.0/lib/cbjc600.ppd +share/ghostscript/10.00.0/lib/cbjc800.ppd +share/ghostscript/10.00.0/lib/cdj550.upp +share/ghostscript/10.00.0/lib/cdj690.upp +share/ghostscript/10.00.0/lib/cdj690ec.upp +share/ghostscript/10.00.0/lib/cid2code.ps +share/ghostscript/10.00.0/lib/dnj750c.upp +share/ghostscript/10.00.0/lib/dnj750m.upp +share/ghostscript/10.00.0/lib/docie.ps +share/ghostscript/10.00.0/lib/font2pcl.ps +share/ghostscript/10.00.0/lib/ghostpdf.ppd +share/ghostscript/10.00.0/lib/gs_ce_e.ps +share/ghostscript/10.00.0/lib/gs_css_e.ps +share/ghostscript/10.00.0/lib/gs_il2_e.ps +share/ghostscript/10.00.0/lib/gs_kanji.ps +share/ghostscript/10.00.0/lib/gs_ksb_e.ps +share/ghostscript/10.00.0/lib/gs_l.xbm +share/ghostscript/10.00.0/lib/gs_l.xpm +share/ghostscript/10.00.0/lib/gs_l_m.xbm +share/ghostscript/10.00.0/lib/gs_lgo_e.ps +share/ghostscript/10.00.0/lib/gs_lgx_e.ps +share/ghostscript/10.00.0/lib/gs_m.xbm +share/ghostscript/10.00.0/lib/gs_m.xpm +share/ghostscript/10.00.0/lib/gs_m_m.xbm +share/ghostscript/10.00.0/lib/gs_s.xbm +share/ghostscript/10.00.0/lib/gs_s.xpm +share/ghostscript/10.00.0/lib/gs_s_m.xbm +share/ghostscript/10.00.0/lib/gs_t.xbm +share/ghostscript/10.00.0/lib/gs_t.xpm +share/ghostscript/10.00.0/lib/gs_t_m.xbm +share/ghostscript/10.00.0/lib/gs_wl1_e.ps +share/ghostscript/10.00.0/lib/gs_wl2_e.ps +share/ghostscript/10.00.0/lib/gs_wl5_e.ps +share/ghostscript/10.00.0/lib/gslp.ps +share/ghostscript/10.00.0/lib/gsnup.ps +share/ghostscript/10.00.0/lib/ht_ccsto.ps +share/ghostscript/10.00.0/lib/image-qa.ps +share/ghostscript/10.00.0/lib/jispaper.ps +share/ghostscript/10.00.0/lib/landscap.ps +share/ghostscript/10.00.0/lib/lines.ps +share/ghostscript/10.00.0/lib/mkcidfm.ps +share/ghostscript/10.00.0/lib/necp2x.upp +share/ghostscript/10.00.0/lib/necp2x6.upp +share/ghostscript/10.00.0/lib/pdf2dsc.ps +share/ghostscript/10.00.0/lib/pdf_info.ps +share/ghostscript/10.00.0/lib/pf2afm.ps +share/ghostscript/10.00.0/lib/pfbtopfa.ps +share/ghostscript/10.00.0/lib/ppath.ps +share/ghostscript/10.00.0/lib/pphs.ps +share/ghostscript/10.00.0/lib/prfont.ps +share/ghostscript/10.00.0/lib/printafm.ps +share/ghostscript/10.00.0/lib/ps2ai.ps +share/ghostscript/10.00.0/lib/ps2epsi.ps +share/ghostscript/10.00.0/lib/ras1.upp +share/ghostscript/10.00.0/lib/ras24.upp +share/ghostscript/10.00.0/lib/ras3.upp +share/ghostscript/10.00.0/lib/ras32.upp +share/ghostscript/10.00.0/lib/ras4.upp +share/ghostscript/10.00.0/lib/ras8m.upp +share/ghostscript/10.00.0/lib/rollconv.ps +share/ghostscript/10.00.0/lib/s400a1.upp +share/ghostscript/10.00.0/lib/s400b1.upp +share/ghostscript/10.00.0/lib/sharp.upp +share/ghostscript/10.00.0/lib/sipixa6.upp +share/ghostscript/10.00.0/lib/st640ih.upp +share/ghostscript/10.00.0/lib/st640ihg.upp +share/ghostscript/10.00.0/lib/st640p.upp +share/ghostscript/10.00.0/lib/st640pg.upp +share/ghostscript/10.00.0/lib/st640pl.upp +share/ghostscript/10.00.0/lib/st640plg.upp +share/ghostscript/10.00.0/lib/stc.upp +share/ghostscript/10.00.0/lib/stc1520h.upp +share/ghostscript/10.00.0/lib/stc2.upp +share/ghostscript/10.00.0/lib/stc200_h.upp +share/ghostscript/10.00.0/lib/stc2_h.upp +share/ghostscript/10.00.0/lib/stc2s_h.upp +share/ghostscript/10.00.0/lib/stc300.upp +share/ghostscript/10.00.0/lib/stc300bl.upp +share/ghostscript/10.00.0/lib/stc300bm.upp +share/ghostscript/10.00.0/lib/stc500p.upp +share/ghostscript/10.00.0/lib/stc500ph.upp +share/ghostscript/10.00.0/lib/stc600ih.upp +share/ghostscript/10.00.0/lib/stc600p.upp +share/ghostscript/10.00.0/lib/stc600pl.upp +share/ghostscript/10.00.0/lib/stc640p.upp +share/ghostscript/10.00.0/lib/stc740ih.upp +share/ghostscript/10.00.0/lib/stc800ih.upp +share/ghostscript/10.00.0/lib/stc800p.upp +share/ghostscript/10.00.0/lib/stc800pl.upp +share/ghostscript/10.00.0/lib/stc_h.upp +share/ghostscript/10.00.0/lib/stc_l.upp +share/ghostscript/10.00.0/lib/stcany.upp +share/ghostscript/10.00.0/lib/stcany_h.upp +share/ghostscript/10.00.0/lib/stcinfo.ps +share/ghostscript/10.00.0/lib/stcolor.ps +share/ghostscript/10.00.0/lib/stocht.ps +share/ghostscript/10.00.0/lib/traceimg.ps +share/ghostscript/10.00.0/lib/traceop.ps +share/ghostscript/10.00.0/lib/uninfo.ps +share/ghostscript/10.00.0/lib/viewcmyk.ps +share/ghostscript/10.00.0/lib/viewgif.ps +share/ghostscript/10.00.0/lib/viewjpeg.ps +share/ghostscript/10.00.0/lib/viewmiff.ps +share/ghostscript/10.00.0/lib/viewpbm.ps +share/ghostscript/10.00.0/lib/viewpcx.ps +share/ghostscript/10.00.0/lib/viewps2a.ps +share/ghostscript/10.00.0/lib/winmaps.ps +share/ghostscript/10.00.0/lib/zeroline.ps Index: pkgsrc/print/ghostscript-agpl/distinfo diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.41 pkgsrc/print/ghostscript-agpl/distinfo:1.42 --- pkgsrc/print/ghostscript-agpl/distinfo:1.41 Fri May 27 08:26:52 2022 +++ pkgsrc/print/ghostscript-agpl/distinfo Mon Jan 16 10:41:37 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.41 2022/05/27 08:26:52 adam Exp $ +$NetBSD: distinfo,v 1.42 2023/01/16 10:41:37 adam Exp $ -BLAKE2s (ghostscript-9.56.1.tar.xz) = 5611f2f02ad45793279431fae5d62f81854de66a24dc7f125abd25689090e8a5 -SHA512 (ghostscript-9.56.1.tar.xz) = fe5a5103c081dd87cf8b3e0bbbd0df004c0e4e04e41bded7c70372916e6e26249a0e8fa434b561292964c5f3820ee6c60ef1557827a6efb5676012ccb73ded85 -Size (ghostscript-9.56.1.tar.xz) = 62589232 bytes +BLAKE2s (ghostscript-10.0.0.tar.xz) = 898f28136378244d0a2f50fece503010f2c81b7b16f8c52a69eb855fe6a597fe +SHA512 (ghostscript-10.0.0.tar.xz) = 660252841e9b24c411bc92d0eb104de464686131e70051f60108db1a6ecfe2ada2ccacbeed8f2ac84bf69338ad75c850e814c9ac4e0351943f9989d66b3b082d +Size (ghostscript-10.0.0.tar.xz) = 62749144 bytes SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516 SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0 --_----------=_1673865697209440--