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