components/bind/bindc.p5m
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 09 Apr 2013 10:37:15 -0700
changeset 1251 f1fb66b52f41
parent 1205 6c6c27bcf9ac
child 1640 849c16a5333c
permissions -rw-r--r--
16611225 foomatic-rip delivers obsolete LP functionality 16611235 foomatic-rip and foomatic-db-engine should have the same sysconfdir 16611239 sysmon message file package manifest has wrong FMRI 16611251 userland pkglint should not double report pkg.linted messages 16611268 userland needs pkg.linted cleanup. 16611270 userland manifests shouldn't have dir actions
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     1
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     3
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     7
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    12
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    18
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    20
#
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1012
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    22
#
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    23
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    24
set name=pkg.fmri \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    25
    value=pkg:/network/dns/bind@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
582
f788d69e0553 7085723 use pkg.human-version
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    26
set name=pkg.human-version value=$(COMPONENT_VERSION)
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    27
set name=pkg.summary value="BIND DNS tools"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1012
diff changeset
    28
set name=com.oracle.info.description value="the BIND DNS tools"
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1012
diff changeset
    29
set name=com.oracle.info.tpno value=10598
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    30
set name=info.classification \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    31
    value="org.opensolaris.category.2008:Applications/Internet"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    32
set name=pkg.description value="DNS tools and related libraries."
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    33
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    35
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    36
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    37
	value=PSARC/2009/308
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    38
1251
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    39
# This package name has known conflicts with other packages in the WOS
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    40
set pkg.linted.pkglint.manifest004=true
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    41
f1fb66b52f41 16611225 foomatic-rip delivers obsolete LP functionality
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1205
diff changeset
    42
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    43
license bind.license license="ISC license"
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    44
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    45
1012
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    46
file path=usr/lib/dns/libbind9.so.50.0.9
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    47
file path=usr/lib/dns/libdns.so.110.1.2
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    48
file path=usr/lib/dns/libisc.so.57.1.0
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    49
file path=usr/lib/dns/libisccc.so.50.0.3
870
b43099ca1080 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 629
diff changeset
    50
file path=usr/lib/dns/libisccfg.so.50.0.6
1012
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    51
file path=usr/lib/dns/liblwres.so.50.0.6
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    52
file path=usr/sbin/dig
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    53
file path=usr/sbin/host
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    54
file path=usr/sbin/nslookup
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    55
file path=usr/sbin/nsupdate
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    56
file path=usr/sbin/rndc
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    57
file path=usr/sbin/rndc-confgen
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    58
1012
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    59
link path=usr/lib/dns/libbind9.so target=libbind9.so.50.0.9
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    60
link path=usr/lib/dns/libbind9.so.50 target=libbind9.so.50.0.9
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    61
link path=usr/lib/dns/libdns.so target=libdns.so.110.1.2
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    62
link path=usr/lib/dns/libdns.so.110 target=libdns.so.110.1.2
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    63
link path=usr/lib/dns/libisc.so target=libisc.so.57.1.0
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    64
link path=usr/lib/dns/libisc.so.57 target=libisc.so.57.1.0
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    65
link path=usr/lib/dns/libisccc.so target=libisccc.so.50.0.3
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    66
link path=usr/lib/dns/libisccc.so.50 target=libisccc.so.50.0.3
870
b43099ca1080 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 629
diff changeset
    67
link path=usr/lib/dns/libisccfg.so target=libisccfg.so.50.0.6
b43099ca1080 7173752 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 629
diff changeset
    68
link path=usr/lib/dns/libisccfg.so.50 target=libisccfg.so.50.0.6
1012
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    69
link path=usr/lib/dns/liblwres.so target=liblwres.so.50.0.6
8a4584c83985 7202145 Problem with network/dns
tomas.jedlicka <tomas.jedlicka@oracle.com>
parents: 870
diff changeset
    70
link path=usr/lib/dns/liblwres.so.50 target=liblwres.so.50.0.6