diff options
author | Garrett D'Amore <garrett@nexenta.com> | 2010-10-08 12:30:38 -0700 |
---|---|---|
committer | Garrett D'Amore <garrett@nexenta.com> | 2010-10-08 12:30:38 -0700 |
commit | 6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648 (patch) | |
tree | 2124a5f7519ce76afec5e7b1aefe0bc89f708781 /usr/src/pkg/manifests/locale-nl-extra.mf | |
parent | a154f012db8e83f5f1b49be92c91827d1868a12a (diff) | |
download | illumos-joyent-6b5e5868e7ebf1aff3a5abd7d0c4ef0e5fbf3648.tar.gz |
8 libc locale work needs updated license files
223 libc needs multibyte locale support for collation
225 libc locale binary files should be in native byte order
309 populate initial locales for illumos
Reviewed by: gwr@nexenta.com
Reviewed by: richlowe@richlowe.net
Reviewed by: cjlove@san.rr.net
Approved by: gwr@nexenta.com
Diffstat (limited to 'usr/src/pkg/manifests/locale-nl-extra.mf')
-rw-r--r-- | usr/src/pkg/manifests/locale-nl-extra.mf | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/locale-nl-extra.mf b/usr/src/pkg/manifests/locale-nl-extra.mf new file mode 100644 index 0000000000..14e71739fc --- /dev/null +++ b/usr/src/pkg/manifests/locale-nl-extra.mf @@ -0,0 +1,57 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL)". You may +# only use this file in accordance with the terms of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright 2010 Nexenta Systems, Inc. All rights reserved. +# + +# +# These are extra locales (ISO8859 codesets), primarily of historical +# interest. +# + +set name=pkg.fmri value=pkg:/locale/nl-extra@$(PKGVERS) +set name=pkg.description value="Dutch language support extra files" +set name=pkg.summary value="Dutch language support extra files" +set name=info.classification \ + value=org.opensolaris.category.2008:System/Localizations +set name=variant.arch value=$(ARCH) +dir path=usr group=sys +dir path=usr/lib +dir path=usr/lib/locale +dir path=usr/lib/locale/nl_BE.ISO8859-15 +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_COLLATE +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_CTYPE +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_MESSAGES +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_MONETARY +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_NUMERIC +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_TIME +dir path=usr/lib/locale/nl_NL.ISO8859-15 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_COLLATE +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_CTYPE +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_MESSAGES +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_MONETARY +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_NUMERIC +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_TIME +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_COLLATE/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_CTYPE/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_MESSAGES/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_MONETARY/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_NUMERIC/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_TIME/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_COLLATE/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_CTYPE/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_MESSAGES/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_MONETARY/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_NUMERIC/LCL_DATA mode=0444 +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_TIME/LCL_DATA mode=0444 +license lic_CDDL license=lic_CDDL +license usr/src/cmd/localedef/data/THIRDPARTYLICENSE \ + license=usr/src/cmd/localedef/data/THIRDPARTYLICENSE |