History log of /src/share/numericdef_unicode/Makefile (Results 1 – 25 of 33)
Revision Date Author Comments
# 2cfd9fe8 08-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai Yo

https://www.unicode.org/versions/Unicode17.0.0/

show more ...


# 36cfa809 06-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install

Reviewed by: bapt
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53962


# ddfc6f84 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

locales: update unicode version 16 and CLDR to version 45


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# e87ec409 21-Apr-2022 Baptiste Daroussin <bapt@FreeBSD.org>

locales: Update to CLDR 41.0 and Unicode 14.0

Relnotes: yes


# 86c71e97 06-Aug-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: locales: Also tag the files dir

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 i

pkgbase: locales: Also tag the files dir

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.

show more ...


# 0fa5403d 03-Aug-2021 Baptiste Daroussin <bapt@FreeBSD.org>

pkgbase: move locales into their own package

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 Revis

pkgbase: move locales into their own package

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

show more ...


# 30e1773f 03-Aug-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: fix abuse of bsd.dirs.mk

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

locales: fix abuse of bsd.dirs.mk

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

show more ...


# 184d64af 03-Aug-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: stop hardcoding the directories in the mtree

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

locales: stop hardcoding the directories in the mtree

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

show more ...


# bd90d8bb 23-Jul-2021 Faraz Vahedi <kfv@kfv.io>

locale: Add Farsi/Persian locales

MFC after: 3 weeks
Reviewed by: farrokhi
Differential Revision: https://reviews.freebsd.org/D24359


# 0a36787e 22-Jul-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: separate unicode from other locales

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 fre

locales: separate unicode from other locales

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.

show more ...


# 2cfd9fe8 08-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai Yo

https://www.unicode.org/versions/Unicode17.0.0/

show more ...


# 36cfa809 06-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install

Reviewed by: bapt
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53962


# ddfc6f84 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

locales: update unicode version 16 and CLDR to version 45


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# e87ec409 21-Apr-2022 Baptiste Daroussin <bapt@FreeBSD.org>

locales: Update to CLDR 41.0 and Unicode 14.0

Relnotes: yes


# 86c71e97 06-Aug-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: locales: Also tag the files dir

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 i

pkgbase: locales: Also tag the files dir

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.

show more ...


# 0fa5403d 03-Aug-2021 Baptiste Daroussin <bapt@FreeBSD.org>

pkgbase: move locales into their own package

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 Revis

pkgbase: move locales into their own package

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

show more ...


# 30e1773f 03-Aug-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: fix abuse of bsd.dirs.mk

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

locales: fix abuse of bsd.dirs.mk

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

show more ...


# 184d64af 03-Aug-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: stop hardcoding the directories in the mtree

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

locales: stop hardcoding the directories in the mtree

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

show more ...


# bd90d8bb 23-Jul-2021 Faraz Vahedi <kfv@kfv.io>

locale: Add Farsi/Persian locales

MFC after: 3 weeks
Reviewed by: farrokhi
Differential Revision: https://reviews.freebsd.org/D24359


# 0a36787e 22-Jul-2021 Baptiste Daroussin <bapt@FreeBSD.org>

locales: separate unicode from other locales

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 fre

locales: separate unicode from other locales

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.

show more ...


# 2cfd9fe8 08-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai

locale: make install Unicode 17.0.0/CLDR 48

Unicode 17.0 adds 4803 characters, for a total of 159,801 characters.
The new additions include 4 new scripts:

- Sidetic
- Tolong Siki
- Beria Erfe
- Tai Yo

https://www.unicode.org/versions/Unicode17.0.0/

show more ...


# 36cfa809 06-Dec-2025 Jose Luis Duran <jlduran@FreeBSD.org>

locale: make install

Reviewed by: bapt
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D53962


# ddfc6f84 14-Oct-2024 Baptiste Daroussin <bapt@FreeBSD.org>

locales: update unicode version 16 and CLDR to version 45


12