Page MenuHomeFreeBSD

net-im/psi-plus: New port: Qt-based XMPP client. Development version
Needs ReviewPublic

Authored by contact_shiori.com.br on Jan 25 2022, 6:24 AM.
Referenced Files
Unknown Object (File)
Sat, Sep 7, 5:23 PM
Unknown Object (File)
Fri, Sep 6, 9:14 AM
Unknown Object (File)
Thu, Sep 5, 9:54 PM
Unknown Object (File)
Thu, Sep 5, 7:21 AM
Unknown Object (File)
Thu, Aug 29, 9:15 AM
Unknown Object (File)
Sat, Aug 24, 9:56 AM
Unknown Object (File)
Thu, Aug 22, 6:13 PM
Unknown Object (File)
Mon, Aug 19, 11:21 PM
Subscribers

Details

Reviewers
None
Group Reviewers
Contributor Reviewers (ports)
Summary
Psi+ is the development version of Psi, a client for the XMPP protocol.
Written in C++ and based on the Qt library, it is extensible and implements
handful XEPs like whiteboarding, MAM, OMEMO encryption and OTR messaging.

It does not require KDE to run.

WWW: http://psi-plus.com/

Among other features, it does support Wayland protocol through qt5-wayland (which net-im/psi does not)

Test Plan

Both testport and portlint doesn't complain. Feel free to propose anything :-p

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Moin moin

You also need to hook it into net-im/Makefile.

net-im/psi-plus/Makefile
27

^ don't set that, that is handled by Mk/Uses/cmake.mk already to allow for debug-builds.

38

^ BUNDLED_QCA ?

  • removed CMake build type definition
  • removed forgotten _IMPLIES
  • added net-im/Makefile entry
contact_shiori.com.br added inline comments.
net-im/psi-plus/Makefile
27

Didn't know this. Thank you for the explanation!

38

This was left behind from a past cleanup.

@contact_shiori.com.br Sorry for taking this so long. If you still want to get this in and will maintain the port, I'll push it to the tree.