Summary: | [new port]: net-im/qxmpp QXmpp is an xmpp client library based on Qt & C++ | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Veniamin <g.veniamin> | ||||
Component: | Individual Port(s) | Assignee: | Pawel Pekala <pawel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Veniamin
2012-01-09 18:50:08 UTC
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it. State Changed From-To: open->closed New port added. Thanks! 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |