Makefile.common
bump the version 9.00 to 9.01
PLIST update
patches adjust for 9.01
patches/patch-af
patches/patch-an
options.mk (following line no longer used)
-PLIST_VARS+= cidfmap
(2) ghostscript-cidfonts
INSTALL/DESINSTALL
link destination inside to ghostscript moved.
- dest="${GS_RESOURCEDIR}/CIDFont/$base"
+ dest="${GS_RESOURCEDIR}/Init/CIDFont/$base"
(3) ghostscript-cidfonts-ryumin
files/cidfmap-adobe
missing the last LF char added
options.mk
(a) cidfmap is always to be installed
.if !empty(PKG_OPTIONS:Madobe-cidfonts)
+GS_CIDFMAP= cidfmap-adobe
(b) the same thing
-PLIST.cidfmap= yes
PLIST adjust
(a) cidfmap is allways to be installed
-${PLIST.cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap
+share/ghostscript/${PKGVERSION}/Resource/Init/cidfmap
(b) following line should be taken care by (2) ghostscript-cidfonts
-${PLIST.adobe} share/ghostscript/${PKGVERSION}/Resource/CIDFont
This is truely small changes from fonts/ghostscript-cidfonts. Say,
(1) Changes on GS_RESOURCEDIR variable to include ${GS_VERSION}
on its PATH (to fix PR/44400)
(2) pick ${GS_VERSION} not from executing `gs -v`, instead
set manually in Makefile.common
(3) Changes only for testing wip/ghostscript and
wip/ghostscript-cidfonts-ryumin
The line
-USE_TOOLS+= gs:run
will look for print/ghostscript via following line
mk/tools/replace.mk:TOOLS_DEPENDS.ghostscript=
This package enables Ghostscript to use the CID-keyed fonts provided in
the adobe-cidfonts package.