|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0 |
|
| #
e87ec409 |
| 21-Apr-2022 |
Baptiste Daroussin <[email protected]> |
locales: Update to CLDR 41.0 and Unicode 14.0
Relnotes: yes
|
|
Revision tags: release/12.3.0 |
|
| #
86c71e97 |
| 06-Aug-2021 |
Emmanuel Vadot <[email protected]> |
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 <[email protected]> |
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 <[email protected]> |
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 <[email protected]> |
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 <[email protected]> |
locale: Add Farsi/Persian locales
MFC after: 3 weeks Reviewed by: farrokhi Differential Revision: https://reviews.freebsd.org/D24359
|
| #
3a04284d |
| 23-Jul-2021 |
Baptiste Daroussin <[email protected]> |
locales: upgrade CLDR to 39.0 and Unicode to 13.0.0
MFC after: 3 weeks Relnotes: yes
|
| #
0a36787e |
| 22-Jul-2021 |
Baptiste Daroussin <[email protected]> |
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 ...
|