aboutsummaryrefslogtreecommitdiff
path: root/net-im/qxmpp
Commit message (Collapse)AuthorAgeFilesLines
* - Don't remove mtree directoriesDmitry Marakasov2014-05-091-2/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=353520
* - Convert to USES=qmake (and other USES while I'm here)Max Brazhnikov2013-11-221-4/+3
| | | | | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Notes: svn path=/head/; revision=334586
* - Replace QT_.*_REL with QT_.* in PLIST_SUB.Alberto Villa2013-11-171-1/+1
| | | | | | | | | - Adapt plists. With hat on: kde Notes: svn path=/head/; revision=334045
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - Changed my emailVeniamin Gvozdikov2013-07-221-1/+1
| | | | | | | | | - Trim Makefile headers and positions name and surname within Approved by: eadler, rm (mentors) Notes: svn path=/head/; revision=323455
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* QXmpp is pretty intuitive and easy to use. It uses Qt extensively.Pawel Pekala2012-01-118-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> Notes: svn path=/head/; revision=288975