David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
 
#
# Copyright 2024 <contributor>
#
 
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="$(COMPONENT_SUMMARY)"
set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
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)
 
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
 
file path=usr/include/ares.h
file path=usr/include/ares_build.h
file path=usr/include/ares_dns.h
file path=usr/include/ares_dns_record.h
file path=usr/include/ares_nameser.h
file path=usr/include/ares_rules.h
file path=usr/include/ares_version.h
link path=usr/lib/$(MACH64)/libcares.so target=libcares.so.2.13.1
link path=usr/lib/$(MACH64)/libcares.so.2 target=libcares.so.2.13.1
file path=usr/lib/$(MACH64)/libcares.so.2.13.1
file path=usr/lib/$(MACH64)/pkgconfig/libcares.pc
file path=usr/share/man/man3/ares_cancel.3
file path=usr/share/man/man3/ares_create_query.3
file path=usr/share/man/man3/ares_destroy.3
file path=usr/share/man/man3/ares_destroy_options.3
file path=usr/share/man/man3/ares_dns_class_fromstr.3
file path=usr/share/man/man3/ares_dns_class_t.3
file path=usr/share/man/man3/ares_dns_class_tostr.3
file path=usr/share/man/man3/ares_dns_datatype_t.3
file path=usr/share/man/man3/ares_dns_flags_t.3
file path=usr/share/man/man3/ares_dns_mapping.3
file path=usr/share/man/man3/ares_dns_opcode_t.3
file path=usr/share/man/man3/ares_dns_opcode_tostr.3
file path=usr/share/man/man3/ares_dns_opt_datatype_t.3
file path=usr/share/man/man3/ares_dns_opt_get_datatype.3
file path=usr/share/man/man3/ares_dns_opt_get_name.3
file path=usr/share/man/man3/ares_dns_parse.3
file path=usr/share/man/man3/ares_dns_rcode_t.3
file path=usr/share/man/man3/ares_dns_rcode_tostr.3
file path=usr/share/man/man3/ares_dns_rec_type_fromstr.3
file path=usr/share/man/man3/ares_dns_rec_type_t.3
file path=usr/share/man/man3/ares_dns_record.3
file path=usr/share/man/man3/ares_dns_record_create.3
file path=usr/share/man/man3/ares_dns_record_destroy.3
file path=usr/share/man/man3/ares_dns_record_duplicate.3
file path=usr/share/man/man3/ares_dns_record_get_flags.3
file path=usr/share/man/man3/ares_dns_record_get_id.3
file path=usr/share/man/man3/ares_dns_record_get_opcode.3
file path=usr/share/man/man3/ares_dns_record_get_rcode.3
file path=usr/share/man/man3/ares_dns_record_query_add.3
file path=usr/share/man/man3/ares_dns_record_query_cnt.3
file path=usr/share/man/man3/ares_dns_record_query_get.3
file path=usr/share/man/man3/ares_dns_record_query_set_name.3
file path=usr/share/man/man3/ares_dns_record_query_set_type.3
file path=usr/share/man/man3/ares_dns_record_rr_add.3
file path=usr/share/man/man3/ares_dns_record_rr_cnt.3
file path=usr/share/man/man3/ares_dns_record_rr_del.3
file path=usr/share/man/man3/ares_dns_record_rr_get.3
file path=usr/share/man/man3/ares_dns_record_rr_get_const.3
file path=usr/share/man/man3/ares_dns_rr.3
file path=usr/share/man/man3/ares_dns_rr_get_addr.3
file path=usr/share/man/man3/ares_dns_rr_get_addr6.3
file path=usr/share/man/man3/ares_dns_rr_get_bin.3
file path=usr/share/man/man3/ares_dns_rr_get_class.3
file path=usr/share/man/man3/ares_dns_rr_get_keys.3
file path=usr/share/man/man3/ares_dns_rr_get_name.3
file path=usr/share/man/man3/ares_dns_rr_get_opt.3
file path=usr/share/man/man3/ares_dns_rr_get_opt_byid.3
file path=usr/share/man/man3/ares_dns_rr_get_opt_cnt.3
file path=usr/share/man/man3/ares_dns_rr_get_str.3
file path=usr/share/man/man3/ares_dns_rr_get_ttl.3
file path=usr/share/man/man3/ares_dns_rr_get_type.3
file path=usr/share/man/man3/ares_dns_rr_get_u16.3
file path=usr/share/man/man3/ares_dns_rr_get_u32.3
file path=usr/share/man/man3/ares_dns_rr_get_u8.3
file path=usr/share/man/man3/ares_dns_rr_key_datatype.3
file path=usr/share/man/man3/ares_dns_rr_key_t.3
file path=usr/share/man/man3/ares_dns_rr_key_to_rec_type.3
file path=usr/share/man/man3/ares_dns_rr_key_tostr.3
file path=usr/share/man/man3/ares_dns_rr_set_addr.3
file path=usr/share/man/man3/ares_dns_rr_set_addr6.3
file path=usr/share/man/man3/ares_dns_rr_set_bin.3
file path=usr/share/man/man3/ares_dns_rr_set_opt.3
file path=usr/share/man/man3/ares_dns_rr_set_str.3
file path=usr/share/man/man3/ares_dns_rr_set_u16.3
file path=usr/share/man/man3/ares_dns_rr_set_u32.3
file path=usr/share/man/man3/ares_dns_rr_set_u8.3
file path=usr/share/man/man3/ares_dns_section_t.3
file path=usr/share/man/man3/ares_dns_section_tostr.3
file path=usr/share/man/man3/ares_dns_write.3
file path=usr/share/man/man3/ares_dup.3
file path=usr/share/man/man3/ares_expand_name.3
file path=usr/share/man/man3/ares_expand_string.3
file path=usr/share/man/man3/ares_fds.3
file path=usr/share/man/man3/ares_free_data.3
file path=usr/share/man/man3/ares_free_hostent.3
file path=usr/share/man/man3/ares_free_string.3
file path=usr/share/man/man3/ares_freeaddrinfo.3
file path=usr/share/man/man3/ares_get_servers.3
file path=usr/share/man/man3/ares_get_servers_csv.3
file path=usr/share/man/man3/ares_get_servers_ports.3
file path=usr/share/man/man3/ares_getaddrinfo.3
file path=usr/share/man/man3/ares_gethostbyaddr.3
file path=usr/share/man/man3/ares_gethostbyname.3
file path=usr/share/man/man3/ares_gethostbyname_file.3
file path=usr/share/man/man3/ares_getnameinfo.3
file path=usr/share/man/man3/ares_getsock.3
file path=usr/share/man/man3/ares_inet_ntop.3
file path=usr/share/man/man3/ares_inet_pton.3
file path=usr/share/man/man3/ares_init.3
file path=usr/share/man/man3/ares_init_options.3
file path=usr/share/man/man3/ares_library_cleanup.3
file path=usr/share/man/man3/ares_library_init.3
file path=usr/share/man/man3/ares_library_init_android.3
file path=usr/share/man/man3/ares_library_initialized.3
file path=usr/share/man/man3/ares_mkquery.3
file path=usr/share/man/man3/ares_opt_param_t.3
file path=usr/share/man/man3/ares_parse_a_reply.3
file path=usr/share/man/man3/ares_parse_aaaa_reply.3
file path=usr/share/man/man3/ares_parse_caa_reply.3
file path=usr/share/man/man3/ares_parse_mx_reply.3
file path=usr/share/man/man3/ares_parse_naptr_reply.3
file path=usr/share/man/man3/ares_parse_ns_reply.3
file path=usr/share/man/man3/ares_parse_ptr_reply.3
file path=usr/share/man/man3/ares_parse_soa_reply.3
file path=usr/share/man/man3/ares_parse_srv_reply.3
file path=usr/share/man/man3/ares_parse_txt_reply.3
file path=usr/share/man/man3/ares_parse_uri_reply.3
file path=usr/share/man/man3/ares_process.3
file path=usr/share/man/man3/ares_query.3
file path=usr/share/man/man3/ares_query_dnsrec.3
file path=usr/share/man/man3/ares_queue.3
file path=usr/share/man/man3/ares_queue_active_queries.3
file path=usr/share/man/man3/ares_queue_wait_empty.3
file path=usr/share/man/man3/ares_reinit.3
file path=usr/share/man/man3/ares_save_options.3
file path=usr/share/man/man3/ares_search.3
file path=usr/share/man/man3/ares_search_dnsrec.3
file path=usr/share/man/man3/ares_send.3
file path=usr/share/man/man3/ares_send_dnsrec.3
file path=usr/share/man/man3/ares_set_local_dev.3
file path=usr/share/man/man3/ares_set_local_ip4.3
file path=usr/share/man/man3/ares_set_local_ip6.3
file path=usr/share/man/man3/ares_set_servers.3
file path=usr/share/man/man3/ares_set_servers_csv.3
file path=usr/share/man/man3/ares_set_servers_ports.3
file path=usr/share/man/man3/ares_set_servers_ports_csv.3
file path=usr/share/man/man3/ares_set_socket_callback.3
file path=usr/share/man/man3/ares_set_socket_configure_callback.3
file path=usr/share/man/man3/ares_set_socket_functions.3
file path=usr/share/man/man3/ares_set_sortlist.3
file path=usr/share/man/man3/ares_strerror.3
file path=usr/share/man/man3/ares_svcb_param_t.3
file path=usr/share/man/man3/ares_threadsafety.3
file path=usr/share/man/man3/ares_timeout.3
file path=usr/share/man/man3/ares_tlsa_match_t.3
file path=usr/share/man/man3/ares_tlsa_selector_t.3
file path=usr/share/man/man3/ares_tlsa_usage_t.3
file path=usr/share/man/man3/ares_version.3