mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Console supporting the Big5 Chinese encoding.
Closes PR: ports/2403 Submitted by: Hung-Chi Chu <hcchu@r350.ee.ntu.edu.tw>
This commit is contained in:
parent
cf1439c350
commit
9bfa4194b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5627
41
chinese/big5con/Makefile
Normal file
41
chinese/big5con/Makefile
Normal file
@ -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>
|
3
chinese/big5con/distinfo
Normal file
3
chinese/big5con/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (kon-0.99.4e.tgz) = c71fd1ae1a199aed25244e8ca42fd730
|
||||
MD5 (8x16.bdf.gz) = f29879000c6e909fd8ec946ecc420216
|
||||
MD5 (taipei16.bdf.gz) = a488213b6b7cee97d6d9d3bcfeb2bc98
|
1
chinese/big5con/pkg-comment
Normal file
1
chinese/big5con/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Big5 Chinese console
|
11
chinese/big5con/pkg-descr
Normal file
11
chinese/big5con/pkg-descr
Normal file
@ -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>
|
||||
|
5
chinese/big5con/pkg-plist
Normal file
5
chinese/big5con/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/big5con
|
||||
bin/big5fld
|
||||
etc/big5con.cfg
|
||||
lib/fonts/taipei16.bdf.gz
|
||||
lib/fonts/8x16.bdf.gz
|
Loading…
Reference in New Issue
Block a user