From owner-svn-src-user@FreeBSD.ORG Sun Sep 13 11:52:16 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B557106566C; Sun, 13 Sep 2009 11:52:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 09A048FC15; Sun, 13 Sep 2009 11:52:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n8DBqF1E020390; Sun, 13 Sep 2009 11:52:15 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8DBqF8p020382; Sun, 13 Sep 2009 11:52:15 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <200909131152.n8DBqF8p020382@svn.freebsd.org> From: Edwin Groothuis Date: Sun, 13 Sep 2009 11:52:15 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197161 - in user/edwin/locale/share: monetdef numericdef timedef X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2009 11:52:16 -0000 Author: edwin Date: Sun Sep 13 11:52:15 2009 New Revision: 197161 URL: http://svn.freebsd.org/changeset/base/197161 Log: Fixes from the new way to calculate SYMLINKS. Added: user/edwin/locale/share/monetdef/zh_Hans_CN.unicode - copied unchanged from r196846, user/edwin/locale/share/monetdef/zh_CN.unicode user/edwin/locale/share/monetdef/zh_Hant_HK.unicode - copied unchanged from r196846, user/edwin/locale/share/monetdef/zh_HK.unicode user/edwin/locale/share/monetdef/zh_Hant_TW.unicode - copied unchanged from r196846, user/edwin/locale/share/monetdef/zh_TW.unicode user/edwin/locale/share/numericdef/zh_Hans_CN.unicode - copied unchanged from r196817, user/edwin/locale/share/numericdef/zh_CN.unicode Deleted: user/edwin/locale/share/monetdef/zh_CN.unicode user/edwin/locale/share/monetdef/zh_HK.unicode user/edwin/locale/share/monetdef/zh_TW.unicode user/edwin/locale/share/numericdef/zh_CN.unicode Modified: user/edwin/locale/share/monetdef/Makefile user/edwin/locale/share/numericdef/Makefile user/edwin/locale/share/timedef/Makefile Modified: user/edwin/locale/share/monetdef/Makefile ============================================================================== --- user/edwin/locale/share/monetdef/Makefile Sun Sep 13 11:50:08 2009 (r197160) +++ user/edwin/locale/share/monetdef/Makefile Sun Sep 13 11:52:15 2009 (r197161) @@ -7,7 +7,7 @@ CCLN= af_ZA am_ET be_BY bg_BG hi_IN hr_HR hu_HU hy_AM is_IS it_IT ja_JP kk_KZ \ ko_KR lt_LT mn_MN nl_BE nl_NL no_NO pl_PL pt_BR \ pt_PT ro_RO ru_RU sk_SK sl_SI sr_Cyrl_RS sr_Latn_RS \ - sv_SE tr_TR uk_UA zh_CN zh_HK zh_TW + sv_SE tr_TR uk_UA zh_Hans_CN zh_Hant_HK zh_Hant_TW # For these locales, beside creating the UTF-8 map also create these # charactermaps. @@ -83,7 +83,8 @@ TRANSLATION_ISO8859-1= E282AC:455552 # For these locales, create symlinks to the main locale for historical reasons. LEGLINK_ja_JP= jp_JP LEGLINK_zh_Hans_CN= zh_CN -LEGLINK_zh_Hant_TW= zh_TW zh_HK +LEGLINK_zh_Hant_TW= zh_TW +LEGLINK_zh_Hant_HK= zh_HK LEGLINK_sr_Cyrl_RS= sr_YU LEGLINK_sr_Latn_RS.ISO8859-2= sr_YU.ISO8859-2 LEGLINK_zh_Hans_CN.GBK2312= zh_CN.GBK Copied: user/edwin/locale/share/monetdef/zh_Hans_CN.unicode (from r196846, user/edwin/locale/share/monetdef/zh_CN.unicode) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/edwin/locale/share/monetdef/zh_Hans_CN.unicode Sun Sep 13 11:52:15 2009 (r197161, copy of r196846, user/edwin/locale/share/monetdef/zh_CN.unicode) @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) + +# currency_symbol + +# mon_decimal_point + +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign + +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Copied: user/edwin/locale/share/monetdef/zh_Hant_HK.unicode (from r196846, user/edwin/locale/share/monetdef/zh_HK.unicode) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/edwin/locale/share/monetdef/zh_Hant_HK.unicode Sun Sep 13 11:52:15 2009 (r197161, copy of r196846, user/edwin/locale/share/monetdef/zh_HK.unicode) @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) + +# currency_symbol + +# mon_decimal_point + +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign + +# int_frac_digits +2 +# frac_digits +2 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +0 +# EOF Copied: user/edwin/locale/share/monetdef/zh_Hant_TW.unicode (from r196846, user/edwin/locale/share/monetdef/zh_TW.unicode) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/edwin/locale/share/monetdef/zh_Hant_TW.unicode Sun Sep 13 11:52:15 2009 (r197161, copy of r196846, user/edwin/locale/share/monetdef/zh_TW.unicode) @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) + +# currency_symbol + +# mon_decimal_point + +# mon_thousands_sep + +# mon_grouping, separated by ; +3;3 +# positive_sign + +# negative_sign + +# int_frac_digits +0 +# frac_digits +0 +# p_cs_precedes +1 +# p_sep_by_space +0 +# n_cs_precedes +1 +# n_sep_by_space +0 +# p_sign_posn +1 +# n_sign_posn +4 +# EOF Modified: user/edwin/locale/share/numericdef/Makefile ============================================================================== --- user/edwin/locale/share/numericdef/Makefile Sun Sep 13 11:50:08 2009 (r197160) +++ user/edwin/locale/share/numericdef/Makefile Sun Sep 13 11:52:15 2009 (r197161) @@ -6,7 +6,7 @@ CCLN= af_ZA am_ET be_BY bg_BG fr_FR hi_IN hr_HR hu_HU hy_AM is_IS it_IT ja_JP \ kk_KZ ko_KR lt_LT mn_MN nl_NL no_NO pl_PL pt_BR \ pt_PT ro_RO ru_RU sk_SK sl_SI sr_Cyrl_RS sr_Latn_RS \ - sv_SE tr_TR uk_UA zh_CN + sv_SE tr_TR uk_UA zh_Hans_CN # For these locales, beside creating the UTF-8 map also create these # charactermaps. @@ -58,19 +58,18 @@ CMSLINK_zh_Hans_CN= GB18030 GB2312 GBK e # For these locales, also create symlinks to the main locale. CCLNLINK_ca_ES= ca_AD ca_FR ca_IT CCLNLINK_de_DE= de_AT -CCLNLINK_en_GB.UTF-8= en_IE.UTF-8 +CCLNLINK_en_US.UTF-8= en_IE.UTF-8 CCLNLINK_en_US= en_AU en_CA en_GB en_NZ CCLNLINK_en_US.UTF-8= he_IL.UTF-8 CCLNLINK_fr_BE= nl_BE CCLNLINK_fr_FR= fr_CA fr_CH CCLNLINK_it_IT= it_CH CCLNLINK_no_NO= nb_NO nn_NO -CCLNLINK_zh_HK.UTF-8= zh_Hant_HK.Big5HKSCS zh_Hant_HK.UTF-8 zh_Hant_TW.Big5 zh_Hant_TW.UTF-8 +CCLNLINK_zh_Hans_HK.UTF-8= zh_Hant_HK.Big5HKSCS zh_Hant_HK.UTF-8 zh_Hant_TW.Big5 zh_Hant_TW.UTF-8 # For these locales, create symlinks to the main locale for historical reasons. LEGLINK_ja_JP= jp_JP -LEGLINK_zh_Hans_CN= zh_CN -LEGLINK_zh_Hant_TW= zh_TW zh_HK +LEGLINK_zh_Hans_CN= zh_CN zh_TW zh_HK LEGLINK_sr_Cyrl_RS= sr_YU LEGLINK_sr_Latn_RS.ISO8859-2= sr_YU.ISO8859-2 LEGLINK_zh_Hans_CN.GBK2312= zh_CN.GBK Copied: user/edwin/locale/share/numericdef/zh_Hans_CN.unicode (from r196817, user/edwin/locale/share/numericdef/zh_CN.unicode) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ user/edwin/locale/share/numericdef/zh_Hans_CN.unicode Sun Sep 13 11:52:15 2009 (r197161, copy of r196817, user/edwin/locale/share/numericdef/zh_CN.unicode) @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point + +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF Modified: user/edwin/locale/share/timedef/Makefile ============================================================================== --- user/edwin/locale/share/timedef/Makefile Sun Sep 13 11:50:08 2009 (r197160) +++ user/edwin/locale/share/timedef/Makefile Sun Sep 13 11:52:15 2009 (r197161) @@ -57,14 +57,13 @@ CMS_zh_Hant_TW= Big5 # For these locales, link the following charactermaps to the UTF-8 map. # (unless the origin charactermap is defined) -CMSLINK_af_ZA= ISO8859-1 ISO8859-15 CMSLINK_ca_ES.ISO8859-1= ca_ES.ISO8859-15 -CMSLINK_da_DK.ISO8859-1= ca_ES.ISO8859-15 +CMSLINK_da_DK.ISO8859-1= da_DK.ISO8859-15 CMSLINK_de_AT.ISO8859-1= de_AT.ISO8859-15 CMSLINK_de_DE.ISO8859-1= de_DE.ISO8859-15 CMSLINK_en_GB= ISO8859-1 ISO8859-15 US-ASCII CMSLINK_en_US= ISO8859-1 ISO8859-15 US-ASCII -CMSLINK_es_ES= ISO8859-1 +CMSLINK_es_ES= ISO8859-15 CMSLINK_eu_ES= ISO8859-1 ISO8859-15 CMSLINK_fi_FI.ISO8859-1= fi_FI.ISO8859-15 CMSLINK_fr_FR.ISO8859-1= fr_FR.ISO8859-15 @@ -81,10 +80,12 @@ CMSLINK_zh_Hans_CN.GB2312= zh_Hans_CN.GB # For these locales, also create symlinks to the main locale. CCLNLINK_en_US.UTF-8= af_ZA.UTF-8 -CCLNLINK_ca_ES= ca_AD ca_IT ca_IT +CCLNLINK_en_US.ISO8859-1= af_ZA.ISO8859-1 +CCLNLINK_en_US.ISO8859-15= af_ZA.ISO8859-15 +CCLNLINK_ca_ES= ca_AD ca_FR ca_IT CCLNLINK_de_DE= de_CH CCLNLINK_en_GB= en_AU en_CA en_NZ -CCLNLINK_en_IE.UTF-8= en_GB.UTF-8 +CCLNLINK_en_GB.UTF-8= en_IE.UTF-8 CCLNLINK_fr_FR= fr_BE fr_CA fr_CH CCLNLINK_it_IT= it_CH CCLNLINK_nl_NL= nl_BE