From 9bfa4194b8b3d11e8ce86f246db3484edc841ea1 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 16 Feb 1997 01:14:03 +0000 Subject: Console supporting the Big5 Chinese encoding. Closes PR: ports/2403 Submitted by: Hung-Chi Chu --- chinese/big5con/Makefile | 41 +++++++++++++++++++++++++++++++++++++++++ chinese/big5con/distinfo | 3 +++ chinese/big5con/pkg-comment | 1 + chinese/big5con/pkg-descr | 11 +++++++++++ chinese/big5con/pkg-plist | 5 +++++ 5 files changed, 61 insertions(+) create mode 100644 chinese/big5con/Makefile create mode 100644 chinese/big5con/distinfo create mode 100644 chinese/big5con/pkg-comment create mode 100644 chinese/big5con/pkg-descr create mode 100644 chinese/big5con/pkg-plist (limited to 'chinese/big5con') diff --git a/chinese/big5con/Makefile b/chinese/big5con/Makefile new file mode 100644 index 000000000000..7f5b5d4b1e1c --- /dev/null +++ b/chinese/big5con/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: big5con +# Version required: 0.1 +# Date created: 07 Jan 1997 +# Whom: Hung-Chi Chu +# +# $Id$ +# +# This port is adapted from japanese/kon +# + +DISTNAME= kon +PKGNAME= cn-big5con-0.1 +CATEGORIES= chinese +# note kon is only in first directory and +# fonts are only in the other two directories +MASTER_SITES= ftp://ftp.iij.ad.jp/pub/linux-j/JE-sources/JE/ \ + ftp://nctuccca.edu.tw/Chinese/ifcss/software/fonts/misc/bdf/ \ + ftp://nctuccca.edu.tw/Chinese/ifcss/software/fonts/big5/bdf/ +DISTFILES= kon-0.99.4e.tgz 8x16.bdf.gz taipei16.bdf.gz + +MAINTAINER= hcchu@r350.ee.ntu.edu.tw + +RESTRICTED= "The font 'taipei16.bdf' is copyrighted" +EXTRACT_ONLY= kon-0.99.4e.tgz +USE_GMAKE= yes + +post-configure: + sed -e 's%%CURDIR%%${.CURDIR}' \ + -e 's%%PREFIX%%${PREFIX}' \ + -e 's%%DISTDIR%%${DISTDIR}' \ + files/dotconfig > ${WRKSRC}/.config + +post-install: + @echo + @echo "---------------------------------------------------------------" + @echo "You need to add a line 'options SYSVSHM' to your kernel config." + @echo "Use 'big5con' to run the big5 console." + @echo "---------------------------------------------------------------" + @echo + +.include diff --git a/chinese/big5con/distinfo b/chinese/big5con/distinfo new file mode 100644 index 000000000000..1e924d19f3d7 --- /dev/null +++ b/chinese/big5con/distinfo @@ -0,0 +1,3 @@ +MD5 (kon-0.99.4e.tgz) = c71fd1ae1a199aed25244e8ca42fd730 +MD5 (8x16.bdf.gz) = f29879000c6e909fd8ec946ecc420216 +MD5 (taipei16.bdf.gz) = a488213b6b7cee97d6d9d3bcfeb2bc98 diff --git a/chinese/big5con/pkg-comment b/chinese/big5con/pkg-comment new file mode 100644 index 000000000000..4749b3366982 --- /dev/null +++ b/chinese/big5con/pkg-comment @@ -0,0 +1 @@ +Big5 Chinese console diff --git a/chinese/big5con/pkg-descr b/chinese/big5con/pkg-descr new file mode 100644 index 000000000000..608cad526339 --- /dev/null +++ b/chinese/big5con/pkg-descr @@ -0,0 +1,11 @@ +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. + +Big5 console, ported by Hung-Chi Chu + diff --git a/chinese/big5con/pkg-plist b/chinese/big5con/pkg-plist new file mode 100644 index 000000000000..6ed9809b7aaf --- /dev/null +++ b/chinese/big5con/pkg-plist @@ -0,0 +1,5 @@ +bin/big5con +bin/big5fld +etc/big5con.cfg +lib/fonts/taipei16.bdf.gz +lib/fonts/8x16.bdf.gz -- cgit v1.2.3