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