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