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)
Dec 20 2023, 5:02 AM
Unknown Object (File)
Nov 26 2023, 2:02 PM
Unknown Object (File)
Nov 26 2023, 4:32 AM
Unknown Object (File)
Nov 9 2023, 6:24 PM
Unknown Object (File)
Oct 8 2023, 5:19 PM
Unknown Object (File)
Sep 12 2023, 1:14 AM
Unknown Object (File)
Jun 27 2023, 7:44 AM
Unknown Object (File)
May 8 2023, 5:28 AM
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.