aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/qxmpp
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. 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, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-12-021-0/+3
| | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741
* Fix build for -qt5 port on GCC-based architectures.linimon2018-10-281-1/+1
| | | | | PR: 232094 Submitted by: Piotr Kubaj
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-2/+4
| | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
* Reset vg@'s ports after he resigned.rene2018-02-241-1/+1
| | | | With hat: portmgr-secretary
* Add qxmpp Qt5 slave port needed for polish/kadu updatepawel2016-12-062-4/+12
| | | | | | PR: 214547 Submitted by: myself Approved by: maintainer timeout
* - Update to version 0.9.3pawel2016-03-024-39/+11
| | | | | | | | | | | - Add LICENSE_FILE - Use PLIST_SUB to parametrize lib version in pkg-plist - Disable port's self checks by QMAKE_ARGS because they fail to compile with clang 3.7.1 on 11-CURRENT PR: 207169 Submitted by: myself Approved by: maintainer timeout
* Update ports in the n* categories to not use GH_COMMIT.mat2015-05-082-5/+3
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* Update USE_GITHUB so it does not require GH_COMMIT.bdrewery2015-03-201-1/+1
| | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr
* Use GH_COMMITantoine2014-12-211-2/+1
|
* Cleanup plistantoine2014-11-221-1/+0
|
* - Bump versionvg2014-07-098-576/+111
| | | | | - Update to 0.8.0 - Moved qxmpp-leechcraft because merged into qxmpp
* - Don't remove mtree directoriesamdmi32014-05-101-2/+0
| | | | Approved by: portmgr
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-221-4/+3
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.avilla2013-11-171-1/+1
| | | | | | - Adapt plists. With hat on: kde
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net-im)
* - Changed my emailvg2013-07-221-1/+1
| | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* QXmpp is pretty intuitive and easy to use. It uses Qt extensively.pawel2012-01-128-0/+614
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. WWW: http://code.google.com/p/qxmpp/ PR: ports/163967 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>