aboutsummaryrefslogtreecommitdiff
path: root/korean/texinfo
diff options
context:
space:
mode:
authorCHOI Junho <cjh@FreeBSD.org>2000-09-25 16:06:44 +0000
committerCHOI Junho <cjh@FreeBSD.org>2000-09-25 16:06:44 +0000
commite231e5986aa5d23f562e018362a3cbc63d22ced1 (patch)
tree81bba9e5508a139a9ca81cea9b2075215ddace22 /korean/texinfo
parent2e1ac8d84933bc250d5d6718be8ca262ae8ed527 (diff)
downloadports-e231e5986aa5d23f562e018362a3cbc63d22ced1.tar.gz
ports-e231e5986aa5d23f562e018362a3cbc63d22ced1.zip
Korean enabled Texinfo formatter
Notes
Notes: svn path=/head/; revision=33109
Diffstat (limited to 'korean/texinfo')
-rw-r--r--korean/texinfo/Makefile42
-rw-r--r--korean/texinfo/distinfo1
-rw-r--r--korean/texinfo/pkg-comment1
-rw-r--r--korean/texinfo/pkg-descr15
-rw-r--r--korean/texinfo/pkg-plist11
5 files changed, 70 insertions, 0 deletions
diff --git a/korean/texinfo/Makefile b/korean/texinfo/Makefile
new file mode 100644
index 000000000000..8bdcac39ea8d
--- /dev/null
+++ b/korean/texinfo/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: texinfo
+# Date created: 25 Sep 2000
+# Whom: cjh
+#
+# $FreeBSD$
+#
+
+PORTNAME= texinfo
+PORTVERSION= 0.4.1
+CATEGORIES= korean print
+MASTER_SITES= http://master.debian.or.kr/~cwryu/archive/texinfo-ko/
+DISTNAME= ${PORTNAME}-ko-${PORTVERSION}
+
+MAINTAINER= cjh@FreeBSD.org
+
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+RUN_DEPENDS= ${LOCALBASE}/share/texmf/doc/latex/hlatex/uhc.ks:${PORTSDIR}/korean/hlatex
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+
+# local variables.
+TEXMF= ${PREFIX}/share/texmf
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/doc/texinfo-ko.tex \
+ ${WRKSRC}/doc/texinfo-ko-HLaTeX.tex \
+ ${TEXMF}/tex/texinfo
+ ${INSTALL_PROGRAM} ${WRKSRC}/util/texindex \
+ ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/makeinfo/makeinfo \
+ ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/texinfo-ko
+ ${INSTALL_DATA} ${WRKSRC}/README.ko \
+ ${WRKSRC}/NEWS.ko \
+ ${WRKSRC}/TODO.ko \
+ ${PREFIX}/share/doc/texinfo-ko
+
+post-install:
+ ${PREFIX}/bin/texhash
+
+.include <bsd.port.mk>
diff --git a/korean/texinfo/distinfo b/korean/texinfo/distinfo
new file mode 100644
index 000000000000..edb38befb58c
--- /dev/null
+++ b/korean/texinfo/distinfo
@@ -0,0 +1 @@
+MD5 (texinfo-ko-0.4.1.tar.gz) = 85f7209174a0776c2ad7f382dc7a66fe
diff --git a/korean/texinfo/pkg-comment b/korean/texinfo/pkg-comment
new file mode 100644
index 000000000000..6c3cdfbb8400
--- /dev/null
+++ b/korean/texinfo/pkg-comment
@@ -0,0 +1 @@
+Korean enabled Texinfo formatter
diff --git a/korean/texinfo/pkg-descr b/korean/texinfo/pkg-descr
new file mode 100644
index 000000000000..2f9858f2de48
--- /dev/null
+++ b/korean/texinfo/pkg-descr
@@ -0,0 +1,15 @@
+ Texinfo is a documentation system that uses a single source file to
+produce both online information and printed output.
+
+ Texinfo-ko is a Korean patched version of Texinfo formatter. It
+enables users to write a Korean Texinfo document with EUC-KR
+encoded Hangul.
+
+ Texinfo-ko includes makeinfo (info formatter), texinfo-ko.tex (TeX
+formatter), and texindex.
+
+ Korean Texinfo system by Changwoo Ryu <cwryu@debian.org>
+
+--
+CHOI Junho <cjh@FreeBSD.org>
+WWW: http://master.debian.or.kr/~cwryu/hacks/texinfo-ko/
diff --git a/korean/texinfo/pkg-plist b/korean/texinfo/pkg-plist
new file mode 100644
index 000000000000..fa003a6b5047
--- /dev/null
+++ b/korean/texinfo/pkg-plist
@@ -0,0 +1,11 @@
+bin/makeinfo
+bin/texindex
+share/doc/texinfo-ko/NEWS.ko
+share/doc/texinfo-ko/README.ko
+share/doc/texinfo-ko/TODO.ko
+share/texmf/tex/texinfo/texinfo-ko-HLaTeX.tex
+share/texmf/tex/texinfo/texinfo-ko.tex
+@dirrm share/doc/texinfo-ko
+@comment to safely execute texhash
+@exec env PATH=%D/bin:$PATH %D/bin/texhash
+@unexec env PATH=%D/bin:$PATH %D/bin/texhash