pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 23 09:19:13 UTC 2023

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile Makefile.common PLIST distinfo
            hacks.mk
        pkgsrc/print/ghostscript-agpl/patches: patch-configure

Log Message:
ghostscript-agpl: update to 10.01.0.

Version 10.01.0 (2023-03-22)

Highlights in this release include:

  • We've continued to improve the performance of the PDF interpreter written
    in C and improve it's behaviour in edge and out-of-specification cases.
  • Our efforts in code hygiene and maintainability continue.
  • The usual round of bug fixes, compatibility changes, and incremental
    improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/print/ghostscript-agpl/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/ghostscript-agpl/Makefile.common
cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/ghostscript-agpl/PLIST
cvs rdiff -u -r1.42 -r1.43 pkgsrc/print/ghostscript-agpl/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/ghostscript-agpl/hacks.mk
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/print/ghostscript-agpl/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/ghostscript-agpl/Makefile
diff -u pkgsrc/print/ghostscript-agpl/Makefile:1.74 pkgsrc/print/ghostscript-agpl/Makefile:1.75
--- pkgsrc/print/ghostscript-agpl/Makefile:1.74 Wed Apr 19 08:11:18 2023
+++ pkgsrc/print/ghostscript-agpl/Makefile      Sun Apr 23 09:19:13 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2023/04/19 08:11:18 adam Exp $
+# $NetBSD: Makefile,v 1.75 2023/04/23 09:19:13 wiz Exp $
 
 DISTNAME=      ghostscript-${GS_VERSION}
 PKGNAME=       ${DISTNAME:S/ghostscript/ghostscript-agpl/}
-PKGREVISION=   3
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ArtifexSoftware/}
 GITHUB_PROJECT=        ghostpdl-downloads
@@ -72,7 +71,7 @@ CFLAGS+=              -fPIC
 .endif
 
 # Not ideal but too many files hardcode _XOPEN_SOURCE=500.
-.if !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*) || !empty(PKGSRC_COMPILER:Mclang)
+.if ${CC_VERSION:Mgcc-[6-9]*} || ${CC_VERSION:Mgcc-1[0-9].*} || !empty(PKGSRC_COMPILER:Mclang)
 CPPFLAGS.SunOS+=       -D_XOPEN_SOURCE=600 -D__EXTENSIONS__
 .else
 CPPFLAGS.SunOS+=       -D__C99FEATURES__
@@ -109,7 +108,6 @@ post-install:
 
 .include "../../devel/libidn/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
-BUILDLINK_API_DEPENDS.freetype2+=      freetype2>=2.10.0
 .include "../../graphics/freetype2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.jbig2dec+=       jbig2dec>=0.19
 .include "../../graphics/jbig2dec/buildlink3.mk"

Index: pkgsrc/print/ghostscript-agpl/Makefile.common
diff -u pkgsrc/print/ghostscript-agpl/Makefile.common:1.27 pkgsrc/print/ghostscript-agpl/Makefile.common:1.28
--- pkgsrc/print/ghostscript-agpl/Makefile.common:1.27  Mon Jan 16 10:41:37 2023
+++ pkgsrc/print/ghostscript-agpl/Makefile.common       Sun Apr 23 09:19:13 2023
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.27 2023/01/16 10:41:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.28 2023/04/23 09:19:13 wiz Exp $
 # used by print/ghostscript-agpl/Makefile
 # used by fonts/ghostscript-cidfonts-ryumin/Makefile
 
-GS_VERSION=    10.0.0
+GS_VERSION=    10.01.0

Index: pkgsrc/print/ghostscript-agpl/PLIST
diff -u pkgsrc/print/ghostscript-agpl/PLIST:1.22 pkgsrc/print/ghostscript-agpl/PLIST:1.23
--- pkgsrc/print/ghostscript-agpl/PLIST:1.22    Mon Jan 16 10:41:37 2023
+++ pkgsrc/print/ghostscript-agpl/PLIST Sun Apr 23 09:19:13 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2023/01/16 10:41:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2023/04/23 09:19:13 wiz Exp $
 bin/dvipdf
 bin/eps2eps
 bin/gs
@@ -33,19 +33,7 @@ include/ghostscript/iapi.h
 include/ghostscript/ierrors.h
 lib/libgs.so
 lib/libgs.so.10
-lib/libgs.so.10.00
-man/de/man1/dvipdf.1
-man/de/man1/eps2eps.1
-man/de/man1/gsnd.1
-man/de/man1/pdf2dsc.1
-man/de/man1/pdf2ps.1
-man/de/man1/printafm.1
-man/de/man1/ps2ascii.1
-man/de/man1/ps2pdf.1
-man/de/man1/ps2pdf12.1
-man/de/man1/ps2pdf13.1
-man/de/man1/ps2pdf14.1
-man/de/man1/ps2ps.1
+lib/libgs.so.10.01
 man/man1/dvipdf.1
 man/man1/eps2eps.1
 man/man1/gs.1
@@ -68,477 +56,478 @@ man/man1/ps2pdf13.1
 man/man1/ps2pdf14.1
 man/man1/ps2pdfwr.1
 man/man1/ps2ps.1
-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
+share/doc/ghostscript/${PKGVERSION}/COPYING
+share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.pdf
+share/doc/ghostscript/${PKGVERSION}/Ghostscript.pdf
+share/doc/ghostscript/${PKGVERSION}/News.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

Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.42 pkgsrc/print/ghostscript-agpl/distinfo:1.43
--- pkgsrc/print/ghostscript-agpl/distinfo:1.42 Mon Jan 16 10:41:37 2023
+++ pkgsrc/print/ghostscript-agpl/distinfo      Sun Apr 23 09:19:13 2023
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.42 2023/01/16 10:41:37 adam Exp $
+$NetBSD: distinfo,v 1.43 2023/04/23 09:19:13 wiz Exp $
 
-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
+BLAKE2s (ghostscript-10.01.0.tar.xz) = a625a99209bb9ef75313de4b421c6c056eb7d946bde657d6912d7fd1a97ca4b5
+SHA512 (ghostscript-10.01.0.tar.xz) = b679b35bcdcf211d6aa41a571225a50449e7e36def75cf37fee8f06889df3a5a9726a7aef2fd5ae819c2071cb6fcf8712741cd2c131c9341b60936e684bd8d98
+Size (ghostscript-10.01.0.tar.xz) = 67564800 bytes
 SHA1 (patch-base_gserrors_h) = 36c8fcf27fcb0bfdcc075ad96efe3e44fb727d9a
 SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
 SHA1 (patch-base_mkromfs.c) = 9d9afbd0fbb8c70c8f4f7de3cadc5b54541f0db0
 SHA1 (patch-base_ttobjs.h) = 378ad7d316a4a9dc53b9c8e612582a7c8e9b3688
 SHA1 (patch-base_unix-dll.mak) = 8076ce689807872bf94b552daaf9547b646ca249
-SHA1 (patch-configure) = 0d018180a4d0796d6050bf65f0111a343739f010
+SHA1 (patch-configure) = c448faa2f588dd8d7f58a9c1498b3dc5e903a5e2
 SHA1 (patch-devices_devs.mak) = e9937d401a278cc6d0a6d4cff78c526375bc18ca

Index: pkgsrc/print/ghostscript-agpl/hacks.mk
diff -u pkgsrc/print/ghostscript-agpl/hacks.mk:1.2 pkgsrc/print/ghostscript-agpl/hacks.mk:1.3
--- pkgsrc/print/ghostscript-agpl/hacks.mk:1.2  Wed Dec 13 13:02:06 2017
+++ pkgsrc/print/ghostscript-agpl/hacks.mk      Sun Apr 23 09:19:13 2023
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.2 2017/12/13 13:02:06 gdt Exp $
+# $NetBSD: hacks.mk,v 1.3 2023/04/23 09:19:13 wiz Exp $
 
 ### [Tue Jan  9 15:57:05 EST 2007 : tv]
 ### Interix has u_int64_t, but not uint64_t
@@ -30,7 +30,7 @@ post-patch:
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${X11_TYPE} == "native" && !empty(MACHINE_PLATFORM:MNetBSD-7.*) && \
+.if ${X11_TYPE} == "native" && ${MACHINE_PLATFORM:MNetBSD-7.*} && \
        !exists(/usr/X11R7/include/freetype2/ftttdrv.h)
 BUILDLINK_TARGETS+=    buildlink-freetype2-ftttdrv.h
 buildlink-freetype2-ftttdrv.h:

Index: pkgsrc/print/ghostscript-agpl/patches/patch-configure
diff -u pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.9 pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.10
--- pkgsrc/print/ghostscript-agpl/patches/patch-configure:1.9   Fri May 27 08:26:52 2022
+++ pkgsrc/print/ghostscript-agpl/patches/patch-configure       Sun Apr 23 09:19:13 2023
@@ -1,13 +1,13 @@
-$NetBSD: patch-configure,v 1.9 2022/05/27 08:26:52 adam Exp $
+$NetBSD: patch-configure,v 1.10 2023/04/23 09:19:13 wiz Exp $
 
 Use system zlib for linking.
 Add rpath.
 Get all LDFLAGS for FreeType2.
 Use correct install_name with path on Darwin.
 
---- configure.orig     2022-04-04 13:48:49.000000000 +0000
+--- configure.orig     2023-03-22 09:33:42.000000000 +0000
 +++ configure
-@@ -4036,7 +4036,7 @@ CFLAGSAUX_STANDARDTMP="\$(CFLAGS_STANDAR
+@@ -4834,7 +4834,7 @@ CFLAGSAUX_STANDARDTMP="\$(CFLAGS_STANDAR
  CFLAGSAUX_DEBUGTMP="\$(CFLAGS_DEBUG)"
  CFLAGSAUX_PROFILETMP="\$(CFLAGS_PROFILE)"
  LDFLAGSAUXTMP="\$(LDFLAGS)"
@@ -16,7 +16,7 @@ Use correct install_name with path on Da
  
  # purposefully do not include "help" output for this
  # Check whether --enable-save_confaux was given.
-@@ -4667,10 +4667,7 @@ case $host in
+@@ -5590,10 +5590,7 @@ case $host in
          *-sun*|*-solaris*)
          CC_OPT_FLAGS_TO_TRY="-O2 -DNDEBUG"
          CFLAGS_LARGEFILE="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
@@ -28,16 +28,16 @@ Use correct install_name with path on Da
          if test x"$GCC" = x"yes"; then
              CC_OPT_FLAGS_TO_TRY="-O2 -DNDEBUG"
              CC_DBG_FLAGS_TO_TRY="-gdwarf-2 -g3 -O0"
-@@ -7605,7 +7602,7 @@ fi
+@@ -8701,7 +8698,7 @@ fi
  fi
  
  if test x$with_libpaper != xno; then
 -    LIBS="$LIBS -lpaper"
 +    LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper"
  
- $as_echo "#define USE_LIBPAPER 1" >>confdefs.h
+ printf "%s\n" "#define USE_LIBPAPER 1" >>confdefs.h
  
-@@ -11530,11 +11527,11 @@ case $host in
+@@ -12805,11 +12802,11 @@ case $host in
      ;;
      *-darwin*)
        DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS"
@@ -54,7 +54,7 @@ Use correct install_name with path on Da
        DYNAMIC_LIBS=""
        SO_LIB_EXT=".dylib"
      ;;
-@@ -11550,11 +11547,11 @@ case $host in
+@@ -12825,11 +12822,11 @@ case $host in
          #fi
          # ^^^ untested
        fi



Home | Main Index | Thread Index | Old Index