pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-hlatex Import tex-hlatex.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b72b2e56190
branches:  trunk
changeset: 503161:7b72b2e56190
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 15 07:11:53 2005 +0000

description:
Import tex-hlatex.

HLaTeX is a TeX macro package to typeset Hangul documents using LaTeX.
With this package, LaTeX and Lambda can process both EUC-KR and UTF-8
characters.

diffstat:

 print/tex-hlatex/DESCR    |     3 +
 print/tex-hlatex/Makefile |    78 +
 print/tex-hlatex/PLIST    |  4212 +++++++++++++++++++++++++++++++++++++++++++++
 print/tex-hlatex/distinfo |    17 +
 4 files changed, 4310 insertions(+), 0 deletions(-)

diffs (truncated from 4326 to 300 lines):

diff -r b4e828c72f0a -r 7b72b2e56190 print/tex-hlatex/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hlatex/DESCR    Tue Nov 15 07:11:53 2005 +0000
@@ -0,0 +1,3 @@
+HLaTeX is a TeX macro package to typeset Hangul documents using LaTeX.
+With this package, LaTeX and Lambda can process both EUC-KR and UTF-8
+characters.
diff -r b4e828c72f0a -r 7b72b2e56190 print/tex-hlatex/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hlatex/Makefile Tue Nov 15 07:11:53 2005 +0000
@@ -0,0 +1,78 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/15 07:11:53 minskim Exp $
+
+DISTNAME=      HLaTeX-1.0.1
+PKGNAME=       tex-hlatex-${DISTNAME:S/HLaTeX-//}
+CATEGORIES=    print
+MASTER_SITES=  ftp://ftp.ktug.or.kr/pub/ktug/hlatex/
+DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} uhc-fonts-1.0.tar.gz \
+               ${HLATEX_FONTS}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://ftp.ktug.or.kr/mirrors/HLaTeX/hlatex.html
+COMMENT=       LaTeX package to typeset Hangul
+
+SITES_uhc-fonts-1.0.tar.gz=    ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts/
+SITES_uhc-myoungjo-1.0.tar.gz= ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts/
+SITES_uhc-gothic-1.0.tar.gz=   ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts/
+SITES_uhc-taza-1.0.tar.gz=     ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts/
+
+TEX_ACCEPTED=  teTeX3
+
+BUILDLINK_DEPENDS.teTeX-bin+=  teTeX-bin>=3.0nb4
+
+WRKSRC=                ${WRKDIR}/HLaTeX
+EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX} uhc-fonts-1.0.tar.gz
+
+HLATEX_FONTS=  uhc-myoungjo-1.0.tar.gz \
+               uhc-gothic-1.0.tar.gz \
+               uhc-taza-1.0.tar.gz
+
+TEXFONTMAPS=   uhc-base.map
+
+.include "../../print/teTeX/module.mk"
+
+do-build:
+       ${CC} ${CPPFLAGS} ${CFLAGS} -o ${WRKSRC}/hbibtex \
+               ${WRKSRC}/contrib/hbibtex.c
+       ${CC} ${CPPFLAGS} ${CFLAGS} -o ${WRKSRC}/hmakeindex \
+               ${WRKSRC}/contrib/hmakeindex.c
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/hbibtex ${PREFIX}/bin/
+       ${INSTALL_PROGRAM} ${WRKSRC}/hmakeindex ${PREFIX}/bin/
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/hlatex
+       ${INSTALL_DATA} ${WRKSRC}/latex/* \
+               ${PKG_LOCALTEXMFPREFIX}/tex/latex/hlatex/
+       ${INSTALL_DATA} ${WRKSRC}/contrib/hbname-k.tex \
+               ${PKG_LOCALTEXMFPREFIX}/tex/latex/hlatex/
+       ${INSTALL_DATA} ${WRKSRC}/contrib/*.sty ${WRKSRC}/contrib/hfn-k.tex \
+               ${PKG_LOCALTEXMFPREFIX}/tex/latex/hlatex/
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/lambda/hlatex
+.for f in u8hangul.tex uhc-test.tex uhc*.fd
+       ${INSTALL_DATA} ${WRKSRC}/lambda/${f} \
+               ${PKG_LOCALTEXMFPREFIX}/tex/lambda/hlatex/
+.endfor
+       ${INSTALL_DATA} ${WRKSRC}/contrib/hbname-u.tex \
+               ${PKG_LOCALTEXMFPREFIX}/tex/lambda/hlatex/
+       ${INSTALL_DATA} ${WRKSRC}/contrib/hfn-u.tex \
+               ${PKG_LOCALTEXMFPREFIX}/tex/lambda/hlatex/
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/omega/ocp/hlatex
+       ${INSTALL_DATA} ${WRKSRC}/lambda/hlatex.ocp \
+               ${PKG_LOCALTEXMFPREFIX}/omega/ocp/hlatex/
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/omega/otp/hlatex
+       ${INSTALL_DATA} ${WRKSRC}/lambda/hlatex.otp \
+               ${PKG_LOCALTEXMFPREFIX}/omega/otp/hlatex/
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/bibtex/bst/hlatex
+       ${INSTALL_DATA} ${WRKSRC}/contrib/halpha.bst \
+               ${PKG_LOCALTEXMFPREFIX}/bibtex/bst/hlatex/
+       ${INSTALL_DATA} ${WRKSRC}/contrib/*.ist \
+               ${PKG_LOCALTEXMFPREFIX}/makeindex/
+       ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex
+       ${INSTALL_DATA} ${WRKDIR}/uhc-fonts-1.0/uhc-base.map \
+               ${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex/
+.for f in ${HLATEX_FONTS}
+       extract_file=${_DISTDIR:Q}/${f}; \
+       cd ${PKG_LOCALTEXMFPREFIX}/fonts; ${EXTRACT_CMD.tar.gz}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r b4e828c72f0a -r 7b72b2e56190 print/tex-hlatex/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/tex-hlatex/PLIST    Tue Nov 15 07:11:53 2005 +0000
@@ -0,0 +1,4212 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/15 07:11:57 minskim Exp $
+bin/hbibtex
+bin/hmakeindex
+${PKG_LOCALTEXMFPREFIX}/bibtex/bst/hlatex/halpha.bst
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt00.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt01.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt02.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt03.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt05.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt10.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt11.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt12.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt13.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt14.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt15.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt16.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt17.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt20.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt21.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt22.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt23.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt24.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt25.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt26.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt27.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt28.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt29.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt30.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt31.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt32.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt33.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt34.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt35.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt36.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt37.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugt38.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb00.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb01.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb02.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb03.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb05.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb10.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb11.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb12.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb13.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb14.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb15.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb16.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb20.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb21.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb22.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb23.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb24.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb25.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb26.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb27.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb28.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb29.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb30.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb31.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb32.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb33.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb34.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb35.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb36.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb37.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/gothic/ugtb38.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj00.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj01.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj02.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj03.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj04.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj05.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj10.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj11.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj12.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj13.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj14.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj15.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj16.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj17.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj20.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj21.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj22.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj23.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj24.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj25.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj26.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj27.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj28.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj29.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj30.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj31.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj32.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj33.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj34.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj35.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj36.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj37.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umj38.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb00.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb01.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb02.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb03.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb04.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb05.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb10.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb11.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb12.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb13.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb14.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb15.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb16.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb17.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb20.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb21.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb22.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb23.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb24.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb25.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb26.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb27.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb28.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb29.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb30.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb31.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb32.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb33.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb34.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb35.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb36.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb37.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/myoungjo/umjb38.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/taza/utt00.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/afm/uhc/taza/utt10.afm
+${PKG_LOCALTEXMFPREFIX}/fonts/map/hlatex/uhc-base.map
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugt.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtb.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbc.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbco.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbu.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbuo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbx.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtbxo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtc.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtco.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugto.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtu.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtuo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtx.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/gothic/ugtxo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umj.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjb.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbc.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbco.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbu.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbuo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbx.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjbxo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjc.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjco.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umju.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjuo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjx.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/myoungjo/umjxo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/utt.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttc.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttco.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/utto.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttu.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttuo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttx.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ofm/uhc/taza/uttxo.ofm
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugt.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtb.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbc.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbco.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbu.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbuo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbx.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtbxo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtc.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtco.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugto.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtu.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtuo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtx.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/gothic/ugtxo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umj.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjb.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbc.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbco.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbu.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbuo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbx.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjbxo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjc.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjco.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umju.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjuo.ovf
+${PKG_LOCALTEXMFPREFIX}/fonts/ovf/uhc/myoungjo/umjx.ovf



Home | Main Index | Thread Index | Old Index