From rgl@firebird.clustercube.com  Sun Jun 11 15:30:06 2006
Return-Path: <rgl@firebird.clustercube.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7D71016A418
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Jun 2006 15:30:06 +0000 (UTC)
	(envelope-from rgl@firebird.clustercube.com)
Received: from firebird.clustercube.com (firebird.clustercube.com [72.21.32.50])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 322BF43D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 11 Jun 2006 15:30:04 +0000 (GMT)
	(envelope-from rgl@firebird.clustercube.com)
Received: by firebird.clustercube.com (Postfix, from userid 1010)
	id 0E182450DA; Sun, 11 Jun 2006 16:30:04 +0100 (WEST)
Message-Id: <20060611153004.0E182450DA@firebird.clustercube.com>
Date: Sun, 11 Jun 2006 16:30:04 +0100 (WEST)
From: Rui Lopes <rgl@ruilopes.com>
Reply-To: Rui Lopes <rgl@ruilopes.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Add euro symbol to pt_PT locale using other encodings
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         98815
>Category:       conf
>Synopsis:       [patch] [locale] Add euro symbol to pt_PT locale using other encodings
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 11 15:30:15 GMT 2006
>Closed-Date:    Wed Jun 17 03:17:06 UTC 2009
>Last-Modified:  Wed Jun 17 03:20:04 UTC 2009
>Originator:     Rui Lopes
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
	
>Description:
Add the euro symbol encoded in ISO-8859-15 and UTF-8 to the pt_PT locale.

These files are a verbatin copy of
/usr/src/share/monetdef/pt_PT.ISO8859-1.src (after applying PR/98813).

NB: You probably will need to change the $FreeBSD$ tag.
	
>How-To-Repeat:
	
>Fix:

	

--- add_LC_MONETARY_for_pt_PT.patch begins here ---
diff -ruN monetdef.orig/Makefile monetdef/Makefile
--- monetdef.orig/Makefile	Fri Mar  4 14:24:29 2005
+++ monetdef/Makefile	Sun Jun 11 12:25:26 2006
@@ -51,6 +51,8 @@
 		pl_PL.UTF-8 \
 		pt_BR.ISO8859-1 \
 		pt_PT.ISO8859-1 \
+		pt_PT.ISO8859-15 \
+		pt_PT.UTF-8 \
 		ro_RO.ISO8859-2 \
 		ru_RU.CP1251 \
 		ru_RU.CP866 \
@@ -102,11 +104,11 @@
 ISO8859-1_ISO8859-1= es_ES:eu_ES de_CH:fr_CH de_CH:it_CH
 ISO8859-1_ISO8859-15= af_ZA ca_ES 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 it_IT it_CH nl_BE nl_NL no_NO pt_PT sv_SE
+		is_IS it_IT it_CH nl_BE nl_NL no_NO sv_SE
 ISO8859-1_US-ASCII= en_AU en_CA en_GB en_NZ en_US
 ISO8859-1_UTF-8= af_ZA ca_ES da_DK de_AT de_CH de_DE en_AU en_CA en_NZ \
 		en_US es_ES fi_FI fr_BE fr_CA fr_FR is_IS it_IT nl_BE \
-		nl_NL no_NO pt_BR pt_PT sv_SE
+		nl_NL no_NO pt_BR sv_SE
 ISO8859-2_UTF-8= hr_HR hu_HU ro_RO sk_SK sl_SI sr_YU
 ISO8859-7_UTF-8= el_GR
 ISO8859-9_UTF-8= tr_TR
diff -ruN monetdef.orig/pt_PT.ISO8859-15.src monetdef/pt_PT.ISO8859-15.src
--- monetdef.orig/pt_PT.ISO8859-15.src	Thu Jan  1 01:00:00 1970
+++ monetdef/pt_PT.ISO8859-15.src	Sun Jun 11 12:26:50 2006
@@ -0,0 +1,36 @@
+# $FreeBSD: src/share/monetdef/pt_PT.ISO8859-1.src,v 1.2 2002/02/19 18:38:04 phantom Exp $
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol (last character always SPACE)
+EUR 
+# 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
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
diff -ruN monetdef.orig/pt_PT.UTF-8.src monetdef/pt_PT.UTF-8.src
--- monetdef.orig/pt_PT.UTF-8.src	Thu Jan  1 01:00:00 1970
+++ monetdef/pt_PT.UTF-8.src	Sun Jun 11 12:24:33 2006
@@ -0,0 +1,36 @@
+# $FreeBSD: src/share/monetdef/pt_PT.ISO8859-1.src,v 1.2 2002/02/19 18:38:04 phantom Exp $
+#
+# WARNING: spaces may be essential at the end of lines
+# WARNING: empty lines are essential too
+#
+# int_curr_symbol (last character always SPACE)
+EUR 
+# 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
+0
+# p_sep_by_space
+1
+# n_cs_precedes
+0
+# n_sep_by_space
+1
+# p_sign_posn
+1
+# n_sign_posn
+1
+# EOF
--- add_LC_MONETARY_for_pt_PT.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-i18n 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Mon May 18 15:13:50 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98815 
State-Changed-From-To: open->patched 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 10 22:09:48 UTC 2009 
State-Changed-Why:  
Commited to heda, will MFC in a week 


Responsible-Changed-From-To: freebsd-i18n->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Jun 10 22:09:48 UTC 2009 
Responsible-Changed-Why:  
Handle MFC. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98815 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/98815: commit references a PR
Date: Wed, 10 Jun 2009 22:09:49 +0000 (UTC)

 Author: edwin
 Date: Wed Jun 10 22:09:40 2009
 New Revision: 193962
 URL: http://svn.freebsd.org/changeset/base/193962
 
 Log:
   Add euro symbol to pt_PT locale using other encodings
   
   PR:		conf/98815
   Submitted by:	Rui Lopes <rgl@ruilopes.com>
   MFC after:	1 week
 
 Added:
   head/share/monetdef/pt_PT.ISO8859-15.src   (contents, props changed)
   head/share/monetdef/pt_PT.UTF-8.src   (contents, props changed)
 Modified:
   head/share/monetdef/Makefile
 
 Modified: head/share/monetdef/Makefile
 ==============================================================================
 --- head/share/monetdef/Makefile	Wed Jun 10 21:55:38 2009	(r193961)
 +++ head/share/monetdef/Makefile	Wed Jun 10 22:09:40 2009	(r193962)
 @@ -52,6 +52,8 @@ LOCALES=	af_ZA.ISO8859-1 \
  		pl_PL.UTF-8 \
  		pt_BR.ISO8859-1 \
  		pt_PT.ISO8859-1 \
 +		pt_PT.ISO8859-15 \
 +		pt_PT.UTF-8 \
  		ro_RO.ISO8859-2 \
  		ru_RU.CP1251 \
  		ru_RU.CP866 \
 @@ -105,12 +107,12 @@ ISO8859-1_ISO8859-1= ca_ES:ca_AD ca_ES:c
  ISO8859-1_ISO8859-15= af_ZA ca_AD ca_ES ca_FR ca_IT 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 it_IT it_CH nl_BE nl_NL nb_NO nn_NO no_NO pt_PT sv_SE
 +		is_IS it_IT it_CH nl_BE nl_NL nb_NO nn_NO no_NO sv_SE
  ISO8859-1_US-ASCII= en_AU en_CA en_GB en_NZ en_US
  ISO8859-1_UTF-8= af_ZA ca_AD ca_ES ca_FR ca_IT da_DK de_AT de_CH de_DE \
  		en_AU en_CA en_NZ en_US es_ES \
  		fi_FI fr_BE fr_CA fr_FR is_IS it_IT nl_BE \
 -		nl_NL nb_NO nn_NO no_NO pt_BR pt_PT sv_SE
 +		nl_NL nb_NO nn_NO no_NO pt_BR sv_SE
  ISO8859-2_UTF-8= hr_HR hu_HU ro_RO sk_SK sl_SI sr_YU
  ISO8859-7_UTF-8= el_GR
  ISO8859-9_UTF-8= tr_TR
 
 Added: head/share/monetdef/pt_PT.ISO8859-15.src
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/share/monetdef/pt_PT.ISO8859-15.src	Wed Jun 10 22:09:40 2009	(r193962)
 @@ -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)
 +EUR 
 +# 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
 +0
 +# p_sep_by_space
 +1
 +# n_cs_precedes
 +0
 +# n_sep_by_space
 +1
 +# p_sign_posn
 +1
 +# n_sign_posn
 +1
 +# EOF
 
 Added: head/share/monetdef/pt_PT.UTF-8.src
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/share/monetdef/pt_PT.UTF-8.src	Wed Jun 10 22:09:40 2009	(r193962)
 @@ -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)
 +EUR 
 +# 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
 +0
 +# p_sep_by_space
 +1
 +# n_cs_precedes
 +0
 +# n_sep_by_space
 +1
 +# p_sign_posn
 +1
 +# n_sign_posn
 +1
 +# EOF
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 17 03:16:16 UTC 2009 
State-Changed-Why:  
MFC done, thank you! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=98815 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/98815: commit references a PR
Date: Wed, 17 Jun 2009 03:15:37 +0000 (UTC)

 Author: edwin
 Date: Wed Jun 17 03:15:23 2009
 New Revision: 194327
 URL: http://svn.freebsd.org/changeset/base/194327
 
 Log:
   MFC of 193962
   
   Add euro symbol to pt_PT locale using other encodings
   
   PR:		conf/98815
   Submitted by:	Rui Lopes <rgl@ruilopes.com>
 
 Added:
   stable/7/share/monetdef/pt_PT.ISO8859-15.src
      - copied unchanged from r193962, head/share/monetdef/pt_PT.ISO8859-15.src
   stable/7/share/monetdef/pt_PT.UTF-8.src
      - copied unchanged from r193962, head/share/monetdef/pt_PT.UTF-8.src
 Modified:
   stable/7/share/monetdef/   (props changed)
   stable/7/share/monetdef/Makefile
 
 Modified: stable/7/share/monetdef/Makefile
 ==============================================================================
 --- stable/7/share/monetdef/Makefile	Wed Jun 17 03:14:18 2009	(r194326)
 +++ stable/7/share/monetdef/Makefile	Wed Jun 17 03:15:23 2009	(r194327)
 @@ -52,6 +52,8 @@ LOCALES=	af_ZA.ISO8859-1 \
  		pl_PL.UTF-8 \
  		pt_BR.ISO8859-1 \
  		pt_PT.ISO8859-1 \
 +		pt_PT.ISO8859-15 \
 +		pt_PT.UTF-8 \
  		ro_RO.ISO8859-2 \
  		ru_RU.CP1251 \
  		ru_RU.CP866 \
 @@ -105,12 +107,12 @@ ISO8859-1_ISO8859-1= ca_ES:ca_AD ca_ES:c
  ISO8859-1_ISO8859-15= af_ZA ca_AD ca_ES ca_FR ca_IT 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 it_IT it_CH nl_BE nl_NL nb_NO nn_NO no_NO pt_PT sv_SE
 +		is_IS it_IT it_CH nl_BE nl_NL nb_NO nn_NO no_NO sv_SE
  ISO8859-1_US-ASCII= en_AU en_CA en_GB en_NZ en_US
  ISO8859-1_UTF-8= af_ZA ca_AD ca_ES ca_FR ca_IT da_DK de_AT de_CH de_DE \
  		en_AU en_CA en_NZ en_US es_ES \
  		fi_FI fr_BE fr_CA fr_FR is_IS it_IT nl_BE \
 -		nl_NL nb_NO nn_NO no_NO pt_BR pt_PT sv_SE
 +		nl_NL nb_NO nn_NO no_NO pt_BR sv_SE
  ISO8859-2_UTF-8= hr_HR hu_HU ro_RO sk_SK sl_SI sr_YU
  ISO8859-7_UTF-8= el_GR
  ISO8859-9_UTF-8= tr_TR
 
 Copied: stable/7/share/monetdef/pt_PT.ISO8859-15.src (from r193962, head/share/monetdef/pt_PT.ISO8859-15.src)
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ stable/7/share/monetdef/pt_PT.ISO8859-15.src	Wed Jun 17 03:15:23 2009	(r194327, copy of r193962, head/share/monetdef/pt_PT.ISO8859-15.src)
 @@ -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)
 +EUR 
 +# 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
 +0
 +# p_sep_by_space
 +1
 +# n_cs_precedes
 +0
 +# n_sep_by_space
 +1
 +# p_sign_posn
 +1
 +# n_sign_posn
 +1
 +# EOF
 
 Copied: stable/7/share/monetdef/pt_PT.UTF-8.src (from r193962, head/share/monetdef/pt_PT.UTF-8.src)
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ stable/7/share/monetdef/pt_PT.UTF-8.src	Wed Jun 17 03:15:23 2009	(r194327, copy of r193962, head/share/monetdef/pt_PT.UTF-8.src)
 @@ -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)
 +EUR 
 +# 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
 +0
 +# p_sep_by_space
 +1
 +# n_cs_precedes
 +0
 +# n_sep_by_space
 +1
 +# p_sign_posn
 +1
 +# n_sign_posn
 +1
 +# EOF
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
