Port details on branch 2022Q2 |
- gnome-keyring Program that keeps passwords and other secrets
- 40.0_2 security
=0 40.0_2Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2022-04-24 04:16:20
- Last Update: 2022-04-10 19:47:23
- Commit Hash: 035e778
- Also Listed In: gnome
- License: GPLv2
- Description:
- Gnome-keyring is a program that keep password and other secrets for
users. It is run as a daemon 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
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gnome-keyring>0:security/gnome-keyring
- To install the port:
- cd /usr/ports/security/gnome-keyring/ && make install clean
- To add the package, run one of these commands:
- pkg install security/gnome-keyring
- pkg install gnome-keyring
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gnome-keyring
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1628100057
SHA256 (gnome/gnome-keyring-40.0.tar.xz) = a3d24db08ee2fdf240fbbf0971a98c8ee295aa0e1a774537f4ea938038a3b931
SIZE (gnome/gnome-keyring-40.0.tar.xz) = 1333440
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- docbook-xsl>=0 : textproc/docbook-xsl
- gcr>=3.5.3 : security/gcr
- msgfmt : devel/gettext-tools
- gmake>=4.3 : devel/gmake
- intltool-extract : textproc/intltool
- xsltproc : textproc/libxslt
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- ca_root_nss>=0 : security/ca_root_nss
- pinentry-gnome3 : security/pinentry-gnome3
- Library dependencies:
-
- libdbus-1.so : devel/dbus
- libgpg-error.so : security/libgpg-error
- libgcr-base-3.so : security/gcr
- libtasn1.so : security/libtasn1
- libp11-kit.so : security/p11-kit
- libgcrypt.so : security/libgcrypt
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libxml2.so : textproc/libxml2
- libpango-1.0.so : x11-toolkits/pango
- This port is required by:
- for Build
-
- mail/balsa
- for Run
-
- mail/balsa
- x11/cinnamon-screensaver
Configuration Options:
- No options to configure
- Options name:
- security_gnome-keyring
- USES:
- compiler:c11 cpe gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
- pkg-message:
- For install:
- Gnome-keyring uses pinentry-gnome3 for gpg interactions, please add the
following line to your ~/.gnupg/gpg-agent.conf to enable the pinentry
dialog.
pinentry-program /usr/local/bin/pinentry-gnome3
- Master Sites:
|