David Stes
2024-03-31 8cdd197ba643eb2608c5aab87567625bb9336cee
commit | author | age
b551f6 1 #
MN 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 #
e5cdf1 13 # Copyright 2024 Andreas Wacknitz
b551f6 14 #
MN 15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4a40a3 17 set name=pkg.human-version value=$(HUMAN_VERSION)
b551f6 18 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
MN 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 # From https://src.fedoraproject.org/rpms/gsoap/tree/master
27 file files/soapcpp2.1 path=usr/share/man/man1/soapcpp2.1
28 file files/wsdl2h.1 path=usr/share/man/man1/wsdl2h.1
29
e5cdf1 30 <transform file path=usr/share/gsoap/.+ -> default pkg.linted.userland.action001.2 true >
AW 31
b551f6 32 file path=usr/bin/soapcpp2
MN 33 file path=usr/bin/wsdl2h
34 file path=usr/include/stdsoap2.h
f4f0e4 35 file path=usr/lib/$(MACH64)/libgsoap++-$(HUMAN_VERSION).so
e5cdf1 36 file path=usr/lib/$(MACH64)/libgsoap++.a
f4f0e4 37 link path=usr/lib/$(MACH64)/libgsoap++.so target=libgsoap++-$(HUMAN_VERSION).so
AW 38 file path=usr/lib/$(MACH64)/libgsoap-$(HUMAN_VERSION).so
e5cdf1 39 file path=usr/lib/$(MACH64)/libgsoap.a
f4f0e4 40 link path=usr/lib/$(MACH64)/libgsoap.so target=libgsoap-$(HUMAN_VERSION).so
AW 41 file path=usr/lib/$(MACH64)/libgsoapck++-$(HUMAN_VERSION).so
e5cdf1 42 file path=usr/lib/$(MACH64)/libgsoapck++.a
AW 43 link path=usr/lib/$(MACH64)/libgsoapck++.so \
44     target=libgsoapck++-$(HUMAN_VERSION).so
f4f0e4 45 file path=usr/lib/$(MACH64)/libgsoapck-$(HUMAN_VERSION).so
e5cdf1 46 file path=usr/lib/$(MACH64)/libgsoapck.a
f4f0e4 47 link path=usr/lib/$(MACH64)/libgsoapck.so target=libgsoapck-$(HUMAN_VERSION).so
AW 48 file path=usr/lib/$(MACH64)/libgsoapssl++-$(HUMAN_VERSION).so
e5cdf1 49 file path=usr/lib/$(MACH64)/libgsoapssl++.a
AW 50 link path=usr/lib/$(MACH64)/libgsoapssl++.so \
51     target=libgsoapssl++-$(HUMAN_VERSION).so
f4f0e4 52 file path=usr/lib/$(MACH64)/libgsoapssl-$(HUMAN_VERSION).so
e5cdf1 53 file path=usr/lib/$(MACH64)/libgsoapssl.a
AW 54 link path=usr/lib/$(MACH64)/libgsoapssl.so \
55     target=libgsoapssl-$(HUMAN_VERSION).so
b551f6 56 file path=usr/lib/$(MACH64)/pkgconfig/gsoap++.pc
MN 57 file path=usr/lib/$(MACH64)/pkgconfig/gsoap.pc
58 file path=usr/lib/$(MACH64)/pkgconfig/gsoapck++.pc
59 file path=usr/lib/$(MACH64)/pkgconfig/gsoapck.pc
60 file path=usr/lib/$(MACH64)/pkgconfig/gsoapssl++.pc
61 file path=usr/lib/$(MACH64)/pkgconfig/gsoapssl.pc
62 file path=usr/share/gsoap/WS/LEGAL.txt
63 file path=usr/share/gsoap/WS/README.txt
64 file path=usr/share/gsoap/WS/WS-Addressing.xsd
65 file path=usr/share/gsoap/WS/WS-Addressing03.xsd
66 file path=usr/share/gsoap/WS/WS-Addressing04.xsd
67 file path=usr/share/gsoap/WS/WS-Addressing05.xsd
68 file path=usr/share/gsoap/WS/WS-Discovery.wsdl
69 file path=usr/share/gsoap/WS/WS-Enumeration.wsdl
70 file path=usr/share/gsoap/WS/WS-Policy.xsd
71 file path=usr/share/gsoap/WS/WS-Policy12.xsd
72 file path=usr/share/gsoap/WS/WS-ReliableMessaging.wsdl
73 file path=usr/share/gsoap/WS/WS-ReliableMessaging.xsd
74 file path=usr/share/gsoap/WS/WS-Routing.xsd
75 file path=usr/share/gsoap/WS/WS-SecureConversation.xsd
76 file path=usr/share/gsoap/WS/WS-SecurityPolicy.xsd
77 file path=usr/share/gsoap/WS/WS-Trust.wsdl
78 file path=usr/share/gsoap/WS/WS-Trust.xsd
79 file path=usr/share/gsoap/WS/WS-typemap.dat
80 file path=usr/share/gsoap/WS/discovery.xsd
81 file path=usr/share/gsoap/WS/ds.xsd
82 file path=usr/share/gsoap/WS/enumeration.xsd
83 file path=usr/share/gsoap/WS/oasis-sstc-saml-schema-assertion-1.1.xsd
84 file path=usr/share/gsoap/WS/reference-1.1.xsd
85 file path=usr/share/gsoap/WS/saml-schema-assertion-2.0.xsd
86 file path=usr/share/gsoap/WS/typemap.dat
87 file path=usr/share/gsoap/WS/ws-bpel_abstract_common_base.xsd
88 file path=usr/share/gsoap/WS/ws-bpel_executable.xsd
89 file path=usr/share/gsoap/WS/ws-bpel_plnktype.xsd
90 file path=usr/share/gsoap/WS/ws-bpel_serviceref.xsd
91 file path=usr/share/gsoap/WS/ws-bpel_varprop.xsd
92 file path=usr/share/gsoap/WS/ws-reliability-1.1.xsd
93 file path=usr/share/gsoap/WS/wsse.xsd
94 file path=usr/share/gsoap/WS/wsu.xsd
95 file path=usr/share/gsoap/WS/xenc.xsd
96 file path=usr/share/gsoap/custom/README.txt
97 file path=usr/share/gsoap/custom/chrono_duration.cpp
98 file path=usr/share/gsoap/custom/chrono_duration.h
99 file path=usr/share/gsoap/custom/chrono_time_point.cpp
100 file path=usr/share/gsoap/custom/chrono_time_point.h
101 file path=usr/share/gsoap/custom/duration.c
102 file path=usr/share/gsoap/custom/duration.h
103 file path=usr/share/gsoap/custom/float128.c
104 file path=usr/share/gsoap/custom/float128.h
105 file path=usr/share/gsoap/custom/int128.c
106 file path=usr/share/gsoap/custom/int128.h
107 file path=usr/share/gsoap/custom/long_double.c
108 file path=usr/share/gsoap/custom/long_double.h
109 file path=usr/share/gsoap/custom/long_time.c
110 file path=usr/share/gsoap/custom/long_time.h
111 file path=usr/share/gsoap/custom/qbytearray_base64.cpp
112 file path=usr/share/gsoap/custom/qbytearray_base64.h
113 file path=usr/share/gsoap/custom/qbytearray_hex.cpp
114 file path=usr/share/gsoap/custom/qbytearray_hex.h
115 file path=usr/share/gsoap/custom/qdate.cpp
116 file path=usr/share/gsoap/custom/qdate.h
117 file path=usr/share/gsoap/custom/qdatetime.cpp
118 file path=usr/share/gsoap/custom/qdatetime.h
119 file path=usr/share/gsoap/custom/qstring.cpp
120 file path=usr/share/gsoap/custom/qstring.h
121 file path=usr/share/gsoap/custom/qtime.cpp
122 file path=usr/share/gsoap/custom/qtime.h
123 file path=usr/share/gsoap/custom/struct_timeval.c
124 file path=usr/share/gsoap/custom/struct_timeval.h
e5cdf1 125 file path=usr/share/gsoap/custom/struct_timeval.o
b551f6 126 file path=usr/share/gsoap/custom/struct_tm.c
MN 127 file path=usr/share/gsoap/custom/struct_tm.h
128 file path=usr/share/gsoap/custom/struct_tm_date.c
129 file path=usr/share/gsoap/custom/struct_tm_date.h
e5cdf1 130 file path=usr/share/gsoap/custom/wsrmdemo-duration.o
AW 131 file path=usr/share/gsoap/custom/wsrmdemo_ssl-duration.o
132 file path=usr/share/gsoap/custom/wsrmdemo_udp-duration.o
133 file path=usr/share/gsoap/custom/wssedemo-struct_timeval.o
134 file path=usr/share/gsoap/custom/wstdemo-struct_timeval.o
b551f6 135 file path=usr/share/gsoap/import/README.txt
MN 136 file path=usr/share/gsoap/import/WS-Header.h
137 file path=usr/share/gsoap/import/WS-example.c
138 file path=usr/share/gsoap/import/WS-example.h
139 file path=usr/share/gsoap/import/c14n.h
140 file path=usr/share/gsoap/import/dom.h
141 file path=usr/share/gsoap/import/ds.h
142 file path=usr/share/gsoap/import/ds2.h
143 file path=usr/share/gsoap/import/plnk.h
144 file path=usr/share/gsoap/import/ref.h
145 file path=usr/share/gsoap/import/saml1.h
146 file path=usr/share/gsoap/import/saml2.h
147 file path=usr/share/gsoap/import/ser.h
148 file path=usr/share/gsoap/import/soap12.h
149 file path=usr/share/gsoap/import/stdstring.h
150 file path=usr/share/gsoap/import/stl.h
151 file path=usr/share/gsoap/import/stldeque.h
152 file path=usr/share/gsoap/import/stllist.h
153 file path=usr/share/gsoap/import/stlset.h
154 file path=usr/share/gsoap/import/stlvector.h
155 file path=usr/share/gsoap/import/vprop.h
156 file path=usr/share/gsoap/import/wsa.h
157 file path=usr/share/gsoap/import/wsa3.h
158 file path=usr/share/gsoap/import/wsa4.h
159 file path=usr/share/gsoap/import/wsa5.h
160 file path=usr/share/gsoap/import/wsc.h
161 file path=usr/share/gsoap/import/wsc2.h
162 file path=usr/share/gsoap/import/wsdd.h
163 file path=usr/share/gsoap/import/wsdd10.h
164 file path=usr/share/gsoap/import/wsdd5.h
165 file path=usr/share/gsoap/import/wsdx.h
166 file path=usr/share/gsoap/import/wsp.h
167 file path=usr/share/gsoap/import/wsp_appliesto.h
168 file path=usr/share/gsoap/import/wsrm.h
169 file path=usr/share/gsoap/import/wsrm4.h
170 file path=usr/share/gsoap/import/wsrm5.h
171 file path=usr/share/gsoap/import/wsrp.h
172 file path=usr/share/gsoap/import/wsrx.h
173 file path=usr/share/gsoap/import/wsrx5.h
174 file path=usr/share/gsoap/import/wsse.h
175 file path=usr/share/gsoap/import/wsse11.h
176 file path=usr/share/gsoap/import/wsse2.h
177 file path=usr/share/gsoap/import/wst.h
178 file path=usr/share/gsoap/import/wst2.h
179 file path=usr/share/gsoap/import/wstx.h
180 file path=usr/share/gsoap/import/wstx2.h
181 file path=usr/share/gsoap/import/wsu.h
182 file path=usr/share/gsoap/import/xenc.h
183 file path=usr/share/gsoap/import/xenc2.h
184 file path=usr/share/gsoap/import/xlink.h
185 file path=usr/share/gsoap/import/xmime.h
186 file path=usr/share/gsoap/import/xmime4.h
187 file path=usr/share/gsoap/import/xmime5.h
188 file path=usr/share/gsoap/import/xml.h
189 file path=usr/share/gsoap/import/xmlmime.h
190 file path=usr/share/gsoap/import/xmlmime5.h
191 file path=usr/share/gsoap/import/xop.h
192 file path=usr/share/gsoap/import/xsd.h
193 file path=usr/share/gsoap/plugin/README.txt
194 file path=usr/share/gsoap/plugin/cacerts.c
195 file path=usr/share/gsoap/plugin/cacerts.h
196 file path=usr/share/gsoap/plugin/calcrest.h
197 file path=usr/share/gsoap/plugin/curlapi.c
198 file path=usr/share/gsoap/plugin/curlapi.h
199 file path=usr/share/gsoap/plugin/httpda.c
200 file path=usr/share/gsoap/plugin/httpda.h
201 file path=usr/share/gsoap/plugin/httpdatest.c
202 file path=usr/share/gsoap/plugin/httpdatest.h
203 file path=usr/share/gsoap/plugin/httpform.c
204 file path=usr/share/gsoap/plugin/httpform.h
205 file path=usr/share/gsoap/plugin/httpget.c
206 file path=usr/share/gsoap/plugin/httpget.h
e5cdf1 207 file path=usr/share/gsoap/plugin/httpget.o
b551f6 208 file path=usr/share/gsoap/plugin/httpgettest.c
MN 209 file path=usr/share/gsoap/plugin/httpgettest.h
210 file path=usr/share/gsoap/plugin/httpmd5.c
211 file path=usr/share/gsoap/plugin/httpmd5.h
212 file path=usr/share/gsoap/plugin/httpmd5test.c
213 file path=usr/share/gsoap/plugin/httpmd5test.h
214 file path=usr/share/gsoap/plugin/httppipe.c
215 file path=usr/share/gsoap/plugin/httppipe.h
216 file path=usr/share/gsoap/plugin/httppost.c
217 file path=usr/share/gsoap/plugin/httppost.h
e5cdf1 218 file path=usr/share/gsoap/plugin/httppost.o
b551f6 219 file path=usr/share/gsoap/plugin/httpposttest.c
MN 220 file path=usr/share/gsoap/plugin/httpposttest.h
221 file path=usr/share/gsoap/plugin/logging.c
222 file path=usr/share/gsoap/plugin/logging.h
223 file path=usr/share/gsoap/plugin/md5evp.c
224 file path=usr/share/gsoap/plugin/md5evp.h
225 file path=usr/share/gsoap/plugin/mecevp.c
226 file path=usr/share/gsoap/plugin/mecevp.h
227 file path=usr/share/gsoap/plugin/mq.c
228 file path=usr/share/gsoap/plugin/mq.h
229 file path=usr/share/gsoap/plugin/plugin.c
230 file path=usr/share/gsoap/plugin/plugin.h
231 file path=usr/share/gsoap/plugin/sessions.c
232 file path=usr/share/gsoap/plugin/sessions.h
233 file path=usr/share/gsoap/plugin/smdevp.c
234 file path=usr/share/gsoap/plugin/smdevp.h
e5cdf1 235 file path=usr/share/gsoap/plugin/sslclient-threads.o
AW 236 file path=usr/share/gsoap/plugin/sslserver-threads.o
237 file path=usr/share/gsoap/plugin/testmsgr-httpda.o
238 file path=usr/share/gsoap/plugin/testmsgr-smdevp.o
239 file path=usr/share/gsoap/plugin/testmsgr-threads.o
b551f6 240 file path=usr/share/gsoap/plugin/threads.c
MN 241 file path=usr/share/gsoap/plugin/threads.h
242 file path=usr/share/gsoap/plugin/wsaapi.c
243 file path=usr/share/gsoap/plugin/wsaapi.h
e5cdf1 244 file path=usr/share/gsoap/plugin/wsademo-wsaapi.o
b551f6 245 file path=usr/share/gsoap/plugin/wsddapi.c
MN 246 file path=usr/share/gsoap/plugin/wsddapi.h
e5cdf1 247 file path=usr/share/gsoap/plugin/wsdl2h-httpda.o
AW 248 file path=usr/share/gsoap/plugin/wsdl2h-smdevp.o
249 file path=usr/share/gsoap/plugin/wsdl2h-threads.o
b551f6 250 file path=usr/share/gsoap/plugin/wsrmapi.c
MN 251 file path=usr/share/gsoap/plugin/wsrmapi.h
e5cdf1 252 file path=usr/share/gsoap/plugin/wsrmdemo-threads.o
AW 253 file path=usr/share/gsoap/plugin/wsrmdemo-wsaapi.o
254 file path=usr/share/gsoap/plugin/wsrmdemo-wsrmapi.o
255 file path=usr/share/gsoap/plugin/wsrmdemo_ssl-threads.o
256 file path=usr/share/gsoap/plugin/wsrmdemo_ssl-wsaapi.o
257 file path=usr/share/gsoap/plugin/wsrmdemo_ssl-wsrmapi.o
258 file path=usr/share/gsoap/plugin/wsrmdemo_udp-threads.o
259 file path=usr/share/gsoap/plugin/wsrmdemo_udp-wsaapi.o
260 file path=usr/share/gsoap/plugin/wsrmdemo_udp-wsrmapi.o
b551f6 261 file path=usr/share/gsoap/plugin/wsse2api.c
MN 262 file path=usr/share/gsoap/plugin/wsse2api.h
263 file path=usr/share/gsoap/plugin/wsseapi-lite.c
264 file path=usr/share/gsoap/plugin/wsseapi-lite.h
e5cdf1 265 file path=usr/share/gsoap/plugin/wsseapi-lite.o
b551f6 266 file path=usr/share/gsoap/plugin/wsseapi.c
MN 267 file path=usr/share/gsoap/plugin/wsseapi.cpp
268 file path=usr/share/gsoap/plugin/wsseapi.h
e5cdf1 269 file path=usr/share/gsoap/plugin/wssedemo-mecevp.o
AW 270 file path=usr/share/gsoap/plugin/wssedemo-smdevp.o
271 file path=usr/share/gsoap/plugin/wssedemo-wsseapi.o
b551f6 272 file path=usr/share/gsoap/plugin/wstapi.c
MN 273 file path=usr/share/gsoap/plugin/wstapi.h
e5cdf1 274 file path=usr/share/gsoap/plugin/wstdemo-mecevp.o
AW 275 file path=usr/share/gsoap/plugin/wstdemo-smdevp.o
276 file path=usr/share/gsoap/plugin/wstdemo-wsaapi.o
277 file path=usr/share/gsoap/plugin/wstdemo-wsseapi.o
278 file path=usr/share/gsoap/plugin/wstdemo-wstapi.o