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