Bug 163967 - [new port]: net-im/qxmpp QXmpp is an xmpp client library based on Qt & C++
Summary: [new port]: net-im/qxmpp QXmpp is an xmpp client library based on Qt & C++
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-09 18:50 UTC by Veniamin
Modified: 2012-01-11 20:00 UTC (History)
0 users

See Also:


Attachments
file.shar (25.96 KB, text/plain)
2012-01-09 18:50 UTC, Veniamin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Veniamin 2012-01-09 18:50:08 UTC
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.
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2012-01-11 19:18:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 Pawel Pekala freebsd_committer freebsd_triage 2012-01-11 19:54:38 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-01-11 19:54:40 UTC
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"