1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2017, Toomas Soome <tsoome@me.com> 14# 15 16# 17# The default for payload-bearing actions in this package is to appear in the 18# global zone only. See the include file for greater detail, as well as 19# information about overriding the defaults. 20# 21<include global_zone_only_component> 22set name=pkg.fmri value=pkg:/system/data/console/fonts@$(PKGVERS) 23set name=pkg.summary value="System Console Unicode fonts" 24set name=pkg.description \ 25 value="System Console Unicode bitmap fonts, including Gallant and Terminus" 26set name=info.classification value=org.opensolaris.category.2008:System/Core 27set name=variant.arch value=$(ARCH) 28dir path=boot group=sys 29dir path=boot/fonts group=sys 30file path=boot/fonts/10x18.fnt owner=root group=bin mode=0444 31file path=boot/fonts/10x18b.fnt owner=root group=bin mode=0444 32file path=boot/fonts/10x20.fnt owner=root group=bin mode=0444 33file path=boot/fonts/10x20b.fnt owner=root group=bin mode=0444 34file path=boot/fonts/11x22.fnt owner=root group=bin mode=0444 35file path=boot/fonts/11x22b.fnt owner=root group=bin mode=0444 36file path=boot/fonts/12x24.fnt owner=root group=bin mode=0444 37file path=boot/fonts/12x24b.fnt owner=root group=bin mode=0444 38file path=boot/fonts/14x28.fnt owner=root group=bin mode=0444 39file path=boot/fonts/14x28b.fnt owner=root group=bin mode=0444 40file path=boot/fonts/16x32.fnt owner=root group=bin mode=0444 41file path=boot/fonts/16x32b.fnt owner=root group=bin mode=0444 42file path=boot/fonts/6x12.fnt owner=root group=bin mode=0444 43file path=boot/fonts/6x12b.fnt owner=root group=bin mode=0444 44file path=boot/fonts/8x14.fnt owner=root group=bin mode=0444 45file path=boot/fonts/8x14b.fnt owner=root group=bin mode=0444 46file path=boot/fonts/8x14v.fnt owner=root group=bin mode=0444 47file path=boot/fonts/8x16.fnt owner=root group=bin mode=0444 48file path=boot/fonts/8x16b.fnt owner=root group=bin mode=0444 49file path=boot/fonts/8x16v.fnt owner=root group=bin mode=0444 50file path=boot/fonts/Gallant19.fnt owner=root group=bin mode=0444 51file path=boot/fonts/fonts.dir owner=root group=bin mode=0444 52dir path=usr group=sys 53dir path=usr/share 54dir path=usr/share/lib 55link path=usr/share/lib/fonts target=../../../boot/fonts 56license lic_CDDL license=lic_CDDL 57license usr/src/data/consfonts/THIRDPARTYLICENSE \ 58 license=usr/src/data/consfonts/THIRDPARTYLICENSE 59