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 22# 23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24# Copyright 2012 Nexenta Systems, Inc. All rights reserved. 25# Copyright 2016 Toomas Soome <tsoome@me.com> 26# 27 28set name=pkg.fmri value=pkg:/service/network/dns/mdns@$(PKGVERS) 29set name=pkg.summary value="Multicast DNS and Service Discovery" 30set name=pkg.description \ 31 value="Root components for Multicast DNS daemon and service discovery support" 32set name=info.classification value=org.opensolaris.category.2008:System/Services 33set name=variant.arch value=$(ARCH) 34dir path=lib 35dir path=lib/svc 36dir path=lib/svc/manifest group=sys 37dir path=lib/svc/manifest/network group=sys 38dir path=lib/svc/manifest/network/dns group=sys 39file path=lib/svc/manifest/network/dns/multicast.xml group=sys mode=0444 40dir path=usr group=sys 41dir path=usr/bin 42file path=usr/bin/dns-sd mode=0555 43dir path=usr/include 44file path=usr/include/dns_sd.h 45dir path=usr/lib 46dir path=usr/lib/$(ARCH64) 47link path=usr/lib/$(ARCH64)/libdns_sd.so target=libdns_sd.so.1 48file path=usr/lib/$(ARCH64)/libdns_sd.so.1 49file path=usr/lib/$(ARCH64)/nss_mdns.so.1 50dir path=usr/lib/inet 51file path=usr/lib/inet/mdnsd mode=0555 52link path=usr/lib/libdns_sd.so target=libdns_sd.so.1 53file path=usr/lib/libdns_sd.so.1 54file path=usr/lib/nss_mdns.so.1 55dir path=usr/share 56dir path=usr/share/man 57dir path=usr/share/man/man3dns_sd 58link path=usr/share/man/man3dns_sd/DNSServiceAddRecord.3dns_sd \ 59 target=DNSServiceCreateConnection.3dns_sd 60file path=usr/share/man/man3dns_sd/DNSServiceBrowse.3dns_sd 61file path=usr/share/man/man3dns_sd/DNSServiceConstructFullName.3dns_sd 62file path=usr/share/man/man3dns_sd/DNSServiceCreateConnection.3dns_sd 63file path=usr/share/man/man3dns_sd/DNSServiceEnumerateDomains.3dns_sd 64file path=usr/share/man/man3dns_sd/DNSServiceProcessResult.3dns_sd 65file path=usr/share/man/man3dns_sd/DNSServiceQueryRecord.3dns_sd 66file path=usr/share/man/man3dns_sd/DNSServiceReconfirmRecord.3dns_sd 67file path=usr/share/man/man3dns_sd/DNSServiceRefDeallocate.3dns_sd 68file path=usr/share/man/man3dns_sd/DNSServiceRefSockFD.3dns_sd 69file path=usr/share/man/man3dns_sd/DNSServiceRegister.3dns_sd 70link path=usr/share/man/man3dns_sd/DNSServiceRegisterRecord.3dns_sd \ 71 target=DNSServiceCreateConnection.3dns_sd 72link path=usr/share/man/man3dns_sd/DNSServiceRemoveRecord.3dns_sd \ 73 target=DNSServiceCreateConnection.3dns_sd 74file path=usr/share/man/man3dns_sd/DNSServiceResolve.3dns_sd 75link path=usr/share/man/man3dns_sd/DNSServiceUpdateRecord.3dns_sd \ 76 target=DNSServiceCreateConnection.3dns_sd 77link path=usr/share/man/man3dns_sd/TXTRecordContainsKey.3dns_sd \ 78 target=TXTRecordCreate.3dns_sd 79file path=usr/share/man/man3dns_sd/TXTRecordCreate.3dns_sd 80link path=usr/share/man/man3dns_sd/TXTRecordDeallocate.3dns_sd \ 81 target=TXTRecordCreate.3dns_sd 82link path=usr/share/man/man3dns_sd/TXTRecordGetBytesPtr.3dns_sd \ 83 target=TXTRecordCreate.3dns_sd 84link path=usr/share/man/man3dns_sd/TXTRecordGetCount.3dns_sd \ 85 target=TXTRecordCreate.3dns_sd 86link path=usr/share/man/man3dns_sd/TXTRecordGetItemAtIndex.3dns_sd \ 87 target=TXTRecordCreate.3dns_sd 88link path=usr/share/man/man3dns_sd/TXTRecordGetLength.3dns_sd \ 89 target=TXTRecordCreate.3dns_sd 90link path=usr/share/man/man3dns_sd/TXTRecordGetValuePtr.3dns_sd \ 91 target=TXTRecordCreate.3dns_sd 92link path=usr/share/man/man3dns_sd/TXTRecordRemoveValue.3dns_sd \ 93 target=TXTRecordCreate.3dns_sd 94link path=usr/share/man/man3dns_sd/TXTRecordSetValue.3dns_sd \ 95 target=TXTRecordCreate.3dns_sd 96dir path=usr/share/man/man3lib 97file path=usr/share/man/man3lib/libdns_sd.3lib 98dir path=usr/share/man/man8 99file path=usr/share/man/man8/dns-sd.8 100file path=usr/share/man/man8/mdnsd.8 101legacy pkg=SUNWdsdr \ 102 desc="Root components for Multicast DNS daemon and service discovery support" \ 103 name="Multicast DNS and Service Discovery (Root)" 104legacy pkg=SUNWdsdu desc="Multicast DNS daemon and service discovery modules" \ 105 name="Multicast DNS and Service Discovery (Usr)" 106license cr_Sun license=cr_Sun 107license lic_CDDL license=lic_CDDL 108license usr/src/contrib/mDNSResponder/LICENSE \ 109 license=usr/src/contrib/mDNSResponder/LICENSE 110