1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

This port follows the proposed automatic L10N for ports discussed

at the BSDCon2000 I18N meeting.  User only needs to install
the port to gain a fully localized Traditional Chinese system.

PR: 22673
Submitted by: Michael C. Wu <keichii@peorth.iteration.net>
This commit is contained in:
Kevin Lo 2000-11-08 01:07:04 +00:00
parent 6b02566c3c
commit bdbb5191c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34896
6 changed files with 86 additions and 0 deletions

View File

@ -8,6 +8,7 @@
SUBDIR += acroread-chtfont
SUBDIR += arphicttf
SUBDIR += aterm
SUBDIR += auto-tw-l10n
SUBDIR += autoconvert
SUBDIR += bg5ps
SUBDIR += big5con

View File

@ -0,0 +1,80 @@
# $FreeBSD$
PORTNAME= auto-l10n
PORTVERSION= 1.0
CATEGORIES= chinese
MASTER_SITES= ftp://ftp.iteration.net/pub/patch_chinese/
DISTNAME= zh-tw-skel
EXTRACT_SUFX= .tgz
MAINTAINER= keichii@iteration.net
RUN_DEPENDS= ${X11BASE}/lib/aout/zh-XFree86-aoutlibs-3.3.6:${.CURDIR}/../XFree86-aoutlibs \
cle_base:${PORTSDIR}/chinese/cle_base \
big5fs:${PORTSDIR}/chinese/big5fs \
kcfonts:${PORTSDIR}/chinese/kcfonts \
arphicttf:${PORTSDIR}/chinese/arphicttf \
moefonts-cid:${PORTSDIR}/chinese/moefonts-cid \
moettf:{$PORTSDIR}/chinese/moettf \
autoconvert:${PORTSDIR}/chinese/autoconvert \
bg5ps:${PORTSDIR}/chinese/bg5ps \
acroread-chtfont:${PORTSDIR}/chinese/acroread-chtfont \
big5con:${PORTSDIR}/chinese/big5con \
libtabe:${PORTSDIR}/chinese/libtabe \
linux-gtk:${PORTSDIR}/chinese/linux-gtk \
mutt:{$PORTSDIR}/chinese/mutt \
netscape47-communicator:{$PORTSDIR}/chinese/netscape47-communicator \
nvi-big5:{$PORTSDIR}/chinese/nvi-big5 \
pine4:{$PORTSDIR}/chinese/pine4 \
pyDict:{$PORTSDIR}/chinese/pyDict \
rxvt-big5:{$PORTSDIR}/chinese/rxvt-big5 \
aterm:${PORTSDIR}/chinese/aterm \
telnet:{$PORTSDIR}/chinese/telnet \
tin:{$PORTSDIR}/chinese/tin \
tintin++:{$PORTSDIR}/chinese/tintin++ \
ve:{$PORTSDIR}/chinese/ve \
xcin25:{$PORTSDIR}/chinese/xcin25 \
xemacs21:{$PORTSDIR}/chinese/xemacs21 \
xmms:{$PORTSDIR}/chinese/xmms \
NO_BUILD= yes
post-install:
@${ECHO} "*************************************************************"
@${ECHO} "* English Instructions: *"
@${ECHO} "* After your install, you should type the following command *"
@${ECHO} "* as the normal user. *"
@${ECHO} "* WARNING: You should back up your configuration dotfiles *"
@${ECHO} "* WARNING: BEFORE you type the following. *"
@${ECHO} "* cd /usr/ports/chinese/auto-tw-l10n && make install-user *"
@${ECHO} "*************************************************************"
@${ECHO} "* 中文大五碼說明:(English users ignore following *"
@${ECHO} "* 在您安裝完畢後請以您平常的使用者shell打下面這行指令 *"
@${ECHO} "* 注意:請將您的使用者目錄各設定檔先備份 *"
@${ECHO} "* cd /usr/ports/chinese/auto-tw-l10n && make install-user *"
@${ECHO} "*************************************************************"
install-user:
#Temporary hack before adduser is modified
# For future adduser
# adduser -l10n -v $HOME
/bin/cp ${.CURDIR}/work/zh_TW.Big5/* ${HOME}/
@${ECHO} "*************************************************************"
@${ECHO} "* English Instructions: *"
@${ECHO} "* Merge your backed up old dotfiles with the new ones. *"
@${ECHO} "*************************************************************"
@${ECHO} "* 中文大五碼說明:(English users ignore following *"
@${ECHO} "* 請比對您的舊設定跟新設定 *"
@${ECHO} "*************************************************************"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (zh-tw-skel.tgz) = ebbec39888e5381f029dcb99e61f55a5

View File

@ -0,0 +1 @@
The automatic localization port for Traditional Chinese zh_TW.Big5 locale

View File

@ -0,0 +1,2 @@
Traditional Chinese (BIG-5 encoding) zh_TW.Big5 automatic localization
Install this port and you will have a Traditional Chinese FreeBSD system

View File

@ -0,0 +1 @@
@comment this plist intentionally left empty