svn commit: r290625 - head/tools/tools/locale

Bryan Drewery bdrewery at FreeBSD.org
Mon Nov 9 23:24:04 UTC 2015


Thank you!

On 11/9/2015 3:23 PM, Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Nov  9 23:23:29 2015
> New Revision: 290625
> URL: https://svnweb.freebsd.org/changeset/base/290625
> 
> Log:
>   Add a README to explain how to generate the locales from CLDR data
> 
> Added:
>   head/tools/tools/locale/README   (contents, props changed)
> 
> Added: head/tools/tools/locale/README
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/tools/tools/locale/README	Mon Nov  9 23:23:29 2015	(r290625)
> @@ -0,0 +1,18 @@
> +# $FreeBSD$
> +
> +To generate the locales:
> +
> +Tools needed: java, perl and devel/p5-Tie-IxHash
> +
> +fetch cldr data from: http://cldr.unicode.org
> +extract in a directory ~/unicode/cldr/v27.0.1 for example
> +fetch unidata from http://www.unicode.org/Public/zipped/ (latest version)
> +extract in a directory ~/unicode/UNIDATA/8.0.0 for example
> +
> +either modify tools/tools/locales/etc/unicode.conf or export variables:
> +CLDRDIR="~/unicode/cldr/v27.0.1"
> +UNIDATADIR="~/unicode/UNIDATA/8.0.0"
> +
> +run:
> +make POSIX
> +make install
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20151109/d99e874b/attachment.bin>


More information about the svn-src-head mailing list