From jhs@berklix.com  Tue May 31 16:02:27 2011
Return-Path: <jhs@berklix.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AF074106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 May 2011 16:02:27 +0000 (UTC)
	(envelope-from jhs@berklix.com)
Received: from tower.berklix.org (tower.berklix.org [83.236.223.114])
	by mx1.freebsd.org (Postfix) with ESMTP id 425438FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 31 May 2011 16:02:26 +0000 (UTC)
Received: from park.js.berklix.net (p5DCBD110.dip.t-dialin.net [93.203.209.16])
	(authenticated bits=0)
	by tower.berklix.org (8.14.2/8.14.2) with ESMTP id p4VG2OLt018849;
	Tue, 31 May 2011 16:02:25 GMT
	(envelope-from jhs@berklix.com)
Received: from laps.js.berklix.net (laps.js.berklix.net [192.168.91.56])
	by park.js.berklix.net (8.13.8/8.13.8) with ESMTP id p4VG2PX8036496;
	Tue, 31 May 2011 18:02:25 +0200 (CEST)
	(envelope-from jhs@berklix.com)
Received: from laps.js.berklix.net (localhost.js.berklix.net [127.0.0.1])
	by laps.js.berklix.net (8.14.4/8.14.4) with ESMTP id p4VG2EGM004315;
	Tue, 31 May 2011 18:02:20 +0200 (CEST)
	(envelope-from jhs@laps.js.berklix.net)
Received: (from jhs@localhost)
	by laps.js.berklix.net (8.14.4/8.14.4/Submit) id p4VG24ru004314;
	Tue, 31 May 2011 18:02:04 +0200 (CEST)
	(envelope-from jhs)
Message-Id: <201105311602.p4VG24ru004314@laps.js.berklix.net>
Date: Tue, 31 May 2011 18:02:04 +0200 (CEST)
From: "Julian Stacey" <jhs@berklix.com>
Reply-To: "Julian Stacey" <jhs@berklix.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: "Julian Stacey" <jhs@berklix.com>
Subject: add src to create /usr/share/calendar/calendar.british
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         157466
>Category:       conf
>Synopsis:       [patch] add src to create /usr/share/calendar/calendar.british
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    osa
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 31 16:10:11 UTC 2011
>Closed-Date:    
>Last-Modified:  Fri Feb 24 11:02:49 UTC 2012
>Originator:     "Julian Stacey" <jhs@berklix.com>
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD laps.js.berklix.net 8.2-RELEASE FreeBSD 8.2-RELEASE #3: Thu May 19 13:54:31 CEST 2011 jhs@laps.js.berklix.net:/usr/src/sys/i386/compile/LAPS.small i386


	
>Description:
	There was a national holiday in all of Britain yesterday 30th May
	(spring bank holiday).
	FreeBSD missed it as it has no calendar file for Britain, (though it has
	for America, France, Germany etc), so I've written one,

	
>How-To-Repeat:
	
>Fix:

	
	Please include & commit new calendar & diffs to include it.
	Latest version I created here:
	http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendars/calendar.british
	http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendar.1.REL=ALL.diff
	http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendars/calendar.all.REL=ALL.diff

>Release-Note:
>Audit-Trail:

From: Bruce Cran <bcran@fusionio.com>
To: <bug-followup@FreeBSD.org>, <jhs@berklix.com>
Cc:  
Subject: Re: conf/157466: [patch] add src to create /usr/share/calendar/calendar.british
Date: Wed, 1 Jun 2011 18:22:27 +0100

 See http://en.wikipedia.org/wiki/.gb for an explanation of the country 
 code for the UK.
 
 -- 
 Bruce Cran
 
 Confidentiality Notice: This e-mail message, its contents and any attachments to it are confidential to the intended recipient, and may contain information that is privileged and/or exempt from disclosure under applicable law. If you are not the intended recipient, please immediately notify the sender and destroy the original e-mail message and any attachments (and any copies that may have been made) from your system or otherwise. Any unauthorized use, copying, disclosure or distribution of this informatio n is strictly prohibited.

From: "Julian H. Stacey" <jhs@berklix.com>
To: Bruce Cran <bcran@fusionio.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: conf/157466: [patch] add src to create /usr/share/calendar/calendar.british 
Date: Wed, 01 Jun 2011 22:22:45 +0200

 Bruce Cran wrote:
 > See http://en.wikipedia.org/wiki/.gb for an explanation of the country 
 > code for the UK.
 
 Thanks,
 Ive replaced snippet in my file with:
 
 //      If we later create a sub directory, I suppose we want:
 // #include <en_UK.ISO8859-1/calendar.all>
 /*      "en"_   for English language
  *      _"UK".  for United Kingdom of Great Britain & Northern Ireland
  *              Ref.:
  *              http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains
  *              http://en.wikipedia.org/wiki/.gb
  *      "ISO8859-1" or maybe just "ascii"
  *              (as we are not burdened with extended european alphabets :-)
  */
 
 Uploading in 10 mins to http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendars/calendar.british
 
 Julian
 -- 
 Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
  Mail plain text;  Not quoted-printable, Not HTML, Not base 64.
  Reply below text sections not at top, to avoid breaking cumulative context.

From: "Julian H. Stacey" <jhs@berklix.com>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: conf/157466: [patch] add src to create /usr/share/calendar/calendar.british
Date: Sat, 11 Jun 2011 02:17:02 +0200

 I have reworked the data set for this send-pr, (my improvements +
 feedback from others)
 Please do not use the set mailed with the send-pr, instead
 Collect my latest set from
 http://www.berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/gen/usr.bin/calendar/calendars/
 Thanks
 
 Cheers,
 Julian
 -- 
 Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com
  Reply below, not above;  indent with "> ";  Cumulative like a play script.
  Mail plain text:  Not HTML, multipart/alternative, base64, quoted-printable.
Responsible-Changed-From-To: freebsd-bugs->osa 
Responsible-Changed-By: osa 
Responsible-Changed-When: Fri Feb 24 11:02:27 UTC 2012 
Responsible-Changed-Why:  
I'lll take this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157466 
>Unformatted:
