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