From 68ecb81318e07780a75fe4d4884ce26cebcd1304 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 3 May 2010 23:17:48 +0000 Subject: 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. --- print/tex-kotex-utils/DESCR | 1 + print/tex-kotex-utils/Makefile | 35 +++++++++++++++++++++++++++++++++++ print/tex-kotex-utils/PLIST | 9 +++++++++ print/tex-kotex-utils/distinfo | 5 +++++ 4 files changed, 50 insertions(+) create mode 100644 print/tex-kotex-utils/DESCR create mode 100644 print/tex-kotex-utils/Makefile create mode 100644 print/tex-kotex-utils/PLIST create mode 100644 print/tex-kotex-utils/distinfo (limited to 'print/tex-kotex-utils') 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 -- cgit v1.2.3