Add NLS files. Finish and Greek are WIPs.

Submitted by:	ache
This commit is contained in:
obrien 2000-04-20 06:50:23 +00:00
parent 9df1598239
commit 0dc8fec632
9 changed files with 190 additions and 0 deletions

8
bin/csh/nls/Makefile Normal file
View File

@ -0,0 +1,8 @@
# $FreeBSD$
SUBDIR= french german italian ja spanish
# We not ready for greek yet
#SUBDIR+= finnish greek
.include <bsd.subdir.mk>

11
bin/csh/nls/Makefile.inc Normal file
View File

@ -0,0 +1,11 @@
# $FreeBSD$
GENCAT= gencat -new
BASESRC= ${.CURDIR}/../../../../contrib/tcsh/nls
.SUFFIXES: .msg .cat
.msg.cat:
${GENCAT} ${.TARGET} ${.IMPSRC}
CLEANFILES+= tcsh.cat tcsh.msg

View File

@ -0,0 +1,24 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= finnish
DL=
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>

View File

@ -0,0 +1,25 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= french
DL= fr_BE.ISO_8859-1 fr_CA.ISO_8859-1 fr_CH.ISO_8859-1 fr_FR.ISO_8859-1 \
fr_BE.DIS_8859-15 fr_CA.DIS_8859-15 fr_CH.DIS_8859-15 fr_FR.DIS_8859-15
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>

View File

@ -0,0 +1,25 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= german
DL= de_AT.ISO_8859-1 de_CH.ISO_8859-1 de_DE.ISO_8859-1 \
de_AT.DIS_8859-15 de_CH.DIS_8859-15 de_DE.DIS_8859-15
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>

View File

@ -0,0 +1,24 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= greek
DL= el_GR.ISO_8859-7
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>

View File

@ -0,0 +1,25 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= italian
DL= it_IT.ISO_8859-1 it_CH.ISO_8859-1 \
it_IT.DIS_8859-15 it_CH.DIS_8859-15
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>

24
bin/csh/nls/ja/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= ja
DL= ja_JP.EUC
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>

View File

@ -0,0 +1,24 @@
# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= spanish
DL= es_ES.ISO_8859-1 es_ES.DIS_8859-15
.PATH: ${BASESRC}/${NL}
all: tcsh.cat
tcsh.cat: tcsh.msg
tcsh.msg: set[0-9]*
cat ${BASESRC}/${NL}/set[0-9] \
${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET}
install:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>