usr/src/pkg/manifests/system-management-rad.p5m
author Stephen Talley <stephen.talley@oracle.com>
Sat, 24 Mar 2012 16:34:03 -0400
changeset 823 9090fed9fab5
parent 812 efc3ad93fb8f
child 825 96e896682211
permissions -rw-r--r--
7156691 rad libxml2 dependency is not just for development
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     1
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     3
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     7
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    12
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    18
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    20
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    21
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    22
#
797
a33daeba9b4c CR7123217 - Rename adrgen to radadrgen
devjani.ray@oracle.com <devjani.ray@oracle.com>
parents: 769
diff changeset
    23
# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    24
#
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    25
557
9cf7e34379f3 16885 package build needs to build vpanels incorporation
David Powell <david.e.powell@oracle.com>
parents: 543
diff changeset
    26
license cr_Oracle license=cr_Oracle
510
2fadc08949db 16029 packages shouldn't specify publisher name
David Powell <david.e.powell@oracle.com>
parents: 508
diff changeset
    27
set name=pkg.fmri value=pkg:/system/management/rad@$(PKGVERS)
557
9cf7e34379f3 16885 package build needs to build vpanels incorporation
David Powell <david.e.powell@oracle.com>
parents: 543
diff changeset
    28
set name=pkg.summary value="RAD - Remote Administration Daemon"
508
b04790d194b9 16014 convert svr4 packages to IPS
Stephen Talley <stephen.talley@oracle.com>
parents:
diff changeset
    29
set name=pkg.description value="RAD - Remote Administration Daemon"
571
cbc51f09c0b8 17070 vpanels manifests use incorrect info.classification values
David Powell <david.e.powell@oracle.com>
parents: 565
diff changeset
    30
set name=info.classification value="org.opensolaris.category.2008:System/Administration and Configuration"
565
ef886e0e43aa Added tag osol_148 for changeset 9cf7e34379f3
David Powell <david.e.powell@oracle.com>
parents: 561
diff changeset
    31
set name=variant.arch value=$(ARCH)
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    32
dir path=etc group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    33
dir path=etc/rad
812
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    34
dir path=etc/security group=sys
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    35
dir path=etc/security/auth_attr.d group=sys
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    36
file path=etc/security/auth_attr.d/system-management-rad group=sys
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    37
dir path=etc/security/prof_attr.d group=sys
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    38
file path=etc/security/prof_attr.d/system-management-rad group=sys
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    39
dir path=lib
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    40
dir path=lib/svc
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    41
dir path=lib/svc/manifest group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    42
dir path=lib/svc/manifest/system group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    43
file path=lib/svc/manifest/system/rad.xml group=sys
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    44
dir path=usr group=sys
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    45
dir path=usr/bin facet.devel=true
797
a33daeba9b4c CR7123217 - Rename adrgen to radadrgen
devjani.ray@oracle.com <devjani.ray@oracle.com>
parents: 769
diff changeset
    46
file path=usr/bin/radadrgen mode=0555 facet.devel=true
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    47
dir path=usr/include facet.devel=true
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    48
dir path=usr/include/rad facet.devel=true
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    49
file path=usr/include/rad/adr.h facet.devel=true
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    50
file path=usr/include/rad/adr_name.h facet.devel=true
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    51
file path=usr/include/rad/adr_object.h facet.devel=true
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    52
file path=usr/include/rad/adr_stream.h facet.devel=true
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    53
file path=usr/include/rad/rad_modapi.h facet.devel=true
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    54
file path=usr/include/rad/radclient.h facet.devel=true
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    55
dir path=usr/lib/$(ARCH64)
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    56
link path=usr/lib/$(ARCH64)/libadr.so target=libadr.so.1 facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    57
file path=usr/lib/$(ARCH64)/libadr.so.1
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    58
link path=usr/lib/$(ARCH64)/libradproto.so target=libradproto.so.1 facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    59
file path=usr/lib/$(ARCH64)/libradproto.so.1
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    60
file path=usr/lib/$(ARCH64)/llib-ladr.ln facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    61
file path=usr/lib/$(ARCH64)/llib-lradproto.ln facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    62
link path=usr/lib/libadr.so target=libadr.so.1 facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    63
file path=usr/lib/libadr.so.1
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    64
link path=usr/lib/libradproto.so target=libradproto.so.1 facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    65
file path=usr/lib/libradproto.so.1
711
1ffc0db7d2e5 18444 lint libraries and lintlibraries
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    66
file path=usr/lib/llib-ladr facet.devel=true
1ffc0db7d2e5 18444 lint libraries and lintlibraries
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    67
file path=usr/lib/llib-ladr.ln facet.devel=true
1ffc0db7d2e5 18444 lint libraries and lintlibraries
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    68
file path=usr/lib/llib-lradproto facet.devel=true
1ffc0db7d2e5 18444 lint libraries and lintlibraries
David Powell <david.e.powell@oracle.com>
parents: 710
diff changeset
    69
file path=usr/lib/llib-lradproto.ln facet.devel=true
812
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    70
dir path=usr/lib/help
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    71
dir path=usr/lib/help/auths
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    72
dir path=usr/lib/help/auths/locale
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    73
dir path=usr/lib/help/auths/locale/C
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    74
file path=usr/lib/help/auths/locale/C/RadManage.html
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    75
file path=usr/lib/help/auths/locale/C/RadModify.html
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    76
file path=usr/lib/help/auths/locale/C/RadValue.html
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    77
dir path=usr/lib/help/profiles
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    78
dir path=usr/lib/help/profiles/locale
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    79
dir path=usr/lib/help/profiles/locale/C
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    80
file path=usr/lib/help/profiles/locale/C/RtRadConfiguration.html
efc3ad93fb8f 7123226 - Need to define rad administration authorizations
Shadrack Kilemba <Shadrack.Kilemba@Oracle.COM>
parents: 809
diff changeset
    81
file path=usr/lib/help/profiles/locale/C/RtRadManagement.html
584
7f254aa77f46 17152 group permissions of mdb modules need work
David Powell <david.e.powell@oracle.com>
parents: 573
diff changeset
    82
dir path=usr/lib/mdb group=sys
7f254aa77f46 17152 group permissions of mdb modules need work
David Powell <david.e.powell@oracle.com>
parents: 573
diff changeset
    83
dir path=usr/lib/mdb/proc group=sys
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    84
file path=usr/lib/mdb/proc/$(ARCH64)/libadr.so
573
f0add9469f92 17058 support removing objects
David Powell <david.e.powell@oracle.com>
parents: 571
diff changeset
    85
file path=usr/lib/mdb/proc/libadr.so
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
    86
file path=usr/lib/mdb/proc/rad.so
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    87
dir path=usr/lib/rad
754
d0a995fd0c9c 15126 debug setting not inherited by slave daemons
David Powell <david.e.powell@oracle.com>
parents: 711
diff changeset
    88
dir path=usr/lib/rad/java
d0a995fd0c9c 15126 debug setting not inherited by slave daemons
David Powell <david.e.powell@oracle.com>
parents: 711
diff changeset
    89
file path=usr/lib/rad/java/adr.jar
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    90
dir path=usr/lib/rad/protocol
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    91
file path=usr/lib/rad/protocol/mod_proto_rad.so
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    92
file path=usr/lib/rad/rad mode=0555
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
    93
file path=usr/lib/rad/radconsole mode=0555 facet.devel=true
534
ac38af60b488 16483 remove netcat dependency
David Powell <david.e.powell@oracle.com>
parents: 531
diff changeset
    94
file path=usr/lib/rad/radpipe mode=0555
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    95
dir path=usr/lib/rad/transport
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    96
file path=usr/lib/rad/transport/mod_xport_pipe.so
710
beb915128edf 18431 Nobody says UDS
David Powell <david.e.powell@oracle.com>
parents: 702
diff changeset
    97
file path=usr/lib/rad/transport/mod_xport_tcp.so
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
    98
file path=usr/lib/rad/transport/mod_xport_tls.so
710
beb915128edf 18431 Nobody says UDS
David Powell <david.e.powell@oracle.com>
parents: 702
diff changeset
    99
file path=usr/lib/rad/transport/mod_xport_unix.so
531
b9cbb1abb42a 16428 Packages should use transforms for common attributes
David Powell <david.e.powell@oracle.com>
parents: 524
diff changeset
   100
dir path=usr/share group=sys
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
   101
dir path=usr/share/lib group=sys facet.devel=true
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
   102
dir path=usr/share/lib/xml group=sys facet.devel=true
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
   103
dir path=usr/share/lib/xml/rng group=sys facet.devel=true
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   104
file path=usr/share/lib/xml/rng/radadr-doc.rng facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   105
file path=usr/share/lib/xml/rng/radadr.rng.1 facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   106
dir path=usr/share/lib/xml/style group=sys facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   107
dir path=usr/share/lib/xml/style/locale group=sys facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   108
file path=usr/share/lib/xml/style/locale.xsl facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   109
file path=usr/share/lib/xml/style/locale/radadr-strings.xml facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   110
file path=usr/share/lib/xml/style/radadr-docbook-common.xsl facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   111
file path=usr/share/lib/xml/style/radadr-docbook.xsl facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   112
file path=usr/share/lib/xml/style/radadr-docbook-man.xsl facet.devel=true
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   113
file path=usr/share/lib/xml/style/radadr-rmdoc.xsl facet.devel=true
585
21a47246efe3 14967 rad needs a man page
David Powell <david.e.powell@oracle.com>
parents: 584
diff changeset
   114
dir path=usr/share/man
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
   115
dir path=usr/share/man/man1 facet.devel=true
797
a33daeba9b4c CR7123217 - Rename adrgen to radadrgen
devjani.ray@oracle.com <devjani.ray@oracle.com>
parents: 769
diff changeset
   116
file path=usr/share/man/man1/radadrgen.1 facet.devel=true
688
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
   117
dir path=usr/share/man/man1m facet.doc.man=true
2015ed20a728 18160 break rad out into a separate package
David Powell <david.e.powell@oracle.com>
parents: 650
diff changeset
   118
file path=usr/share/man/man1m/rad.1m facet.doc.man=true
769
64cdf41df547 18895 create developer/opensolaris/rad package
Stephen Talley <stephen.talley@oracle.com>
parents: 754
diff changeset
   119
depend fmri=pkg:/runtime/java/jre-6 type=require facet.devel=true
823
9090fed9fab5 7156691 rad libxml2 dependency is not just for development
Stephen Talley <stephen.talley@oracle.com>
parents: 812
diff changeset
   120
depend fmri=pkg:/library/libxml2 type=require
809
8a6fba4105d7 7150175 radadrgen should generate rad module man pages
Stephen Talley <stephen.talley@oracle.com>
parents: 797
diff changeset
   121
depend fmri=pkg:/data/docbook/docbook-style-xsl type=require facet.devel=true