diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 08:12:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-04 08:12:07 +0000 |
commit | 66a9f27b556f044b7d9c76bb2f131eadb834b058 (patch) | |
tree | df32284cbe828a19fb810c217e605a2defc4e1e5 /korean/han | |
parent | 60193232436f45f601fbf4ef6fb734974da60cce (diff) | |
download | ports-66a9f27b556f044b7d9c76bb2f131eadb834b058.tar.gz ports-66a9f27b556f044b7d9c76bb2f131eadb834b058.zip |
Notes
Diffstat (limited to 'korean/han')
-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 |