A Japanese console driver for VGA consoles.

Submitted by:	Takashi Ogura <ogura@st.rim.or.jp>
This commit is contained in:
Satoshi Asami 1995-06-24 09:25:17 +00:00
parent 1c4d764320
commit ce9435035e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1868
7 changed files with 1319 additions and 0 deletions

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: kon
# Version required: 0.01
# Date created: 7 June 1995
# Whom: Takashi Ogura <ogura@st.rim.or.jp>
#
# $Id$
#
DISTNAME= kon
CATEGORIES+= japanese
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/
DISTFILES= kon-0.99.4e.tgz
FONT_SITE= ftp://ftp.iij.ad.jp/pub/X/XFree86/XFree86/3.1.1/untarred/xc/fonts/bdf/misc/
FONTFILES= k14.bdf 7x14rk.bdf
MAINTAINER= asami@FreeBSD.ORG
USE_GMAKE= yes
pre-fetch:
@(cd ${DISTDIR}; \
for file in ${FONTFILES} ; do \
if [ ! -f $$file ]; then \
if ${NCFTP} ${NCFTPFLAGS} ${FONT_SITE}$$file; then \
break; \
fi \
fi \
done)
post-configure:
sed -e 's%%CURDIR%%${.CURDIR}' \
-e 's%%PREFIX%%${PREFIX}' \
files/dotconfig > ${WRKSRC}/.config
post-install:
gzip -9nf ${PREFIX}/man/ja_JP.ujis/man1/kon.1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (kon-0.99.4e.tgz) = c71fd1ae1a199aed25244e8ca42fd730

View File

@ -0,0 +1,18 @@
INCDIR = %%CURDIR%%/work/kon/include
LIB = %%CURDIR%%/work/kon/lib/libgon.a
TOPDIR = %%PREFIX%%
BINDIR = $(TOPDIR)/bin
LIBDIR = $(TOPDIR)/etc
MANDIR = $(TOPDIR)/man/ja_JP.ujis/man1
FONTDIR = $(TOPDIR)/fonts
CONFIG_NAME = kon.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

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
kon 0994e + FreeBSD patch - kanji console

View File

@ -0,0 +1,8 @@
Kon is a kanji 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 ja_JP.ujis ja_JP.sjis zh_TW.big5 zh_CN.ugb ko_KR.euc.
Orignal kon written by manabe@papilio.tutics.tut.ac.jp.
This port is done by ogura@st.rim.or.jp.

View File

@ -0,0 +1,6 @@
bin/kon
bin/fld
man/ja_JP.ujis/man1/kon.1.gz
etc/kon.cfg
fonts/k14.bdf.gz
fonts/7x14rk.bdf.gz