Date: Wed, 11 Jan 2012 19:54:27 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <201201111954.q0BJsRS4035750@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201111954.q0BJsRS4035750>
