From e74bda1062a21a7d56dafbaac0de7e1fab4aa38c Mon Sep 17 00:00:00 2001 From: mp Date: Wed, 5 Sep 2001 18:10:29 +0000 Subject: Add new tcsh-6.11 NLS sets for Estonian and Russian. (Polish was also included in tcsh-6.11 but the set1 and set3 files are broken) --- bin/csh/nls/Makefile | 2 +- bin/csh/nls/et/Makefile | 16 ++++++++++++++++ bin/csh/nls/russian/Makefile | 16 ++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 bin/csh/nls/et/Makefile create mode 100644 bin/csh/nls/russian/Makefile diff --git a/bin/csh/nls/Makefile b/bin/csh/nls/Makefile index 4e5a528..17be0c1 100644 --- a/bin/csh/nls/Makefile +++ b/bin/csh/nls/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR= finnish french german greek italian ja spanish ukrainian +SUBDIR= et finnish french german greek italian ja russian spanish ukrainian .include diff --git a/bin/csh/nls/et/Makefile b/bin/csh/nls/et/Makefile new file mode 100644 index 0000000..efff8e2 --- /dev/null +++ b/bin/csh/nls/et/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +NL= et +DL= et_EE.ISO8859-15 + +.PATH: ${BASESRC}/${NL} + +tcsh.msg: set[0-9]* + cat ${BASESRC}/${NL}/set[0-9] \ + ${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET} + +install: + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ + tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + +.include diff --git a/bin/csh/nls/russian/Makefile b/bin/csh/nls/russian/Makefile new file mode 100644 index 0000000..7d5d6bf --- /dev/null +++ b/bin/csh/nls/russian/Makefile @@ -0,0 +1,16 @@ +# $FreeBSD$ + +NL= russian +DL= ru_RU.KOI8-R + +.PATH: ${BASESRC}/${NL} + +tcsh.msg: set[0-9]* + cat ${BASESRC}/${NL}/set[0-9] \ + ${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET} + +install: + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ + tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat + +.include -- cgit v1.1