From owner-freebsd-ports Tue Jun 3 03:45:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA21548 for ports-outgoing; Tue, 3 Jun 1997 03:45:23 -0700 (PDT) Received: from pat.idi.ntnu.no (0@pat.idi.ntnu.no [129.241.103.5]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA21542 for ; Tue, 3 Jun 1997 03:45:20 -0700 (PDT) Received: from idt.unit.no (tegge@ikke.idi.ntnu.no [129.241.111.65]) by pat.idi.ntnu.no (8.8.5/8.8.5) with ESMTP id MAA03640; Tue, 3 Jun 1997 12:45:03 +0200 (MET DST) Message-Id: <199706031045.MAA03640@pat.idi.ntnu.no> To: roberto@keltia.freenix.fr Cc: ports@FreeBSD.ORG, perhaps@yes.no Subject: Re: perl5.004 In-Reply-To: Your message of "Sun, 1 Jun 1997 11:19:07 +0200" References: <19970601111907.20896@keltia.freenix.fr> X-Mailer: Mew version 1.06 on Emacs 19.34.1 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Tue_Jun__3_12:44:01_1997)--" Date: Tue, 03 Jun 1997 12:45:03 +0200 From: Tor Egge Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ----Next_Part(Tue_Jun__3_12:44:01_1997)-- Content-Type: Text/Plain; charset=us-ascii > The following fail: > > "ASCII" > "es" > "fi" > "ja" > "ko_KR.EUC" > "lt_LN.*" > "nl" > "no" > "sv" This can be `fixed'. An example patch is appended. - Tor Egge ----Next_Part(Tue_Jun__3_12:44:01_1997)-- Content-Type: Text/Plain; charset=iso-8859-1 Content-Description: "Norwegian time locale (1st try)" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/share/timedef/data/Makefile,v retrieving revision 1.15 diff -c -r1.15 Makefile *** Makefile 1997/03/25 16:16:56 1.15 --- Makefile 1997/06/02 01:52:10 *************** *** 13,18 **** --- 13,19 ---- is_IS.ISO_8859-1 \ it_IT.ISO_8859-1 \ ko_KR.EUC \ + no_NO.ISO_8859-1 \ pt_PT.ISO_8859-1 \ ru_SU.CP866 \ ru_SU.KOI8-R = *** /dev/null Tue Jun 3 12:02:56 1997 --- no_NO.ISO_8859-1.src Mon Jun 2 03:51:22 1997 *************** *** 0 **** --- 1,78 ---- + # $Id:$ + # + # WARNING: spaces may be essential at the end of lines + # WARNING: empty lines are essential too + # + # Short months names + # + Jan + Feb + Mar + Apr + Mai + Jun + Jul + Aug + Sep + Okt + Nov + Des + # + # Long months names + # + Januar + Februar + Mars + April + Mai + Juni + Juli + August + September + Oktober + November + Desember + # + # Short weekdays names + # (padded with a space to conform with other languages) + S=F8n + Man + Tir + Ons + Tor + Fre + L=F8r + # + # Long weekdays names + # + S=F8ndag + Mandag + Tirsdag + Onsdag + Torsdag + Fredag + L=F8rdag + # + # X_fmt + # + %H:%M:%S + # + # x_fmt + # + %d.%m.%y + # + # c_fmt + # + %a %e %b %X %Y + # + # am + # + am + # + # pm + # + pm + # + # date_fmt + # + %a %e %b %Y %X %Z ----Next_Part(Tue_Jun__3_12:44:01_1997)----