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