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