diff options
| author | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-06 14:25:56 +0000 |
|---|---|---|
| committer | Andy Fiddaman <omnios@citrus-it.co.uk> | 2021-11-15 21:42:31 +0000 |
| commit | 25b05a3ecbac136f5e1192d4d9e79dc14f895785 (patch) | |
| tree | c530d946403c8453e6baec29bbf424ed5dda13a3 /usr/src/pkg/manifests/locale-nl-extra.p5m | |
| parent | 86d4171132ce4f4c1345b7ce0d5048577e1f3976 (diff) | |
| download | illumos-joyent-25b05a3ecbac136f5e1192d4d9e79dc14f895785.tar.gz | |
14220 Package manifests should be named .p5m and not .mf
Reviewed by: Yuri Pankov <ypankov@tintri.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Approved by: Rich Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/pkg/manifests/locale-nl-extra.p5m')
| -rw-r--r-- | usr/src/pkg/manifests/locale-nl-extra.p5m | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/locale-nl-extra.p5m b/usr/src/pkg/manifests/locale-nl-extra.p5m new file mode 100644 index 0000000000..03974a88a7 --- /dev/null +++ b/usr/src/pkg/manifests/locale-nl-extra.p5m @@ -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.summary value="Dutch language support extra files" +set name=pkg.description 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 +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_COLLATE/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_CTYPE +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_CTYPE/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_MESSAGES +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_MESSAGES/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_MONETARY +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_MONETARY/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_NUMERIC +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_NUMERIC/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_BE.ISO8859-15/LC_TIME +file path=usr/lib/locale/nl_BE.ISO8859-15/LC_TIME/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_NL.ISO8859-15 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_COLLATE +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_COLLATE/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_CTYPE +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_CTYPE/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_MESSAGES +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_MESSAGES/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_MONETARY +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_MONETARY/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_NUMERIC +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_NUMERIC/LCL_DATA mode=0444 +dir path=usr/lib/locale/nl_NL.ISO8859-15/LC_TIME +file path=usr/lib/locale/nl_NL.ISO8859-15/LC_TIME/LCL_DATA mode=0444 +license lic_CDDL license=lic_CDDL +license usr/src/data/locale/data/THIRDPARTYLICENSE \ + license=usr/src/data/locale/data/THIRDPARTYLICENSE |
