summaryrefslogtreecommitdiff
path: root/print/tex-kotex-utils
diff options
context:
space:
mode:
authorminskim <minskim>2010-05-03 23:17:48 +0000
committerminskim <minskim>2010-05-03 23:17:48 +0000
commit68ecb81318e07780a75fe4d4884ce26cebcd1304 (patch)
tree271838a15e5a95b1c26bf4fab2da524627b6e6d6 /print/tex-kotex-utils
parentfb454ab0d10cd6996b2859bd748c2123a6571718 (diff)
downloadpkgsrc-68ecb81318e07780a75fe4d4884ce26cebcd1304.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/tex-kotex-utils')
-rw-r--r--print/tex-kotex-utils/DESCR1
-rw-r--r--print/tex-kotex-utils/Makefile35
-rw-r--r--print/tex-kotex-utils/PLIST9
-rw-r--r--print/tex-kotex-utils/distinfo5
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