Sun Oct 7 14:19:19 2012 UTC ()
(1) Bump version 8.71 to 9.05 (importing from wip/ghostscript).
  For the Changes: See
    share/ghostscript/9.05/doc/History9.htm
  Or
    work/ghostscript-9.05/doc/History9.htm
  Upstream releases and their date are:
        Version 9.05 (2012-02-08)
        Version 9.04 (2011-08-05)
        Version 9.02 (2011-03-30)
        Version 9.01 (2011-02-07)
        Version 9.00 (2010-09-14)

(2) Resolve pkg PR/44400.
options.mk:
  - Have new option disable-compile-inits
Makefile
  - rename cidfmap to cidfmap-dist (post-extract:)

(3) Have new file Makefile.common to share with
    fonts/ghostscript-cidfonts
    fonts/ghostscript-cidfonts-ryumin
  to set ${GS_VERSION}, and then ${GS_RESOURCEDIR}.

(4) options.mk
 - Add new options,
   disable-compile-inits
 - Add following line for non X11 installation
   CONFIGURE_ARGS+=       --disable-freetype
 - Name change
   pstorater.convs -> gstoraster.convs

(5) PLIST
  So many changes, but just a note:
  -share/ghostscript/${PKGVERSION}/doc/README
   share/ghostscript/${PKGVERSION}/doc/Readme.htm

(6)
patches directory:
Removed, for upstream included.
------
patch-aa   9.00	base/gsnogc.c
patch-ab   9.05	base/unixinst.mak
patch-ac   9.00	ase/gdevpx.c
patch-ad   9.04	lib/pv.sh
patch-ae   9.00	psi/zfile.c
patch-ag   9.00	cups/cups.mak

patch-ak   9.04	->  a part left in patch-base_gdevpng.c
patch-am   9.00	lib/pdf2dsc.ps

patch-ba   9.00	psi/idosave.h
patch-bb   9.00	psi/isave.c	(CVS-2010-1628)
patch-bc   9.00	psi/ialloc.c	(CVS-2010-1628)

patch-bd   9.00 (1) bug #691029 and #691108
           9.00 (2) arrayoption() macro
	   9.00 (3) silence compiler warning

Modified, or unchanged
------
patch-af  (Add comments from former commit log, and adjust)
patch-ah  (Add comments from former commit log, and adjust)
patch-ai  (Add comments from former commit log, and adjust)
patch-aj  (unchanged)
patch-al  (unchanged)
patch-an  (Add comments from former commit log, and adjust)

Added
--------
patch-base_gdevpng.c	(a part of previous patch-ak)
patch-base_gserrors_h	(silence compile warning)
patch-configure.ac	(For just a record, see patch-ah (configure))
patch-freetype_include_freetype_internal_t1types_h (To avoid redifintion of T1_EncodingType_ )
patch-openjpeg_libopenjpeg_opj_malloc_h (To avoid undefined ref. to memalign)

OK'ed by wiz@, thanks a lot.


(mef)
diff -r1.88 -r1.89 pkgsrc/print/ghostscript/Makefile
diff -r1.16 -r1.17 pkgsrc/print/ghostscript/PLIST
diff -r1.38 -r1.39 pkgsrc/print/ghostscript/distinfo
diff -r1.11 -r1.12 pkgsrc/print/ghostscript/options.mk
diff -r1.1 -r1.2 pkgsrc/print/ghostscript/patches/patch-CVE-2012-4405
diff -r1.6 -r1.7 pkgsrc/print/ghostscript/patches/patch-af
diff -r1.5 -r1.6 pkgsrc/print/ghostscript/patches/patch-ah
diff -r1.4 -r1.5 pkgsrc/print/ghostscript/patches/patch-ai
diff -r1.3 -r1.4 pkgsrc/print/ghostscript/patches/patch-an
diff -r0 -r1.1 pkgsrc/print/ghostscript/patches/patch-base_gdevpng.c
diff -r0 -r1.1 pkgsrc/print/ghostscript/patches/patch-base_gserrors_h
diff -r0 -r1.1 pkgsrc/print/ghostscript/patches/patch-configure.ac
diff -r0 -r1.1 pkgsrc/print/ghostscript/patches/patch-freetype_include_freetype_internal_t1types_h
diff -r0 -r1.1 pkgsrc/print/ghostscript/patches/patch-openjpeg_libopenjpeg_opj_malloc_h

cvs diff -r1.88 -r1.89 pkgsrc/print/ghostscript/Makefile (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/Makefile 2012/10/03 21:57:17 1.88
+++ pkgsrc/print/ghostscript/Makefile 2012/10/07 14:19:18 1.89
@@ -1,47 +1,50 @@ @@ -1,47 +1,50 @@
1# $NetBSD: Makefile,v 1.88 2012/10/03 21:57:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.89 2012/10/07 14:19:18 mef Exp $
2 2
3DISTNAME= ghostscript-8.71 3DISTNAME= ghostscript-${GS_VERSION}
4PKGREVISION= 11 
5CATEGORIES= print 4CATEGORIES= print
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
7MASTER_SITES+= http://ghostscript.com/releases/ 6MASTER_SITES+= http://ghostscript.com/releases/
 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://ghostscript.sourceforge.net/ 10HOMEPAGE= http://ghostscript.sourceforge.net/
11COMMENT= Postscript interpreter 11COMMENT= Postscript interpreter
12 12
13# Plus adobe verbatim for Resources/CMap. 13# Plus adobe verbatim for Resources/CMap.
14LICENSE= gnu-gpl-v3 14LICENSE= gnu-gpl-v3
15 15
 16.include "Makefile.common"
 17
16DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts 18DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
17 19
18CONFLICTS+= ghostscript-afpl-[0-9]* 20CONFLICTS+= ghostscript-afpl-[0-9]*
19CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* 21CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]*
20CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* 22CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]*
21 23
22PKG_DESTDIR_SUPPORT= user-destdir 
23 
24USE_TOOLS+= gmake perl:run lex pkg-config 24USE_TOOLS+= gmake perl:run lex pkg-config
 25USE_LANGUAGES+= c c++
25GNU_CONFIGURE= yes 26GNU_CONFIGURE= yes
26UNLIMIT_RESOURCES+= datasize # gsromfs1.c 27UNLIMIT_RESOURCES+= datasize # gsromfs1.c
27 28
28BUILD_TARGET= so 29BUILD_TARGET= so
29INSTALL_TARGET= soinstall 30INSTALL_TARGET= soinstall
30CONFIGURE_ARGS+= -with-omni=no # otherwise pulls in libstdc++ 31CONFIGURE_ARGS+= -with-omni=no # otherwise pulls in libstdc++
31 32
32REPLACE_PERL+= lib/fixmswrd.pl 33REPLACE_PERL+= lib/fixmswrd.pl
33 34
34GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${PKGVERSION}/Resource 35GS_RESOURCEDIR= ${PREFIX}/share/ghostscript/${PKGVERSION}/Resource
 36# MESSAGE file substitution
 37MESSAGE_SUBST+= GS_RESOURCEDIR=${GS_RESOURCEDIR}
35 38
36# XXX make sure the local jpeg headers are found before those pulled 39# XXX make sure the local jpeg headers are found before those pulled
37# in indirectly by cups bl3 40# in indirectly by cups bl3
38CPPFLAGS+= -Ijpeg 41CPPFLAGS+= -Ijpeg
39 42
40.include "../../mk/bsd.prefs.mk" 43.include "../../mk/bsd.prefs.mk"
41.include "../../mk/compiler.mk" 44.include "../../mk/compiler.mk"
42 45
43.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4") 46.if defined(PAPERSIZE) && (${PAPERSIZE} == "A4" || ${PAPERSIZE} == "a4")
44CFLAGS+= -DA4 47CFLAGS+= -DA4
45.endif 48.endif
46 49
47REQD_DIRS+= share/ghostscript 50REQD_DIRS+= share/ghostscript
@@ -59,35 +62,41 @@ CONFIGURE_ENV+= ac_cv_func_fopen64=no @@ -59,35 +62,41 @@ CONFIGURE_ENV+= ac_cv_func_fopen64=no
59# On Linux-*-x86_64, there was an error message: 62# On Linux-*-x86_64, there was an error message:
60# gp_unix.o: relocation R_X86_64_32 against `a local symbol' can not be 63# gp_unix.o: relocation R_X86_64_32 against `a local symbol' can not be
61# used when making a shared object; recompile with -fPIC 64# used when making a shared object; recompile with -fPIC
62.if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang) 65.if !empty(PKGSRC_COMPILER:Mgcc) || !empty(PKGSRC_COMPILER:Mclang)
63CFLAGS+= -fPIC 66CFLAGS+= -fPIC
64.endif 67.endif
65 68
66# Interim IRIX build fix, the real problem is that fontconfig.pc doesn't 69# Interim IRIX build fix, the real problem is that fontconfig.pc doesn't
67# require linking against libiconv when it should do so. 70# require linking against libiconv when it should do so.
68.if ${OPSYS} == "IRIX" 71.if ${OPSYS} == "IRIX"
69BUILDLINK_TRANSFORM+= l:fontconfig:fontconfig:iconv 72BUILDLINK_TRANSFORM+= l:fontconfig:fontconfig:iconv
70.endif 73.endif
71 74
72CONFIGURE_ENV+= LPLIBDIR=${LOCALBASE}/lib 75CONFIGURE_ENV+= LPLIBDIR=${PREFIX}/lib
 76
 77.include "options.mk"
73 78
74post-extract: 79post-extract:
75 ${MKDIR} ${WRKSRC}/bin 80 ${MKDIR} ${WRKSRC}/bin
76 ${MKDIR} ${WRKSRC}/obj 81 ${MKDIR} ${WRKSRC}/obj
77# ${RM} -rf ${WRKSRC}/jasper 82# ${RM} -rf ${WRKSRC}/jasper
78 ${RM} -rf ${WRKSRC}/libpng 83 ${RM} -rf ${WRKSRC}/libpng
79 ${RM} -rf ${WRKSRC}/tiff 84# ${RM} -rf ${WRKSRC}/tiff
80# ${RM} -rf ${WRKSRC}/zlib 85# ${RM} -rf ${WRKSRC}/zlib
 86#
 87# To allow outside customization, rename cidfmap
 88# (if you look at inside of the file, it is logically empty)
 89.if !empty(PKG_OPTIONS:Mdisable-compile-inits)
 90 (cd ${WRKSRC}/Resource/Init/; ${MV} cidfmap cidfmap.dist)
 91.endif
81 92
82post-install: 93post-install:
83 ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs 94 ${LN} -sf gsc ${DESTDIR}${PREFIX}/bin/gs
84 95
85.include "options.mk" 
86 
87.include "../../print/libpaper/buildlink3.mk" 96.include "../../print/libpaper/buildlink3.mk"
88.include "../../graphics/png/buildlink3.mk" 97.include "../../graphics/png/buildlink3.mk"
89.include "../../graphics/tiff/buildlink3.mk" 98.include "../../graphics/tiff/buildlink3.mk"
90.include "../../devel/zlib/buildlink3.mk" 99.include "../../devel/zlib/buildlink3.mk"
91# pkgsrc jasper is too new 100# pkgsrc jasper is too new
92#.include "../../graphics/jasper/buildlink3.mk" 101#.include "../../graphics/jasper/buildlink3.mk"
93.include "../../mk/bsd.pkg.mk" 102.include "../../mk/bsd.pkg.mk"

cvs diff -r1.16 -r1.17 pkgsrc/print/ghostscript/Attic/PLIST (expand / switch to unified diff)

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

cvs diff -r1.38 -r1.39 pkgsrc/print/ghostscript/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/Attic/distinfo 2012/09/12 11:27:05 1.38
+++ pkgsrc/print/ghostscript/Attic/distinfo 2012/10/07 14:19:18 1.39
@@ -1,24 +1,17 @@ @@ -1,24 +1,17 @@
1$NetBSD: distinfo,v 1.38 2012/09/12 11:27:05 drochner Exp $ 1$NetBSD: distinfo,v 1.39 2012/10/07 14:19:18 mef Exp $
2 2
3SHA1 (ghostscript-8.71.tar.gz) = 629299140f612fac32f6289be0904107dfd1b555 3SHA1 (ghostscript-9.05.tar.bz2) = 1a54a846e90ae95b5307f4f0459d044b9597d8cf
4RMD160 (ghostscript-8.71.tar.gz) = efce74cf22cf99b2b1a145df466e79a86e3dfefb 4RMD160 (ghostscript-9.05.tar.bz2) = 27935f60083b788b2793b19ee42f3663082ba084
5Size (ghostscript-8.71.tar.gz) = 25240801 bytes 5Size (ghostscript-9.05.tar.bz2) = 28279634 bytes
6SHA1 (patch-CVE-2012-4405) = 994d07c0d3e7daf206e4e93ffdeae1a44a457656 6SHA1 (patch-CVE-2012-4405) = 1dcb4cfeceb366c144e0a1337c6ccc2d8e13e4ca
7SHA1 (patch-aa) = 31f2107c474398a350916df6fe793a5920f81169 7SHA1 (patch-af) = 77683ee52c886ecc0efe23e2b62fca533a187a09
8SHA1 (patch-ab) = 7a98cad37f94394f172bdac23f5dd73fb1f08006 8SHA1 (patch-ah) = 7a20008f9b3974cd93a4398958692a2df286919a
9SHA1 (patch-ac) = b1f71dc446f433be0b07b0511dc1028e8e3b77f3 9SHA1 (patch-ai) = 8a3de7e097d3d893a0de4ea2936acf192f770c65
10SHA1 (patch-ad) = 8b3b743b2d6405ea35bfb16970942ecd55702401 
11SHA1 (patch-ae) = e015d340a69da3881d4c95ae169ff255f1ffcfd4 
12SHA1 (patch-af) = 13aa7b5159cbd5413353b48380d5665ed879fe64 
13SHA1 (patch-ag) = bdfbe40c849537d84ac2b3def4a0a3a87ecc152f 
14SHA1 (patch-ah) = 2007d42df0bf1d93af90dedaadc882da9fc3e5bc 
15SHA1 (patch-ai) = ad69ddd4a4bd50cf2263ac6c6d17a59798ef3124 
16SHA1 (patch-aj) = 620d921210b5c0efec0a84e33bc416e4ab4bd11c 10SHA1 (patch-aj) = 620d921210b5c0efec0a84e33bc416e4ab4bd11c
17SHA1 (patch-ak) = faa53c79c1a85317195baf76d8298767b6434636 
18SHA1 (patch-al) = 86489b704c60320385794c3eb68170d9b9f1f6cc 11SHA1 (patch-al) = 86489b704c60320385794c3eb68170d9b9f1f6cc
19SHA1 (patch-am) = 47a994e902d565f2a06b054766d6fa93c7534d21 12SHA1 (patch-an) = 22ed9965aec5d540adb31334d8dd9e05eab8e0c2
20SHA1 (patch-an) = 875360319e486f4606627d8cfa3dbffd48d76130 13SHA1 (patch-base_gdevpng.c) = 24120e26bd2a846f6d4c8ab9753dfe91f151343f
21SHA1 (patch-ba) = 9c9f9aa27bcbcb43c9eb3b7f7ae6d70fb6545057 14SHA1 (patch-base_gserrors_h) = fde64bd096a6e6f94005c8352a6295df06c19bae
22SHA1 (patch-bb) = 6487b61fafe39a4ac8141b9f84044fc210df66ac 15SHA1 (patch-configure.ac) = 450053cef6948c638bf8f72cfcba7391edb33600
23SHA1 (patch-bc) = c35ee6c3075b89714fbb74956d68747d3c17bf9c 16SHA1 (patch-freetype_include_freetype_internal_t1types_h) = 2f56641fb51555b83fd313534bd618764365aee0
24SHA1 (patch-bd) = f7a0448317118bd46d84d9cbc8f4c553175f1e74 17SHA1 (patch-openjpeg_libopenjpeg_opj_malloc_h) = 383db0c5909b9d7b33f8da341d82159dbf8594b5

cvs diff -r1.11 -r1.12 pkgsrc/print/ghostscript/Attic/options.mk (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/Attic/options.mk 2010/12/23 11:44:54 1.11
+++ pkgsrc/print/ghostscript/Attic/options.mk 2012/10/07 14:19:18 1.12
@@ -1,48 +1,62 @@ @@ -1,48 +1,62 @@
1# $NetBSD: options.mk,v 1.11 2010/12/23 11:44:54 dsainty Exp $ 1# $NetBSD: options.mk,v 1.12 2012/10/07 14:19:18 mef Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript 3PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript
4PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig 4PKG_SUPPORTED_OPTIONS= x11 cups debug fontconfig disable-compile-inits
5PKG_SUGGESTED_OPTIONS= x11 fontconfig 5PKG_SUGGESTED_OPTIONS= x11 fontconfig
6 6
7.include "../../mk/bsd.options.mk" 7.include "../../mk/bsd.options.mk"
8 8
 9# (no_cidfmap) when --disable-compile-inits selected,
 10# cidfmap is renamed to cidfmap.dist
 11PLIST_VARS+= no_cidfmap
 12
9.if !empty(PKG_OPTIONS:Mx11) 13.if !empty(PKG_OPTIONS:Mx11)
10CONFIGURE_ARGS+= --with-x 14CONFIGURE_ARGS+= --with-x
11.include "../../x11/libX11/buildlink3.mk" 15.include "../../x11/libX11/buildlink3.mk"
12.include "../../x11/libXt/buildlink3.mk" 16.include "../../x11/libXt/buildlink3.mk"
13.include "../../x11/libXext/buildlink3.mk" 17.include "../../x11/libXext/buildlink3.mk"
14.else 18.else
15CONFIGURE_ARGS+= --without-x 19CONFIGURE_ARGS+= --without-x
 20CONFIGURE_ARGS+= --disable-freetype
16.endif 21.endif
17 22
18PLIST_VARS+= cups 23PLIST_VARS+= cups
19.if !empty(PKG_OPTIONS:Mcups) 24.if !empty(PKG_OPTIONS:Mcups)
20CONFIGURE_ARGS+= --enable-cups 25CONFIGURE_ARGS+= --enable-cups
21PLIST.cups= yes 26PLIST.cups= yes
22INSTALL_TARGET+= install-cups 27INSTALL_TARGET+= install-cups
23 28
24CUPS_CONFDIR?= ${PKG_SYSCONFBASEDIR}/cups 29CUPS_CONFDIR?= ${PKG_SYSCONFBASEDIR}/cups
25CUPS_EGDIR= ${PREFIX}/share/examples/cups 30CUPS_EGDIR= ${PREFIX}/share/examples/cups
26CONF_FILES+= ${CUPS_EGDIR}/pstoraster.convs ${CUPS_CONFDIR}/pstoraster.convs 31CONF_FILES+= ${CUPS_EGDIR}/gstoraster.convs ${CUPS_CONFDIR}/gstoraster.convs
27 32
28SUBST_CLASSES+= cupsetc 33SUBST_CLASSES+= cupsetc
29SUBST_STAGE.cupsetc= post-extract 34SUBST_STAGE.cupsetc= post-extract
30SUBST_MESSAGE.cupsetc= Fixing CUPS etc directory path to install as example 35SUBST_MESSAGE.cupsetc= Fixing CUPS etc directory path to install as example
31SUBST_FILES.cupsetc= cups/cups.mak 36SUBST_FILES.cupsetc= cups/cups.mak
32SUBST_SED.cupsetc= -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g' 37SUBST_SED.cupsetc= -e 's|$$(CUPSSERVERROOT)|${CUPS_EGDIR}|g'
33 38
34.include "../../print/cups/buildlink3.mk" 39.include "../../print/cups/buildlink3.mk"
35.include "../../mk/jpeg.buildlink3.mk" 40.include "../../mk/jpeg.buildlink3.mk"
36.else 41.else
37CONFIGURE_ARGS+= --disable-cups 42CONFIGURE_ARGS+= --disable-cups
38.endif 43.endif
39 44
40.if !empty(PKG_OPTIONS:Mdebug) 45.if !empty(PKG_OPTIONS:Mdebug)
41CONFIGURE_ARGS+= --enable-debug 46CONFIGURE_ARGS+= --enable-debug
42.endif 47.endif
43 48
44.if !empty(PKG_OPTIONS:Mfontconfig) 49.if !empty(PKG_OPTIONS:Mfontconfig)
45.include "../../fonts/fontconfig/buildlink3.mk" 50.include "../../fonts/fontconfig/buildlink3.mk"
46.else 51.else
47CONFIGURE_ARGS+= --disable-fontconfig 52CONFIGURE_ARGS+= --disable-fontconfig
 53CONFIGURE_ARGS+= --disable-freetype
 54.endif
 55
 56# Please note the same if condition is in post-extract: target in Makefile
 57.if !empty(PKG_OPTIONS:Mdisable-compile-inits)
 58CONFIGURE_ARGS+= --disable-compile-inits
 59PLIST.no_cidfmap= YES
 60.else
 61PLIST.cidfmap= YES
48.endif 62.endif

cvs diff -r1.1 -r1.2 pkgsrc/print/ghostscript/patches/Attic/patch-CVE-2012-4405 (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/patches/Attic/patch-CVE-2012-4405 2012/09/12 11:27:05 1.1
+++ pkgsrc/print/ghostscript/patches/Attic/patch-CVE-2012-4405 2012/10/07 14:19:18 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-CVE-2012-4405,v 1.1 2012/09/12 11:27:05 drochner Exp $ 1$NetBSD: patch-CVE-2012-4405,v 1.2 2012/10/07 14:19:18 mef Exp $
2 2
3from RedHat bug #854227 3from RedHat bug #854227
4 4
5--- icclib/icc.c.orig 2009-07-28 07:48:19.000000000 +0000 5--- icclib/icc.c.orig 2009-07-28 07:48:19.000000000 +0000
6+++ icclib/icc.c 6+++ icclib/icc.c
7@@ -5006,6 +5006,11 @@ static int icmLut_read( 7@@ -4996,6 +4996,11 @@
8 p->clutPoints = read_UInt8Number(bp+10); 8 p->clutPoints = read_UInt8Number(bp+10);
9  9
10 /* Sanity check */ 10 /* Sanity check */
11+ if (p->inputChan < 1) { 11+ if (p->inputChan < 1) {
12+ sprintf(icp->err,"icmLut_read: No input channels!"); 12+ sprintf(icp->err,"icmLut_read: No input channels!");
13+ return icp->errc = 1; 13+ return icp->errc = 1;
14+ } 14+ }
15+ 15+
16 if (p->inputChan > MAX_CHAN) { 16 if (p->inputChan > MAX_CHAN) {
17 sprintf(icp->err,"icmLut_read: Can't handle > %d input channels\n",MAX_CHAN); 17 sprintf(icp->err,"icmLut_read: Can't handle > %d input channels\n",MAX_CHAN);
18 return icp->errc = 1; 18 return icp->errc = 1;

cvs diff -r1.6 -r1.7 pkgsrc/print/ghostscript/patches/Attic/patch-af (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/patches/Attic/patch-af 2010/02/23 20:31:26 1.6
+++ pkgsrc/print/ghostscript/patches/Attic/patch-af 2012/10/07 14:19:18 1.7
@@ -1,41 +1,47 @@ @@ -1,41 +1,47 @@
1$NetBSD: patch-af,v 1.6 2010/02/23 20:31:26 drochner Exp $ 1$NetBSD: patch-af,v 1.7 2012/10/07 14:19:18 mef Exp $
2 2
3--- base/unix-dll.mak.orig 2009-10-19 20:24:53.000000000 +0000 3(From the log for revision 1.4 of print/ghostscript/patches/patch-af)
4+++ base/unix-dll.mak 4date: 2008/11/13 17:36:54; author: chuck; state: Exp; lines: +22 -4
5@@ -52,12 +52,12 @@ GS_SONAME_MAJOR_MINOR=$(GS_SONAME).$(GS_ 5ghostscript has hand-rolled shared lib handling in src/unix-dll.mak
6 LDFLAGS_SO=-shared -Wl,-soname=$(GS_SONAME_MAJOR) 6that does not do the right thing on Darwin (where shared libs are
 7created with different linking flags and use dylib rather than so
 8as an extension).
 9
 10You need to manually reconfigure unix-dll.mak to make it work, so
 11do it in hacks.mk.
 12
 13XXX: this still leaves the issue of libgs.so (et al.) being hardwired
 14in PLIST, instead of using libgs.dylib (et al.). i'm not sure of
 15the best way to fix that. at least it compiles now....
 16
 17--- base/unix-dll.mak.orig 2012-02-08 17:48:48.000000000 +0900
 18+++ base/unix-dll.mak 2012-04-01 10:55:27.000000000 +0900
 19@@ -58,10 +58,10 @@
 20
7  21
8 # MacOS X 22 # MacOS X
9-#GS_SOEXT=dylib 23-#GS_SOEXT=dylib
10-#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) 24-#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT)
11-#GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT) 25-#GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT)
12-#GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT) 26-#GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT)
13+#Darwin#GS_SOEXT=dylib 27+#Darwin#GS_SOEXT=dylib
14+#Darwin#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT) 28+#Darwin#GS_SONAME=$(GS_SONAME_BASE).$(GS_SOEXT)
15+#Darwin#GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT) 29+#Darwin#GS_SONAME_MAJOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_SOEXT)
16+#Darwin#GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT) 30+#Darwin#GS_SONAME_MAJOR_MINOR=$(GS_SONAME_BASE).$(GS_VERSION_MAJOR).$(GS_VERSION_MINOR).$(GS_SOEXT)
17 #LDFLAGS_SO=-dynamiclib -flat_namespace 31 #LDFLAGS_SO=-dynamiclib -flat_namespace
18-#LDFLAGS_SO=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR) 32 LDFLAGS_SO_MAC=-dynamiclib -install_name $(GS_SONAME_MAJOR_MINOR)
19+#Darwin#LDFLAGS_SO=-dynamiclib -install_name $(DESTDIR)$(libdir)/$(GS_SONAME_MAJOR) 
20 #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME) 33 #LDFLAGS_SO=-dynamiclib -install_name $(FRAMEWORK_NAME)
21  34@@ -85,11 +85,11 @@
22 GS_SO=$(BINDIR)/$(GS_SONAME) 35 # Build the small Ghostscript loaders, with Gtk+ and without
23@@ -80,15 +80,15 @@ $(GS_SO_MAJOR): $(GS_SO_MAJOR_MINOR) 
24  
25 $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER) 36 $(GSSOC_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
26 $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \ 37 $(GLCC) -g -o $(GSSOC_XE) $(PSSRC)dxmainc.c \
27- $(LDFLAGS) -L$(BINDIR) -l$(GS) 38- -L$(BINDIR) -l$(GS)
28+ $(LDFLAGS) -L$(BINDIR) -Wl,-R$(PREFIX)/lib -l$(GS) 39+ -L$(BINDIR) -Wl,-R$(PREFIX)/lib -l$(GS)
29  40
30 $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER) 41 $(GSSOX_XE): $(GS_SO) $(PSSRC)$(SOC_LOADER)
31 $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \ 42 $(GLCC) -g $(SOC_CFLAGS) -o $(GSSOX_XE) $(PSSRC)$(SOC_LOADER) \
32- $(LDFLAGS) -L$(BINDIR) -l$(GS) $(SOC_LIBS) 43- -L$(BINDIR) -l$(GS) $(SOC_LIBS)
33+ $(LDFLAGS) -L$(BINDIR) -Wl,-R$(PREFIX)/lib -l$(GS) $(SOC_LIBS) 44+ -L$(BINDIR) -l$(GS) -Wl,-R$(PREFIX)/lib -l$(GS) $(SOC_LIBS)
34  45
35 # ------------------------- Recursive make targets ------------------------- # 46 # ------------------------- Recursive make targets ------------------------- #
36  47
37-SODEFS=LDFLAGS='$(LDFLAGS) $(LDFLAGS_SO)'\ 
38+SODEFS=LDFLAGS='$(LDFLAGS)' LDFLAGS_SO='$(LDFLAGS_SO)'\ 
39 GS_XE=$(BINDIR)/$(SOBINRELDIR)/$(GS_SONAME_MAJOR_MINOR)\ 
40 STDIO_IMPLEMENTATION=c\ 
41 DISPLAY_DEV=$(DD)$(SOOBJRELDIR)/display.dev\ 

cvs diff -r1.5 -r1.6 pkgsrc/print/ghostscript/patches/Attic/patch-ah (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/patches/Attic/patch-ah 2010/06/13 22:45:15 1.5
+++ pkgsrc/print/ghostscript/patches/Attic/patch-ah 2012/10/07 14:19:18 1.6
@@ -1,77 +1,13 @@ @@ -1,77 +1,13 @@
1$NetBSD: patch-ah,v 1.5 2010/06/13 22:45:15 wiz Exp $ 1$NetBSD: patch-ah,v 1.6 2012/10/07 14:19:18 mef Exp $
2 2
3--- configure.orig 2010-02-10 20:31:30.000000000 +0000 3--- configure.orig 2011-08-05 20:12:44.000000000 +0900
4+++ configure 4+++ configure 2011-08-22 18:54:36.000000000 +0900
5@@ -8126,7 +8126,7 @@ fi 5@@ -5249,7 +5250,7 @@
6  
7 fi 6 fi
 7
8 if test x$with_libpaper != xno; then 8 if test x$with_libpaper != xno; then
9- LIBS="$LIBS -lpaper" 9- LIBS="$LIBS -lpaper"
10+ LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper" 10+ LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper"
11  11
12 cat >>confdefs.h <<\_ACEOF 12 $as_echo "#define USE_LIBPAPER 1" >>confdefs.h
13 #define USE_LIBPAPER 1 
14@@ -8739,9 +8739,9 @@ $as_echo "yes" >&6; } 
15 else 
16 { $as_echo "$as_me:$LINENO: result: no" >&5 
17 $as_echo "no" >&6; } 
18- { $as_echo "$as_me:$LINENO: checking for png_check_sig in -lpng" >&5 
19-$as_echo_n "checking for png_check_sig in -lpng... " >&6; } 
20-if test "${ac_cv_lib_png_png_check_sig+set}" = set; then 
21+ { $as_echo "$as_me:$LINENO: checking for png_sig_cmp in -lpng" >&5 
22+$as_echo_n "checking for png_sig_cmp in -lpng... " >&6; } 
23+if test "${ac_cv_lib_png_png_sig_cmp+set}" = set; then 
24 $as_echo_n "(cached) " >&6 
25 else 
26 ac_check_lib_save_LIBS=$LIBS 
27@@ -8759,11 +8759,11 @@ cat >>conftest.$ac_ext <<_ACEOF 
28 #ifdef __cplusplus 
29 extern "C" 
30 #endif 
31-char png_check_sig (); 
32+char png_sig_cmp (); 
33 int 
34 main () 
35 { 
36-return png_check_sig (); 
37+return png_sig_cmp (); 
38 ; 
39 return 0; 
40 } 
41@@ -8789,12 +8789,12 @@ $as_echo "$ac_try_echo") >&5 
42 test "$cross_compiling" = yes || 
43 $as_test_x conftest$ac_exeext 
44 }; then 
45- ac_cv_lib_png_png_check_sig=yes 
46+ ac_cv_lib_png_png_sig_cmp=yes 
47 else 
48 $as_echo "$as_me: failed program was:" >&5 
49 sed 's/^/| /' conftest.$ac_ext >&5 
50  
51- ac_cv_lib_png_png_check_sig=no 
52+ ac_cv_lib_png_png_sig_cmp=no 
53 fi 
54  
55 rm -rf conftest.dSYM 
56@@ -8802,9 +8802,9 @@ rm -f core conftest.err conftest.$ac_obj 
57 conftest$ac_exeext conftest.$ac_ext 
58 LIBS=$ac_check_lib_save_LIBS 
59 fi 
60-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_check_sig" >&5 
61-$as_echo "$ac_cv_lib_png_png_check_sig" >&6; } 
62-if test "x$ac_cv_lib_png_png_check_sig" = x""yes; then 
63+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_png_png_sig_cmp" >&5 
64+$as_echo "$ac_cv_lib_png_png_sig_cmp" >&6; } 
65+if test "x$ac_cv_lib_png_png_sig_cmp" = x""yes; then 
66  
67  
68 for ac_header in png.h 
69@@ -9203,7 +9203,7 @@ done 
70  
71 fi 
72  13
73- if test -z $LOCAL_LIBTIFF_VERSION && test "x$HAVE_SYSTEM_LIBTIFF" == x; then 
74+ if test -z $LOCAL_LIBTIFF_VERSION && test "x$HAVE_SYSTEM_LIBTIFF" = x; then 
75 { $as_echo "$as_me:$LINENO: Could not find a copy of libtiff on your system. 
76 Disabling tiff output devices." >&5 
77 $as_echo "$as_me: Could not find a copy of libtiff on your system. 

cvs diff -r1.4 -r1.5 pkgsrc/print/ghostscript/patches/Attic/patch-ai (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/patches/Attic/patch-ai 2009/02/16 16:31:30 1.4
+++ pkgsrc/print/ghostscript/patches/Attic/patch-ai 2012/10/07 14:19:18 1.5
@@ -1,13 +1,17 @@ @@ -1,13 +1,17 @@
1$NetBSD: patch-ai,v 1.4 2009/02/16 16:31:30 drochner Exp $ 1$NetBSD: patch-ai,v 1.5 2012/10/07 14:19:18 mef Exp $
2 2
3--- base/mkromfs.c.orig 2009-02-13 12:20:54.000000000 +0100 3replace BSD/Linux specific "qd" printf format specifier by "lld",
 4should fix build problem on Solaris reported by Joern Clausen
 5per PR pkg/40664
 6
 7--- base/mkromfs.c.orig 2009-02-13 12:20:54.000000000 +0100
4+++ base/mkromfs.c 8+++ base/mkromfs.c
5@@ -467,7 +467,7 @@ main(int argc, char *argv[]) 9@@ -1033,7 +1033,7 @@
6 #endif 10 #endif
7 fprintf(out,"\n#include \"stdint_.h\"\n"); 11 fprintf(out,"\n#include \"stdint_.h\"\n");
8 fprintf(out,"\n#include \"time_.h\"\n\n"); 12 fprintf(out,"\n#include \"time_.h\"\n\n");
9- fprintf(out," time_t gs_romfs_buildtime = %ld;\n\n", time(NULL)); 13- fprintf(out," time_t gs_romfs_buildtime = %ld;\n\n", time(NULL));
10+ fprintf(out," time_t gs_romfs_buildtime = %lld;\n\n", (long long)time(NULL)); 14+ fprintf(out," time_t gs_romfs_buildtime = %lld;\n\n", (long long)time(NULL));
11  15
12 /* process the remaining arguments (options interspersed with paths) */ 16 /* process the remaining arguments (options interspersed with paths) */
13 for (; atarg < argc; atarg++) {  17 for (; atarg < argc; atarg++) {

cvs diff -r1.3 -r1.4 pkgsrc/print/ghostscript/patches/Attic/patch-an (expand / switch to unified diff)

--- pkgsrc/print/ghostscript/patches/Attic/patch-an 2010/04/09 19:39:06 1.3
+++ pkgsrc/print/ghostscript/patches/Attic/patch-an 2012/10/07 14:19:18 1.4
@@ -1,16 +1,22 @@ @@ -1,16 +1,22 @@
1$NetBSD: patch-an,v 1.3 2010/04/09 19:39:06 drochner Exp $ 1$NetBSD: patch-an,v 1.4 2012/10/07 14:19:18 mef Exp $
2 2
3--- psi/imainarg.c.orig 2009-12-08 06:31:51.000000000 +0000 3Do some initialization of global stuff earlier, in particular before
4+++ psi/imainarg.c 4"@file" args get processed, fixes PR pkg/42984 from T. M. Pederson.
5@@ -194,6 +194,11 @@ gs_main_init_with_args(gs_main_instance  5I'm not 100% sure that this has no side effects (the initialization
6 return e_Fatal; 6order in gs is messy and undocumented) but I haven't found any within
7 } 7some weeks of testing.
 8
 9--- psi/imainarg.c.orig 2011-01-13 23:37:33.000000000 +0900
 10+++ psi/imainarg.c 2011-03-30 16:22:08.000000000 +0900
 11@@ -194,6 +194,11 @@
 12 return e_Fatal;
 13 }
8 } 14 }
9+ 15+
10+ code = gs_main_init1(minst); 16+ code = gs_main_init1(minst);
11+ if (code < 0) 17+ if (code < 0)
12+ return code; 18+ return code;
13+ 19+
14 while ((arg = arg_next(&args, &code)) != 0) { 20 while ((arg = arg_next(&args, &code)) != 0) {
15 switch (*arg) { 21 switch (*arg) {
16 case '-': 22 case '-':

File Added: pkgsrc/print/ghostscript/patches/Attic/patch-base_gdevpng.c
$NetBSD: patch-base_gdevpng.c,v 1.1 2012/10/07 14:19:18 mef Exp $

The patch was included in patches/patch-ak:
  revision 1.5
  date: 2011/01/15 14:08:10;  author: wiz;  state: Exp;  lines: +194 -29
  Fix build with png-1.5. Patch from John Bowler in private mail.

  and 'fix for build with png-1.5' is now included in upstream in different
  shape, so some left out is here:

--- base/gdevpng.c.orig	2011-08-05 20:12:20.000000000 +0900
+++ base/gdevpng.c	2011-08-22 19:04:12.000000000 +0900
@@ -40,8 +40,11 @@
 /*
  * libpng versions 1.0.3 and later allow disabling access to the stdxxx
  * files while retaining support for FILE * I/O.
+ *
+ * This is a misunderstanding - this is a build time option for libpng,
+ * it has no effect on a user of libpng.
  */
-#define PNG_NO_CONSOLE_IO
+/*#define PNG_NO_CONSOLE_IO*/
 /*
  * Earlier libpng versions require disabling FILE * I/O altogether.
  * This produces a compiler warning about no prototype for png_init_io.

File Added: pkgsrc/print/ghostscript/patches/Attic/patch-base_gserrors_h
$NetBSD: patch-base_gserrors_h,v 1.1 2012/10/07 14:19:18 mef Exp $
# This suppresses the noisy warning that __func__ redefined

--- base/gserrors.h.orig	2012-02-08 17:48:48.000000000 +0900
+++ base/gserrors.h	2012-03-24 07:26:35.000000000 +0900
@@ -53,6 +53,9 @@
 #define return_error(err) return gs_note_error(err)
 
 #if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L
+#  if (defined(__func__))
+#    undef __func__
+#  endif
 #  if defined(__GNUC__) && __GNUC__ >= 2
 #    define __func__ __FUNCTION__
 #  elif defined(__FUNCTION__)

File Added: pkgsrc/print/ghostscript/patches/Attic/patch-configure.ac
$NetBSD: patch-configure.ac,v 1.1 2012/10/07 14:19:18 mef Exp $

See patch-ah (configure)

--- base/configure.ac.orig	2011-08-05 20:12:20.000000000 +0900
+++ base/configure.ac	2011-08-22 19:10:30.000000000 +0900
@@ -404,7 +404,7 @@
 fi
 
 if test x$with_libpaper != xno; then
-    LIBS="$LIBS -lpaper"
+    LIBS="$LIBS -L${LPLIBDIR} -Wl,-R${LPLIBDIR} -lpaper"
     AC_DEFINE(USE_LIBPAPER, 1, [Using libpaper])
     CFLAGS="$CFLAGS -DUSE_LIBPAPER"
 fi

File Added: pkgsrc/print/ghostscript/patches/Attic/patch-freetype_include_freetype_internal_t1types_h
$NetBSD: patch-freetype_include_freetype_internal_t1types_h,v 1.1 2012/10/07 14:19:18 mef Exp $

To avoid redifintion of T1_EncodingType_ by:
.include "../../fonts/fontconfig/buildlink3.mk"
|
v
.include "../../graphics/freetype2/buildlink3.mk"

--- freetype/include/freetype/internal/t1types.h.orig	2011-08-05 20:12:21.000000000 +0900
+++ freetype/include/freetype/internal/t1types.h	2011-12-09 21:24:06.000000000 +0900
@@ -78,6 +78,7 @@
   } T1_EncodingRec, *T1_Encoding;
 
 
+#ifndef  __T1TABLES_H__
   typedef enum  T1_EncodingType_
   {
     T1_ENCODING_TYPE_NONE = 0,
@@ -87,6 +88,7 @@
     T1_ENCODING_TYPE_EXPERT
 
   } T1_EncodingType;
+#endif
 
 
   /* used to hold extra data of PS_FontInfoRec that

File Added: pkgsrc/print/ghostscript/patches/Attic/patch-openjpeg_libopenjpeg_opj_malloc_h
$NetBSD: patch-openjpeg_libopenjpeg_opj_malloc_h,v 1.1 2012/10/07 14:19:19 mef Exp $

To avoid following problem:
| gcc .. (omitted).. g -o ./sobin/gsc ./psi/dxmainc.c \
| -L./sobin -Wl,-R/usr/pkg/lib -lgs
| ./sobin/libgs.so: undefined reference to `memalign'
| gmake[2]: *** [sobin/gsc] Error 1

--- openjpeg/libopenjpeg/opj_malloc.h.orig	2012-04-18 22:36:57.000000000 +0900
+++ openjpeg/libopenjpeg/opj_malloc.h	2012-04-18 22:54:13.000000000 +0900
@@ -84,7 +84,7 @@
 	#if defined(__sun)
 		#define HAVE_MEMALIGN
 	/* Linux x86_64 and OSX always align allocations to 16 bytes */
-	#elif !defined(__amd64__) && !defined(__APPLE__)	
+	#elif !defined(__amd64__) && !defined(__APPLE__) && !defined(__NetBSD__) && !defined(__DragonFly__)
 		#define HAVE_MEMALIGN
 		#include <malloc.h>			
 	#endif