Change hlatexpsfonts-wansungstd to hlatex-psfonts-wansung.

PS font collection of HLaTeX-wansung

It is a slave port of hlatex-mffonts-wansung.
This commit is contained in:
CHOI Junho 2000-07-04 17:51:45 +00:00
parent 89691e426d
commit a16138541c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30186
4 changed files with 26 additions and 61 deletions

View File

@ -1,49 +1,14 @@
# New ports collection makefile for: HLaTeX PS fonts-wansungstd
# Date created: Sun Aug 9 18:05:29 KST 1998
# Whom: CHOI Junho <cjh@kr.freebsd.org>
# New ports collection makefile for: HLaTeX PS fonts(wansung)
# Date created: 2 Jul 2000
# Whom: CHOI Junho <cjh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= HLaTeXpsfonts-${HLATEX_ENCODING}std
PORTVERSION= 0.98
CATEGORIES= korean print
MASTER_SITES= ftp://ftp.linguistik.uni-erlangen.de/pub/hangul/HLaTeX/packed/unsupported/
DISTNAME= HLaTeXpsfonts-wansung-0.98
DISTFILES= ${HLATEX_PSFONTS_BASE}
MAINTAINER= cjh@kr.freebsd.org
FONT_TYPE= ps
HLATEX_FONTS_BASE= pkmj.tar.bz2 pkgt.tar.bz2 \
pshanja-myoungjo.tar.bz2 pshanja-gothic.tar.bz2 \
phsym.tar.bz2 ptaza.tar.bz2
# it depends ko-HLaTeX.
RUN_DEPENDS= ${PREFIX}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-${HLATEX_ENCODING}std
BUILD_DEPENDS= ${PREFIX}/share/texmf/doc/latex/hlatex/wansung.ks:${PORTSDIR}/korean/hlatex-${HLATEX_ENCODING}std
# just install directly
EXTRACT_ONLY=
NO_BUILD= yes
USE_BZIP2= yes
DIST_SUBDIR= hlatex98 # too many distfiles
TEXMF= ${PREFIX}/share/texmf
# default encoding
HLATEX_ENCODING= wansung
# default font. includes complete Myoungjo and Gothic fonts.
HLATEX_PSFONTS_BASE = pkmj.tar.bz2 pkgt.tar.bz2 \
pshanja-myoungjo.tar.bz2 pshanja-gothic.tar.bz2 \
phsym.tar.bz2 ptaza.tar.bz2
# it is a trick
pre-extract:
${MKDIR} ${WRKDIR}
# Installation according to readme.ks
do-install:
cd ${TEXMF}/fonts/; \
for fonts in ${HLATEX_PSFONTS_BASE}; \
do \
${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \
${_DISTDIR}/$$fonts ${EXTRACT_AFTER_ARGS}; \
done; \
${PREFIX}/bin/texhash
.include <bsd.port.mk>
.include "${.CURDIR}/../hlatex-mffonts-wansung/Makefile"

View File

@ -1,6 +1,6 @@
MD5 (hlatex98/pkmj.tar.bz2) = 9c941872b9aa8c4e1ad5e342dd33275b
MD5 (hlatex98/pkgt.tar.bz2) = 3b8a4a9455e97c667aeeba3abc75590c
MD5 (hlatex98/pshanja-myoungjo.tar.bz2) = aa6ae862e88b9aec3d7838942ebd758b
MD5 (hlatex98/pshanja-gothic.tar.bz2) = e3c85c44465a4c4c63b8633a9f007683
MD5 (hlatex98/phsym.tar.bz2) = f3e722b1686332b266b00356dbd977a2
MD5 (hlatex98/ptaza.tar.bz2) = 4aa6e20490eaf186e855014f208621e1
MD5 (hlatex/pkmj.tar.bz2) = 9c941872b9aa8c4e1ad5e342dd33275b
MD5 (hlatex/pkgt.tar.bz2) = 3b8a4a9455e97c667aeeba3abc75590c
MD5 (hlatex/pshanja-myoungjo.tar.bz2) = aa6ae862e88b9aec3d7838942ebd758b
MD5 (hlatex/pshanja-gothic.tar.bz2) = e3c85c44465a4c4c63b8633a9f007683
MD5 (hlatex/phsym.tar.bz2) = f3e722b1686332b266b00356dbd977a2
MD5 (hlatex/ptaza.tar.bz2) = 4aa6e20490eaf186e855014f208621e1

View File

@ -1 +1 @@
Korean PostScript font collection for HLaTeX(standard)
PS font collection of HLaTeX-wansung

View File

@ -1,16 +1,16 @@
HLaTeX PostScript Fonts
=======================
HLaTeX Wansung PS Fonts collection
==================================
This is Type1 font collection for HLaTeX.
This is HLaTeX Wansung-type PS fonts collection. It can be used in
HLaTeX-wansung package.
- Myoungjo (pkmj)
- Gothic (pkgt)
- Hanja Myeoungjo (pshanja-myoungjo)
- Hanja Gothic (pshanja-gothic)
- KSC5601 Full-width symbols (phsym)
- Taza (ptaza)
There is two choice to use Wansung-type fonts. One is MF fonts, and the
other is PS fonts.
It can be used in korean/nhppf also.
You should insert this preamble into your tex file to use these fonts:
\usepackage{hangul}
\usepackage[pshan]{wanfont}
--
Ports by CHOI Junho <junker@jazz.snu.ac.kr>
Ports by CHOI Junho <cjh@FreeBSD.org>