Created attachment 162564 [details] qtpass.shar QtPass is a multi-platform GUI for pass, the standard unix password manager. There are some minor fixes inbound in 1.0.4 to adres the missing #include <sys/time.h> But I've only seen that happen on one (test) system, please let me know about any issues with this port, thanks in advance. WWW: https://qtpass.org/
Created attachment 162733 [details] Updated version (should work on ALL versions)
Created attachment 163065 [details] Corrected build deps Tested on clean VM see: https://pad.ijhack.nl/p/qtpass-freebsd-test
Created attachment 163459 [details] Updated to 1.0.5 Added (new) linguisttools_build dependency
Created attachment 166181 [details] qtpass-1.1.0 Updated to 1.1.0
Kurt, can you assign that to kde@ ? I was close to filing a new PR with a port for that also, but found this one.
I'm trying to get this into shape. Can you tell me the proper use of USE_QT5 ? It had: USE_QT5= buildtools_build core_build network_build gui_build widgets_buil d linguisttools_build but the build suggested to add USE_QT5+= widgets gui network core and USE_GL= gl If we have gui, do we need gui_build ?
Created attachment 170790 [details] shar-1.1.1 Reworked version.
(In reply to Kurt Jaeger from comment #7) There is no need to have 'core_build' and 'core' and so on. Simply 'core' suffices.
Committed, thanks. And sorry for the delay!
A commit references this bug: Author: pi Date: Sun May 29 14:26:28 UTC 2016 New revision: 416108 URL: https://svnweb.freebsd.org/changeset/ports/416108 Log: New port: sysutils/qtpass GUI for pass, the standard UNIX password manager. WWW: https://qtpass.org/ PR: 204122 Submitted by: Anne Jan Brouwer <brouwer@annejan.com> Changes: head/sysutils/Makefile head/sysutils/qtpass/ head/sysutils/qtpass/Makefile head/sysutils/qtpass/distinfo head/sysutils/qtpass/pkg-descr
Created attachment 170799 [details] Install a desktop file and icon, reduce runtime dependencies. The attached diff modifies the port to * also install the icon for qtpass, * and additionally a qtpass-desktop file, * it drops buildtools and linguisttools from the runtime dependencies. * Further, instead of defining a do-install target, fix qtpass.pro to work with the ports system [that change is probably up for debate...].
A commit references this bug: Author: pi Date: Sun May 29 16:48:54 UTC 2016 New revision: 416116 URL: https://svnweb.freebsd.org/changeset/ports/416116 Log: sysutils/qtpass: improve port - install the icon for qtpass - install qtpass-desktop file - drop buildtools and linguisttools from the runtime dependencies - instead of defining a do-install target, fix qtpass.pro to work with the ports system [that change is probably up for debate...]. PR: 204122 Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde) Changes: head/sysutils/qtpass/Makefile