rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / network / bind / bindc.p5m
blob4237c0f3e2d30f86dc58a22ab69b7793ac8bfcd7
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
22 # Copyright (c) 2020, Michal Nowak
23 # Copyright (c) 2022, Niklas Poslovski
24 # Copyright (c) 2023, Friedrich Kink
27 set name=pkg.fmri \
28     value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
29 set name=pkg.human-version value=$(COMPONENT_VERSION)
30 set name=pkg.summary value="BIND DNS tools"
31 set name=com.oracle.info.description value="the BIND DNS tools"
32 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
33 set name=pkg.description value="DNS tools and related libraries."
34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
35 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
38 # This package name has known conflicts with other packages in the WOS
39 set pkg.linted.pkglint.manifest004=true
41 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
43 file path=usr/bin/arpaname
44 file path=usr/bin/delv
45 file path=usr/bin/dig
46 file path=usr/bin/host
47 file path=usr/bin/mdig
48 file path=usr/bin/nslookup
49 file path=usr/bin/nsupdate
50 file path=usr/sbin/rndc
51 file path=usr/sbin/rndc-confgen
53 # Compatibiliy symlinks
54 link path=usr/sbin/delv target=../bin/delv
55 link path=usr/sbin/dig target=../bin/dig
56 link path=usr/sbin/host target=../bin/host
57 link path=usr/sbin/nslookup target=../bin/nslookup
58 link path=usr/sbin/nsupdate target=../bin/nsupdate
60 # Libraries
61 file path=usr/lib/dns/$(MACH64)/libbind9-$(HUMAN_VERSION).so
62 link path=usr/lib/dns/$(MACH64)/libbind9.so target=libbind9-$(HUMAN_VERSION).so
63 file path=usr/lib/dns/$(MACH64)/libdns-$(HUMAN_VERSION).so
64 link path=usr/lib/dns/$(MACH64)/libdns.so target=libdns-$(HUMAN_VERSION).so
65 file path=usr/lib/dns/$(MACH64)/libirs-$(HUMAN_VERSION).so
66 link path=usr/lib/dns/$(MACH64)/libirs.so target=libirs-$(HUMAN_VERSION).so
67 file path=usr/lib/dns/$(MACH64)/libisc-$(HUMAN_VERSION).so
68 link path=usr/lib/dns/$(MACH64)/libisc.so target=libisc-$(HUMAN_VERSION).so
69 file path=usr/lib/dns/$(MACH64)/libisccc-$(HUMAN_VERSION).so
70 link path=usr/lib/dns/$(MACH64)/libisccc.so target=libisccc-$(HUMAN_VERSION).so
71 file path=usr/lib/dns/$(MACH64)/libisccfg-$(HUMAN_VERSION).so
72 link path=usr/lib/dns/$(MACH64)/libisccfg.so \
73     target=libisccfg-$(HUMAN_VERSION).so
74 file path=usr/lib/dns/$(MACH64)/libns-$(HUMAN_VERSION).so
75 link path=usr/lib/dns/$(MACH64)/libns.so target=libns-$(HUMAN_VERSION).so
77 # Man
78 file path=usr/share/man/man1/arpaname.1
79 file path=usr/share/man/man1/delv.1
80 file path=usr/share/man/man1/dig.1
81 file path=usr/share/man/man1/host.1
82 file path=usr/share/man/man1/mdig.1
83 file path=usr/share/man/man1/nslookup.1
84 file path=usr/share/man/man1/nsupdate.1
85 file path=usr/share/man/man8/rndc.8
86 file path=usr/share/man/man8/rndc-confgen.8
87 file path=usr/share/man/man5/rndc.conf.5