components/bind/bind.p5m
changeset 224 b0ca638fab1b
child 464 08f94c414553
equal deleted inserted replaced
223:b9246653129d 224:b0ca638fab1b
       
     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 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 
       
    24 set name=pkg.fmri \
       
    25     value=pkg:/service/network/dns/bind@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    26 set name=pkg.description \
       
    27     value="BIND is open source software that implements the Domain Name System (DNS) protocols for the Internet.  This package contains the DNS server 'named' and tools used to setup and validate configuration."
       
    28 set name=pkg.summary \
       
    29     value="BIND DNS Name server and configuration tools."
       
    30 set name=info.classification \
       
    31     value="org.opensolaris.category.2008:System/Services"
       
    32 set name=info.upstream_url value="http://www.isc.org/"
       
    33 set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
       
    34 set name=opensolaris.arc_url \
       
    35 	value=http://arc.opensolaris.org/caselog/PSARC/2009/308
       
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    37 
       
    38 dir path=lib
       
    39 dir path=lib/svc
       
    40 dir path=lib/svc/manifest group=sys
       
    41 dir path=lib/svc/manifest/network group=sys
       
    42 dir path=lib/svc/manifest/network/dns group=sys
       
    43 dir path=lib/svc/method/
       
    44 dir path=usr
       
    45 dir path=usr/sbin
       
    46 dir path=usr/share
       
    47 dir path=usr/share/doc
       
    48 dir path=usr/share/doc/bind
       
    49 
       
    50 # Solaris additions
       
    51 file Solaris/server.xml path=lib/svc/manifest/network/dns/server.xml
       
    52 file Solaris/dns-server.sh path=lib/svc/method/dns-server mode=0555
       
    53 file Solaris/migration.txt path=usr/share/doc/bind/migration.txt
       
    54 
       
    55 file path=usr/sbin/dnssec-dsfromkey
       
    56 file path=usr/sbin/dnssec-keyfromlabel
       
    57 file path=usr/sbin/dnssec-keygen
       
    58 file path=usr/sbin/dnssec-signzone
       
    59 file path=usr/sbin/named
       
    60 file path=usr/sbin/named-checkconf
       
    61 file path=usr/sbin/named-checkzone
       
    62 link path=usr/sbin/named-compilezone target=named-checkzone
       
    63 
       
    64 legacy pkg=SUNWbind \
       
    65        name="BIND DNS Name server" \
       
    66        desc="BIND DNS Name server"
       
    67 
       
    68 legacy pkg=SUNWbindr \
       
    69        name="BIND Name server Manifest" \
       
    70        desc="BIND Name server Manifest"
       
    71 
       
    72 license bind.license license="ISC license"