aboutsummaryrefslogtreecommitdiff
path: root/security/qtkeychain
Commit message (Collapse)AuthorAgeFilesLines
* - define CMAKE_BUILD_TYPEJason Helfman2013-04-181-1/+1
| | | | | | | | | | Spotted by: makc Approved by: 6yearold@gmail.com, maintainer (implicit) Feature safe: yes Notes: svn path=/head/; revision=316078
* - add new port: security/qtkeychainJason Helfman2013-04-175-0/+56
QtKeychain is a Qt API to store passwords and other secret data securely.How the data is stored depends on the platform. For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring via freedesktop.org's Secret Storage D-Bus specification is planned but not yet implemented. WWW: https://github.com/frankosterfeld/qtkeychain PR: 177634 Submitted by: 6yearold@gmail.com Feature safe: yes Notes: svn path=/head/; revision=315930