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