Update tex-kotex-utils to 0.3.
Changes: - Added kotexindy for indexing Korean.
This commit is contained in:
parent
d52c76850d
commit
d7dcca6683
3 changed files with 29 additions and 10 deletions
|
@ -1,9 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/01/12 15:18:12 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/11/29 21:05:36 minskim Exp $
|
||||
|
||||
DISTNAME= kotex-util-source-20100509
|
||||
PKGNAME= tex-kotex-utils-0.2
|
||||
DISTNAME= kotex-dist-20110504
|
||||
PKGNAME= tex-kotex-utils-0.3
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://ftp.ktug.or.kr/KTUG/ko.TeX/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
DISTFILES+= kotexindy.pl utf8.xdy
|
||||
SITES.kotexindy.pl= \
|
||||
http://ftp.ktug.or.kr/pub/ktug/texlive/texmf-dist/scripts/kotex-util/perl/
|
||||
SITES.utf8.xdy= \
|
||||
http://ftp.ktug.or.kr/pub/ktug/texlive/texmf/xindy/modules/lang/korean/
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://project.ktug.or.kr/ko.TeX/
|
||||
|
@ -14,9 +21,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
USE_TOOLS+= perl:run
|
||||
WRKSRC= ${WRKDIR}
|
||||
|
||||
REPLACE_PERL= scripts/kotex-util/perl/*.pl
|
||||
REPLACE_PERL= *.pl scripts/kotex-util/perl/*.pl
|
||||
|
||||
INSTALLATION_DIRS+= bin
|
||||
INSTALLATION_DIRS+= bin share/texmf/xindy/modules/lang/korean
|
||||
|
||||
do-build:
|
||||
.for f in hbibtex hmakeindex
|
||||
|
@ -34,5 +41,9 @@ do-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/scripts/kotex-util/perl/${f}.pl \
|
||||
${DESTDIR}${PREFIX}/bin/${f}
|
||||
.endfor
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/kotexindy.pl \
|
||||
${DESTDIR}${PREFIX}/bin/kotexindy
|
||||
${INSTALL_DATA} ${WRKSRC}/utf8.xdy \
|
||||
${DESTDIR}${PREFIX}/share/texmf/xindy/modules/lang/korean/
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/03 23:17:48 minskim Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/11/29 21:05:36 minskim Exp $
|
||||
bin/euc-bookmark
|
||||
bin/hbibtex
|
||||
bin/hmakeindex
|
||||
|
@ -6,4 +6,6 @@ bin/hypua2jamo
|
|||
bin/insertjamofiller
|
||||
bin/jamo2hypua
|
||||
bin/komkindex
|
||||
bin/kotexindy
|
||||
bin/ttf2kotexfont
|
||||
share/texmf/xindy/modules/lang/korean/utf8.xdy
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
$NetBSD: distinfo,v 1.2 2011/01/12 15:18:12 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/11/29 21:05:36 minskim Exp $
|
||||
|
||||
SHA1 (kotex-util-source-20100509.tar.gz) = 877246e94033206302f84ee2aca625ca5ee513f4
|
||||
RMD160 (kotex-util-source-20100509.tar.gz) = c05f79281d6ee2d787cca73283da8dbc001a76c2
|
||||
Size (kotex-util-source-20100509.tar.gz) = 94647 bytes
|
||||
SHA1 (tex-kotex-utils-0.3/kotex-dist-20110504.tar.gz) = 700a27faf63a237b7646db66bce2dfa8fca6c816
|
||||
RMD160 (tex-kotex-utils-0.3/kotex-dist-20110504.tar.gz) = 0389b4e706786eeeed7a8e7b69b9ea6fc650759c
|
||||
Size (tex-kotex-utils-0.3/kotex-dist-20110504.tar.gz) = 129597322 bytes
|
||||
SHA1 (tex-kotex-utils-0.3/kotexindy.pl) = 0f551208bcac0be898a49f526044093ffa29b910
|
||||
RMD160 (tex-kotex-utils-0.3/kotexindy.pl) = faa5ada77409086eef18d9e5d9e2828f828bc869
|
||||
Size (tex-kotex-utils-0.3/kotexindy.pl) = 6435 bytes
|
||||
SHA1 (tex-kotex-utils-0.3/utf8.xdy) = 47b2b4b9a363071b67fe98536d95a73506dd514d
|
||||
RMD160 (tex-kotex-utils-0.3/utf8.xdy) = 4651aacea3ac5025a08137c4f8b7f5fab4bc16bb
|
||||
Size (tex-kotex-utils-0.3/utf8.xdy) = 16759 bytes
|
||||
|
|
Loading…
Reference in a new issue