diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-05-04 05:04:40 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-05-04 05:04:40 +0800 |
commit | 71878510a384c3a565996b1fe3de84ddde6dc02d (patch) | |
tree | 00cd4b42862bb1ed2b2af6bb803f9a7173856f44 | |
parent | 3754fb6f54eb20f7669096b2b44c27a94ad548d5 (diff) | |
download | freebsd-ports-gnome-71878510a384c3a565996b1fe3de84ddde6dc02d.tar.gz freebsd-ports-gnome-71878510a384c3a565996b1fe3de84ddde6dc02d.tar.zst freebsd-ports-gnome-71878510a384c3a565996b1fe3de84ddde6dc02d.zip |
Due to ghostscript update.
PR: ports/51681
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
-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" |