Jim Klimov
2023-11-09 d102d57f3de9998bf8dc7d524fdb6652dd070e40
commit | author | age
2313e2 1 #
JK 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
d102d5 13 # Copyright 2016-2023 Jim Klimov
2313e2 14 #
JK 15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/libs@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
d102d5 17 set name=pkg.human-version value=$(HUMAN_VERSION)
2313e2 18 set name=pkg.summary value="$(COMPONENT_SUMMARY) - headers, libraries and their manpages"
JK 19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
23
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
25
26 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
27
28 ### NUT Development files - headers, libraries and their manpages
29 file path=usr/include/nut-scan.h
30 file path=usr/include/nutclient.h
d102d5 31 file path=usr/include/nutclientmem.h
2313e2 32 file path=usr/include/nutscan-device.h
JK 33 file path=usr/include/nutscan-init.h
34 file path=usr/include/nutscan-ip.h
d102d5 35 file path=usr/include/nutscan-serial.h
2313e2 36 file path=usr/include/parseconf.h
JK 37 file path=usr/include/upsclient.h
38
d102d5 39 file path=usr/lib/$(MACH64)/libnutclient.so.2.0.2
JK 40 link path=usr/lib/$(MACH64)/libnutclient.so target=libnutclient.so.2.0.2
41 link path=usr/lib/$(MACH64)/libnutclient.so.2 target=libnutclient.so.2.0.2
42 file path=usr/lib/$(MACH64)/libnutclientstub.so.1.0.1
43 link path=usr/lib/$(MACH64)/libnutclientstub.so target=libnutclientstub.so.1.0.1
44 link path=usr/lib/$(MACH64)/libnutclientstub.so.0 target=libnutclientstub.so.1.0.1
45 file path=usr/lib/$(MACH64)/libnutscan.so.2.0.2
46 link path=usr/lib/$(MACH64)/libnutscan.so target=libnutscan.so.2.0.2
47 link path=usr/lib/$(MACH64)/libnutscan.so.2 target=libnutscan.so.2.0.2
48 file path=usr/lib/$(MACH64)/libupsclient.so.6.0.1
49 link path=usr/lib/$(MACH64)/libupsclient.so target=libupsclient.so.6.0.1
50 link path=usr/lib/$(MACH64)/libupsclient.so.6 target=libupsclient.so.6.0.1
2313e2 51 file path=usr/lib/$(MACH64)/pkgconfig/libnutclient.pc
d102d5 52 file path=usr/lib/$(MACH64)/pkgconfig/libnutclientstub.pc
2313e2 53 file path=usr/lib/$(MACH64)/pkgconfig/libnutscan.pc
JK 54 file path=usr/lib/$(MACH64)/pkgconfig/libupsclient.pc
55
56 file path=usr/share/man/man3/libnutclient.3
57 file path=usr/share/man/man3/libnutclient_commands.3
58 file path=usr/share/man/man3/libnutclient_devices.3
59 file path=usr/share/man/man3/libnutclient_general.3
60 file path=usr/share/man/man3/libnutclient_misc.3
61 file path=usr/share/man/man3/libnutclient_tcp.3
62 file path=usr/share/man/man3/libnutclient_variables.3
63 file path=usr/share/man/man3/nutclient_authenticate.3
64 file path=usr/share/man/man3/nutclient_destroy.3
65 file path=usr/share/man/man3/nutclient_device_forced_shutdown.3
66 file path=usr/share/man/man3/nutclient_device_login.3
67 file path=usr/share/man/man3/nutclient_device_master.3
68 file path=usr/share/man/man3/nutclient_execute_device_command.3
69 file path=usr/share/man/man3/nutclient_get_device_command_description.3
70 file path=usr/share/man/man3/nutclient_get_device_commands.3
71 file path=usr/share/man/man3/nutclient_get_device_description.3
72 file path=usr/share/man/man3/nutclient_get_device_num_logins.3
73 file path=usr/share/man/man3/nutclient_get_device_rw_variables.3
74 file path=usr/share/man/man3/nutclient_get_device_variable_description.3
75 file path=usr/share/man/man3/nutclient_get_device_variable_values.3
76 file path=usr/share/man/man3/nutclient_get_device_variables.3
77 file path=usr/share/man/man3/nutclient_get_devices.3
78 file path=usr/share/man/man3/nutclient_has_device.3
79 file path=usr/share/man/man3/nutclient_has_device_command.3
80 file path=usr/share/man/man3/nutclient_has_device_variable.3
81 file path=usr/share/man/man3/nutclient_logout.3
82 file path=usr/share/man/man3/nutclient_set_device_variable_value.3
83 file path=usr/share/man/man3/nutclient_set_device_variable_values.3
84 file path=usr/share/man/man3/nutclient_tcp_create_client.3
85 file path=usr/share/man/man3/nutclient_tcp_disconnect.3
86 file path=usr/share/man/man3/nutclient_tcp_get_timeout.3
87 file path=usr/share/man/man3/nutclient_tcp_is_connected.3
88 file path=usr/share/man/man3/nutclient_tcp_reconnect.3
89 file path=usr/share/man/man3/nutclient_tcp_set_timeout.3
90 file path=usr/share/man/man3/nutscan.3
91 file path=usr/share/man/man3/nutscan_add_device_to_device.3
92 file path=usr/share/man/man3/nutscan_add_option_to_device.3
93 file path=usr/share/man/man3/nutscan_cidr_to_ip.3
94 file path=usr/share/man/man3/nutscan_display_parsable.3
d102d5 95 file path=usr/share/man/man3/nutscan_display_sanity_check.3
JK 96 file path=usr/share/man/man3/nutscan_display_sanity_check_serial.3
2313e2 97 file path=usr/share/man/man3/nutscan_display_ups_conf.3
d102d5 98 file path=usr/share/man/man3/nutscan_display_ups_conf_with_sanity_check.3
2313e2 99 file path=usr/share/man/man3/nutscan_free_device.3
JK 100 file path=usr/share/man/man3/nutscan_get_serial_ports_list.3
101 file path=usr/share/man/man3/nutscan_init.3
102 file path=usr/share/man/man3/nutscan_new_device.3
103 file path=usr/share/man/man3/nutscan_scan_avahi.3
104 file path=usr/share/man/man3/nutscan_scan_eaton_serial.3
105 file path=usr/share/man/man3/nutscan_scan_ipmi.3
106 file path=usr/share/man/man3/nutscan_scan_nut.3
107 file path=usr/share/man/man3/nutscan_scan_snmp.3
108 file path=usr/share/man/man3/nutscan_scan_usb.3
d102d5 109 file path=usr/share/man/man3/nutscan_scan_xml_http_range.3
2313e2 110 file path=usr/share/man/man3/upscli_add_host_cert.3
JK 111 file path=usr/share/man/man3/upscli_cleanup.3
112 file path=usr/share/man/man3/upscli_connect.3
113 file path=usr/share/man/man3/upscli_disconnect.3
114 file path=usr/share/man/man3/upscli_fd.3
115 file path=usr/share/man/man3/upscli_get.3
116 file path=usr/share/man/man3/upscli_init.3
117 file path=usr/share/man/man3/upscli_list_next.3
118 file path=usr/share/man/man3/upscli_list_start.3
119 file path=usr/share/man/man3/upscli_readline.3
d102d5 120 file path=usr/share/man/man3/upscli_readline_timeout.3
2313e2 121 file path=usr/share/man/man3/upscli_sendline.3
d102d5 122 file path=usr/share/man/man3/upscli_sendline_timeout.3
2313e2 123 file path=usr/share/man/man3/upscli_splitaddr.3
JK 124 file path=usr/share/man/man3/upscli_splitname.3
125 file path=usr/share/man/man3/upscli_ssl.3
126 file path=usr/share/man/man3/upscli_strerror.3
127 file path=usr/share/man/man3/upscli_upserror.3
128 file path=usr/share/man/man3/upsclient.3
129
130 # Some mapping files
b4f492 131 file path=usr/share/nut/cmdvartab
AP 132 file path=usr/share/nut/driver.list