diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-12 15:18:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-12 15:18:11 +0000 |
commit | dac48583acca6a4e74b9c3223cdfe8d808c8fd70 (patch) | |
tree | 7a4753bcb5fe5ab2721e6136ad65af5af3b3865d /print/tex-kotex-utils | |
parent | 185d14df01315d620c8d29b7dd5964fe57003d1c (diff) | |
download | pkgsrc-dac48583acca6a4e74b9c3223cdfe8d808c8fd70.tar.gz |
Update ko.TeX packages to 0.2.
This is the version that works with TeX Live 2010.
Diffstat (limited to 'print/tex-kotex-utils')
-rw-r--r-- | print/tex-kotex-utils/Makefile | 19 | ||||
-rw-r--r-- | print/tex-kotex-utils/distinfo | 8 |
2 files changed, 15 insertions, 12 deletions
diff --git a/print/tex-kotex-utils/Makefile b/print/tex-kotex-utils/Makefile index e64fd1c905d..b9a08355eb3 100644 --- a/print/tex-kotex-utils/Makefile +++ b/print/tex-kotex-utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/03 23:17:48 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2011/01/12 15:18:12 minskim Exp $ -DISTNAME= ko.tex-macro -PKGNAME= tex-kotex-utils-0.1.1 +DISTNAME= kotex-util-source-20100509 +PKGNAME= tex-kotex-utils-0.2 CATEGORIES= print MASTER_SITES= http://ftp.ktug.or.kr/KTUG/ko.TeX/ @@ -12,24 +12,27 @@ COMMENT= Utilities for tex-kotex PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= perl:run -WRKSRC= ${WRKDIR}/util +WRKSRC= ${WRKDIR} -REPLACE_PERL= *.pl +REPLACE_PERL= scripts/kotex-util/perl/*.pl INSTALLATION_DIRS+= bin do-build: .for f in hbibtex hmakeindex - cd ${WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} -o ${f} ${f}.c + cd ${WRKSRC}/source/latex/kotex-util && \ + ${CC} ${CPPFLAGS} ${CFLAGS} -o ${f} ${f}.c .endfor do-install: .for f in hbibtex hmakeindex - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/source/latex/kotex-util/${f} \ + ${DESTDIR}${PREFIX}/bin .endfor .for f in euc-bookmark hypua2jamo insertjamofiller jamo2hypua komkindex \ ttf2kotexfont - ${INSTALL_SCRIPT} ${WRKSRC}/${f}.pl ${DESTDIR}${PREFIX}/bin/${f} + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/kotex-util/perl/${f}.pl \ + ${DESTDIR}${PREFIX}/bin/${f} .endfor .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-kotex-utils/distinfo b/print/tex-kotex-utils/distinfo index e8ba627f119..c5b92d5666d 100644 --- a/print/tex-kotex-utils/distinfo +++ b/print/tex-kotex-utils/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/05/03 23:17:48 minskim Exp $ +$NetBSD: distinfo,v 1.2 2011/01/12 15:18:12 minskim Exp $ -SHA1 (ko.tex-macro.tar.gz) = 3eb45288fad43301686a75f46199a8968564aecc -RMD160 (ko.tex-macro.tar.gz) = 845a92ce3b94c54694ea3379aebd52eb6960ed16 -Size (ko.tex-macro.tar.gz) = 1392662 bytes +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 |