1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/www/kdsoap/pkg-descr
Adriaan de Groot c1c0b26608 New port: www/kdsoap
KD Soap is a Qt-based client-side and server-side SOAP component.

This is soon to be a dependency for KDE software, and is needed on the
KDE-FreeBSD CI already (to test the stuff that will have this as a
dependency). I'm not 100% convinced about this Makefile: the software
is released through GitHub, but a plain "USE_GITHUB=yes" doesn't
work, and can't fetch the sources. The fetch attempt goes

	=> Attempting to fetch https://github.com/KDAB/KDSoap/releases/download/kdsoap-1.9.0/KDAB-KDSoap-1.9.0_GH0.tar.gz

which fails; chasing the automatic GH download links from the releases
on KDSoap's GH page leads me to

	https://codeload.github.com/KDAB/KDSoap/tar.gz/kdsoap-1.9.0

while the release manager of KDSoap attaches a tarball (and GPG signature)
separately. So that's why there's a bit of "pretend" GH use and an
explicit MASTER_SITES in this port.
2020-02-22 14:52:25 +00:00

8 lines
359 B
Plaintext

KD Soap is a Qt-based client-side and server-side SOAP component.
It can be used to create client applications for web services and also provides the means to create web services without the need for any further component such as a dedicated web server.
KD Soap targets C++ programmers who use Qt in their applications.
WWW: https://github.com/KDAB/KDSoap