Andreas Wacknitz
2024-03-24 3df02058fb3d48a999bbc8d5d56c2910fbc249a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, Michal Nowak
# Copyright (c) 2022, Niklas Poslovski
# Copyright (c) 2023, Friedrich Kink
#
 
set name=pkg.fmri \
    value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(COMPONENT_VERSION)
set name=pkg.summary value="BIND DNS tools"
set name=com.oracle.info.description value="the BIND DNS tools"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
set name=pkg.description value="DNS tools and related libraries."
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
 
# This package name has known conflicts with other packages in the WOS
set pkg.linted.pkglint.manifest004=true
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file path=usr/bin/arpaname
file path=usr/bin/delv
file path=usr/bin/dig
file path=usr/bin/host
file path=usr/bin/mdig
file path=usr/bin/nslookup
file path=usr/bin/nsupdate
file path=usr/sbin/rndc
file path=usr/sbin/rndc-confgen
 
# Compatibiliy symlinks
link path=usr/sbin/delv target=../bin/delv
link path=usr/sbin/dig target=../bin/dig
link path=usr/sbin/host target=../bin/host
link path=usr/sbin/nslookup target=../bin/nslookup
link path=usr/sbin/nsupdate target=../bin/nsupdate
 
# Libraries
file path=usr/lib/dns/$(MACH64)/libbind9-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libbind9.so target=libbind9-$(HUMAN_VERSION).so
file path=usr/lib/dns/$(MACH64)/libdns-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libdns.so target=libdns-$(HUMAN_VERSION).so
file path=usr/lib/dns/$(MACH64)/libirs-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libirs.so target=libirs-$(HUMAN_VERSION).so
file path=usr/lib/dns/$(MACH64)/libisc-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libisc.so target=libisc-$(HUMAN_VERSION).so
file path=usr/lib/dns/$(MACH64)/libisccc-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libisccc.so target=libisccc-$(HUMAN_VERSION).so
file path=usr/lib/dns/$(MACH64)/libisccfg-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libisccfg.so \
    target=libisccfg-$(HUMAN_VERSION).so
file path=usr/lib/dns/$(MACH64)/libns-$(HUMAN_VERSION).so
link path=usr/lib/dns/$(MACH64)/libns.so target=libns-$(HUMAN_VERSION).so
 
# Man
file path=usr/share/man/man1/arpaname.1
file path=usr/share/man/man1/delv.1
file path=usr/share/man/man1/dig.1
file path=usr/share/man/man1/host.1
file path=usr/share/man/man1/mdig.1
file path=usr/share/man/man1/nslookup.1
file path=usr/share/man/man1/nsupdate.1
file path=usr/share/man/man8/rndc.8
file path=usr/share/man/man8/rndc-confgen.8
file path=usr/share/man/man5/rndc.conf.5