diff options
author | minskim <minskim> | 2006-05-13 05:03:54 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-13 05:03:54 +0000 |
commit | 62de8c142bb2d0486b29fdfbf920094075208e14 (patch) | |
tree | 99141d7ce96730e6265fa7856a13d0f4dfc4cd10 /print/tex-dhucs/Makefile | |
parent | be938ede4652f67f3ac89d626a91444884534e72 (diff) | |
download | pkgsrc-62de8c142bb2d0486b29fdfbf920094075208e14.tar.gz |
Update tex-dhucs to 3.0.0.
Changes since 2.7.0:
- Enable hyphenation of a parenthesized english word preceded by a Korean
character.
- Remove the original setspace code from dhucs-setspace.
- Use .aux instead of .pru.
- Improve the autojosa algorithm.
- Bug fixes in ucs-hangul.
- Support autojosa for natbib and cite.
- Make autojosa work without hyperref.
Diffstat (limited to 'print/tex-dhucs/Makefile')
-rw-r--r-- | print/tex-dhucs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/tex-dhucs/Makefile b/print/tex-dhucs/Makefile index da059babaed..890c682ed17 100644 --- a/print/tex-dhucs/Makefile +++ b/print/tex-dhucs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/04/14 14:38:14 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/13 05:03:54 minskim Exp $ -DISTNAME= dhucs-2.7.1cvs-20060413 +DISTNAME= dhucs-3.0.0cvs-20060427 PKGNAME= tex-${DISTNAME:C/cvs-.*//} CATEGORIES= print MASTER_SITES= http://ftp.ktug.or.kr/KTUG/hangul-ucs/current/ @@ -38,6 +38,8 @@ do-install: ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs/contrib ${INSTALL_DATA} ${WRKSRC}/tex-latex-dhucs/contrib/*.* \ ${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs/contrib + ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/ucsplain + ${INSTALL_DATA} ${WRKSRC}/ucsplain/*.* ${PKG_LOCALTEXMFPREFIX}/tex/ucsplain ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs/unttf ${INSTALL_DATA} ${WRKDIR}/fonts-unttf/tex/latex/dhucs/unttf/*.* \ ${PKG_LOCALTEXMFPREFIX}/tex/latex/dhucs/unttf/ |