From owner-cvs-ports@FreeBSD.ORG Wed Jan 11 19:54:27 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97210106566C; Wed, 11 Jan 2012 19:54:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9D98FC19; Wed, 11 Jan 2012 19:54:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q0BJsR3P035751; Wed, 11 Jan 2012 19:54:27 GMT (envelope-from pawel@repoman.freebsd.org) Received: (from pawel@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q0BJsRS4035750; Wed, 11 Jan 2012 19:54:27 GMT (envelope-from pawel) Message-Id: <201201111954.q0BJsRS4035750@repoman.freebsd.org> From: Pawel Pekala Date: Wed, 11 Jan 2012 19:54:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 19:54:27 -0000 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 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)