<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/share/numericdef_unicode, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:55:03Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:55:03Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf'/>
<id>urn:sha1:d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>locales: Update to CLDR 41.0 and Unicode 14.0</title>
<updated>2022-04-21T12:16:40Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2022-04-21T09:36:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e87ec409fa9b21abf79895837fe375ab3d7e408a'/>
<id>urn:sha1:e87ec409fa9b21abf79895837fe375ab3d7e408a</id>
<content type='text'>
Relnotes:	yes
</content>
</entry>
<entry>
<title>pkgbase: locales: Also tag the files dir</title>
<updated>2021-08-06T12:37:45Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-08-06T12:36:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86c71e97d19f8b82b8ab79a56b20998ada7ee868'/>
<id>urn:sha1:86c71e97d19f8b82b8ab79a56b20998ada7ee868</id>
<content type='text'>
Otherwise bsd.dirs.mk will create the directory with the default
package (utilities) and we end up with a bunch of empty dirs managed
by this package while it shouldn't be the case.
</content>
</entry>
<entry>
<title>pkgbase: move locales into their own package</title>
<updated>2021-08-03T16:35:26Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T15:02:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0fa5403d493be24dda2bf575c04019ef2dcc9d0c'/>
<id>urn:sha1:0fa5403d493be24dda2bf575c04019ef2dcc9d0c</id>
<content type='text'>
The only exception here being C.UTF-8 as this is the default
locales so it needs to always be installed

Reviewed by:	pkgbase (emaste)
Differential Revision:	https://reviews.freebsd.org/D31397
</content>
</entry>
<entry>
<title>locales: fix abuse of bsd.dirs.mk</title>
<updated>2021-08-03T16:02:15Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T16:00:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=30e1773fdef42cb509bf75e9fa09472e77a333de'/>
<id>urn:sha1:30e1773fdef42cb509bf75e9fa09472e77a333de</id>
<content type='text'>
the way SAMEDIRS was defined was an abuse of bsd.dirs.mk resulting in
all the directory to be created in one single command, but DESTDIR is
only prepend once on the first element of the list

Switch to the properway to use bsd.dirs.mk
</content>
</entry>
<entry>
<title>locales: stop hardcoding the directories in the mtree</title>
<updated>2021-08-03T12:25:00Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-08-03T12:25:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=184d64af1344d6f3c370499510cede49320f4863'/>
<id>urn:sha1:184d64af1344d6f3c370499510cede49320f4863</id>
<content type='text'>
The framework knows how to create directories and tag them properly
for a the creation of a mtree, not need to hardcode all the locales
entries in bsd.usr.mk

This simplifies addition of new locales but also allow people building
with WITHOUT_LOCALES to end up with a directory full of empty files
</content>
</entry>
<entry>
<title>locale: Add Farsi/Persian locales</title>
<updated>2021-07-23T14:58:20Z</updated>
<author>
<name>Faraz Vahedi</name>
<email>kfv@kfv.io</email>
</author>
<published>2021-07-23T14:52:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bd90d8bbb1af17f0eab55163c98945c64984f36b'/>
<id>urn:sha1:bd90d8bbb1af17f0eab55163c98945c64984f36b</id>
<content type='text'>
MFC after:	3 weeks
Reviewed by:	farrokhi
Differential Revision:	https://reviews.freebsd.org/D24359
</content>
</entry>
<entry>
<title>locales: separate unicode from other locales</title>
<updated>2021-07-23T14:58:20Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2021-07-22T17:02:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0a36787e4c1fa0cf77dcf83be0867178476e372b'/>
<id>urn:sha1:0a36787e4c1fa0cf77dcf83be0867178476e372b</id>
<content type='text'>
Unicode locales are maintained and to evolved in cldr.
Generating the other locales from the unicode gets more and more painful
over the time.

Let's freeze the other locales to cldr 34.0.
</content>
</entry>
</feed>
