pkg-descr

Dvipsk converts a DVI file produced by TeX (or other program) to
a PostScript file. Missing fonts can be automatically generated if
METAFONT exists on the system, or can be converted from `gf' to `pk'
format on demand. Dvips also supports `tpic', `psfig', `emtex',
and `METAPOST'.

pkg-message

=== IMPORTANT NOTICE ===

- dvips(1) searches the necessary files from the share/texmf/dvips/ptex
directory first, and then the share/texmf/dvips directory.

- share/texmf/dvips/ptex/base/psfonts.map should not be edited
manually. Instead, edit share/texmf/web2c/ptex/updmap.cfg (and
share/texmf/fonts/map/dvips/ptex/kanji.map, which is for Japanese font
map), and invoke the updmap-sys(1) command with --progname=ptex,
which generates share/texmf/dvips/ptex/base/*.map.

pkg-plist

@comment $FreeBSD: ports/japanese/dvipsk/pkg-plist,v 1.17 2006/09/18 18:01:10 hrs Exp $
bin/afm2tfm
bin/dvips
bin/odvips
bin/udvips
%%DVIPSDIR%%/base/tex.pro
%%DVIPSDIR%%/base/texps.pro
%%DVIPSDIR%%/base/texc.pro
%%DVIPSDIR%%/base/special.pro
%%DVIPSDIR%%/base/finclude.pro
%%DVIPSDIR%%/base/color.pro
%%DVIPSDIR%%/base/crop.pro
%%DVIPSDIR%%/base/hps.pro
@unexec %%UPDMAP_SYS%% --disable psfonts_jp.map
%%FONTSMAPDIR%%/dvips/psfonts_jp.map
%%DVIPSCONFIGDIR%%/config/config.ps
%%DVIPSCONFIGDIR_DIST%%/config/config.ps
@exec %%MKTEXLSR%%
@exec %%UPDMAP_SYS%% --enable Map=psfonts_jp.map
@dirrm %%DVIPSDIR%%/base
@dirrm %%DVIPSCONFIGDIR%%/config
@dirrm %%DVIPSCONFIGDIR_DIST%%/config
@dirrm %%DVIPSDIR%%
@unexec %%MKTEXLSR%%