diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 01:14:03 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 01:14:03 +0000 |
commit | 9bfa4194b8b3d11e8ce86f246db3484edc841ea1 (patch) | |
tree | 8f026a9a1ea5864b9293729d8cfcd4e42d3075f1 /chinese/big5con | |
parent | cf1439c350a05332deff716d2962b8118ee6b08b (diff) | |
download | ports-9bfa4194b8b3d11e8ce86f246db3484edc841ea1.tar.gz ports-9bfa4194b8b3d11e8ce86f246db3484edc841ea1.zip |
Notes
Diffstat (limited to 'chinese/big5con')
-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 |