diff options
author | asami <asami@FreeBSD.org> | 1997-06-04 16:12:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-04 16:12:07 +0800 |
commit | e0131a0f5507f6f742ce0b064f50fb0ebd676658 (patch) | |
tree | de0dc697821019501dc7e51346cb464162aea346 /korean | |
parent | fcfc3b44eb822a3989bab4afbac0ba8a6cc1b058 (diff) | |
download | freebsd-ports-gnome-e0131a0f5507f6f742ce0b064f50fb0ebd676658.tar.gz freebsd-ports-gnome-e0131a0f5507f6f742ce0b064f50fb0ebd676658.tar.zst freebsd-ports-gnome-e0131a0f5507f6f742ce0b064f50fb0ebd676658.zip |
The Korean console, modeled after kon (for Japanese).
PR: 3334
Submitted by: Choi Jun Ho <junker@moderato.snu.ac.kr>
Diffstat (limited to 'korean')
-rw-r--r-- | korean/han/Makefile | 28 | ||||
-rw-r--r-- | korean/han/distinfo | 1 | ||||
-rw-r--r-- | korean/han/files/dotconfig | 18 | ||||
-rw-r--r-- | korean/han/files/han.sh | 11 | ||||
-rw-r--r-- | korean/han/pkg-comment | 1 | ||||
-rw-r--r-- | korean/han/pkg-descr | 17 | ||||
-rw-r--r-- | korean/han/pkg-plist | 7 |
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 |