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
F89347993: D34025.id101892.diff
Fri, Jul 26, 9:00 PM
Unknown Object (File)
Tue, Jul 16, 11:30 AM
Unknown Object (File)
Sat, Jul 13, 10:22 AM
Unknown Object (File)
Wed, Jul 10, 3:06 PM
Unknown Object (File)
Wed, Jul 10, 3:55 AM
Unknown Object (File)
Mon, Jul 8, 4:09 PM
Unknown Object (File)
Sat, Jul 6, 10:32 PM
Unknown Object (File)
Jun 22 2024, 8:14 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.