Version: 2.8.82, Package name: gsoap-2.8.82 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description The gSOAP toolkit provides a cross-platform software development toolkit for C and C++ server and client Web service applications, and simplifies the overall use of XML in any type of application. The toolkit supports SOAP 1.1/1.2 RPC encoding and document/literal styles, WSDL 1.1, MTOM/MIME/DIME attachments (streaming), SOAP-over-UDP, request-response and one-way messaging. The toolkit also supports WS-Addressing and WS-Security, with several other WS-* available or under development. |
Filesize: 31752.162 KB |
Version History (View Complete History) |
|
2019-07-12 14:44:13 by Stuart Henderson | Files touched by this commit (877) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-19 13:13:47 by Christian Weisgerber | Files touched by this commit (40) |
Log message: switch to CONFIGURE_STYLE=autoreconf |
2019-04-19 02:18:22 by Robert Nagy | Files touched by this commit (7) |
Log message: update to 2.8.82 |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-08-03 01:07:45 by Marc Espie | Files touched by this commit (13) |
Log message: enforce PATH when running autoreconf |
2018-05-12 12:31:22 by Joel Sing | Files touched by this commit (2) |
Log message: Remove patch that is no longer needed to build with LibreSSL. ok ajacoutot@ |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:45:29 by Stuart Henderson | Files touched by this commit (281) |
Log message: use LIBCXX |
2015-05-01 00:52:58 by Antoine Jacoutot | Files touched by this commit (8) |
Log message: Update to gsoap-2.8.22. |
2015-04-05 09:25:51 by Robert Nagy | Files touched by this commit (7) |
Log message: use a patch from Fedora that allows installing shared libs as well ok ajacoutot@ |
2015-04-05 06:38:45 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to gsoap-2.8.21. |
2015-04-05 06:11:39 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Fix patch. |