Port details |
- qxmpp-qt5 XMPP client library based on Qt and C++
- 1.5.5 net-im
=0 1.5.5Version of this port present on the latest quarterly branch.
- Maintainer: kde@FreeBSD.org
- Port Added: 2016-12-05 20:26:45
- Last Update: 2023-05-26 10:06:27
- Commit Hash: 17fcec7
- License: LGPL21
- WWW:
- https://github.com/qxmpp-project/qxmpp/
- Description:
- QXmpp is pretty intuitive and easy to use. It uses Qt extensively.
Qt is the only third party library it is dependent on. Users need
to a have working knowledge of C++ and Qt basics (Signals and Slots
and Qt data types). The underlying TCP socket and the XMPP RFCs
(RFC3920 and RFC3921) have been encapsulated into classes and
functions. Therefore the user would not be bothered with these
details. But it is always recommended to the advanced users to read
and enjoy the low level details.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: qxmpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1682976457
SHA256 (qxmpp-project-qxmpp-v1.5.5_GH0.tar.gz) = b25fba89432c4fd72489d1844f683bfbf4e5aa4cfcfda7a982d6019f8e4529f8
SIZE (qxmpp-project-qxmpp-v1.5.5_GH0.tar.gz) = 606405
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5Test.so : devel/qt5-testlib
- Library dependencies:
-
- libomemo-c.so : security/libomemo-c
- libqca-qt5.so : devel/qca@qt5
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Xml.so : textproc/qt5-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_qxmpp-qt5
- USES:
- cmake compiler:c++17-lang libtool pathfix pkgconfig qca 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 |
1.5.5 26 May 2023 10:06:27 |
Tobias C. Berner (tcberner) |
net-im/qxmpp: flavorize for Qt5 and Qt6 |
1.5.5 01 May 2023 21:42:28 |
Adriaan de Groot (adridg) |
net-im/qxmpp-qt5: update to 1.5.5, latest upstream
Release notes at
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.5.5
just minor pkgconfig and compile fixes. |
1.5.4 16 Apr 2023 08:35:59 |
Tobias C. Berner (tcberner) |
net-im/qxmpp-qt5: update 1.5.4 |
1.5.3 12 Mar 2023 20:27:25 |
Adriaan de Groot (adridg) |
net-im/qxmpp-qt5: update to 1.5.3, latest upstream |
1.5.2_1 12 Mar 2023 09:50:19 |
Tobias C. Berner (tcberner) |
net-im/qxmpp-qt5: prepare for future net-im/kaidan version |
1.5.2 25 Feb 2023 15:29:23 |
Tobias C. Berner (tcberner) |
net-im/qxmpp-qt5: update to 1.5.2 |
1.5.1 06 Feb 2023 19:08:22 |
Dima Panov (fluffy) |
net-im/qxmpp-qt5: update to 1.5.1 release (+)
Changelog: https://github.com/qxmpp-project/qxmpp/releases/tag/v1.5.0
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.5.1 |
1.4.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.4.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.4.0 01 May 2021 17:55:55 |
Tobias Kortkamp (tobik) |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.4.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.0 16 Mar 2021 21:01:19 |
adridg |
Update net-im/qxmpp-qt5 to latest upstream release
The release notes are here:
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.4.0
With:
- Qt6 readiness
- Some new features
- Bind IQ errors are now handled properly
Reported by: portscout |
1.3.2 11 Jan 2021 20:02:41 |
tcberner |
net-im/qxmpp-qt5: update to 1.3.2
This release only contains some little bug-fixes. [1]
Fixes:
* TransferManager: Fix undefined behaviour when parsing features (#322,
@lichtzeichner)
* OutgoingServer: Add missing 'to' and 'from' stream attributes (#324,
@Kaffeine)
[1] https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.2 |
1.3.1 21 Jul 2020 07:46:13 |
adridg |
Update net-im/qxmpp-qt5 to latest upstream release
Release notes at
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.1
The most important change of this release is the fix of CVE-2017-5603.
QXmpp is not vulnerable to roster push attacks (CVE-2016-9928).
Reported by: portscout
MFH: 2020Q3 |
1.3.0 27 May 2020 14:55:03 |
danfe |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). |
1.3.0 07 Apr 2020 16:12:51 |
tcberner |
net-im/qxmpp-qt5: update to 1.3.0
Changelog:
https://github.com/qxmpp-project/qxmpp/releases/tag/v1.3.0 |
1.2.1 05 Apr 2020 08:40:00 |
tcberner |
net-im/qxmpp-qt5: update to 1.2.1 |
1.2.0 07 Feb 2020 19:53:24 |
tcberner |
net-im/qxmpp-qt5: update to 1.2.0
Changelog:
https://github.com/qxmpp-project/qxmpp/blob/master/CHANGELOG.md |
1.1.0 29 Oct 2019 18:59:50 |
tcberner |
net-im/qxmpp-qt5: update to 1.1.0 |
1.0.1 17 Oct 2019 08:40:12 |
tcberner |
net-im/qxmpp-qt5: update to 1.0.1 |
1.0.0_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.0 10 Jul 2019 18:14:10 |
tcberner |
net-im/qxmpp-qt5: update to 1.0.0
- give maintainership to kde@
- bump consumers |
0.9.3_1 16 Mar 2019 14:02:38 |
tcberner |
net-im/qxmpp-qt5: unbundle from net-im/qxmpp (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.9.3_2 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.9.3 05 Dec 2016 20:26:36 |
pawel |
Add qxmpp Qt5 slave port needed for polish/kadu update
PR: 214547
Submitted by: myself
Approved by: maintainer timeout |