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