1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24# Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
25#
26
27set name=pkg.fmri value=pkg:/system/data/hardware-registry@2023.2.23,5.11-0.155.53
28set name=pkg.description value="ASCII databases describing various PCI, USB and other hardware"
29set name=pkg.summary value="Hardware data files"
30set name=info.classification value=org.opensolaris.category.2008:System/Hardware
31set name=variant.arch value=i386
32dir group=sys mode=0755 owner=root path=usr
33dir group=sys mode=0755 owner=root path=usr/share
34dir group=sys mode=0755 owner=root path=usr/share/hwdata
35file NOHASH group=bin mode=0444 owner=root path=usr/share/hwdata/pci.ids
36file NOHASH group=bin mode=0444 owner=root path=usr/share/hwdata/usb.ids
37legacy arch=i386 category=system desc="ASCII databases describing various PCI, USB and other hardware" hotline="Please contact your local service provider" name="Hardware data files" pkg=SUNWhwdata vendor=Illumos version=11.11,REV=2009.11.11
38license usr/src/data/hwdata/THIRDPARTYLICENSE.pciids license=usr/src/data/hwdata/THIRDPARTYLICENSE.pciids
39#
40# CDDL HEADER START
41#
42# The contents of this file are subject to the terms of the
43# Common Development and Distribution License (the "License").
44# You may not use this file except in compliance with the License.
45#
46# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
47# or http://www.opensolaris.org/os/licensing.
48# See the License for the specific language governing permissions
49# and limitations under the License.
50#
51# When distributing Covered Code, include this CDDL HEADER in each
52# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
53# If applicable, add the following below this CDDL HEADER, with the
54# fields enclosed by brackets "[]" replaced with your own identifying
55# information: Portions Copyright [yyyy] [name of copyright owner]
56#
57# CDDL HEADER END
58#
59
60#
61# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
62#
63
64#
65# These actions represent settings which should appear in every package.
66#
67
68#
69# Name the consolidation this package came from.
70#
71set name=org.opensolaris.consolidation value=osnet
72
73#
74# Indicate that the package was published in a zones aware
75# fashion.
76#
77set name=variant.opensolaris.zone value=global value=nonglobal
78#
79# CDDL HEADER START
80#
81# The contents of this file are subject to the terms of the
82# Common Development and Distribution License (the "License").
83# You may not use this file except in compliance with the License.
84#
85# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86# or http://www.opensolaris.org/os/licensing.
87# See the License for the specific language governing permissions
88# and limitations under the License.
89#
90# When distributing Covered Code, include this CDDL HEADER in each
91# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
92# If applicable, add the following below this CDDL HEADER, with the
93# fields enclosed by brackets "[]" replaced with your own identifying
94# information: Portions Copyright [yyyy] [name of copyright owner]
95#
96# CDDL HEADER END
97#
98
99#
100# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
101# Use is subject to license terms.
102#
103
104#
105# Only publish packages for the currently specified architecture
106#
107# This is somewhat nonintuitive.  In English:
108#
109#	For any action of type "set",
110#	if the "name" property matches the regex "variant.arch",
111#	and *every* occurrence of the "value" property does not match
112#		$ARCH, then don't publish it.
113#
114# ...in other words, if *any* occurrence of "value" matches i386,
115# then the negative lookahead assertion in the regex will fail, and we
116# won't abort based on the action.
117#
118
119#
120# Catch don't-publish settings from manifest-embedded transforms
121#
122#
123# CDDL HEADER START
124#
125# The contents of this file are subject to the terms of the
126# Common Development and Distribution License (the "License").
127# You may not use this file except in compliance with the License.
128#
129# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
130# or http://www.opensolaris.org/os/licensing.
131# See the License for the specific language governing permissions
132# and limitations under the License.
133#
134# When distributing Covered Code, include this CDDL HEADER in each
135# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
136# If applicable, add the following below this CDDL HEADER, with the
137# fields enclosed by brackets "[]" replaced with your own identifying
138# information: Portions Copyright [yyyy] [name of copyright owner]
139#
140# CDDL HEADER END
141#
142
143#
144# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
145#
146
147#
148# This file and its contents are supplied under the terms of the
149# Common Development and Distribution License ("CDDL"), version 1.0.
150# You may only use this file in accordance with the terms of version
151# 1.0 of the CDDL.
152#
153# A full copy of the text of the CDDL should have accompanied this
154# source.  A copy of the CDDL is also available via the Internet
155# at http://www.illumos.org/license/CDDL.
156#
157
158# Copyright 2011, Richard Lowe
159
160# Manual pages are documentation, and more specifically 'man' documentation
161#
162# CDDL HEADER START
163#
164# The contents of this file are subject to the terms of the
165# Common Development and Distribution License (the "License").
166# You may not use this file except in compliance with the License.
167#
168# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
169# or http://www.opensolaris.org/os/licensing.
170# See the License for the specific language governing permissions
171# and limitations under the License.
172#
173# When distributing Covered Code, include this CDDL HEADER in each
174# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
175# If applicable, add the following below this CDDL HEADER, with the
176# fields enclosed by brackets "[]" replaced with your own identifying
177# information: Portions Copyright [yyyy] [name of copyright owner]
178#
179# CDDL HEADER END
180#
181
182#
183# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
184# Copyright 2011, Richard Lowe
185#
186
187#
188# For kernel/drv, set .conf files to mode 0644.  Assume all other
189# files there are drivers, and give them mode 0755 and reboot-needed.
190#
191# The (?<!r) construct in the reboot-needed transform is a negative
192# lookbehind assertion: it says "only match this regex if the
193# previously matched text does NOT match regex r."  So it will match
194# all files in the various kernel trees, except for .conf files.
195#
196
197
198#
199# Non-global zones should not have content in kernel, usr/kernel (and
200# other kernel dirs) or in boot/.
201#
202
203
204#
205# shared objects should generally have mode 0755
206#
207
208#
209# Catch some of the collections of largely read-only files
210#
211
212
213#
214# For what's left, go with root:bin 0644, +x for directories
215#
216
217#
218# Default values for legacy actions
219#
220#
221# CDDL HEADER START
222#
223# The contents of this file are subject to the terms of the
224# Common Development and Distribution License (the "License").
225# You may not use this file except in compliance with the License.
226#
227# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
228# or http://www.opensolaris.org/os/licensing.
229# See the License for the specific language governing permissions
230# and limitations under the License.
231#
232# When distributing Covered Code, include this CDDL HEADER in each
233# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
234# If applicable, add the following below this CDDL HEADER, with the
235# fields enclosed by brackets "[]" replaced with your own identifying
236# information: Portions Copyright [yyyy] [name of copyright owner]
237#
238# CDDL HEADER END
239#
240
241#
242# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
243#
244
245#
246# Pull out the license paths for staging in the proto area.  Ignore
247# those with no path separators, as that indicates a file kept in
248# $SRC/pkg/license_files, rather than alongside the associated source.
249#
250
251#
252# Ordering is important here, and the last line wins.
253#
254# The default of "current" is provided by the calling environment,
255# rather than a print operation.
256#
257depend fmri=consolidation/osnet/osnet-incorporation type=require
258#
259# This file and its contents are supplied under the terms of the
260# Common Development and Distribution License ("CDDL"). You may
261# only use this file in accordance with the terms of the CDDL.
262#
263# A full copy of the text of the CDDL should have accompanied this
264# source. A copy of the CDDL is also available via the Internet at
265# http://www.illumos.org/license/CDDL.
266#
267
268#
269# Copyright 2019 Alexander Pyhalov
270# Copyright 2020 OmniOS Community Edition (OmniOSce) Association.
271#
272
273#
274# These transforms drop the information that we don't want to appear
275# in final package versions.
276#
277
278# Drop pkg.depend.bypass-generate attributes
279
280# Drop pkg.depend.runpath attributes
281
282# Remove pkg debug information
283
284