diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-03 21:04:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-05-03 21:04:40 +0000 |
commit | fb3e92ce854671c44b582f42b5810941052ec4ec (patch) | |
tree | 1467ba4f6cacd33dd53a2a56eff03e7c6196ab15 /chinese | |
parent | Upgrade to 2.3.11. (diff) |
Due to ghostscript update.
PR: ports/51681
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Notes
Notes:
svn path=/head/; revision=80069
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ttfm/files/patch-modules::gscjk.ttfm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/ttfm/files/patch-modules::gscjk.ttfm b/chinese/ttfm/files/patch-modules::gscjk.ttfm index 893ee02eb6e4..e9c729382dcf 100644 --- a/chinese/ttfm/files/patch-modules::gscjk.ttfm +++ b/chinese/ttfm/files/patch-modules::gscjk.ttfm @@ -16,7 +16,7 @@ +# This script can handle both CID and TrueType fonts. + +# Name & version -+export NAME; NAME="Ghostscript 7.05 TTF Font Manager" ++export NAME; NAME="Ghostscript 7.06 TTF Font Manager" +export VERSION; VERSION=1.0 + +# Global constants @@ -30,7 +30,7 @@ +export CJKCIDPath; CJKCIDPath="${GS6CJKPath}/CIDFont" +# Not used +# export CJKTTFPath; CJKTTFPath="${GS6CJKPath}/TrueType" -+export GS6LibPath; GS6LibPath="${GS6Path}/7.05/lib" ++export GS6LibPath; GS6LibPath="${GS6Path}/7.06/lib" +export DefaultMing_Name; DefaultMing_Name="DEFAULT-MING" +export DefaultKai_Name; DefaultKai_Name="DEFAULT-KAI" +export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXXXXX`" @@ -65,7 +65,7 @@ + echo + echo "Usage: $NAME [option]" + echo -+ echo " --check check Ghostscript 7.05 settings" ++ echo " --check check Ghostscript 7.06 settings" + echo " --add <file>... install CID font" + echo " --add [alias=]<file>... install TTF font" + echo " --remove <file>... remove font from the system" |