2011-03-30 15:03:15 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
add TODO for one strange problem not fixed yet
|
2011-03-30 14:49:24 by Makoto Fujiwara | Files touched by this commit (12) | |
Log message:
(1) ghostscript
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
|
2011-02-28 09:05:25 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Add motoya-fonts as an one of options.
PKG_OPTIONS.gcr_type= motoya
will enable that font for replacing Ryumin-Light or GhothicBBB.
Thanks ryoon @ NetBSD org to add fonts/motoya-fonts
|
2011-02-28 08:29:38 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Add umefont-ttf as an one of options.
For example:
PKG_OPTIONS.gcr_type= umefont
Thanks ryoon@ NetBSD org for the selection of size/weight.
|
2011-02-23 14:40:10 by Makoto Fujiwara | Files touched by this commit (16) | |
Log message:
Import ghostscript-cidfonts-ryumin-9.00 as wip/ghostscript-cidfonts-ryumin.
Ryumin-Light and GothicBBB are the most frequently used fonts
in Japanese documents. This package will add the capability for
gs to display Japanese document with those reference.
Options to choose alternate fonts for them, see options.mk,
and set to PKG_OPTIONS.gcr_type, currently default is ipa.
|