diff options
author | minskim <minskim@pkgsrc.org> | 2011-11-29 21:05:36 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-11-29 21:05:36 +0000 |
commit | 7ef127fa205a33bb7f45ed8b9c3dcc6de93e2baa (patch) | |
tree | 90423da0459bdae302cf2f27d307d6275a901b71 /print | |
parent | 8f39e6fb9b47f97fc00610f57f02eab22472c9bc (diff) | |
download | pkgsrc-7ef127fa205a33bb7f45ed8b9c3dcc6de93e2baa.tar.gz |
Update tex-kotex-utils to 0.3.
Changes:
- Added kotexindy for indexing Korean.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-kotex-utils/Makefile | 21 | ||||
-rw-r--r-- | print/tex-kotex-utils/PLIST | 4 | ||||
-rw-r--r-- | print/tex-kotex-utils/distinfo | 14 |
3 files changed, 29 insertions, 10 deletions
diff --git a/print/tex-kotex-utils/Makefile b/print/tex-kotex-utils/Makefile index b9a08355eb3..e3d18d96be8 100644 --- a/print/tex-kotex-utils/Makefile +++ b/print/tex-kotex-utils/Makefile @@ -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" diff --git a/print/tex-kotex-utils/PLIST b/print/tex-kotex-utils/PLIST index ce5b2d71992..f9ae4e5013a 100644 --- a/print/tex-kotex-utils/PLIST +++ b/print/tex-kotex-utils/PLIST @@ -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 diff --git a/print/tex-kotex-utils/distinfo b/print/tex-kotex-utils/distinfo index c5b92d5666d..e3bd1145955 100644 --- a/print/tex-kotex-utils/distinfo +++ b/print/tex-kotex-utils/distinfo @@ -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 |