cvs commit: ports/net-im Makefile ports/net-im/qxmpp Makefile
distinfo pkg-descr pkg-plist ports/net-im/qxmpp/files
patch-qxmpp.pri patch-qxmpp.pro patch-src-QXmppSrvInfo.h
patch-src-src.pro
Pawel Pekala
pawel at FreeBSD.org
Wed Jan 11 19:54:27 UTC 2012
pawel 2012-01-11 19:54:27 UTC
FreeBSD ports repository
Modified files:
net-im Makefile
Added files:
net-im/qxmpp Makefile distinfo pkg-descr pkg-plist
net-im/qxmpp/files patch-qxmpp.pri patch-qxmpp.pro
patch-src-QXmppSrvInfo.h
patch-src-src.pro
Log:
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.
WWW: http://code.google.com/p/qxmpp/
PR: ports/163967
Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com>
Revision Changes Path
1.162 +1 -0 ports/net-im/Makefile
1.1 +30 -0 ports/net-im/qxmpp/Makefile (new)
1.1 +2 -0 ports/net-im/qxmpp/distinfo (new)
1.1 +14 -0 ports/net-im/qxmpp/files/patch-qxmpp.pri (new)
1.1 +20 -0 ports/net-im/qxmpp/files/patch-qxmpp.pro (new)
1.1 +16 -0 ports/net-im/qxmpp/files/patch-src-QXmppSrvInfo.h (new)
1.1 +18 -0 ports/net-im/qxmpp/files/patch-src-src.pro (new)
1.1 +10 -0 ports/net-im/qxmpp/pkg-descr (new)
1.1 +504 -0 ports/net-im/qxmpp/pkg-plist (new)
More information about the cvs-all
mailing list