diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-03 23:17:48 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-03 23:17:48 +0000 |
commit | f7b2525a58041ced4db62d8f350c52018f915395 (patch) | |
tree | 271838a15e5a95b1c26bf4fab2da524627b6e6d6 /print | |
parent | 442d75f110e7f6b39bcc80f3c11c9e474299e0cf (diff) | |
download | pkgsrc-f7b2525a58041ced4db62d8f350c52018f915395.tar.gz |
Import tex-kotex-utils-0.1.1 as print/tex-kotex-utils.
This package provides utility programs for Korean typesetting in TeX,
and supersedes print/tex-bin-kotex.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-kotex-utils/DESCR | 1 | ||||
-rw-r--r-- | print/tex-kotex-utils/Makefile | 35 | ||||
-rw-r--r-- | print/tex-kotex-utils/PLIST | 9 | ||||
-rw-r--r-- | print/tex-kotex-utils/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/print/tex-kotex-utils/DESCR b/print/tex-kotex-utils/DESCR new file mode 100644 index 00000000000..f40d098443f --- /dev/null +++ b/print/tex-kotex-utils/DESCR @@ -0,0 +1 @@ +This package provides utility programs for Korean typesetting in TeX. diff --git a/print/tex-kotex-utils/Makefile b/print/tex-kotex-utils/Makefile new file mode 100644 index 00000000000..e64fd1c905d --- /dev/null +++ b/print/tex-kotex-utils/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/05/03 23:17:48 minskim Exp $ + +DISTNAME= ko.tex-macro +PKGNAME= tex-kotex-utils-0.1.1 +CATEGORIES= print +MASTER_SITES= http://ftp.ktug.or.kr/KTUG/ko.TeX/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://project.ktug.or.kr/ko.TeX/ +COMMENT= Utilities for tex-kotex + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= perl:run +WRKSRC= ${WRKDIR}/util + +REPLACE_PERL= *.pl + +INSTALLATION_DIRS+= bin + +do-build: +.for f in hbibtex hmakeindex + cd ${WRKSRC} && ${CC} ${CPPFLAGS} ${CFLAGS} -o ${f} ${f}.c +.endfor + +do-install: +.for f in hbibtex hmakeindex + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/bin +.endfor +.for f in euc-bookmark hypua2jamo insertjamofiller jamo2hypua komkindex \ + ttf2kotexfont + ${INSTALL_SCRIPT} ${WRKSRC}/${f}.pl ${DESTDIR}${PREFIX}/bin/${f} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-kotex-utils/PLIST b/print/tex-kotex-utils/PLIST new file mode 100644 index 00000000000..ce5b2d71992 --- /dev/null +++ b/print/tex-kotex-utils/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/03 23:17:48 minskim Exp $ +bin/euc-bookmark +bin/hbibtex +bin/hmakeindex +bin/hypua2jamo +bin/insertjamofiller +bin/jamo2hypua +bin/komkindex +bin/ttf2kotexfont diff --git a/print/tex-kotex-utils/distinfo b/print/tex-kotex-utils/distinfo new file mode 100644 index 00000000000..e8ba627f119 --- /dev/null +++ b/print/tex-kotex-utils/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/05/03 23:17:48 minskim Exp $ + +SHA1 (ko.tex-macro.tar.gz) = 3eb45288fad43301686a75f46199a8968564aecc +RMD160 (ko.tex-macro.tar.gz) = 845a92ce3b94c54694ea3379aebd52eb6960ed16 +Size (ko.tex-macro.tar.gz) = 1392662 bytes |