Date: Thu, 13 Mar 1997 17:58:24 +0900 (JST) From: mita@jp.FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org Subject: ports/2974: jp-dvi2ps Makefile and patch-ab are updated. Message-ID: <199703130858.RAA02088@jaga.fujita3.iis.u-tokyo.ac.jp> Resent-Message-ID: <199703130910.BAA15905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2974 >Category: ports >Synopsis: updated Makefile and patch-ab >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Thu Mar 13 01:10:01 PST 1997 >Last-Modified: >Originator: MITA Yoshio >Organization: IIS, the University of Tokyo >Release: FreeBSD 2.2-970225-GAMMA i386 >Environment: 2.2-970225-GAMMA >Description: patch-ab file in jp-dvi2ps-2.0g ports is updated. Updated patch-ab file creates a new fontdesc file. The new fontdesc file enables to convert dvi files including vertical writing. Requested by: kiriyamasan kiri@kiri.toba-cu.ac.jp >How-To-Repeat: >Fix: Apply this patch AFTER jp-vftool-1.2 (closest PR# ports/2961 ) is committed: diff -rcN japanese/dvi2ps.orig/Makefile japanese/dvi2ps/Makefile *** japanese/dvi2ps.orig/Makefile Mon Dec 30 19:02:47 1996 --- japanese/dvi2ps/Makefile Wed Mar 12 20:16:23 1997 *************** *** 15,20 **** --- 15,21 ---- BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf LIB_DEPENDS= VFlib\\.2\\.:${PORTSDIR}/japanese/vflib + RUN_DEPENDS= ${PREFIX}/share/fonts/virfonts:${PORTSDIR}/japanese/virfonts MAN1= dvi2ps.1 ../ja_JP.EUC/man1/dvi2ps.1 Binary files japanese/dvi2ps.orig/jp-dvi2ps-2.0g.tgz and japanese/dvi2ps/jp-dvi2ps-2.0g.tgz differ diff -rcN japanese/dvi2ps.orig/patches/patch-ab japanese/dvi2ps/patches/patch-ab *** japanese/dvi2ps.orig/patches/patch-ab Mon Dec 30 19:02:51 1996 --- japanese/dvi2ps/patches/patch-ab Wed Mar 12 21:10:46 1997 *************** *** 1,8 **** ! *** /dev/null Tue Nov 12 22:50:07 1996 ! --- lib/fontdesc Tue Nov 12 22:51:33 1996 *************** *** 0 **** ! --- 1,32 ---- + # + # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection. + # Print out Japanese by printer font and English by pk font. --- 1,8 ---- ! *** /dev/null Wed Mar 12 20:52:56 1997 ! --- lib/fontdesc Wed Mar 12 21:10:33 1997 *************** *** 0 **** ! --- 1,39 ---- + # + # dvi2ps fontdesc file for FreeBSD jtex209 and platex ports collection. + # Print out Japanese by printer font and English by pk font. *************** *** 16,21 **** --- 16,22 ---- + 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 vf /usr/local/share/fonts + + include dvi2.ps + *************** *** 28,37 **** + builtin dm%j SINR Ryumin-Light-H + builtin dg%j SINR GothicBBB-Medium-H + - + + # built-in kanji for ASCII Nihongo TeX ! + include fonts/ascfix-c.ps ! + font jfm * 0 $af/%f.tfm ! + font jfm * 0 $pf/tfm/%f.tfm ! + builtin min JINA "/Ryumin-Light-H Ryumin-Metrics Set-New-Metrics" ! + builtin goth JINA "/GothicBBB-Medium-H Gothic-Metrics Set-New-Metrics" --- 29,44 ---- + builtin dm%j SINR Ryumin-Light-H + builtin dg%j SINR GothicBBB-Medium-H + + # built-in kanji for ASCII Nihongo TeX ! + # First, convert ASCII dvi -> built-in kanji dvi by virtual font ! + font jvf * 0 $vf/virfonts/%f.vf ! + # then, use built-in kanji ! + font jfm * 0 $vf/virfonts/%f.tfm ! + builtin rml JSNR Ryumin-Light-H ! + builtin gbm JSNR GothicBBB-Medium-H ! + builtin rmlv JSNR Ryumin-Light-V ! + builtin gbmv JSNR GothicBBB-Medium-V ! + builtin ryumin-l JSNR Ryumin-Light-H ! + builtin gtbbb-m JSNR GothicBBB-Medium-H ! + builtin ryumin-l-v JSNR Ryumin-Light-V ! + builtin gtbbb-m-v JSNR GothicBBB-Medium-V --- MITA Yoshio >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703130858.RAA02088>