summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-07 23:53:31 +0000
committerbapt <bapt@FreeBSD.org>2015-08-07 23:53:31 +0000
commit6209f2034dfcbecaf42869e581720f72696dfafe (patch)
tree9d580c6339f304d46db483aca551cdc186abd6d5 /usr.bin/Makefile
parentd0ddb1da47f839c3d74d13c438fe48e5b0f81292 (diff)
downloadFreeBSD-src-6209f2034dfcbecaf42869e581720f72696dfafe.zip
FreeBSD-src-6209f2034dfcbecaf42869e581720f72696dfafe.tar.gz
Add localedef(1), a locale definition generator tool
The localedef tool can read entire (and unmodified) CLDR posix definition files, and generate all 6 LC categories: LC_COLLATE, LC_CTYPE, LC_TIME, LC_NUMERIC, LC_MONETARY and LC_MESSAGES. This tool has a long history with Solaris. The Nexenta developers modified it to read CLDR files and created the much richer collation formats. The libc collation functions have to be modified to read the new format (called "BSD-1.0") and to handle the new data structures. The result will be that locale-sensitive tools and functions will now properly sort multibyte and unicode strings. Obtained from: Dragonfly
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index cf5604c..e8df8e0 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -84,6 +84,7 @@ SUBDIR= ${_addr2line} \
lesskey \
limits \
locale \
+ localedef \
lock \
lockf \
logger \
OpenPOWER on IntegriCloud