diff options
author | max <max@FreeBSD.org> | 1997-10-13 23:14:50 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-13 23:14:50 +0000 |
commit | 6976e575e7485ba05d0f56fc0c2516f721523921 (patch) | |
tree | 5c608527831b42b7862c705d93eccb8c9dcbd7cc /japanese/dvi2ps | |
parent | 550e73a3b12f7d3014b8165c0e96325e14994d9c (diff) | |
download | FreeBSD-ports-6976e575e7485ba05d0f56fc0c2516f721523921.zip FreeBSD-ports-6976e575e7485ba05d0f56fc0c2516f721523921.tar.gz |
Update this port to reflect the recent changes to japanese/ptex-* ports.
PR: 4752
Submitted by: maintainer
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r-- | japanese/dvi2ps/files/patch-ab | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/japanese/dvi2ps/files/patch-ab b/japanese/dvi2ps/files/patch-ab index 422713f..e1bdef1 100644 --- a/japanese/dvi2ps/files/patch-ab +++ b/japanese/dvi2ps/files/patch-ab @@ -1,8 +1,8 @@ -*** /dev/null Tue Nov 12 22:50:07 1996 ---- lib/fontdesc Tue Nov 12 22:51:33 1996 +*** /dev/null Mon Oct 13 13:41:43 1997 +--- lib/fontdesc Mon Oct 13 13:43:32 1997 *************** *** 0 **** ---- 1,32 ---- +--- 1,34 ---- + # + # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection. + # Print out Japanese by printer font and English by pk font. @@ -15,7 +15,8 @@ + define f /usr/local/lib/fonts + define af /usr/local/share/tex/jfonts/jfms + define pf /usr/local/lib/texmf/fonts/public/ptex -+ define nsf /usr/local/share/tex/jfonts/ ++ define pfnew /usr/local/share/texmf/fonts/tfm/ptex ++ define nsf /usr/local/share/tex/jfonts + + include dvi2.ps + @@ -33,5 +34,6 @@ + include fonts/ascfix-c.ps + font jfm * 0 $af/%f.tfm + font jfm * 0 $pf/tfm/%f.tfm ++ font jfm * 0 $pfnew/%f.tfm + builtin min JINA "/Ryumin-Light-H Ryumin-Metrics Set-New-Metrics" + builtin goth JINA "/GothicBBB-Medium-H Gothic-Metrics Set-New-Metrics" |