summaryrefslogtreecommitdiff
path: root/korean
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-06-04 08:12:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-06-04 08:12:07 +0000
commit66a9f27b556f044b7d9c76bb2f131eadb834b058 (patch)
treedf32284cbe828a19fb810c217e605a2defc4e1e5 /korean
parentAdded cddbd. (diff)
The Korean console, modeled after kon (for Japanese).
PR: 3334 Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Notes
Notes: svn path=/head/; revision=6757
Diffstat (limited to 'korean')
-rw-r--r--korean/han/Makefile28
-rw-r--r--korean/han/distinfo1
-rw-r--r--korean/han/files/dotconfig18
-rw-r--r--korean/han/files/han.sh11
-rw-r--r--korean/han/pkg-comment1
-rw-r--r--korean/han/pkg-descr17
-rw-r--r--korean/han/pkg-plist7
7 files changed, 83 insertions, 0 deletions
diff --git a/korean/han/Makefile b/korean/han/Makefile
new file mode 100644
index 000000000000..79838cbc75f2
--- /dev/null
+++ b/korean/han/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: han
+# Version required: 1.0fb
+# Date created: 12 Apr 1997
+# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
+#
+# $Id$
+#
+
+DISTNAME= han-1.0fb
+PKGNAME= kr-han-1.0fb
+CATEGORIES= korean
+MASTER_SITES= ftp://jazz.snu.ac.kr/pub/unix/FreeBSD-kr/source/han/
+
+MAINTAINER= junker@jazz.snu.ac.kr
+
+USE_GMAKE= yes
+
+post-configure:
+ sed -e 's%%WRKSRC%%${WRKSRC}' \
+ -e 's%%PREFIX%%${PREFIX}' \
+ -e 's%%DISTDIR%%${DISTDIR}' \
+ files/dotconfig > ${WRKSRC}/.config
+ sed -e 's%%WRKSRC%%${WRKSRC}' \
+ -e 's%%PREFIX%%${PREFIX}' \
+ -e 's%%DISTDIR%%${DISTDIR}' \
+ files/han.sh > ${WRKSRC}/han.sh
+
+.include <bsd.port.mk>
diff --git a/korean/han/distinfo b/korean/han/distinfo
new file mode 100644
index 000000000000..e230df685170
--- /dev/null
+++ b/korean/han/distinfo
@@ -0,0 +1 @@
+MD5 (han-1.0fb.tar.gz) = 54a39dd32e9292509a3fa75547a05963
diff --git a/korean/han/files/dotconfig b/korean/han/files/dotconfig
new file mode 100644
index 000000000000..bb3161bd9762
--- /dev/null
+++ b/korean/han/files/dotconfig
@@ -0,0 +1,18 @@
+INCDIR = %%WRKSRC%%/include
+LIB = %%WRKSRC%%/lib/libgon.a
+DISTDIR = %%DISTDIR%%
+
+TOPDIR = %%PREFIX%%
+BINDIR = $(TOPDIR)/bin
+LIBDIR = $(TOPDIR)/etc
+FONTDIR = $(TOPDIR)/share/fonts/han
+CONFIG_NAME = han.cfg
+OPTS = -DCONFIG_NAME=\"$(LIBDIR)/$(CONFIG_NAME)\" -I$(INCDIR)
+CFLAGS = -O -Wall $(OPTS)
+LD = gcc $(CFLAGS)
+RM = rm -f
+INSTALL = install -c -s
+SUBDIRS = lib src font # tools
+
+HAS_VGA = HAS_VGA
+FLD_BDF = FLD_BDF
diff --git a/korean/han/files/han.sh b/korean/han/files/han.sh
new file mode 100644
index 000000000000..06b9970f4302
--- /dev/null
+++ b/korean/han/files/han.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# Wrapper script of han.
+#
+# 12 Apr 1997, Choi Jun Ho <junker@jazz.snu.ac.kr>
+#
+gzip -cd %%PREFIX%%/share/fonts/han/h16m.bdf.gz \
+ | %%PREFIX%%/bin/hanfld -t bdf -n
+gzip -cd %%PREFIX%%/share/fonts/han/8x16pc.bdf.gz \
+ | %%PREFIX%%/bin/hanfld -t bdf -n
+exec han.bin
diff --git a/korean/han/pkg-comment b/korean/han/pkg-comment
new file mode 100644
index 000000000000..4d330037758f
--- /dev/null
+++ b/korean/han/pkg-comment
@@ -0,0 +1 @@
+A hangul console.
diff --git a/korean/han/pkg-descr b/korean/han/pkg-descr
new file mode 100644
index 000000000000..47ad41dd1501
--- /dev/null
+++ b/korean/han/pkg-descr
@@ -0,0 +1,17 @@
+Han-1.0fb
+---------
+
+HAN is a hangul console. This is an alpha version. Supported video card is
+VGA only, and, supported font are Minix/V and BDF. This program requires
+shared memory.
+
+This version supports ko_KR.euc.
+
+Orignal kon written by manabe@papilio.tutics.tut.ac.jp.
+FreeBSD port of kon is done by ogura@st.rim.or.jp.
+
+Han written by nsroh@juno.kaist.ac.kr, hanmaum@baram.kaist.ac.kr.
+FreeBSD port of han is done by yujeny@pandora.snu.ac.kr.
+
+--
+Port by Choi Jun Ho <junker@jazz.snu.ac.kr>
diff --git a/korean/han/pkg-plist b/korean/han/pkg-plist
new file mode 100644
index 000000000000..89632a4339d8
--- /dev/null
+++ b/korean/han/pkg-plist
@@ -0,0 +1,7 @@
+bin/han
+bin/han.bin
+bin/hanfld
+etc/han.cfg
+share/fonts/han/8x16pc.bdf.gz
+share/fonts/han/h16m.bdf.gz
+@dirrm share/fonts/han