aboutsummaryrefslogtreecommitdiffstats
path: root/korean/texinfo
diff options
context:
space:
mode:
authorcjh <cjh@FreeBSD.org>2000-09-26 00:06:44 +0800
committercjh <cjh@FreeBSD.org>2000-09-26 00:06:44 +0800
commitc70e3debab61e439213816e054deedae713de637 (patch)
tree418767d07c0897452547ac66ad09dfae4d3cd36b /korean/texinfo
parent7b7d9fd52cfc1fce6afd3a07cc77fbfac5cee014 (diff)
downloadfreebsd-ports-graphics-c70e3debab61e439213816e054deedae713de637.tar.gz
freebsd-ports-graphics-c70e3debab61e439213816e054deedae713de637.tar.zst
freebsd-ports-graphics-c70e3debab61e439213816e054deedae713de637.zip
Korean enabled Texinfo formatter
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 00000000000..8bdcac39ea8
--- /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 00000000000..edb38befb58
--- /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 00000000000..6c3cdfbb840
--- /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 00000000000..2f9858f2de4
--- /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 00000000000..fa003a6b504
--- /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