Port details |
- kdsoap C++/Qt SOAP framework
- 2.2.0 www =5 2.1.1_1Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2020-02-22 14:52:32
- Last Update: 2024-11-19 13:04:21
- Commit Hash: c199257
- People watching this port, also watch:: xcb-util-image, libXdamage, libssh, kf5-kquickcharts, libevent
- License: MIT
- WWW:
- https://github.com/KDAB/KDSoap
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/www/kdsoap/ && make install clean
- To add the package, run one of these commands:
- pkg install www/kdsoap
- pkg install kdsoap-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kdsoap-qt5
- Package flavors (<flavor>: <package>)
- qt5: kdsoap-qt5
- qt6: kdsoap-qt6
- distinfo:
- TIMESTAMP = 1731999021
SHA256 (kdsoap-2.2.0.tar.gz) = d9ef11948442197c9fa44bd6fbadc842b7280a60dfc40577af66fded637af356
SIZE (kdsoap-2.2.0.tar.gz) = 11918875
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Library dependencies:
-
- libQt5Core.so : devel/qt5-core
- libQt5Network.so : net/qt5-network
- libQt5Xml.so : textproc/qt5-xml
- This port is required by:
- for Libraries
-
- devel/kio-extras
Configuration Options:
- No options to configure
- Options name:
- www_kdsoap
- USES:
- cmake compiler:c++11-lang qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.0 19 Nov 2024 13:04:21 |
Jason E. Hale (jhale) |
www/kdsoap: Remove trailing whitespace from pkg-plist |
2.2.0 19 Nov 2024 12:52:47 |
Jason E. Hale (jhale) |
www/kdsoap: Update to 2.2.0
Stop being awkward about GitHub projects having pre-rolled releases.
Project has since been relicensed to MIT.
Have some fun with the :? modifier to emilimitate a slew of custom
variables.
Stop building the examples that don't get intalled anyways.
https://github.com/KDAB/KDSoap/releases/tag/kdsoap-2.2.0 |
2.1.1_1 14 Aug 2023 07:14:19 |
Tobias C. Berner (tcberner) |
www/kdsoap: flavorize for Qt5 and Qt6
For symmetry reasons the Qt5 package has been renamed to kdsoap-qt5.
Users might need to manually intervene using
> pkg delete -f kdsoap
before re-installing this package.
As co-installability is not properly supported upstream, use cmake to
install the headers to PREFIX/include/KDSoap${QT_VER}. |
2.1.1 21 Mar 2023 17:16:54 |
Tobias C. Berner (tcberner) |
www/kdsoap: update to 2.1.1
- give maintainership to kde@
In the future this port will be flavorized to support both Qt 5 and Qt 6. |
1.9.0 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.0 22 Feb 2020 14:52:25 |
adridg |
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. |