pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ja-ptex-share - Remove unnecessary dependencies.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd25247e6788
branches:  trunk
changeset: 557077:cd25247e6788
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Apr 10 17:49:45 2009 +0000

description:
- Remove unnecessary dependencies.
- Support user-destdir.

Bump PKGREVISION because of the dependency change.

diffstat:

 print/ja-ptex-share/Makefile |   96 ++--
 print/ja-ptex-share/PLIST    |  802 ++++++++++++++++++++----------------------
 2 files changed, 429 insertions(+), 469 deletions(-)

diffs (truncated from 959 to 300 lines):

diff -r bd60ecf58b57 -r cd25247e6788 print/ja-ptex-share/Makefile
--- a/print/ja-ptex-share/Makefile      Fri Apr 10 17:38:27 2009 +0000
+++ b/print/ja-ptex-share/Makefile      Fri Apr 10 17:49:45 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2006/06/24 10:48:06 hira Exp $
+# $NetBSD: Makefile,v 1.21 2009/04/10 17:49:45 minskim Exp $
 
 DISTNAME=      ptex-texmf-2.4
 PKGNAME=       ja-ptex-share-2.4
+PKGREVISION=   1
 CATEGORIES=    print japanese
 MASTER_SITES=  ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \
                ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/jvf/ \
@@ -17,90 +18,95 @@
 HOMEPAGE=      http://www.ascii.co.jp/pb/ptex/
 COMMENT=       Library files for pTeX
 
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   teTeX
 NO_CONFIGURE=  YES
 NO_BUILD=      YES
-USE_DIRS+=     texmf-1.3
 
-.include "../../print/teTeX/module.mk"
+TEX_TEXMF_DIRS=        ${PREFIX}/share/texmf
+TEXMFPREFIX=   ${DESTDIR}${PREFIX}/share/texmf
+
+.include "../../print/kpathsea/texmf.mk"
 
 do-install:
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/bibtex/bib/jbibtex
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/bibtex/bib/jbibtex
        ${INSTALL_DATA} ${WRKSRC}/jbibtex/bib/jxampl.bib \
-               ${PKG_LOCALTEXMFPREFIX}/bibtex/bib/jbibtex
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex
+               ${TEXMFPREFIX}/bibtex/bib/jbibtex
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/bibtex/bst/jbibtex
        ${INSTALL_DATA} ${WRKSRC}/jbibtex/bst/* \
-               ${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex
+               ${TEXMFPREFIX}/bibtex/bst/jbibtex
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/doc/bibtex/jbibtex
        ${INSTALL_DATA} ${WRKSRC}/doc/jbibtex/doc-ascii/* \
-               ${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/ptex
-       ${INSTALL_DATA} ${WRKSRC}/doc/ptex/* ${PKG_LOCALTEXMFPREFIX}/doc/ptex
+               ${TEXMFPREFIX}/doc/bibtex/jbibtex
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/doc/ptex
+       ${INSTALL_DATA} ${WRKSRC}/doc/ptex/* ${TEXMFPREFIX}/doc/ptex
 .for f in COPYRIGHT COPYRIGHT.jis Changes.txt README.txt
-       ${INSTALL_DATA} ${WRKSRC}/${f} ${PKG_LOCALTEXMFPREFIX}/doc/ptex
+       ${INSTALL_DATA} ${WRKSRC}/${f} ${TEXMFPREFIX}/doc/ptex
 .endfor
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/ptex
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/ptex
 .for type in plain platex
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/ptex/${type}
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/ptex/${type}
 .  for dir in base config
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/ptex/${type}/${dir}
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/ptex/${type}/${dir}
        ${INSTALL_DATA} ${WRKSRC}/ptex/${type}/${dir}/* \
-               ${PKG_LOCALTEXMFPREFIX}/ptex/${type}/${dir}
+               ${TEXMFPREFIX}/ptex/${type}/${dir}
 .  endfor
 .endfor
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/fonts/jis
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/doc/fonts/jis
        ${INSTALL_DATA} ${WRKSRC}/jis/README.txt \
-               ${PKG_LOCALTEXMFPREFIX}/doc/fonts/jis
+               ${TEXMFPREFIX}/doc/fonts/jis
 .for font in morisawa nmin-ngoth
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/fonts/${font}
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/doc/fonts/${font}
 .  for f in COPYRIGHT COPYRIGHT.jis README.txt
        ${INSTALL_DATA} ${WRKSRC}/${font}/${f} \
-               ${PKG_LOCALTEXMFPREFIX}/doc/fonts/${font}
+               ${TEXMFPREFIX}/doc/fonts/${font}
 .  endfor
 .endfor
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/fonts/ptex-standard
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/doc/fonts/ptex-standard
 .  for f in COPYRIGHT COPYRIGHT.jis README.txt
        ${INSTALL_DATA} ${WRKSRC}/standard/${f} \
-               ${PKG_LOCALTEXMFPREFIX}/doc/fonts/ptex-standard
+               ${TEXMFPREFIX}/doc/fonts/ptex-standard
 .  endfor
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/map/dvips/ptex
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/map/dvips/ptex
 .for font in jis morisawa nmin-ngoth
        ${INSTALL_DATA} ${WRKSRC}/${font}/*.map \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/map/dvips/ptex
+               ${TEXMFPREFIX}/fonts/map/dvips/ptex
+.endfor
+.for type in source tfm
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/${type}/ascgrp
+       ${INSTALL_DATA} ${WRKSRC}/fonts/${type}/ascgrp/* \
+               ${TEXMFPREFIX}/fonts/${type}/ascgrp
 .endfor
 .for type in source tfm vf
-.  for font in ascgrp ptex
-.    if exists(${WRKSRC}/fonts/${type}/${font})
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/${type}/${font}
-       ${INSTALL_DATA} ${WRKSRC}/fonts/${type}/${font}/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/${type}/${font}
-.    endif
-.  endfor
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/${type}/ptex
+       ${INSTALL_DATA} ${WRKSRC}/fonts/${type}/ptex/* \
+               ${TEXMFPREFIX}/fonts/${type}/ptex
 .endfor
 .for font in jis morisawa nmin-ngoth
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/${font}
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/${font}/dvips
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/tfm/${font}
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/tfm/${font}/dvips
        ${INSTALL_DATA} ${WRKSRC}/${font}/tfm/dvips/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/${font}/dvips
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/${font}/ptex
+               ${TEXMFPREFIX}/fonts/tfm/${font}/dvips
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/tfm/${font}/ptex
        ${INSTALL_DATA} ${WRKSRC}/${font}/tfm/ptex/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/${font}/ptex
+               ${TEXMFPREFIX}/fonts/tfm/${font}/ptex
 .endfor
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/dvips
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/tfm/ptex-standard
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/tfm/ptex-standard/dvips
        ${INSTALL_DATA} ${WRKSRC}/standard/tfm/dvips/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/dvips
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/ptex
+               ${TEXMFPREFIX}/fonts/tfm/ptex-standard/dvips
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/tfm/ptex-standard/ptex
        ${INSTALL_DATA} ${WRKSRC}/standard/tfm/ptex/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/ptex
+               ${TEXMFPREFIX}/fonts/tfm/ptex-standard/ptex
 .for font in jis morisawa nmin-ngoth
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/vf/${font}
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/vf/${font}
        ${INSTALL_DATA} ${WRKSRC}/${font}/vf/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/vf/${font}
+               ${TEXMFPREFIX}/fonts/vf/${font}
 .endfor
-       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/vf/ptex-standard
+       ${INSTALL_DATA_DIR} ${TEXMFPREFIX}/fonts/vf/ptex-standard
        ${INSTALL_DATA} ${WRKSRC}/standard/vf/* \
-               ${PKG_LOCALTEXMFPREFIX}/fonts/vf/ptex-standard
+               ${TEXMFPREFIX}/fonts/vf/ptex-standard
 
 .include "../../mk/bsd.pkg.mk"
diff -r bd60ecf58b57 -r cd25247e6788 print/ja-ptex-share/PLIST
--- a/print/ja-ptex-share/PLIST Fri Apr 10 17:38:27 2009 +0000
+++ b/print/ja-ptex-share/PLIST Fri Apr 10 17:49:45 2009 +0000
@@ -1,424 +1,378 @@
-@comment $NetBSD: PLIST,v 1.2 2006/06/24 10:48:06 hira Exp $
-${PKG_LOCALTEXMFPREFIX}/bibtex/bib/jbibtex/jxampl.bib
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/jabbrv.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/jalpha.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/jipsj.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/jname.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/jorsj.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/jplain.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/junsrt.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/tieice.bst
-${PKG_LOCALTEXMFPREFIX}/bibtex/bst/jbibtex/tipsj.bst
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/Makefile
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/README
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/README.1st
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/cpp.awk
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/generate.sh
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/jbibtex.bib
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/jbibtex.tex
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/jbtxbst.doc
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/jbtxdoc.bib
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/jbtxdoc.tex
-${PKG_LOCALTEXMFPREFIX}/doc/bibtex/jbibtex/jbtxhak.tex
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/jis/README.txt
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/morisawa/COPYRIGHT
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/morisawa/COPYRIGHT.jis
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/morisawa/README.txt
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/nmin-ngoth/COPYRIGHT
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/nmin-ngoth/COPYRIGHT.jis
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/nmin-ngoth/README.txt
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/ptex-standard/COPYRIGHT
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/ptex-standard/COPYRIGHT.jis
-${PKG_LOCALTEXMFPREFIX}/doc/fonts/ptex-standard/README.txt
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/COPYRIGHT
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/COPYRIGHT.jis
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/Changes.txt
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/README.txt
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/jfm.tex
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/jtex.tex
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/jtexdoc.tex
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/ptexdoc.tex
-${PKG_LOCALTEXMFPREFIX}/doc/ptex/ptexskip.tex
-${PKG_LOCALTEXMFPREFIX}/fonts/map/dvips/ptex/jis.map
-${PKG_LOCALTEXMFPREFIX}/fonts/map/dvips/ptex/morisawa.map
-${PKG_LOCALTEXMFPREFIX}/fonts/map/dvips/ptex/nmin-ngoth.map
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ascgrp/ascgrp.mf
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ascgrp/ascii.mf
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ascgrp/ascii10.mf
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ascgrp/ascii36.mf
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/goth10.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/goth5.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/goth6.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/goth7.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/goth8.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/goth9.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/min10.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/min5.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/min6.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/min7.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/min8.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/min9.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/ngoth10.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/ngoth5.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/ngoth6.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/ngoth7.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/ngoth8.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/ngoth9.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/nmin10.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/nmin5.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/nmin6.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/nmin7.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/nmin8.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/nmin9.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tgoth10.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tgoth5.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tgoth6.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tgoth7.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tgoth8.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tgoth9.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tmin10.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tmin5.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tmin6.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tmin7.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tmin8.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/source/ptex/tmin9.pl
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ascgrp/ascgrp.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ascgrp/ascii10.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ascgrp/ascii36.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/dvips/gbm.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/dvips/gbmv.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/dvips/rml.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/dvips/rmlv.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jis-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jis.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jisg-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jisg.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jisgn-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jisgn.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jisn-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/jis/ptex/jisn.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/futogo-b-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/futogo-b.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/futomin-b-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/futomin-b.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/gtbbb-m-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/gtbbb-m.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/jun101-l-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/jun101-l.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/ryumin-l-v.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/dvips/ryumin-l.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/FutoGoB101-Bold-H.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/FutoGoB101-Bold-J.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/FutoGoB101-Bold-V.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/FutoMinA101-Bold-H.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/FutoMinA101-Bold-J.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/FutoMinA101-Bold-V.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/GothicBBB-Medium-H.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/GothicBBB-Medium-J.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/GothicBBB-Medium-V.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/Jun101-Light-H.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/Jun101-Light-J.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/Jun101-Light-V.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/Ryumin-Light-H.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/Ryumin-Light-J.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/morisawa/ptex/Ryumin-Light-V.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/dvips/gbm.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/dvips/rml.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/ngoth10.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/ngoth5.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/ngoth6.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/ngoth7.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/ngoth8.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/ngoth9.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/nmin10.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/nmin5.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/nmin6.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/nmin7.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/nmin8.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/nmin-ngoth/ptex/nmin9.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/dvips/gbm.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/dvips/gbmv.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/dvips/rml.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/dvips/rmlv.tfm
-${PKG_LOCALTEXMFPREFIX}/fonts/tfm/ptex-standard/ptex/goth10.tfm



Home | Main Index | Thread Index | Old Index