diff options
author | obrien <obrien@FreeBSD.org> | 1997-02-16 09:14:03 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-02-16 09:14:03 +0800 |
commit | 93268cb6401e6decf6d02bdab938c1f7c96d6aa9 (patch) | |
tree | eb54e599303f6feb768a7c30d22e2156d3ddf4d4 /chinese | |
parent | bdb0fa0e8c3dd7d540c8d1ec3a59ae14887e411c (diff) | |
download | freebsd-ports-gnome-93268cb6401e6decf6d02bdab938c1f7c96d6aa9.tar.gz freebsd-ports-gnome-93268cb6401e6decf6d02bdab938c1f7c96d6aa9.tar.zst freebsd-ports-gnome-93268cb6401e6decf6d02bdab938c1f7c96d6aa9.zip |
Console supporting the Big5 Chinese encoding.
Closes PR: ports/2403
Submitted by: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/big5con/Makefile | 41 | ||||
-rw-r--r-- | chinese/big5con/distinfo | 3 | ||||
-rw-r--r-- | chinese/big5con/pkg-comment | 1 | ||||
-rw-r--r-- | chinese/big5con/pkg-descr | 11 | ||||
-rw-r--r-- | chinese/big5con/pkg-plist | 5 |
5 files changed, 61 insertions, 0 deletions
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 <hcchu@r350.ee.ntu.edu.tw> +# +# $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 <bsd.port.mk> 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 <hcchu@r350.ee.ntu.edu.tw> + 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 |