components/bind/bindc.p5m
author Rich Burridge <rich.burridge@oracle.com>
Mon, 19 Oct 2015 15:36:51 -0700
changeset 4980 b0ec15659025
parent 4836 2963a732ee80
child 5668 d5f739f94514
permissions -rw-r--r--
PSARC 2015/428 Normalization of Solaris man page section numbers 22043584 Normalize bind man pages
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
#
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    21
# Copyright (c) 2011, 2015, 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
4980
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    24
# Put the various bind man pages in the right directories.
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    25
<transform file path=usr/share/man/man8/(.+)$ -> set action.hash Solaris/%<1> >
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    26
<transform file path=usr/share/man/ja_JP.UTF-8/man8/(.+)$ -> set action.hash Solaris/ja/%<1> >
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    27
<transform file path=usr/share/man/zh_CN.UTF-8/man8/(.+)$ -> set action.hash Solaris/zh/%<1> >
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    28
4438
5c17d084f39b 21210415 add several BIND man pages to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    29
# Bypass the mangler for these files because they are pre-Solarified.
5c17d084f39b 21210415 add several BIND man pages to Userland
John Beck <John.Beck@Oracle.COM>
parents: 3732
diff changeset
    30
<transform file path=usr/share/man/.+$ -> add mangler.bypass true >
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    31
set name=pkg.fmri \
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    32
    value=pkg:/network/dns/bind@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    33
set name=pkg.summary value="BIND DNS tools"
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    34
set name=pkg.description value="DNS tools and related libraries."
3541
37a03b73b5a4 20089043 Upgrade Solaris to BIND 9.6-ESV-R11-P1
William.D.Johnston <William.D.Johnston@oracle.com>
parents: 1948
diff changeset
    35
set name=pkg.human-version value=$(HUMAN_VERSION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    36
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    37
# This package name has known conflicts with other packages in the WOS
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    38
set name=pkg.linted.pkglint.manifest004 value=true
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1012
diff changeset
    39
set name=com.oracle.info.description value="the BIND DNS tools"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1809
diff changeset
    40
set name=com.oracle.info.tpno value=$(TPNO)
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    41
set name=info.classification \
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    42
    value=org.opensolaris.category.2008:Applications/Internet
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    43
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 405
diff changeset
    44
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    45
set name=org.opensolaris.arc-caseid value=PSARC/2009/308
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    46
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    47
link path=usr/lib/dns/libbind9.so target=libbind9.so.50.0.11
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    48
link path=usr/lib/dns/libbind9.so.50 target=libbind9.so.50.0.11
1809
79cf56012d11 remote: Warning: No xauth data; using fake authentication data for X11 forwarding.
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents: 1640
diff changeset
    49
file path=usr/lib/dns/libbind9.so.50.0.11
4836
2963a732ee80 21674580 Upgrade Solaris to BIND 9.6-ESV-R11-P3
William.D.Johnston <William.D.Johnston@oracle.com>
parents: 4438
diff changeset
    50
link path=usr/lib/dns/libdns.so target=libdns.so.113.1.2
2963a732ee80 21674580 Upgrade Solaris to BIND 9.6-ESV-R11-P3
William.D.Johnston <William.D.Johnston@oracle.com>
parents: 4438
diff changeset
    51
link path=usr/lib/dns/libdns.so.113 target=libdns.so.113.1.2
2963a732ee80 21674580 Upgrade Solaris to BIND 9.6-ESV-R11-P3
William.D.Johnston <William.D.Johnston@oracle.com>
parents: 4438
diff changeset
    52
file path=usr/lib/dns/libdns.so.113.1.2
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    53
link path=usr/lib/dns/libisc.so target=libisc.so.110.0.2
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    54
link path=usr/lib/dns/libisc.so.110 target=libisc.so.110.0.2
1809
79cf56012d11 remote: Warning: No xauth data; using fake authentication data for X11 forwarding.
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents: 1640
diff changeset
    55
file path=usr/lib/dns/libisc.so.110.0.2
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    56
link path=usr/lib/dns/libisccc.so target=libisccc.so.50.0.6
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    57
link path=usr/lib/dns/libisccc.so.50 target=libisccc.so.50.0.6
1809
79cf56012d11 remote: Warning: No xauth data; using fake authentication data for X11 forwarding.
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents: 1640
diff changeset
    58
file path=usr/lib/dns/libisccc.so.50.0.6
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    59
link path=usr/lib/dns/libisccfg.so target=libisccfg.so.50.0.10
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    60
link path=usr/lib/dns/libisccfg.so.50 target=libisccfg.so.50.0.10
1809
79cf56012d11 remote: Warning: No xauth data; using fake authentication data for X11 forwarding.
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents: 1640
diff changeset
    61
file path=usr/lib/dns/libisccfg.so.50.0.10
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    62
link path=usr/lib/dns/liblwres.so target=liblwres.so.50.0.11
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    63
link path=usr/lib/dns/liblwres.so.50 target=liblwres.so.50.0.11
1809
79cf56012d11 remote: Warning: No xauth data; using fake authentication data for X11 forwarding.
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents: 1640
diff changeset
    64
file path=usr/lib/dns/liblwres.so.50.0.11
224
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    65
file path=usr/sbin/dig
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    66
file path=usr/sbin/host
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    67
file path=usr/sbin/nslookup
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    68
file path=usr/sbin/nsupdate
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    69
file path=usr/sbin/rndc
b0ca638fab1b 7017965 Integrate BIND in to userland consolidation
Stacey Marshall <Stacey.Marshall@Oracle.COM>
parents:
diff changeset
    70
file path=usr/sbin/rndc-confgen
4980
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    71
file path=usr/share/man/ja_JP.UTF-8/man8/dig.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    72
file path=usr/share/man/ja_JP.UTF-8/man8/nsupdate.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    73
file Solaris/rndc.conf.5 path=usr/share/man/man5/rndc.conf.5
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    74
file path=usr/share/man/man8/dig.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    75
file path=usr/share/man/man8/host.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    76
file path=usr/share/man/man8/nslookup.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    77
file path=usr/share/man/man8/nsupdate.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    78
file path=usr/share/man/man8/rndc-confgen.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    79
file path=usr/share/man/man8/rndc.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    80
file path=usr/share/man/zh_CN.UTF-8/man8/dig.8
b0ec15659025 PSARC 2015/428 Normalization of Solaris man page section numbers
Rich Burridge <rich.burridge@oracle.com>
parents: 4836
diff changeset
    81
file path=usr/share/man/zh_CN.UTF-8/man8/nsupdate.8
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 3541
diff changeset
    82
license bind.license license="ISC license"