From owner-freebsd-i18n@FreeBSD.ORG Mon Apr 28 12:12:51 2003 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DAC537B401 for ; Mon, 28 Apr 2003 12:12:51 -0700 (PDT) Received: from grummit.biaix.org (213-97-212-86.uc.nombres.ttd.es [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 5746243F93 for ; Mon, 28 Apr 2003 12:12:47 -0700 (PDT) (envelope-from joan@grummit.biaix.org) Received: (qmail 7320 invoked by uid 1000); 28 Apr 2003 19:10:05 -0000 Date: Mon, 28 Apr 2003 21:10:05 +0200 From: Joan Picanyol i Puig To: ache@freebsd.org Message-ID: <20030428191005.GB2983@grummit.biaix.org> References: <20030422151739.GA2097@grummit.biaix.org> <20030423161120.A28072@phantom.cris.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline In-Reply-To: <20030423161120.A28072@phantom.cris.net> User-Agent: Mutt/1.4i cc: lists-freebsd-i18n@biaix.org cc: i18n@freebsd.org Subject: Re: [incomplete PATCH] help needed with misc/45874 X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 19:12:51 -0000 --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi ache@, I'm attaching an updated version of the patch (cvs diff -R -c at /usr/src in my -stable box) for you to commit. Many thanks to all the input from people at i18n@ * Alexey Zelkin [20030423 15:02]: > btw, you also missed 'mklocale' stuff (which also have to be done for > new locale) -- src/share/mklocale Mmmhh... Catalan is most similar to Spanish, which seems to be covered by src/share/mklocale/la_LN.ISO8859-{1,15}. Is this really needed? tks -- pica --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ca_ES.patch" Index: etc/locale.alias =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/etc/locale.alias,v retrieving revision 1.7.2.6 diff -u -3 -p -c -r1.7.2.6 locale.alias *** etc/locale.alias 15 Apr 2002 00:44:13 -0000 1.7.2.6 --- etc/locale.alias 7 Dec 2002 20:40:23 -0000 *************** US-ASCII en_US.US-ASCII *** 5,10 **** --- 5,12 ---- af_ZA.ISO_8859-1 af_ZA.ISO8859-1 af_ZA.ISO_8859-15 af_ZA.ISO8859-15 cs_CZ.ISO_8859-2 cs_CZ.ISO8859-2 + ca_ES.ISO_8859-1 ca_ES.ISO8859-1 + ca_ES.ISO_8859-15 ca_ES.ISO8859-15 da_DK.ISO_8859-1 da_DK.ISO8859-1 da_DK.ISO_8859-15 da_DK.ISO8859-15 de_AT.ISO_8859-1 de_AT.ISO8859-1 Index: etc/mtree/BSD.usr.dist =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/etc/mtree/BSD.usr.dist,v retrieving revision 1.188.2.40 diff -u -3 -p -c -r1.188.2.40 BSD.usr.dist *** etc/mtree/BSD.usr.dist 14 Feb 2003 22:38:14 -0000 1.188.2.40 --- etc/mtree/BSD.usr.dist 28 Apr 2003 18:45:19 -0000 *************** *** 497,502 **** --- 497,506 ---- .. en_US.US-ASCII .. + ca_ES.ISO8859-1 + .. + ca_ES.ISO8859-15 + .. es_ES.ISO8859-1 .. es_ES.ISO8859-15 Index: share/colldef/Makefile =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/share/colldef/Makefile,v retrieving revision 1.32.2.11 diff -u -3 -p -c -r1.32.2.11 Makefile *** share/colldef/Makefile 17 Aug 2002 19:14:44 -0000 1.32.2.11 --- share/colldef/Makefile 28 Apr 2003 18:53:21 -0000 *************** LOCALES= bg_BG.CP1251 \ *** 11,16 **** --- 11,18 ---- el_GR.ISO8859-7 \ es_ES.ISO8859-1 \ es_ES.ISO8859-15 \ + ca_ES.ISO8859-1 \ + ca_ES.ISO8859-15 \ et_EE.ISO8859-15 \ hi_IN.ISCII-DEV \ is_IS.ISO8859-1 \ *************** de_DE.ISO8859-15.out: map.ISO8859-15 *** 57,63 **** --- 59,67 ---- de_DE.ISO8859-1.out: map.ISO8859-1 el_GR.ISO8859-7.out: map.ISO8859-7 es_ES.ISO8859-15.out: map.ISO8859-15 + ca_ES.ISO8859-15.out: map.ISO8859-15 es_ES.ISO8859-1.out: map.ISO8859-1 + ca_ES.ISO8859-1.out: map.ISO8859-1 et_EE.ISO8859-15.out: map.ISO8859-15 hi_IN.ISCII-DEV.out: map.ISCII-DEV is_IS.ISO8859-15.out: map.ISO8859-15 Index: share/monetdef/Makefile =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/share/monetdef/Makefile,v retrieving revision 1.37.2.3 diff -u -3 -p -c -r1.37.2.3 Makefile *** share/monetdef/Makefile 17 Aug 2002 19:38:08 -0000 1.37.2.3 --- share/monetdef/Makefile 6 Dec 2002 18:16:50 -0000 *************** LOCALES= af_ZA.ISO8859-1 \ *** 17,22 **** --- 17,23 ---- en_NZ.ISO8859-1 \ en_US.ISO8859-1 \ es_ES.ISO8859-1 \ + ca_ES.ISO8859-1 \ et_EE.ISO8859-15 \ fi_FI.ISO8859-1 \ fr_BE.ISO8859-1 \ *************** LOCALEDIR= ${DESTDIR}/usr/share/loc *** 52,59 **** ASCIILINKS= en_AU en_CA en_GB en_NZ en_US LATIN15LINKS= af_ZA da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ en_US \ ! es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS is_IS it_IT it_CH \ ! nl_BE nl_NL no_NO pt_PT sv_SE CH_SRC= de_CH CH_LINKS= fr_CH it_CH --- 53,60 ---- ASCIILINKS= en_AU en_CA en_GB en_NZ en_US LATIN15LINKS= af_ZA da_DK de_AT de_CH de_DE en_AU en_CA en_GB en_NZ en_US \ ! ca_ES es_ES fi_FI fr_BE fr_CA fr_CH fr_FR is_IS is_IS it_IT \ ! it_CH nl_BE nl_NL no_NO pt_PT sv_SE CH_SRC= de_CH CH_LINKS= fr_CH it_CH Index: share/msgdef/Makefile =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/share/msgdef/Makefile,v retrieving revision 1.38.2.3 diff -u -3 -p -c -r1.38.2.3 Makefile *** share/msgdef/Makefile 17 Aug 2002 19:30:37 -0000 1.38.2.3 --- share/msgdef/Makefile 28 Apr 2003 18:54:04 -0000 *************** LOCALES= af_ZA.ISO8859-1 \ *** 13,18 **** --- 13,20 ---- en_GB.ISO8859-1 \ en_US.ISO8859-1 \ es_ES.ISO8859-1 \ + ca_ES.ISO8859-1 \ + ca_ES.ISO8859-15 \ et_EE.ISO8859-15 \ fi_FI.ISO8859-1 \ fr_BE.ISO8859-1 \ Index: share/numericdef/Makefile =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/share/numericdef/Makefile,v retrieving revision 1.36.2.3 diff -u -3 -p -c -r1.36.2.3 Makefile *** share/numericdef/Makefile 17 Aug 2002 19:34:11 -0000 1.36.2.3 --- share/numericdef/Makefile 28 Apr 2003 18:54:33 -0000 *************** LOCALES= af_ZA.ISO8859-1 \ *** 11,16 **** --- 11,18 ---- el_GR.ISO8859-7 \ en_US.ISO8859-1 \ es_ES.ISO8859-1 \ + ca_ES.ISO8859-1 \ + ca_ES.ISO8859-15 \ et_EE.ISO8859-15 \ fi_FI.ISO8859-1 \ fr_BE.ISO8859-1 \ Index: share/timedef/Makefile =================================================================== RCS file: /fs/bulk/mount/FreeBSD/CVS/src/share/timedef/Makefile,v retrieving revision 1.11.2.11 diff -u -3 -p -c -r1.11.2.11 Makefile *** share/timedef/Makefile 17 Aug 2002 19:25:45 -0000 1.11.2.11 --- share/timedef/Makefile 6 Dec 2002 17:49:37 -0000 *************** LOCALES= bg_BG.CP1251 \ *** 12,17 **** --- 12,18 ---- en_GB.ISO8859-1 \ en_US.ISO8859-1 \ es_ES.ISO8859-1 \ + ca_ES.ISO8859-1 \ et_EE.ISO8859-15 \ fi_FI.ISO8859-1 \ fr_FR.ISO8859-1 \ *************** LOCALES= bg_BG.CP1251 \ *** 45,51 **** LOCALEDIR= ${DESTDIR}/usr/share/locale ! LATIN15LINKS= da_DK de_AT de_DE en_GB en_US es_ES fi_FI fr_FR is_IS \ it_IT la_LN nl_NL no_NO pt_PT sv_SE DE_LINKS= de_CH FR_LINKS= fr_BE fr_CA fr_CH --- 46,52 ---- LOCALEDIR= ${DESTDIR}/usr/share/locale ! LATIN15LINKS= da_DK de_AT de_DE en_GB en_US ca_ES es_ES fi_FI fr_FR is_IS \ it_IT la_LN nl_NL no_NO pt_PT sv_SE DE_LINKS= de_CH FR_LINKS= fr_BE fr_CA fr_CH --mP3DRpeJDSE+ciuQ-- From owner-freebsd-i18n@FreeBSD.ORG Mon Apr 28 12:32:15 2003 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EDDFA37B401 for ; Mon, 28 Apr 2003 12:32:15 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A4E843F75 for ; Mon, 28 Apr 2003 12:32:14 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3SJW9nd002085; Mon, 28 Apr 2003 23:32:09 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3SJW9Fg002084; Mon, 28 Apr 2003 23:32:09 +0400 (MSD) Date: Mon, 28 Apr 2003 23:32:09 +0400 From: "Andrey A. Chernov" To: Joan Picanyol i Puig Message-ID: <20030428193209.GA2031@nagual.pp.ru> References: <20030422151739.GA2097@grummit.biaix.org> <20030423161120.A28072@phantom.cris.net> <20030428191005.GB2983@grummit.biaix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030428191005.GB2983@grummit.biaix.org> User-Agent: Mutt/1.5.4i cc: lists-freebsd-i18n@biaix.org cc: i18n@freebsd.org Subject: Re: [incomplete PATCH] help needed with misc/45874 X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 19:32:16 -0000 On Mon, Apr 28, 2003 at 21:10:05 +0200, Joan Picanyol i Puig wrote: > Hi ache@, > > I'm attaching an updated version of the patch (cvs diff -R -c at > /usr/src in my -stable box) for you to commit. Many thanks to all the > input from people at i18n@ 1) All patches are committed to -current first, so please submit patches for -current, not for -stable. 2) We already have some ca_ES data in -current. What is wrong with it? From owner-freebsd-i18n@FreeBSD.ORG Mon Apr 28 13:28:49 2003 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D173637B401 for ; Mon, 28 Apr 2003 13:28:49 -0700 (PDT) Received: from grummit.biaix.org (213-97-212-86.uc.nombres.ttd.es [213.97.212.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 4818643FBF for ; Mon, 28 Apr 2003 13:28:47 -0700 (PDT) (envelope-from joan@grummit.biaix.org) Received: (qmail 7563 invoked by uid 1000); 28 Apr 2003 20:26:05 -0000 Date: Mon, 28 Apr 2003 22:26:05 +0200 From: Joan Picanyol i Puig To: "Andrey A. Chernov" Message-ID: <20030428202605.GA7407@grummit.biaix.org> References: <20030422151739.GA2097@grummit.biaix.org> <20030423161120.A28072@phantom.cris.net> <20030428191005.GB2983@grummit.biaix.org> <20030428193209.GA2031@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030428193209.GA2031@nagual.pp.ru> User-Agent: Mutt/1.4i cc: lists-freebsd-i18n@biaix.org cc: i18n@freebsd.org Subject: Re: [incomplete PATCH] help needed with misc/45874 X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 20:28:50 -0000 * Andrey A. Chernov [20030428 21:29]: > 1) All patches are committed to -current first, so please submit patches > for -current, not for -stable. I think it should apply to -current as well (the original patch in the PR was also against -stable) > 2) We already have some ca_ES data in -current. What is wrong with it? Is this MFC'd? I don't have any -current box to try, what happens if you do 'env LANG=ca_ES.ISO8859-15 perl -e'? I get: (22:24:18 <~>) 0 $ perl -e perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "ca_ES.ISO_8859-15" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). No code specified for -e. qvb -- pica From owner-freebsd-i18n@FreeBSD.ORG Mon Apr 28 14:24:11 2003 Return-Path: Delivered-To: freebsd-i18n@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D4AF37B401 for ; Mon, 28 Apr 2003 14:24:11 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A37943F75 for ; Mon, 28 Apr 2003 14:24:10 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h3SLO4nd003899; Tue, 29 Apr 2003 01:24:04 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h3SLO4U7003898; Tue, 29 Apr 2003 01:24:04 +0400 (MSD) Date: Tue, 29 Apr 2003 01:24:03 +0400 From: "Andrey A. Chernov" To: Joan Picanyol i Puig Message-ID: <20030428212403.GA3833@nagual.pp.ru> References: <20030422151739.GA2097@grummit.biaix.org> <20030423161120.A28072@phantom.cris.net> <20030428191005.GB2983@grummit.biaix.org> <20030428193209.GA2031@nagual.pp.ru> <20030428202605.GA7407@grummit.biaix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030428202605.GA7407@grummit.biaix.org> User-Agent: Mutt/1.5.4i cc: lists-freebsd-i18n@biaix.org cc: i18n@freebsd.org Subject: Re: [incomplete PATCH] help needed with misc/45874 X-BeenThere: freebsd-i18n@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Internationalization Effort List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2003 21:24:11 -0000 On Mon, Apr 28, 2003 at 22:26:05 +0200, Joan Picanyol i Puig wrote: > * Andrey A. Chernov [20030428 21:29]: > > 1) All patches are committed to -current first, so please submit patches > > for -current, not for -stable. > I think it should apply to -current as well (the original patch in the > PR was also against -stable) It is not apply to -current. > > 2) We already have some ca_ES data in -current. What is wrong with it? > Is this MFC'd? I don't have any -current box to try, what happens if you No.