Opened 6 years ago

Last modified 6 years ago

#55429 closed request

qtkeychain — at Initial Version

Reported by: Liontooth (David Liontooth) Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: Veence (Vincent)
Port: qtkeychain

Description

qtkeychain is needed by QGIS3.

It's available from https://github.com/frankosterfeld/qtkeychain and builds with a simple

cmake ; make build ; make install

Notes towards a portfile:

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                qtkeychain
version             0.8.0
categories          security
platforms           darwin
license             Modified BSD
maintainers
description         Platform-independent Qt API for storing passwords securely
long_description    QtKeychain is a Qt API to store passwords and other secret data securely. Passwords are stored in the OS X Keychain.

homepage            https://github.com/frankosterfeld/qtkeychain
master_sites        https://github.com/frankosterfeld/qtkeychain

checksums           rmd160  dbfbb8addffacea8475d0439c86ccf1e5551c23d \
                    sha256  6858475f6da20855d22f13b0db9029ca3a91e7a95b22d799f090f1edb910a9d4

depends_build       port:cmake \
                    port:qt5-qttools

depends_lib         port:qt5-qtbase

Change History (0)

Note: See TracTickets for help on using tickets.