diff options
author | minskim <minskim> | 2009-07-20 11:09:02 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-07-20 11:09:02 +0000 |
commit | 00fbac49d3ccf4f358954184c5a0a3e1ef53fc0f (patch) | |
tree | ea2b8cf04176e28083c601710b3e6e24c3eb200f /print | |
parent | 1e1177c67ec729e2a128afd8aa65aa5cb9847399 (diff) | |
download | pkgsrc-00fbac49d3ccf4f358954184c5a0a3e1ef53fc0f.tar.gz |
Import tex-bin-kotex-0.1.1 as print/tex-bin-kotex.
This package provides utility programs for Korean typesetting in TeX.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-bin-kotex/DESCR | 1 | ||||
-rw-r--r-- | print/tex-bin-kotex/Makefile | 35 | ||||
-rw-r--r-- | print/tex-bin-kotex/PLIST | 9 | ||||
-rw-r--r-- | print/tex-bin-kotex/distinfo | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/print/tex-bin-kotex/DESCR b/print/tex-bin-kotex/DESCR new file mode 100644 index 00000000000..f40d098443f --- /dev/null +++ b/print/tex-bin-kotex/DESCR @@ -0,0 +1 @@ +This package provides utility programs for Korean typesetting in TeX. diff --git a/print/tex-bin-kotex/Makefile b/print/tex-bin-kotex/Makefile new file mode 100644 index 00000000000..d2ef193c780 --- /dev/null +++ b/print/tex-bin-kotex/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/20 11:09:02 minskim Exp $ + +DISTNAME= ko.tex-macro +PKGNAME= tex-bin-kotex-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-bin-kotex/PLIST b/print/tex-bin-kotex/PLIST new file mode 100644 index 00000000000..8d308200fb6 --- /dev/null +++ b/print/tex-bin-kotex/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/20 11:09:02 minskim Exp $ +bin/euc-bookmark +bin/hbibtex +bin/hmakeindex +bin/hypua2jamo +bin/insertjamofiller +bin/jamo2hypua +bin/komkindex +bin/ttf2kotexfont diff --git a/print/tex-bin-kotex/distinfo b/print/tex-bin-kotex/distinfo new file mode 100644 index 00000000000..321cca3ff8e --- /dev/null +++ b/print/tex-bin-kotex/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/20 11:09:02 minskim Exp $ + +SHA1 (ko.tex-macro.tar.gz) = 3eb45288fad43301686a75f46199a8968564aecc +RMD160 (ko.tex-macro.tar.gz) = 845a92ce3b94c54694ea3379aebd52eb6960ed16 +Size (ko.tex-macro.tar.gz) = 1392662 bytes |