From owner-freebsd-current Sat Feb 17 8:24:39 2001 Delivered-To: freebsd-current@freebsd.org Received: from sol.cc.u-szeged.hu (sol.cc.u-szeged.hu [160.114.8.24]) by hub.freebsd.org (Postfix) with ESMTP id F3DCB37B4EC for ; Sat, 17 Feb 2001 08:24:30 -0800 (PST) Received: from petra.hos.u-szeged.hu by sol.cc.u-szeged.hu (8.9.3+Sun/SMI-SVR4) id RAA10226; Sat, 17 Feb 2001 17:24:29 +0100 (MET) Received: from sziszi by petra.hos.u-szeged.hu with local (Exim 3.12 #1 (Debian)) id 14UA9t-0005lk-00 for ; Sat, 17 Feb 2001 17:24:29 +0100 Date: Sat, 17 Feb 2001 17:24:29 +0100 From: Szilveszter Adam To: freebsd-current@freebsd.org Subject: Re: Hungarian locale completed Message-ID: <20010217172429.C21093@petra.hos.u-szeged.hu> Mail-Followup-To: Szilveszter Adam , freebsd-current@freebsd.org References: <20010217170706.B21093@petra.hos.u-szeged.hu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="oC1+HKm2/end4ao3" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010217170706.B21093@petra.hos.u-szeged.hu>; from sziszi@petra.hos.u-szeged.hu on Sat, Feb 17, 2001 at 05:07:06PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sat, Feb 17, 2001 at 05:07:06PM +0100, Szilveszter Adam wrote: > Hello everybody! > > Today I upgraded my system to the latest -CURRENT and in the process also > completed the Hungarian locale support. > > Please find enclosed the small tar.gz archive with the necessary files in > src/share/{msgdef|monetdef|numericdef} and if you see fit, commit them. Where, of course, I couldn't be bothered to send the Makefile diffs along... doh!:-) Here they are... -- Regards: Szilveszter ADAM Szeged University Szeged Hungary --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.mondef" Index: Makefile =================================================================== RCS file: /usr/local/ncvs/freebsd//src/share/monetdef/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 2001/02/17 08:28:26 1.17 +++ Makefile 2001/02/17 08:15:40 @@ -1,4 +1,4 @@ -# $FreeBSD: src/share/monetdef/Makefile,v 1.17 2001/02/17 08:28:26 ache Exp $ +# $FreeBSD: src/share/monetdef/Makefile,v 1.16 2001/02/11 16:19:41 knu Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -16,13 +16,13 @@ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ fr_CA.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ - uk_UA.KOI8-U \ ko_KR.EUC \ ja_JP.EUC --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.msgdef" Index: Makefile =================================================================== RCS file: /usr/local/ncvs/freebsd//src/share/msgdef/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 2001/02/17 08:31:31 1.17 +++ Makefile 2001/02/17 08:13:36 @@ -1,4 +1,4 @@ -# $FreeBSD: src/share/msgdef/Makefile,v 1.17 2001/02/17 08:31:31 ache Exp $ +# $FreeBSD: src/share/msgdef/Makefile,v 1.16 2001/02/11 16:19:42 knu Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -11,13 +11,13 @@ en_US.ISO_8859-1 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ - uk_UA.KOI8-U \ ko_KR.EUC \ ja_JP.EUC --oC1+HKm2/end4ao3 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="Makefile.numdef" Index: Makefile =================================================================== RCS file: /usr/local/ncvs/freebsd//src/share/numericdef/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 2001/02/17 08:35:14 1.18 +++ Makefile 2001/02/17 08:11:57 @@ -1,4 +1,4 @@ -# $FreeBSD: src/share/numericdef/Makefile,v 1.18 2001/02/17 08:35:14 ache Exp $ +# $FreeBSD: src/share/numericdef/Makefile,v 1.17 2001/02/11 16:19:43 knu Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -11,13 +11,13 @@ en_US.ISO_8859-1 \ fi_FI.ISO_8859-1 \ fr_FR.ISO_8859-1 \ + hu_HU.ISO_8859-2 \ is_IS.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ - uk_UA.KOI8-U \ ko_KR.EUC \ ja_JP.EUC --oC1+HKm2/end4ao3-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message