diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-22 08:34:18 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-12-22 08:34:18 +0800 |
commit | e1989e044ebc424ffa9cc5219ac2d360f2c4c386 (patch) | |
tree | 2165f012a2bc5305139266606083007dd1716b0f /security/gnome-keyring/pkg-descr | |
parent | 6507fa3a229f89d19dfcd038c11e5dae612a82d3 (diff) | |
download | marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.gz marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.bz2 marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.lz marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.xz marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.tar.zst marcuscom-ports-e1989e044ebc424ffa9cc5219ac2d360f2c4c386.zip |
Update to 2.29.4
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13281 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/gnome-keyring/pkg-descr')
-rw-r--r-- | security/gnome-keyring/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/gnome-keyring/pkg-descr b/security/gnome-keyring/pkg-descr new file mode 100644 index 000000000..75ce77c6d --- /dev/null +++ b/security/gnome-keyring/pkg-descr @@ -0,0 +1,17 @@ +Gnome-keyring is a program that keep password and other secrets for +users. It is run as a damon in the session, similar to ssh-agent, and +other applications can locate it by an environment variable. + +The program can manage several keyrings, each with its own master +password, and there is also a session keyring which is never stored to +disk, but forgotten when the session ends. + +The library libgnome-keyring is used by applications to integrate with +the gnome keyring system. However, at this point the library hasn't been +tested and used enought to consider the API to be publically +exposed. Therefore use of libgnome-keyring is at the moment limited to +internal use in the gnome desktop. However, we hope that the +gnome-keyring API will turn out useful and good, so that later it +can be made public for any application to use. + +-- Gnome-keyring README |