From 791bbaf6c8fc9fa64fba502ab083de8e8345b03e Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Sun, 13 Oct 2024 11:48:39 +0300 Subject: [PATCH] security/gcr: Update to 4.3.0 Move the previous version to security/gcr3 and switch consumer ports to it PR: 282046 Approved by: vishwin Sponsored by: Future Crew, LLC --- databases/evolution-data-server/Makefile | 4 +- devel/gvfs/Makefile | 2 +- devel/libgdata/Makefile | 3 +- graphics/shotwell/Makefile | 3 +- mail/evolution/Makefile | 4 +- mail/geary/Makefile | 4 +- net-im/folks/Makefile | 6 +- net/gnome-online-accounts/Makefile | 4 +- security/Makefile | 1 + security/gcr/Makefile | 23 +- security/gcr/distinfo | 8 +- security/gcr/pkg-plist | 1158 ++++++++++++++++------ security/gcr3/Makefile | 42 + security/gcr3/distinfo | 5 + security/gcr3/pkg-descr | 3 + security/gcr3/pkg-plist | 296 ++++++ security/gnome-keyring/Makefile | 7 +- security/pinentry/Makefile | 4 +- security/seahorse/Makefile | 4 +- sysutils/budgie-control-center/Makefile | 4 +- www/epiphany/Makefile | 4 +- www/midori/Makefile | 4 +- www/surf/Makefile | 4 +- x11-fm/sushi/Makefile | 4 +- x11/gnome-shell/Makefile | 4 +- 25 files changed, 1254 insertions(+), 351 deletions(-) create mode 100644 security/gcr3/Makefile create mode 100644 security/gcr3/distinfo create mode 100644 security/gcr3/pkg-descr create mode 100644 security/gcr3/pkg-plist diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index e56f1c5cd37e..78a2597b0b01 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution-data-server DISTVERSION= 3.44.4 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libfribidi.so:converters/fribidi \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libgoa-1.0.so:net/gnome-online-accounts \ libgdata.so:devel/libgdata \ libharfbuzz.so:print/harfbuzz \ diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile index a66b00cea8c7..e08e8d4b4b8e 100644 --- a/devel/gvfs/Makefile +++ b/devel/gvfs/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libdbus-1.so:devel/dbus \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libsoup-3.0.so:devel/libsoup3 \ libgudev-1.0.so:devel/libgudev \ libudisks2.so:sysutils/libudisks \ diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile index 55bd7a6c0013..fb091a94bf59 100644 --- a/devel/libgdata/Makefile +++ b/devel/libgdata/Makefile @@ -1,5 +1,6 @@ PORTNAME= libgdata PORTVERSION= 0.18.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME @@ -15,7 +16,7 @@ LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \ libjson-glib-1.0.so:devel/json-glib \ libp11-kit.so:security/p11-kit \ libgoa-1.0.so:net/gnome-online-accounts \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ liboauth.so:net/liboauth USES= gettext gnome localbase meson pkgconfig tar:xz vala:build diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index 0b64ac4377b8..5ea94b63664d 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,5 +1,6 @@ PORTNAME= shotwell PORTVERSION= 0.32.10 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= GNOME @@ -23,7 +24,7 @@ LIB_DEPENDS= libportal.so:deskutils/libportal \ libgphoto2.so:graphics/libgphoto2 \ libraw.so:graphics/libraw \ libwebp.so:graphics/webp \ - libgcr-ui-3.so:security/gcr \ + libgcr-ui-3.so:security/gcr3 \ libsecret-1.so:security/libsecret \ libxml2.so:textproc/libxml2 diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 57b6a3e6db39..2104bd2d2f20 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -1,6 +1,6 @@ PORTNAME= evolution DISTVERSION= 3.44.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -24,7 +24,7 @@ LIB_DEPENDS= libcryptui.so:security/libcryptui \ libenchant-2.so:textproc/enchant2 \ libenchant.so:textproc/enchant \ libfribidi.so:converters/fribidi \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libgnome-autoar-gtk-0.so:archivers/gnome-autoar \ libgspell-1.so:textproc/gspell \ libgtkspell3-3.so:textproc/gtkspell3 \ diff --git a/mail/geary/Makefile b/mail/geary/Makefile index fa8b53d73738..c20ea9159218 100644 --- a/mail/geary/Makefile +++ b/mail/geary/Makefile @@ -1,6 +1,6 @@ PORTNAME= geary PORTVERSION= 40.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= mail gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -22,7 +22,7 @@ LIB_DEPENDS= libappstream-glib.so:devel/appstream-glib \ libcanberra.so:audio/libcanberra \ libenchant-2.so:textproc/enchant2 \ libfolks.so:net-im/folks \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libgee-0.8.so:devel/libgee \ libgmime-3.0.so:mail/gmime30 \ libgoa-1.0.so:net/gnome-online-accounts \ diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index 1c098d9d577d..571409003bd4 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -1,18 +1,18 @@ PORTNAME= folks PORTVERSION= 0.15.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= Library to aggregates people from multiple sources +COMMENT= Library to aggregate people from multiple sources WWW= https://wiki.gnome.org/Projects/Folks LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgee-0.8.so:devel/libgee \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libzeitgeist-2.0.so:sysutils/zeitgeist \ libtelepathy-glib.so:net-im/telepathy-glib \ libnspr4.so:devel/nspr \ diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile index 744b5db64ab1..8150cb348703 100644 --- a/net/gnome-online-accounts/Makefile +++ b/net/gnome-online-accounts/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-online-accounts PORTVERSION= 3.44.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= GNOME @@ -21,7 +21,7 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libsoup-2.4.so:devel/libsoup \ librest-0.7.so:devel/librest \ libp11-kit.so:security/p11-kit \ - libgck-1.so:security/gcr + libgck-1.so:security/gcr3 PORTSCOUT= limitw:1,even diff --git a/security/Makefile b/security/Makefile index c5089f2799f1..cb05fdb6c6da 100644 --- a/security/Makefile +++ b/security/Makefile @@ -170,6 +170,7 @@ SUBDIR += fwknop SUBDIR += fwlogwatch SUBDIR += gcr + SUBDIR += gcr3 SUBDIR += gef SUBDIR += git-credential-azure SUBDIR += git-credential-gopass diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 529819917cb5..5937ef2ac5d9 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -1,41 +1,32 @@ PORTNAME= gcr -PORTVERSION= 3.40.0 -PORTREVISION= 2 +PORTVERSION= 4.3.0 CATEGORIES= security gnome MASTER_SITES= GNOME LICENSE= LGPL20+ LICENSE_FILE= ${WRKSRC}/COPYING -PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ -PATCHFILES+= b3ca1d02bb01.patch:-p1 # https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/81 - MAINTAINER= gnome@FreeBSD.org COMMENT= Library for bits of crypto UI and parsing WWW= https://live.gnome.org/GnomeKeyring BUILD_DEPENDS= gpg2:security/gnupg -LIB_DEPENDS= libdbus-1.so:devel/dbus \ - libgpg-error.so:security/libgpg-error \ +LIB_DEPENDS= libsecret-1.so:security/libsecret \ libp11-kit.so:security/p11-kit \ libgcrypt.so:security/libgcrypt CONFLICTS= gnome-keyring-2.[0-9]* -PORTSCOUT= limitw:1,even -USE_GNOME= cairo gtk30 intlhack introspection:build -USES= desktop-file-utils gettext gmake gnome meson pathfix \ - pkgconfig python shared-mime-info tar:xz vala:build +USE_GNOME= gtk40 intlhack introspection:build +USES= gettext gnome meson pkgconfig python:env tar:xz \ + vala:build USE_LDCONFIG= yes -BINARY_ALIAS= python3=${PYTHON_VERSION} -INSTALL_TARGET= install-strip -GLIB_SCHEMAS= org.gnome.crypto.pgp.gschema.xml +MESON_ARGS= -Dsystemd=disabled OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen@${PY_FLAVOR} DOCS_MESON_TRUE= gtk_doc -DOCSDIR= ${PREFIX}/share/gtk-doc/html/ .include diff --git a/security/gcr/distinfo b/security/gcr/distinfo index b5f4fff9582f..27c4af0aeeaf 100644 --- a/security/gcr/distinfo +++ b/security/gcr/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1644692066 -SHA256 (gcr-3.40.0.tar.xz) = b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5 -SIZE (gcr-3.40.0.tar.xz) = 1011044 -SHA256 (b3ca1d02bb01.patch) = 3b2714ea24e6f5985eb4ac124899dfbc5e70200df498552ae198a8039b7c0a83 -SIZE (b3ca1d02bb01.patch) = 1929 +TIMESTAMP = 1728733830 +SHA256 (gcr-4.3.0.tar.xz) = c3ee8728e4364b0397f435fa20f92f901ab139d2b264f4e059d67b3c0f43cd36 +SIZE (gcr-4.3.0.tar.xz) = 726488 diff --git a/security/gcr/pkg-plist b/security/gcr/pkg-plist index 20d8329fb818..68c161f978ca 100644 --- a/security/gcr/pkg-plist +++ b/security/gcr/pkg-plist @@ -1,296 +1,862 @@ -bin/gcr-viewer -include/gck-1/gck/gck-deprecated.h -include/gck-1/gck/gck-enum-types.h -include/gck-1/gck/gck-version.h -include/gck-1/gck/gck.h -include/gck-1/gck/pkcs11.h -include/gck-1/gck/pkcs11n.h -include/gck-1/gck/pkcs11x.h -include/gcr-3/gcr/gcr-base.h -include/gcr-3/gcr/gcr-certificate-chain.h -include/gcr-3/gcr/gcr-certificate-request.h -include/gcr-3/gcr/gcr-certificate.h -include/gcr-3/gcr/gcr-collection.h -include/gcr-3/gcr/gcr-column.h -include/gcr-3/gcr/gcr-comparable.h -include/gcr-3/gcr/gcr-deprecated-base.h -include/gcr-3/gcr/gcr-enum-types-base.h -include/gcr-3/gcr/gcr-filter-collection.h -include/gcr-3/gcr/gcr-fingerprint.h -include/gcr-3/gcr/gcr-icons.h -include/gcr-3/gcr/gcr-import-interaction.h -include/gcr-3/gcr/gcr-importer.h -include/gcr-3/gcr/gcr-library.h -include/gcr-3/gcr/gcr-mock-prompter.h -include/gcr-3/gcr/gcr-parser.h -include/gcr-3/gcr/gcr-pkcs11-certificate.h -include/gcr-3/gcr/gcr-prompt.h -include/gcr-3/gcr/gcr-secret-exchange.h -include/gcr-3/gcr/gcr-secure-memory.h -include/gcr-3/gcr/gcr-simple-certificate.h -include/gcr-3/gcr/gcr-simple-collection.h -include/gcr-3/gcr/gcr-ssh-askpass.h -include/gcr-3/gcr/gcr-system-prompt.h -include/gcr-3/gcr/gcr-system-prompter.h -include/gcr-3/gcr/gcr-trust.h -include/gcr-3/gcr/gcr-types.h -include/gcr-3/gcr/gcr-union-collection.h -include/gcr-3/gcr/gcr-unlock-options.h -include/gcr-3/gcr/gcr-version.h -include/gcr-3/gcr/gcr.h -include/gcr-3/ui/gcr-certificate-basics-widget.h -include/gcr-3/ui/gcr-certificate-details-widget.h -include/gcr-3/ui/gcr-certificate-renderer.h -include/gcr-3/ui/gcr-certificate-widget.h -include/gcr-3/ui/gcr-collection-model.h -include/gcr-3/ui/gcr-combo-selector.h -include/gcr-3/ui/gcr-deprecated.h -include/gcr-3/ui/gcr-enum-types.h -include/gcr-3/ui/gcr-failure-renderer.h -include/gcr-3/ui/gcr-import-button.h -include/gcr-3/ui/gcr-key-renderer.h -include/gcr-3/ui/gcr-key-widget.h -include/gcr-3/ui/gcr-list-selector.h -include/gcr-3/ui/gcr-prompt-dialog.h -include/gcr-3/ui/gcr-renderer.h -include/gcr-3/ui/gcr-secure-entry-buffer.h -include/gcr-3/ui/gcr-tree-selector.h -include/gcr-3/ui/gcr-ui.h -include/gcr-3/ui/gcr-unlock-options-widget.h -include/gcr-3/ui/gcr-viewer-widget.h -include/gcr-3/ui/gcr-viewer.h -lib/girepository-1.0/Gck-1.typelib -lib/girepository-1.0/Gcr-3.typelib -lib/girepository-1.0/GcrUi-3.typelib -lib/libgck-1.so -lib/libgck-1.so.0 -lib/libgck-1.so.0.0.0 -lib/libgcr-base-3.so -lib/libgcr-base-3.so.1 -lib/libgcr-base-3.so.1.0.0 -lib/libgcr-ui-3.so -lib/libgcr-ui-3.so.1 -lib/libgcr-ui-3.so.1.0.0 -libdata/pkgconfig/gck-1.pc -libdata/pkgconfig/gcr-3.pc -libdata/pkgconfig/gcr-base-3.pc -libdata/pkgconfig/gcr-ui-3.pc -libexec/gcr-prompter -libexec/gcr-ssh-askpass -share/GConf/gsettings/org.gnome.crypto.pgp.convert -share/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert -share/applications/gcr-prompter.desktop -share/applications/gcr-viewer.desktop -share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service -share/dbus-1/services/org.gnome.keyring.SystemPrompter.service -share/gir-1.0/Gck-1.gir -share/gir-1.0/Gcr-3.gir -share/gir-1.0/GcrUi-3.gir -%%PORTDOCS%%%%DOCSDIR%%gck/GckAttribute.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckAttributes.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckEnumerator.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckModule.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckObject.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckObjectCache.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckSession.html -%%PORTDOCS%%%%DOCSDIR%%gck/GckSlot.html -%%PORTDOCS%%%%DOCSDIR%%gck/annotation-glossary.html -%%PORTDOCS%%%%DOCSDIR%%gck/gck-Errors.html -%%PORTDOCS%%%%DOCSDIR%%gck/gck-GckModule-lists.html -%%PORTDOCS%%%%DOCSDIR%%gck/gck-Library-Utilities.html -%%PORTDOCS%%%%DOCSDIR%%gck/gck-Miscellaneous-Functions.html -%%PORTDOCS%%%%DOCSDIR%%gck/gck-PKCS11-URIs.html -%%PORTDOCS%%%%DOCSDIR%%gck/gck.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%gck/home.png -%%PORTDOCS%%%%DOCSDIR%%gck/index.html -%%PORTDOCS%%%%DOCSDIR%%gck/left-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%gck/left.png -%%PORTDOCS%%%%DOCSDIR%%gck/pkcs11-links.html -%%PORTDOCS%%%%DOCSDIR%%gck/reference.html -%%PORTDOCS%%%%DOCSDIR%%gck/right-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%gck/right.png -%%PORTDOCS%%%%DOCSDIR%%gck/style.css -%%PORTDOCS%%%%DOCSDIR%%gck/up-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%gck/up.png -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificate.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificateChain.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificateRequest.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificateWidget.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCollection.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCollectionModel.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrComboSelector.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrComparable.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrImportButton.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrImportInteraction.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrImporter.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrKeyWidget.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrListSelector.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrParser.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrPkcs11Certificate.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrPrompt.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrPromptDialog.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrRenderer.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSecretExchange.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSecureEntryBuffer.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSimpleCertificate.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSimpleCollection.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSshAskpass.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSystemPrompt.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSystemPrompter.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrTreeSelector.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrViewer.html -%%PORTDOCS%%%%DOCSDIR%%gcr/GcrViewerWidget.html -%%PORTDOCS%%%%DOCSDIR%%gcr/annotation-glossary.html -%%PORTDOCS%%%%DOCSDIR%%gcr/certificate-widget.png -%%PORTDOCS%%%%DOCSDIR%%gcr/certificates.html -%%PORTDOCS%%%%DOCSDIR%%gcr/ch01.html -%%PORTDOCS%%%%DOCSDIR%%gcr/collections.html -%%PORTDOCS%%%%DOCSDIR%%gcr/combo-selector.png -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-GcrColumn.html -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Key-Fingerprints.html -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Library-PKCS#11.html -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Library-Utilities.html -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Non-pageable-Memory.html -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Trust-Storage-and-Lookups.html -%%PORTDOCS%%%%DOCSDIR%%gcr/gcr.devhelp2 -%%PORTDOCS%%%%DOCSDIR%%gcr/home.png -%%PORTDOCS%%%%DOCSDIR%%gcr/import-button.png -%%PORTDOCS%%%%DOCSDIR%%gcr/index.html -%%PORTDOCS%%%%DOCSDIR%%gcr/key-widget.png -%%PORTDOCS%%%%DOCSDIR%%gcr/left-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%gcr/left.png -%%PORTDOCS%%%%DOCSDIR%%gcr/list-selector.png -%%PORTDOCS%%%%DOCSDIR%%gcr/misc.html -%%PORTDOCS%%%%DOCSDIR%%gcr/prompts.html -%%PORTDOCS%%%%DOCSDIR%%gcr/right-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%gcr/right.png -%%PORTDOCS%%%%DOCSDIR%%gcr/storage.html -%%PORTDOCS%%%%DOCSDIR%%gcr/style.css -%%PORTDOCS%%%%DOCSDIR%%gcr/tree-selector.png -%%PORTDOCS%%%%DOCSDIR%%gcr/up-insensitive.png -%%PORTDOCS%%%%DOCSDIR%%gcr/up.png -%%PORTDOCS%%%%DOCSDIR%%gcr/viewer-widget.png -%%PORTDOCS%%%%DOCSDIR%%gcr/widgets.html -share/icons/hicolor/16x16/apps/gcr-gnupg.png -share/icons/hicolor/16x16/apps/gcr-key-pair.png -share/icons/hicolor/16x16/apps/gcr-key.png -share/icons/hicolor/16x16/apps/gcr-password.png -share/icons/hicolor/16x16/apps/gcr-smart-card.png -share/icons/hicolor/22x22/apps/gcr-gnupg.png -share/icons/hicolor/22x22/apps/gcr-key-pair.png -share/icons/hicolor/22x22/apps/gcr-key.png -share/icons/hicolor/22x22/apps/gcr-password.png -share/icons/hicolor/22x22/apps/gcr-smart-card.png -share/icons/hicolor/24x24/apps/gcr-gnupg.png -share/icons/hicolor/24x24/apps/gcr-key-pair.png -share/icons/hicolor/24x24/apps/gcr-key.png -share/icons/hicolor/24x24/apps/gcr-password.png -share/icons/hicolor/24x24/apps/gcr-smart-card.png -share/icons/hicolor/256x256/apps/gcr-gnupg.png -share/icons/hicolor/256x256/apps/gcr-password.png -share/icons/hicolor/256x256/apps/gcr-smart-card.png -share/icons/hicolor/32x32/apps/gcr-gnupg.png -share/icons/hicolor/32x32/apps/gcr-key-pair.png -share/icons/hicolor/32x32/apps/gcr-key.png -share/icons/hicolor/32x32/apps/gcr-password.png -share/icons/hicolor/32x32/apps/gcr-smart-card.png -share/icons/hicolor/48x48/apps/gcr-gnupg.png -share/icons/hicolor/48x48/apps/gcr-key-pair.png -share/icons/hicolor/48x48/apps/gcr-key.png -share/icons/hicolor/48x48/apps/gcr-password.png -share/icons/hicolor/48x48/apps/gcr-smart-card.png -share/locale/af/LC_MESSAGES/gcr.mo -share/locale/ar/LC_MESSAGES/gcr.mo -share/locale/as/LC_MESSAGES/gcr.mo -share/locale/ast/LC_MESSAGES/gcr.mo -share/locale/az/LC_MESSAGES/gcr.mo -share/locale/be/LC_MESSAGES/gcr.mo -share/locale/be@latin/LC_MESSAGES/gcr.mo -share/locale/bg/LC_MESSAGES/gcr.mo -share/locale/bn/LC_MESSAGES/gcr.mo -share/locale/bn_IN/LC_MESSAGES/gcr.mo -share/locale/bs/LC_MESSAGES/gcr.mo -share/locale/ca/LC_MESSAGES/gcr.mo -share/locale/ca@valencia/LC_MESSAGES/gcr.mo -share/locale/ckb/LC_MESSAGES/gcr.mo -share/locale/cs/LC_MESSAGES/gcr.mo -share/locale/cy/LC_MESSAGES/gcr.mo -share/locale/da/LC_MESSAGES/gcr.mo -share/locale/de/LC_MESSAGES/gcr.mo -share/locale/dz/LC_MESSAGES/gcr.mo -share/locale/el/LC_MESSAGES/gcr.mo -share/locale/en@shaw/LC_MESSAGES/gcr.mo -share/locale/en_CA/LC_MESSAGES/gcr.mo -share/locale/en_GB/LC_MESSAGES/gcr.mo -share/locale/eo/LC_MESSAGES/gcr.mo -share/locale/es/LC_MESSAGES/gcr.mo -share/locale/et/LC_MESSAGES/gcr.mo -share/locale/eu/LC_MESSAGES/gcr.mo -share/locale/fa/LC_MESSAGES/gcr.mo -share/locale/fi/LC_MESSAGES/gcr.mo -share/locale/fr/LC_MESSAGES/gcr.mo -share/locale/fur/LC_MESSAGES/gcr.mo -share/locale/ga/LC_MESSAGES/gcr.mo -share/locale/gl/LC_MESSAGES/gcr.mo -share/locale/gu/LC_MESSAGES/gcr.mo -share/locale/he/LC_MESSAGES/gcr.mo -share/locale/hi/LC_MESSAGES/gcr.mo -share/locale/hr/LC_MESSAGES/gcr.mo -share/locale/hu/LC_MESSAGES/gcr.mo -share/locale/id/LC_MESSAGES/gcr.mo -share/locale/is/LC_MESSAGES/gcr.mo -share/locale/it/LC_MESSAGES/gcr.mo -share/locale/ja/LC_MESSAGES/gcr.mo -share/locale/ka/LC_MESSAGES/gcr.mo -share/locale/kk/LC_MESSAGES/gcr.mo -share/locale/kn/LC_MESSAGES/gcr.mo -share/locale/ko/LC_MESSAGES/gcr.mo -share/locale/lt/LC_MESSAGES/gcr.mo -share/locale/lv/LC_MESSAGES/gcr.mo -share/locale/mai/LC_MESSAGES/gcr.mo -share/locale/mg/LC_MESSAGES/gcr.mo -share/locale/mk/LC_MESSAGES/gcr.mo -share/locale/ml/LC_MESSAGES/gcr.mo -share/locale/mn/LC_MESSAGES/gcr.mo -share/locale/mr/LC_MESSAGES/gcr.mo -share/locale/ms/LC_MESSAGES/gcr.mo -share/locale/nb/LC_MESSAGES/gcr.mo -share/locale/ne/LC_MESSAGES/gcr.mo -share/locale/nl/LC_MESSAGES/gcr.mo -share/locale/nn/LC_MESSAGES/gcr.mo -share/locale/oc/LC_MESSAGES/gcr.mo -share/locale/or/LC_MESSAGES/gcr.mo -share/locale/pa/LC_MESSAGES/gcr.mo -share/locale/pl/LC_MESSAGES/gcr.mo -share/locale/pt/LC_MESSAGES/gcr.mo -share/locale/pt_BR/LC_MESSAGES/gcr.mo -share/locale/ro/LC_MESSAGES/gcr.mo -share/locale/ru/LC_MESSAGES/gcr.mo -share/locale/rw/LC_MESSAGES/gcr.mo -share/locale/si/LC_MESSAGES/gcr.mo -share/locale/sk/LC_MESSAGES/gcr.mo -share/locale/sl/LC_MESSAGES/gcr.mo -share/locale/sq/LC_MESSAGES/gcr.mo -share/locale/sr/LC_MESSAGES/gcr.mo -share/locale/sr@latin/LC_MESSAGES/gcr.mo -share/locale/sv/LC_MESSAGES/gcr.mo -share/locale/ta/LC_MESSAGES/gcr.mo -share/locale/te/LC_MESSAGES/gcr.mo -share/locale/tg/LC_MESSAGES/gcr.mo -share/locale/th/LC_MESSAGES/gcr.mo -share/locale/tr/LC_MESSAGES/gcr.mo -share/locale/ug/LC_MESSAGES/gcr.mo -share/locale/uk/LC_MESSAGES/gcr.mo -share/locale/vi/LC_MESSAGES/gcr.mo -share/locale/xh/LC_MESSAGES/gcr.mo -share/locale/zh_CN/LC_MESSAGES/gcr.mo -share/locale/zh_HK/LC_MESSAGES/gcr.mo -share/locale/zh_TW/LC_MESSAGES/gcr.mo -share/mime/packages/gcr-crypto-types.xml -share/vala/vapi/gck-1.deps -share/vala/vapi/gck-1.vapi -share/vala/vapi/gcr-3.deps -share/vala/vapi/gcr-3.vapi -share/vala/vapi/gcr-ui-3.deps -share/vala/vapi/gcr-ui-3.vapi -share/vala/vapi/pkcs11.vapi +bin/gcr-viewer-gtk4 +include/gck-2/gck/gck-enum-types.h +include/gck-2/gck/gck-version.h +include/gck-2/gck/gck.h +include/gck-2/gck/pkcs11n.h +include/gck-2/gck/pkcs11x.h +include/gcr-4/gcr/gcr-certificate-chain.h +include/gcr-4/gcr/gcr-certificate-field.h +include/gcr-4/gcr/gcr-certificate-request.h +include/gcr-4/gcr/gcr-certificate-section.h +include/gcr-4/gcr/gcr-certificate.h +include/gcr-4/gcr/gcr-enum-types.h +include/gcr-4/gcr/gcr-fingerprint.h +include/gcr-4/gcr/gcr-import-interaction.h +include/gcr-4/gcr/gcr-importer.h +include/gcr-4/gcr/gcr-library.h +include/gcr-4/gcr/gcr-mock-prompter.h +include/gcr-4/gcr/gcr-parser.h +include/gcr-4/gcr/gcr-pkcs11-certificate.h +include/gcr-4/gcr/gcr-prompt.h +include/gcr-4/gcr/gcr-secret-exchange.h +include/gcr-4/gcr/gcr-secure-memory.h +include/gcr-4/gcr/gcr-simple-certificate.h +include/gcr-4/gcr/gcr-ssh-askpass.h +include/gcr-4/gcr/gcr-system-prompt.h +include/gcr-4/gcr/gcr-system-prompter.h +include/gcr-4/gcr/gcr-trust.h +include/gcr-4/gcr/gcr-types.h +include/gcr-4/gcr/gcr-unlock-options.h +include/gcr-4/gcr/gcr-version.h +include/gcr-4/gcr/gcr.h +lib/girepository-1.0/Gck-2.typelib +lib/girepository-1.0/Gcr-4.typelib +lib/libgck-2.so +lib/libgck-2.so.2 +lib/libgck-2.so.2.3.0 +lib/libgcr-4.so +lib/libgcr-4.so.4 +lib/libgcr-4.so.4.3.0 +libdata/pkgconfig/gck-2.pc +libdata/pkgconfig/gcr-4.pc +libexec/gcr-ssh-agent +libexec/gcr4-ssh-askpass +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Black.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Black.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Bold.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Italic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Medium.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Regular.woff +%%PORTDOCS%%share/doc/gck-2/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatText-Bold.woff +%%PORTDOCS%%share/doc/gck-2/RedHatText-Bold.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatText-BoldItalic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatText-Italic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatText-Italic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatText-Medium.woff +%%PORTDOCS%%share/doc/gck-2/RedHatText-Medium.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatText-MediumItalic.woff +%%PORTDOCS%%share/doc/gck-2/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%share/doc/gck-2/RedHatText-Regular.woff +%%PORTDOCS%%share/doc/gck-2/RedHatText-Regular.woff2 +%%PORTDOCS%%share/doc/gck-2/SourceCodePro-It.ttf.woff +%%PORTDOCS%%share/doc/gck-2/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%share/doc/gck-2/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%share/doc/gck-2/callback.Allocator.html +%%PORTDOCS%%share/doc/gck-2/class.Enumerator.html +%%PORTDOCS%%share/doc/gck-2/class.Module.html +%%PORTDOCS%%share/doc/gck-2/class.Object.html +%%PORTDOCS%%share/doc/gck-2/class.Password.html +%%PORTDOCS%%share/doc/gck-2/class.Session.html +%%PORTDOCS%%share/doc/gck-2/class.Slot.html +%%PORTDOCS%%share/doc/gck-2/classes_hierarchy.html +%%PORTDOCS%%share/doc/gck-2/const.INVALID.html +%%PORTDOCS%%share/doc/gck-2/const.MAJOR_VERSION.html +%%PORTDOCS%%share/doc/gck-2/const.MICRO_VERSION.html +%%PORTDOCS%%share/doc/gck-2/const.MINOR_VERSION.html +%%PORTDOCS%%share/doc/gck-2/const.URI_FOR_MODULE_WITH_VERSION.html +%%PORTDOCS%%share/doc/gck-2/const.URI_FOR_OBJECT_ON_TOKEN.html +%%PORTDOCS%%share/doc/gck-2/const.URI_FOR_OBJECT_ON_TOKEN_AND_MODULE.html +%%PORTDOCS%%share/doc/gck-2/const.VENDOR_CODE.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new_boolean.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new_date.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new_empty.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new_invalid.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new_string.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attribute.new_ulong.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attributes.new.html +%%PORTDOCS%%share/doc/gck-2/ctor.Attributes.new_empty.html +%%PORTDOCS%%share/doc/gck-2/ctor.Builder.new.html +%%PORTDOCS%%share/doc/gck-2/ctor.Module.new.html +%%PORTDOCS%%share/doc/gck-2/ctor.Object.from_handle.html +%%PORTDOCS%%share/doc/gck-2/ctor.UriData.new.html +%%PORTDOCS%%share/doc/gck-2/enum.BuilderFlags.html +%%PORTDOCS%%share/doc/gck-2/error.Error.html +%%PORTDOCS%%share/doc/gck-2/error.UriError.html +%%PORTDOCS%%share/doc/gck-2/flags.SessionOptions.html +%%PORTDOCS%%share/doc/gck-2/flags.UriFlags.html +%%PORTDOCS%%share/doc/gck-2/fonts.css +%%PORTDOCS%%share/doc/gck-2/func.CHECK_VERSION.html +%%PORTDOCS%%share/doc/gck-2/func.mechanisms_at.html +%%PORTDOCS%%share/doc/gck-2/func.mechanisms_check.html +%%PORTDOCS%%share/doc/gck-2/func.mechanisms_length.html +%%PORTDOCS%%share/doc/gck-2/func.message_from_rv.html +%%PORTDOCS%%share/doc/gck-2/func.modules_enumerate_objects.html +%%PORTDOCS%%share/doc/gck-2/func.modules_enumerate_uri.html +%%PORTDOCS%%share/doc/gck-2/func.modules_get_slots.html +%%PORTDOCS%%share/doc/gck-2/func.modules_initialize_registered.html +%%PORTDOCS%%share/doc/gck-2/func.modules_initialize_registered_async.html +%%PORTDOCS%%share/doc/gck-2/func.modules_initialize_registered_finish.html +%%PORTDOCS%%share/doc/gck-2/func.modules_object_for_uri.html +%%PORTDOCS%%share/doc/gck-2/func.modules_objects_for_uri.html +%%PORTDOCS%%share/doc/gck-2/func.modules_token_for_uri.html +%%PORTDOCS%%share/doc/gck-2/func.modules_tokens_for_uri.html +%%PORTDOCS%%share/doc/gck-2/func.objects_from_handle_array.html +%%PORTDOCS%%share/doc/gck-2/func.slots_enumerate_objects.html +%%PORTDOCS%%share/doc/gck-2/func.string_from_chars.html +%%PORTDOCS%%share/doc/gck-2/func.string_to_chars.html +%%PORTDOCS%%share/doc/gck-2/func.value_to_boolean.html +%%PORTDOCS%%share/doc/gck-2/func.value_to_ulong.html +%%PORTDOCS%%share/doc/gck-2/fzy.js +%%PORTDOCS%%share/doc/gck-2/gck-2.devhelp2 +%%PORTDOCS%%share/doc/gck-2/go-up-symbolic.png +%%PORTDOCS%%share/doc/gck-2/iface.ObjectCache.html +%%PORTDOCS%%share/doc/gck-2/index.html +%%PORTDOCS%%share/doc/gck-2/index.json +%%PORTDOCS%%share/doc/gck-2/main.js +%%PORTDOCS%%share/doc/gck-2/method.Attribute.clear.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.dump.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.dup.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.equal.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.free.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.get_boolean.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.get_data.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.get_date.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.get_string.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.get_ulong.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.hash.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_boolean.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_copy.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_date.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_empty.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_invalid.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_string.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.init_ulong.html +%%PORTDOCS%%share/doc/gck-2/method.Attribute.is_invalid.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.at.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.contains.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.count.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.dump.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.find.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.find_boolean.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.find_date.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.find_string.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.find_ulong.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.ref.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.to_string.html +%%PORTDOCS%%share/doc/gck-2/method.Attributes.unref.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_all.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_attribute.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_boolean.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_data.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_date.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_empty.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_except.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_exceptv.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_invalid.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_only.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_onlyv.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_string.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.add_ulong.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.clear.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.copy.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.end.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.find.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.find_boolean.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.find_date.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.find_string.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.find_ulong.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.init.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.init_full.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.ref.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_all.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_boolean.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_data.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_date.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_empty.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_invalid.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_string.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.set_ulong.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.take_data.html +%%PORTDOCS%%share/doc/gck-2/method.Builder.unref.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.get_chained.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.get_interaction.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.get_object_type.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.next.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.next_async.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.next_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.next_n.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.set_chained.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.set_interaction.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.set_object_type.html +%%PORTDOCS%%share/doc/gck-2/method.Enumerator.set_object_type_full.html +%%PORTDOCS%%share/doc/gck-2/method.MechanismInfo.copy.html +%%PORTDOCS%%share/doc/gck-2/method.MechanismInfo.free.html +%%PORTDOCS%%share/doc/gck-2/method.Module.equal.html +%%PORTDOCS%%share/doc/gck-2/method.Module.get_functions.html +%%PORTDOCS%%share/doc/gck-2/method.Module.get_info.html +%%PORTDOCS%%share/doc/gck-2/method.Module.get_path.html +%%PORTDOCS%%share/doc/gck-2/method.Module.get_slots.html +%%PORTDOCS%%share/doc/gck-2/method.Module.hash.html +%%PORTDOCS%%share/doc/gck-2/method.Module.match.html +%%PORTDOCS%%share/doc/gck-2/method.ModuleInfo.copy.html +%%PORTDOCS%%share/doc/gck-2/method.ModuleInfo.free.html +%%PORTDOCS%%share/doc/gck-2/method.Object.cache_lookup.html +%%PORTDOCS%%share/doc/gck-2/method.Object.cache_lookup_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.cache_lookup_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Object.destroy.html +%%PORTDOCS%%share/doc/gck-2/method.Object.destroy_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.destroy_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Object.equal.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_data.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_data_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_data_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_data_full.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_full.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_handle.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_module.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_session.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_template.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_template_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.get_template_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Object.hash.html +%%PORTDOCS%%share/doc/gck-2/method.Object.set.html +%%PORTDOCS%%share/doc/gck-2/method.Object.set_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.set_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Object.set_template.html +%%PORTDOCS%%share/doc/gck-2/method.Object.set_template_async.html +%%PORTDOCS%%share/doc/gck-2/method.Object.set_template_finish.html +%%PORTDOCS%%share/doc/gck-2/method.ObjectCache.fill.html +%%PORTDOCS%%share/doc/gck-2/method.ObjectCache.get_attributes.html +%%PORTDOCS%%share/doc/gck-2/method.ObjectCache.set_attributes.html +%%PORTDOCS%%share/doc/gck-2/method.ObjectCache.update.html +%%PORTDOCS%%share/doc/gck-2/method.ObjectCache.update_async.html +%%PORTDOCS%%share/doc/gck-2/method.ObjectCache.update_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Password.get_key.html +%%PORTDOCS%%share/doc/gck-2/method.Password.get_module.html +%%PORTDOCS%%share/doc/gck-2/method.Password.get_token.html +%%PORTDOCS%%share/doc/gck-2/method.Session.create_object.html +%%PORTDOCS%%share/doc/gck-2/method.Session.create_object_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.create_object_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.decrypt.html +%%PORTDOCS%%share/doc/gck-2/method.Session.decrypt_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.decrypt_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.decrypt_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.derive_key.html +%%PORTDOCS%%share/doc/gck-2/method.Session.derive_key_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.derive_key_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.derive_key_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.encrypt.html +%%PORTDOCS%%share/doc/gck-2/method.Session.encrypt_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.encrypt_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.encrypt_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.enumerate_objects.html +%%PORTDOCS%%share/doc/gck-2/method.Session.find_handles.html +%%PORTDOCS%%share/doc/gck-2/method.Session.find_handles_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.find_handles_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.find_objects.html +%%PORTDOCS%%share/doc/gck-2/method.Session.find_objects_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.find_objects_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.generate_key_pair.html +%%PORTDOCS%%share/doc/gck-2/method.Session.generate_key_pair_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.generate_key_pair_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.generate_key_pair_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_handle.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_info.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_interaction.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_module.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_options.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_slot.html +%%PORTDOCS%%share/doc/gck-2/method.Session.get_state.html +%%PORTDOCS%%share/doc/gck-2/method.Session.init_pin.html +%%PORTDOCS%%share/doc/gck-2/method.Session.init_pin_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.init_pin_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.login.html +%%PORTDOCS%%share/doc/gck-2/method.Session.login_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.login_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.login_interactive.html +%%PORTDOCS%%share/doc/gck-2/method.Session.login_interactive_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.login_interactive_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.logout.html +%%PORTDOCS%%share/doc/gck-2/method.Session.logout_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.logout_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.set_interaction.html +%%PORTDOCS%%share/doc/gck-2/method.Session.set_pin.html +%%PORTDOCS%%share/doc/gck-2/method.Session.set_pin_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.set_pin_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.sign.html +%%PORTDOCS%%share/doc/gck-2/method.Session.sign_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.sign_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.sign_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.unwrap_key.html +%%PORTDOCS%%share/doc/gck-2/method.Session.unwrap_key_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.unwrap_key_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.unwrap_key_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.verify.html +%%PORTDOCS%%share/doc/gck-2/method.Session.verify_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.verify_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.verify_full.html +%%PORTDOCS%%share/doc/gck-2/method.Session.wrap_key.html +%%PORTDOCS%%share/doc/gck-2/method.Session.wrap_key_async.html +%%PORTDOCS%%share/doc/gck-2/method.Session.wrap_key_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Session.wrap_key_full.html +%%PORTDOCS%%share/doc/gck-2/method.SessionInfo.copy.html +%%PORTDOCS%%share/doc/gck-2/method.SessionInfo.free.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.enumerate_objects.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.equal.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.get_handle.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.get_info.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.get_mechanism_info.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.get_mechanisms.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.get_module.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.get_token_info.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.has_flags.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.hash.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.match.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.open_session.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.open_session_async.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.open_session_finish.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.open_session_full.html +%%PORTDOCS%%share/doc/gck-2/method.Slot.open_session_full_async.html +%%PORTDOCS%%share/doc/gck-2/method.SlotInfo.copy.html +%%PORTDOCS%%share/doc/gck-2/method.SlotInfo.free.html +%%PORTDOCS%%share/doc/gck-2/method.TokenInfo.copy.html +%%PORTDOCS%%share/doc/gck-2/method.TokenInfo.free.html +%%PORTDOCS%%share/doc/gck-2/method.UriData.build.html +%%PORTDOCS%%share/doc/gck-2/method.UriData.copy.html +%%PORTDOCS%%share/doc/gck-2/method.UriData.free.html +%%PORTDOCS%%share/doc/gck-2/pkcs11-links.html +%%PORTDOCS%%share/doc/gck-2/property.Enumerator.chained.html +%%PORTDOCS%%share/doc/gck-2/property.Enumerator.interaction.html +%%PORTDOCS%%share/doc/gck-2/property.Enumerator.object-type.html +%%PORTDOCS%%share/doc/gck-2/property.Module.functions.html +%%PORTDOCS%%share/doc/gck-2/property.Module.path.html +%%PORTDOCS%%share/doc/gck-2/property.Object.handle.html +%%PORTDOCS%%share/doc/gck-2/property.Object.module.html +%%PORTDOCS%%share/doc/gck-2/property.Object.session.html +%%PORTDOCS%%share/doc/gck-2/property.ObjectCache.attributes.html +%%PORTDOCS%%share/doc/gck-2/property.Password.key.html +%%PORTDOCS%%share/doc/gck-2/property.Password.module.html +%%PORTDOCS%%share/doc/gck-2/property.Password.token.html +%%PORTDOCS%%share/doc/gck-2/property.Session.app-data.html +%%PORTDOCS%%share/doc/gck-2/property.Session.handle.html +%%PORTDOCS%%share/doc/gck-2/property.Session.interaction.html +%%PORTDOCS%%share/doc/gck-2/property.Session.module.html +%%PORTDOCS%%share/doc/gck-2/property.Session.opening-flags.html +%%PORTDOCS%%share/doc/gck-2/property.Session.options.html +%%PORTDOCS%%share/doc/gck-2/property.Session.slot.html +%%PORTDOCS%%share/doc/gck-2/property.Slot.handle.html +%%PORTDOCS%%share/doc/gck-2/property.Slot.module.html +%%PORTDOCS%%share/doc/gck-2/search.js +%%PORTDOCS%%share/doc/gck-2/signal.Session.discard-handle.html +%%PORTDOCS%%share/doc/gck-2/solarized-dark.css +%%PORTDOCS%%share/doc/gck-2/solarized-light.css +%%PORTDOCS%%share/doc/gck-2/struct.Attribute.html +%%PORTDOCS%%share/doc/gck-2/struct.Attributes.html +%%PORTDOCS%%share/doc/gck-2/struct.Builder.html +%%PORTDOCS%%share/doc/gck-2/struct.Mechanism.html +%%PORTDOCS%%share/doc/gck-2/struct.MechanismInfo.html +%%PORTDOCS%%share/doc/gck-2/struct.ModuleInfo.html +%%PORTDOCS%%share/doc/gck-2/struct.SessionInfo.html +%%PORTDOCS%%share/doc/gck-2/struct.SlotInfo.html +%%PORTDOCS%%share/doc/gck-2/struct.TokenInfo.html +%%PORTDOCS%%share/doc/gck-2/struct.UriData.html +%%PORTDOCS%%share/doc/gck-2/style.css +%%PORTDOCS%%share/doc/gck-2/type_func.Error.quark.html +%%PORTDOCS%%share/doc/gck-2/type_func.Module.initialize.html +%%PORTDOCS%%share/doc/gck-2/type_func.Module.initialize_async.html +%%PORTDOCS%%share/doc/gck-2/type_func.Module.initialize_finish.html +%%PORTDOCS%%share/doc/gck-2/type_func.Session.from_handle.html +%%PORTDOCS%%share/doc/gck-2/type_func.Session.open.html +%%PORTDOCS%%share/doc/gck-2/type_func.Session.open_async.html +%%PORTDOCS%%share/doc/gck-2/type_func.Session.open_finish.html +%%PORTDOCS%%share/doc/gck-2/type_func.Slot.from_handle.html +%%PORTDOCS%%share/doc/gck-2/type_func.UriData.parse.html +%%PORTDOCS%%share/doc/gck-2/type_func.UriError.quark.html +%%PORTDOCS%%share/doc/gck-2/urlmap.js +%%PORTDOCS%%share/doc/gck-2/vfunc.Module.authenticate_object.html +%%PORTDOCS%%share/doc/gck-2/vfunc.Module.authenticate_slot.html +%%PORTDOCS%%share/doc/gck-2/vfunc.ObjectCache.fill.html +%%PORTDOCS%%share/doc/gck-2/vfunc.Session.discard_handle.html +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Black.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Black.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-BlackItalic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-BlackItalic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Bold.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Bold.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-BoldItalic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-BoldItalic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Italic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Italic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Medium.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Medium.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-MediumItalic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-MediumItalic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Regular.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatDisplay-Regular.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Bold.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Bold.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatText-BoldItalic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatText-BoldItalic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Italic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Italic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Medium.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Medium.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatText-MediumItalic.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatText-MediumItalic.woff2 +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Regular.woff +%%PORTDOCS%%share/doc/gcr-4/RedHatText-Regular.woff2 +%%PORTDOCS%%share/doc/gcr-4/SourceCodePro-It.ttf.woff +%%PORTDOCS%%share/doc/gcr-4/SourceCodePro-Regular.ttf.woff +%%PORTDOCS%%share/doc/gcr-4/SourceCodePro-Semibold.ttf.woff +%%PORTDOCS%%share/doc/gcr-4/class.CertificateChain.html +%%PORTDOCS%%share/doc/gcr-4/class.CertificateField.html +%%PORTDOCS%%share/doc/gcr-4/class.CertificateRequest.html +%%PORTDOCS%%share/doc/gcr-4/class.CertificateSection.html +%%PORTDOCS%%share/doc/gcr-4/class.Parser.html +%%PORTDOCS%%share/doc/gcr-4/class.Pkcs11Certificate.html +%%PORTDOCS%%share/doc/gcr-4/class.SecretExchange.html +%%PORTDOCS%%share/doc/gcr-4/class.SimpleCertificate.html +%%PORTDOCS%%share/doc/gcr-4/class.SshAskpass.html +%%PORTDOCS%%share/doc/gcr-4/class.SystemPrompt.html +%%PORTDOCS%%share/doc/gcr-4/class.SystemPrompter.html +%%PORTDOCS%%share/doc/gcr-4/classes_hierarchy.html +%%PORTDOCS%%share/doc/gcr-4/const.MAJOR_VERSION.html +%%PORTDOCS%%share/doc/gcr-4/const.MICRO_VERSION.html +%%PORTDOCS%%share/doc/gcr-4/const.MINOR_VERSION.html +%%PORTDOCS%%share/doc/gcr-4/const.PURPOSE_CLIENT_AUTH.html +%%PORTDOCS%%share/doc/gcr-4/const.PURPOSE_CODE_SIGNING.html +%%PORTDOCS%%share/doc/gcr-4/const.PURPOSE_EMAIL.html +%%PORTDOCS%%share/doc/gcr-4/const.PURPOSE_SERVER_AUTH.html +%%PORTDOCS%%share/doc/gcr-4/const.SECRET_EXCHANGE_PROTOCOL_1.html +%%PORTDOCS%%share/doc/gcr-4/const.UNLOCK_OPTION_ALWAYS.html +%%PORTDOCS%%share/doc/gcr-4/const.UNLOCK_OPTION_IDLE.html +%%PORTDOCS%%share/doc/gcr-4/const.UNLOCK_OPTION_SESSION.html +%%PORTDOCS%%share/doc/gcr-4/const.UNLOCK_OPTION_TIMEOUT.html +%%PORTDOCS%%share/doc/gcr-4/ctor.CertificateChain.new.html +%%PORTDOCS%%share/doc/gcr-4/ctor.Parser.new.html +%%PORTDOCS%%share/doc/gcr-4/ctor.SecretExchange.new.html +%%PORTDOCS%%share/doc/gcr-4/ctor.SimpleCertificate.new.html +%%PORTDOCS%%share/doc/gcr-4/ctor.SimpleCertificate.new_static.html +%%PORTDOCS%%share/doc/gcr-4/ctor.SshAskpass.new.html +%%PORTDOCS%%share/doc/gcr-4/ctor.SystemPrompter.new.html +%%PORTDOCS%%share/doc/gcr-4/enum.CertificateChainStatus.html +%%PORTDOCS%%share/doc/gcr-4/enum.CertificateRequestFormat.html +%%PORTDOCS%%share/doc/gcr-4/enum.DataError.html +%%PORTDOCS%%share/doc/gcr-4/enum.DataFormat.html +%%PORTDOCS%%share/doc/gcr-4/enum.PromptReply.html +%%PORTDOCS%%share/doc/gcr-4/enum.SystemPromptError.html +%%PORTDOCS%%share/doc/gcr-4/enum.SystemPrompterMode.html +%%PORTDOCS%%share/doc/gcr-4/flags.CertificateChainFlags.html +%%PORTDOCS%%share/doc/gcr-4/flags.CertificateSectionFlags.html +%%PORTDOCS%%share/doc/gcr-4/fonts.css +%%PORTDOCS%%share/doc/gcr-4/func.CHECK_VERSION.html +%%PORTDOCS%%share/doc/gcr-4/func.data_error_get_domain.html +%%PORTDOCS%%share/doc/gcr-4/func.fingerprint_from_attributes.html +%%PORTDOCS%%share/doc/gcr-4/func.fingerprint_from_subject_public_key_info.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_disconnect.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_expect_close.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_expect_confirm_cancel.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_expect_confirm_ok.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_expect_password_cancel.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_expect_password_ok.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_get_delay_msec.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_is_expecting.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_is_prompting.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_set_delay_msec.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_start.html +%%PORTDOCS%%share/doc/gcr-4/func.mock_prompter_stop.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_add_module.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_add_module_from_file.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_get_modules.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_get_trust_lookup_slots.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_get_trust_lookup_uris.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_get_trust_store_slot.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_get_trust_store_uri.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_initialize.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_initialize_async.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_initialize_finish.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_set_modules.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_set_trust_lookup_uris.html +%%PORTDOCS%%share/doc/gcr-4/func.pkcs11_set_trust_store_uri.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_alloc.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_free.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_is_secure.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_new.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_realloc.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_strdup.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_strfree.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_try_alloc.html +%%PORTDOCS%%share/doc/gcr-4/func.secure_memory_try_realloc.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_add_pinned_certificate.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_add_pinned_certificate_async.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_add_pinned_certificate_finish.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_anchored.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_anchored_async.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_anchored_finish.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_distrusted.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_distrusted_async.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_distrusted_finish.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_pinned.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_pinned_async.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_is_certificate_pinned_finish.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_remove_pinned_certificate.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_remove_pinned_certificate_async.html +%%PORTDOCS%%share/doc/gcr-4/func.trust_remove_pinned_certificate_finish.html +%%PORTDOCS%%share/doc/gcr-4/fzy.js +%%PORTDOCS%%share/doc/gcr-4/gcr-4.devhelp2 +%%PORTDOCS%%share/doc/gcr-4/go-up-symbolic.png +%%PORTDOCS%%share/doc/gcr-4/iface.Certificate.html +%%PORTDOCS%%share/doc/gcr-4/iface.ImportInteraction.html +%%PORTDOCS%%share/doc/gcr-4/iface.Importer.html +%%PORTDOCS%%share/doc/gcr-4/iface.Prompt.html +%%PORTDOCS%%share/doc/gcr-4/index.html +%%PORTDOCS%%share/doc/gcr-4/index.json +%%PORTDOCS%%share/doc/gcr-4/main.js +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_basic_constraints.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_der_data.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_expiry_date.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_fingerprint.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_fingerprint_hex.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_interface_elements.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_issued_date.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_issuer_cn.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_issuer_dn.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_issuer_name.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_issuer_part.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_issuer_raw.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_key_size.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_serial_number.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_serial_number_hex.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_subject_cn.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_subject_dn.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_subject_name.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_subject_part.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_subject_raw.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.get_version.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.is_issuer.html +%%PORTDOCS%%share/doc/gcr-4/method.Certificate.mixin_emit_notify.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.add.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.build.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.build_async.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.build_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.get_anchor.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.get_certificate.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.get_endpoint.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.get_length.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateChain.get_status.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateField.get_label.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateField.get_section.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateField.get_value.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateField.get_value_type.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.complete.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.complete_async.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.complete_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.encode.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.get_format.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.get_private_key.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateRequest.set_cn.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateSection.get_fields.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateSection.get_flags.html +%%PORTDOCS%%share/doc/gcr-4/method.CertificateSection.get_label.html +%%PORTDOCS%%share/doc/gcr-4/method.ImportInteraction.supplement.html +%%PORTDOCS%%share/doc/gcr-4/method.ImportInteraction.supplement_async.html +%%PORTDOCS%%share/doc/gcr-4/method.ImportInteraction.supplement_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.ImportInteraction.supplement_prep.html +%%PORTDOCS%%share/doc/gcr-4/method.Importer.get_interaction.html +%%PORTDOCS%%share/doc/gcr-4/method.Importer.import_async.html +%%PORTDOCS%%share/doc/gcr-4/method.Importer.import_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.Importer.queue_for_parsed.html +%%PORTDOCS%%share/doc/gcr-4/method.Importer.set_interaction.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_attributes.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_bytes.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_data.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_description.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_filename.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_format.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.get_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Parsed.ref.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.add_password.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.format_disable.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.format_enable.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.format_supported.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_filename.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed_attributes.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed_block.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed_bytes.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed_description.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed_format.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.get_parsed_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.parse_bytes.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.parse_data.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.parse_stream.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.parse_stream_async.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.parse_stream_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.Parser.set_filename.html +%%PORTDOCS%%share/doc/gcr-4/method.Pkcs11Certificate.get_attributes.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.close.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.confirm.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.confirm_async.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.confirm_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.confirm_run.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_caller_window.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_cancel_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_choice_chosen.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_choice_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_continue_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_description.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_message.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_password_new.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_password_strength.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_title.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.get_warning.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.password.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.password_async.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.password_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.password_run.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.reset.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_caller_window.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_cancel_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_choice_chosen.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_choice_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_continue_label.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_description.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_message.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_password_new.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_title.html +%%PORTDOCS%%share/doc/gcr-4/method.Prompt.set_warning.html +%%PORTDOCS%%share/doc/gcr-4/method.SecretExchange.begin.html +%%PORTDOCS%%share/doc/gcr-4/method.SecretExchange.get_protocol.html +%%PORTDOCS%%share/doc/gcr-4/method.SecretExchange.get_secret.html +%%PORTDOCS%%share/doc/gcr-4/method.SecretExchange.receive.html +%%PORTDOCS%%share/doc/gcr-4/method.SecretExchange.send.html +%%PORTDOCS%%share/doc/gcr-4/method.SshAskpass.get_interaction.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompt.close.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompt.close_async.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompt.close_finish.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompt.get_secret_exchange.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompter.get_mode.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompter.get_prompt_type.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompter.get_prompting.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompter.register.html +%%PORTDOCS%%share/doc/gcr-4/method.SystemPrompter.unregister.html +%%PORTDOCS%%share/doc/gcr-4/non-pageable-memory.html +%%PORTDOCS%%share/doc/gcr-4/pkcs11-configuration.html +%%PORTDOCS%%share/doc/gcr-4/property.Certificate.description.html +%%PORTDOCS%%share/doc/gcr-4/property.Certificate.expiry-date.html +%%PORTDOCS%%share/doc/gcr-4/property.Certificate.issuer-name.html +%%PORTDOCS%%share/doc/gcr-4/property.Certificate.label.html +%%PORTDOCS%%share/doc/gcr-4/property.Certificate.subject-name.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateChain.length.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateChain.status.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateField.label.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateField.section.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateField.value.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateRequest.format.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateRequest.private-key.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateSection.fields.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateSection.flags.html +%%PORTDOCS%%share/doc/gcr-4/property.CertificateSection.label.html +%%PORTDOCS%%share/doc/gcr-4/property.Importer.interaction.html +%%PORTDOCS%%share/doc/gcr-4/property.Importer.label.html +%%PORTDOCS%%share/doc/gcr-4/property.Importer.uri.html +%%PORTDOCS%%share/doc/gcr-4/property.Parser.parsed-attributes.html +%%PORTDOCS%%share/doc/gcr-4/property.Parser.parsed-description.html +%%PORTDOCS%%share/doc/gcr-4/property.Parser.parsed-label.html +%%PORTDOCS%%share/doc/gcr-4/property.Pkcs11Certificate.attributes.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.caller-window.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.cancel-label.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.choice-chosen.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.choice-label.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.continue-label.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.description.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.message.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.password-new.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.password-strength.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.title.html +%%PORTDOCS%%share/doc/gcr-4/property.Prompt.warning.html +%%PORTDOCS%%share/doc/gcr-4/property.SecretExchange.protocol.html +%%PORTDOCS%%share/doc/gcr-4/property.SshAskpass.interaction.html +%%PORTDOCS%%share/doc/gcr-4/property.SystemPrompt.bus-name.html +%%PORTDOCS%%share/doc/gcr-4/property.SystemPrompt.secret-exchange.html +%%PORTDOCS%%share/doc/gcr-4/property.SystemPrompt.timeout-seconds.html +%%PORTDOCS%%share/doc/gcr-4/property.SystemPrompter.mode.html +%%PORTDOCS%%share/doc/gcr-4/property.SystemPrompter.prompt-type.html +%%PORTDOCS%%share/doc/gcr-4/property.SystemPrompter.prompting.html +%%PORTDOCS%%share/doc/gcr-4/search.js +%%PORTDOCS%%share/doc/gcr-4/signal.Parser.authenticate.html +%%PORTDOCS%%share/doc/gcr-4/signal.Parser.parsed.html +%%PORTDOCS%%share/doc/gcr-4/signal.Prompt.prompt-close.html +%%PORTDOCS%%share/doc/gcr-4/signal.SystemPrompter.new-prompt.html +%%PORTDOCS%%share/doc/gcr-4/solarized-dark.css +%%PORTDOCS%%share/doc/gcr-4/solarized-light.css +%%PORTDOCS%%share/doc/gcr-4/struct.Parsed.html +%%PORTDOCS%%share/doc/gcr-4/style.css +%%PORTDOCS%%share/doc/gcr-4/trust-store.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Certificate.mixin_class_init.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Certificate.mixin_get_property.html +%%PORTDOCS%%share/doc/gcr-4/type_func.CertificateRequest.capable.html +%%PORTDOCS%%share/doc/gcr-4/type_func.CertificateRequest.capable_async.html +%%PORTDOCS%%share/doc/gcr-4/type_func.CertificateRequest.capable_finish.html +%%PORTDOCS%%share/doc/gcr-4/type_func.CertificateRequest.prepare.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Importer.create_for_parsed.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Importer.queue_and_filter_for_parsed.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Importer.register.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Importer.register_well_known.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Parsed.unref.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Pkcs11Certificate.lookup_issuer.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Pkcs11Certificate.lookup_issuer_async.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Pkcs11Certificate.lookup_issuer_finish.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Pkcs11Certificate.new_from_uri.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Pkcs11Certificate.new_from_uri_async.html +%%PORTDOCS%%share/doc/gcr-4/type_func.Pkcs11Certificate.new_from_uri_finish.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SshAskpass.child_setup.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SystemPrompt.error_get_domain.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SystemPrompt.open.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SystemPrompt.open_async.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SystemPrompt.open_finish.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SystemPrompt.open_for_prompter.html +%%PORTDOCS%%share/doc/gcr-4/type_func.SystemPrompt.open_for_prompter_async.html +%%PORTDOCS%%share/doc/gcr-4/urlmap.js +%%PORTDOCS%%share/doc/gcr-4/vfunc.Certificate.get_der_data.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.ImportInteraction.supplement.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.ImportInteraction.supplement_async.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.ImportInteraction.supplement_finish.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.ImportInteraction.supplement_prep.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Importer.import_async.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Importer.import_finish.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Importer.queue_for_parsed.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Parser.authenticate.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Parser.parsed.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Prompt.prompt_close.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Prompt.prompt_confirm_async.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Prompt.prompt_confirm_finish.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Prompt.prompt_password_async.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.Prompt.prompt_password_finish.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.SecretExchange.decrypt_transport_data.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.SecretExchange.derive_transport_key.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.SecretExchange.encrypt_transport_data.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.SecretExchange.generate_exchange_key.html +%%PORTDOCS%%share/doc/gcr-4/vfunc.SystemPrompter.new_prompt.html +share/gir-1.0/Gck-2.gir +share/gir-1.0/Gcr-4.gir +share/locale/ab/LC_MESSAGES/gcr-4.mo +share/locale/af/LC_MESSAGES/gcr-4.mo +share/locale/ar/LC_MESSAGES/gcr-4.mo +share/locale/as/LC_MESSAGES/gcr-4.mo +share/locale/ast/LC_MESSAGES/gcr-4.mo +share/locale/az/LC_MESSAGES/gcr-4.mo +share/locale/be/LC_MESSAGES/gcr-4.mo +share/locale/be@latin/LC_MESSAGES/gcr-4.mo +share/locale/bg/LC_MESSAGES/gcr-4.mo +share/locale/bn/LC_MESSAGES/gcr-4.mo +share/locale/bn_IN/LC_MESSAGES/gcr-4.mo +share/locale/bs/LC_MESSAGES/gcr-4.mo +share/locale/ca/LC_MESSAGES/gcr-4.mo +share/locale/ca@valencia/LC_MESSAGES/gcr-4.mo +share/locale/ckb/LC_MESSAGES/gcr-4.mo +share/locale/cs/LC_MESSAGES/gcr-4.mo +share/locale/cy/LC_MESSAGES/gcr-4.mo +share/locale/da/LC_MESSAGES/gcr-4.mo +share/locale/de/LC_MESSAGES/gcr-4.mo +share/locale/dz/LC_MESSAGES/gcr-4.mo +share/locale/el/LC_MESSAGES/gcr-4.mo +share/locale/en@shaw/LC_MESSAGES/gcr-4.mo +share/locale/en_CA/LC_MESSAGES/gcr-4.mo +share/locale/en_GB/LC_MESSAGES/gcr-4.mo +share/locale/eo/LC_MESSAGES/gcr-4.mo +share/locale/es/LC_MESSAGES/gcr-4.mo +share/locale/et/LC_MESSAGES/gcr-4.mo +share/locale/eu/LC_MESSAGES/gcr-4.mo +share/locale/fa/LC_MESSAGES/gcr-4.mo +share/locale/fi/LC_MESSAGES/gcr-4.mo +share/locale/fr/LC_MESSAGES/gcr-4.mo +share/locale/fur/LC_MESSAGES/gcr-4.mo +share/locale/ga/LC_MESSAGES/gcr-4.mo +share/locale/gl/LC_MESSAGES/gcr-4.mo +share/locale/gu/LC_MESSAGES/gcr-4.mo +share/locale/he/LC_MESSAGES/gcr-4.mo +share/locale/hi/LC_MESSAGES/gcr-4.mo +share/locale/hr/LC_MESSAGES/gcr-4.mo +share/locale/hu/LC_MESSAGES/gcr-4.mo +share/locale/id/LC_MESSAGES/gcr-4.mo +share/locale/ie/LC_MESSAGES/gcr-4.mo +share/locale/is/LC_MESSAGES/gcr-4.mo +share/locale/it/LC_MESSAGES/gcr-4.mo +share/locale/ja/LC_MESSAGES/gcr-4.mo +share/locale/ka/LC_MESSAGES/gcr-4.mo +share/locale/kab/LC_MESSAGES/gcr-4.mo +share/locale/kk/LC_MESSAGES/gcr-4.mo +share/locale/kn/LC_MESSAGES/gcr-4.mo +share/locale/ko/LC_MESSAGES/gcr-4.mo +share/locale/lt/LC_MESSAGES/gcr-4.mo +share/locale/lv/LC_MESSAGES/gcr-4.mo +share/locale/mai/LC_MESSAGES/gcr-4.mo +share/locale/mg/LC_MESSAGES/gcr-4.mo +share/locale/mk/LC_MESSAGES/gcr-4.mo +share/locale/ml/LC_MESSAGES/gcr-4.mo +share/locale/mn/LC_MESSAGES/gcr-4.mo +share/locale/mr/LC_MESSAGES/gcr-4.mo +share/locale/ms/LC_MESSAGES/gcr-4.mo +share/locale/nb/LC_MESSAGES/gcr-4.mo +share/locale/ne/LC_MESSAGES/gcr-4.mo +share/locale/nl/LC_MESSAGES/gcr-4.mo +share/locale/nn/LC_MESSAGES/gcr-4.mo +share/locale/oc/LC_MESSAGES/gcr-4.mo +share/locale/or/LC_MESSAGES/gcr-4.mo +share/locale/pa/LC_MESSAGES/gcr-4.mo +share/locale/pl/LC_MESSAGES/gcr-4.mo +share/locale/pt/LC_MESSAGES/gcr-4.mo +share/locale/pt_BR/LC_MESSAGES/gcr-4.mo +share/locale/ro/LC_MESSAGES/gcr-4.mo +share/locale/ru/LC_MESSAGES/gcr-4.mo +share/locale/rw/LC_MESSAGES/gcr-4.mo +share/locale/si/LC_MESSAGES/gcr-4.mo +share/locale/sk/LC_MESSAGES/gcr-4.mo +share/locale/sl/LC_MESSAGES/gcr-4.mo +share/locale/sq/LC_MESSAGES/gcr-4.mo +share/locale/sr/LC_MESSAGES/gcr-4.mo +share/locale/sr@latin/LC_MESSAGES/gcr-4.mo +share/locale/sv/LC_MESSAGES/gcr-4.mo +share/locale/ta/LC_MESSAGES/gcr-4.mo +share/locale/te/LC_MESSAGES/gcr-4.mo +share/locale/tg/LC_MESSAGES/gcr-4.mo +share/locale/th/LC_MESSAGES/gcr-4.mo +share/locale/tr/LC_MESSAGES/gcr-4.mo +share/locale/ug/LC_MESSAGES/gcr-4.mo +share/locale/uk/LC_MESSAGES/gcr-4.mo +share/locale/vi/LC_MESSAGES/gcr-4.mo +share/locale/xh/LC_MESSAGES/gcr-4.mo +share/locale/zh_CN/LC_MESSAGES/gcr-4.mo +share/locale/zh_HK/LC_MESSAGES/gcr-4.mo +share/locale/zh_TW/LC_MESSAGES/gcr-4.mo +share/vala/vapi/gck-2.deps +share/vala/vapi/gck-2.vapi +share/vala/vapi/gcr-4.deps +share/vala/vapi/gcr-4.vapi diff --git a/security/gcr3/Makefile b/security/gcr3/Makefile new file mode 100644 index 000000000000..a136f679fbf3 --- /dev/null +++ b/security/gcr3/Makefile @@ -0,0 +1,42 @@ +PORTNAME= gcr +PORTVERSION= 3.40.0 +PORTREVISION= 2 +CATEGORIES= security gnome +MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 + +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING + +PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/ +PATCHFILES+= b3ca1d02bb01.patch:-p1 # https://gitlab.gnome.org/GNOME/gcr/-/merge_requests/81 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Library for bits of crypto UI and parsing +WWW= https://live.gnome.org/GnomeKeyring + +BUILD_DEPENDS= gpg2:security/gnupg +LIB_DEPENDS= libdbus-1.so:devel/dbus \ + libgpg-error.so:security/libgpg-error \ + libp11-kit.so:security/p11-kit \ + libgcrypt.so:security/libgcrypt + +CONFLICTS= gnome-keyring-2.[0-9]* +PORTSCOUT= limitw:1,even + +USE_GNOME= cairo gtk30 intlhack introspection:build +USES= desktop-file-utils gettext gmake gnome meson pathfix \ + pkgconfig python shared-mime-info tar:xz vala:build +USE_LDCONFIG= yes +BINARY_ALIAS= python3=${PYTHON_VERSION} +INSTALL_TARGET= install-strip + +GLIB_SCHEMAS= org.gnome.crypto.pgp.gschema.xml + +OPTIONS_DEFINE= DOCS + +DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc +DOCS_MESON_TRUE= gtk_doc +DOCSDIR= ${PREFIX}/share/gtk-doc/html/ + +.include diff --git a/security/gcr3/distinfo b/security/gcr3/distinfo new file mode 100644 index 000000000000..b5f4fff9582f --- /dev/null +++ b/security/gcr3/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1644692066 +SHA256 (gcr-3.40.0.tar.xz) = b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5 +SIZE (gcr-3.40.0.tar.xz) = 1011044 +SHA256 (b3ca1d02bb01.patch) = 3b2714ea24e6f5985eb4ac124899dfbc5e70200df498552ae198a8039b7c0a83 +SIZE (b3ca1d02bb01.patch) = 1929 diff --git a/security/gcr3/pkg-descr b/security/gcr3/pkg-descr new file mode 100644 index 000000000000..3a057ac0280c --- /dev/null +++ b/security/gcr3/pkg-descr @@ -0,0 +1,3 @@ +Gcr is a library for bits of crypto and security UI, parsing etc. It used +to be part of gnome-keyring. It also provides a viewer and importer for +certificates and private keys. diff --git a/security/gcr3/pkg-plist b/security/gcr3/pkg-plist new file mode 100644 index 000000000000..20d8329fb818 --- /dev/null +++ b/security/gcr3/pkg-plist @@ -0,0 +1,296 @@ +bin/gcr-viewer +include/gck-1/gck/gck-deprecated.h +include/gck-1/gck/gck-enum-types.h +include/gck-1/gck/gck-version.h +include/gck-1/gck/gck.h +include/gck-1/gck/pkcs11.h +include/gck-1/gck/pkcs11n.h +include/gck-1/gck/pkcs11x.h +include/gcr-3/gcr/gcr-base.h +include/gcr-3/gcr/gcr-certificate-chain.h +include/gcr-3/gcr/gcr-certificate-request.h +include/gcr-3/gcr/gcr-certificate.h +include/gcr-3/gcr/gcr-collection.h +include/gcr-3/gcr/gcr-column.h +include/gcr-3/gcr/gcr-comparable.h +include/gcr-3/gcr/gcr-deprecated-base.h +include/gcr-3/gcr/gcr-enum-types-base.h +include/gcr-3/gcr/gcr-filter-collection.h +include/gcr-3/gcr/gcr-fingerprint.h +include/gcr-3/gcr/gcr-icons.h +include/gcr-3/gcr/gcr-import-interaction.h +include/gcr-3/gcr/gcr-importer.h +include/gcr-3/gcr/gcr-library.h +include/gcr-3/gcr/gcr-mock-prompter.h +include/gcr-3/gcr/gcr-parser.h +include/gcr-3/gcr/gcr-pkcs11-certificate.h +include/gcr-3/gcr/gcr-prompt.h +include/gcr-3/gcr/gcr-secret-exchange.h +include/gcr-3/gcr/gcr-secure-memory.h +include/gcr-3/gcr/gcr-simple-certificate.h +include/gcr-3/gcr/gcr-simple-collection.h +include/gcr-3/gcr/gcr-ssh-askpass.h +include/gcr-3/gcr/gcr-system-prompt.h +include/gcr-3/gcr/gcr-system-prompter.h +include/gcr-3/gcr/gcr-trust.h +include/gcr-3/gcr/gcr-types.h +include/gcr-3/gcr/gcr-union-collection.h +include/gcr-3/gcr/gcr-unlock-options.h +include/gcr-3/gcr/gcr-version.h +include/gcr-3/gcr/gcr.h +include/gcr-3/ui/gcr-certificate-basics-widget.h +include/gcr-3/ui/gcr-certificate-details-widget.h +include/gcr-3/ui/gcr-certificate-renderer.h +include/gcr-3/ui/gcr-certificate-widget.h +include/gcr-3/ui/gcr-collection-model.h +include/gcr-3/ui/gcr-combo-selector.h +include/gcr-3/ui/gcr-deprecated.h +include/gcr-3/ui/gcr-enum-types.h +include/gcr-3/ui/gcr-failure-renderer.h +include/gcr-3/ui/gcr-import-button.h +include/gcr-3/ui/gcr-key-renderer.h +include/gcr-3/ui/gcr-key-widget.h +include/gcr-3/ui/gcr-list-selector.h +include/gcr-3/ui/gcr-prompt-dialog.h +include/gcr-3/ui/gcr-renderer.h +include/gcr-3/ui/gcr-secure-entry-buffer.h +include/gcr-3/ui/gcr-tree-selector.h +include/gcr-3/ui/gcr-ui.h +include/gcr-3/ui/gcr-unlock-options-widget.h +include/gcr-3/ui/gcr-viewer-widget.h +include/gcr-3/ui/gcr-viewer.h +lib/girepository-1.0/Gck-1.typelib +lib/girepository-1.0/Gcr-3.typelib +lib/girepository-1.0/GcrUi-3.typelib +lib/libgck-1.so +lib/libgck-1.so.0 +lib/libgck-1.so.0.0.0 +lib/libgcr-base-3.so +lib/libgcr-base-3.so.1 +lib/libgcr-base-3.so.1.0.0 +lib/libgcr-ui-3.so +lib/libgcr-ui-3.so.1 +lib/libgcr-ui-3.so.1.0.0 +libdata/pkgconfig/gck-1.pc +libdata/pkgconfig/gcr-3.pc +libdata/pkgconfig/gcr-base-3.pc +libdata/pkgconfig/gcr-ui-3.pc +libexec/gcr-prompter +libexec/gcr-ssh-askpass +share/GConf/gsettings/org.gnome.crypto.pgp.convert +share/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert +share/applications/gcr-prompter.desktop +share/applications/gcr-viewer.desktop +share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service +share/dbus-1/services/org.gnome.keyring.SystemPrompter.service +share/gir-1.0/Gck-1.gir +share/gir-1.0/Gcr-3.gir +share/gir-1.0/GcrUi-3.gir +%%PORTDOCS%%%%DOCSDIR%%gck/GckAttribute.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckAttributes.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckEnumerator.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckModule.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckObject.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckObjectCache.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckSession.html +%%PORTDOCS%%%%DOCSDIR%%gck/GckSlot.html +%%PORTDOCS%%%%DOCSDIR%%gck/annotation-glossary.html +%%PORTDOCS%%%%DOCSDIR%%gck/gck-Errors.html +%%PORTDOCS%%%%DOCSDIR%%gck/gck-GckModule-lists.html +%%PORTDOCS%%%%DOCSDIR%%gck/gck-Library-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%gck/gck-Miscellaneous-Functions.html +%%PORTDOCS%%%%DOCSDIR%%gck/gck-PKCS11-URIs.html +%%PORTDOCS%%%%DOCSDIR%%gck/gck.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%gck/home.png +%%PORTDOCS%%%%DOCSDIR%%gck/index.html +%%PORTDOCS%%%%DOCSDIR%%gck/left-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%gck/left.png +%%PORTDOCS%%%%DOCSDIR%%gck/pkcs11-links.html +%%PORTDOCS%%%%DOCSDIR%%gck/reference.html +%%PORTDOCS%%%%DOCSDIR%%gck/right-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%gck/right.png +%%PORTDOCS%%%%DOCSDIR%%gck/style.css +%%PORTDOCS%%%%DOCSDIR%%gck/up-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%gck/up.png +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificate.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificateChain.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificateRequest.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCertificateWidget.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCollection.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrCollectionModel.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrComboSelector.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrComparable.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrImportButton.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrImportInteraction.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrImporter.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrKeyWidget.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrListSelector.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrParser.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrPkcs11Certificate.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrPrompt.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrPromptDialog.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrRenderer.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSecretExchange.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSecureEntryBuffer.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSimpleCertificate.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSimpleCollection.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSshAskpass.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSystemPrompt.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrSystemPrompter.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrTreeSelector.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrViewer.html +%%PORTDOCS%%%%DOCSDIR%%gcr/GcrViewerWidget.html +%%PORTDOCS%%%%DOCSDIR%%gcr/annotation-glossary.html +%%PORTDOCS%%%%DOCSDIR%%gcr/certificate-widget.png +%%PORTDOCS%%%%DOCSDIR%%gcr/certificates.html +%%PORTDOCS%%%%DOCSDIR%%gcr/ch01.html +%%PORTDOCS%%%%DOCSDIR%%gcr/collections.html +%%PORTDOCS%%%%DOCSDIR%%gcr/combo-selector.png +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-GcrColumn.html +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Key-Fingerprints.html +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Library-PKCS#11.html +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Library-Utilities.html +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Non-pageable-Memory.html +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr-Trust-Storage-and-Lookups.html +%%PORTDOCS%%%%DOCSDIR%%gcr/gcr.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%gcr/home.png +%%PORTDOCS%%%%DOCSDIR%%gcr/import-button.png +%%PORTDOCS%%%%DOCSDIR%%gcr/index.html +%%PORTDOCS%%%%DOCSDIR%%gcr/key-widget.png +%%PORTDOCS%%%%DOCSDIR%%gcr/left-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%gcr/left.png +%%PORTDOCS%%%%DOCSDIR%%gcr/list-selector.png +%%PORTDOCS%%%%DOCSDIR%%gcr/misc.html +%%PORTDOCS%%%%DOCSDIR%%gcr/prompts.html +%%PORTDOCS%%%%DOCSDIR%%gcr/right-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%gcr/right.png +%%PORTDOCS%%%%DOCSDIR%%gcr/storage.html +%%PORTDOCS%%%%DOCSDIR%%gcr/style.css +%%PORTDOCS%%%%DOCSDIR%%gcr/tree-selector.png +%%PORTDOCS%%%%DOCSDIR%%gcr/up-insensitive.png +%%PORTDOCS%%%%DOCSDIR%%gcr/up.png +%%PORTDOCS%%%%DOCSDIR%%gcr/viewer-widget.png +%%PORTDOCS%%%%DOCSDIR%%gcr/widgets.html +share/icons/hicolor/16x16/apps/gcr-gnupg.png +share/icons/hicolor/16x16/apps/gcr-key-pair.png +share/icons/hicolor/16x16/apps/gcr-key.png +share/icons/hicolor/16x16/apps/gcr-password.png +share/icons/hicolor/16x16/apps/gcr-smart-card.png +share/icons/hicolor/22x22/apps/gcr-gnupg.png +share/icons/hicolor/22x22/apps/gcr-key-pair.png +share/icons/hicolor/22x22/apps/gcr-key.png +share/icons/hicolor/22x22/apps/gcr-password.png +share/icons/hicolor/22x22/apps/gcr-smart-card.png +share/icons/hicolor/24x24/apps/gcr-gnupg.png +share/icons/hicolor/24x24/apps/gcr-key-pair.png +share/icons/hicolor/24x24/apps/gcr-key.png +share/icons/hicolor/24x24/apps/gcr-password.png +share/icons/hicolor/24x24/apps/gcr-smart-card.png +share/icons/hicolor/256x256/apps/gcr-gnupg.png +share/icons/hicolor/256x256/apps/gcr-password.png +share/icons/hicolor/256x256/apps/gcr-smart-card.png +share/icons/hicolor/32x32/apps/gcr-gnupg.png +share/icons/hicolor/32x32/apps/gcr-key-pair.png +share/icons/hicolor/32x32/apps/gcr-key.png +share/icons/hicolor/32x32/apps/gcr-password.png +share/icons/hicolor/32x32/apps/gcr-smart-card.png +share/icons/hicolor/48x48/apps/gcr-gnupg.png +share/icons/hicolor/48x48/apps/gcr-key-pair.png +share/icons/hicolor/48x48/apps/gcr-key.png +share/icons/hicolor/48x48/apps/gcr-password.png +share/icons/hicolor/48x48/apps/gcr-smart-card.png +share/locale/af/LC_MESSAGES/gcr.mo +share/locale/ar/LC_MESSAGES/gcr.mo +share/locale/as/LC_MESSAGES/gcr.mo +share/locale/ast/LC_MESSAGES/gcr.mo +share/locale/az/LC_MESSAGES/gcr.mo +share/locale/be/LC_MESSAGES/gcr.mo +share/locale/be@latin/LC_MESSAGES/gcr.mo +share/locale/bg/LC_MESSAGES/gcr.mo +share/locale/bn/LC_MESSAGES/gcr.mo +share/locale/bn_IN/LC_MESSAGES/gcr.mo +share/locale/bs/LC_MESSAGES/gcr.mo +share/locale/ca/LC_MESSAGES/gcr.mo +share/locale/ca@valencia/LC_MESSAGES/gcr.mo +share/locale/ckb/LC_MESSAGES/gcr.mo +share/locale/cs/LC_MESSAGES/gcr.mo +share/locale/cy/LC_MESSAGES/gcr.mo +share/locale/da/LC_MESSAGES/gcr.mo +share/locale/de/LC_MESSAGES/gcr.mo +share/locale/dz/LC_MESSAGES/gcr.mo +share/locale/el/LC_MESSAGES/gcr.mo +share/locale/en@shaw/LC_MESSAGES/gcr.mo +share/locale/en_CA/LC_MESSAGES/gcr.mo +share/locale/en_GB/LC_MESSAGES/gcr.mo +share/locale/eo/LC_MESSAGES/gcr.mo +share/locale/es/LC_MESSAGES/gcr.mo +share/locale/et/LC_MESSAGES/gcr.mo +share/locale/eu/LC_MESSAGES/gcr.mo +share/locale/fa/LC_MESSAGES/gcr.mo +share/locale/fi/LC_MESSAGES/gcr.mo +share/locale/fr/LC_MESSAGES/gcr.mo +share/locale/fur/LC_MESSAGES/gcr.mo +share/locale/ga/LC_MESSAGES/gcr.mo +share/locale/gl/LC_MESSAGES/gcr.mo +share/locale/gu/LC_MESSAGES/gcr.mo +share/locale/he/LC_MESSAGES/gcr.mo +share/locale/hi/LC_MESSAGES/gcr.mo +share/locale/hr/LC_MESSAGES/gcr.mo +share/locale/hu/LC_MESSAGES/gcr.mo +share/locale/id/LC_MESSAGES/gcr.mo +share/locale/is/LC_MESSAGES/gcr.mo +share/locale/it/LC_MESSAGES/gcr.mo +share/locale/ja/LC_MESSAGES/gcr.mo +share/locale/ka/LC_MESSAGES/gcr.mo +share/locale/kk/LC_MESSAGES/gcr.mo +share/locale/kn/LC_MESSAGES/gcr.mo +share/locale/ko/LC_MESSAGES/gcr.mo +share/locale/lt/LC_MESSAGES/gcr.mo +share/locale/lv/LC_MESSAGES/gcr.mo +share/locale/mai/LC_MESSAGES/gcr.mo +share/locale/mg/LC_MESSAGES/gcr.mo +share/locale/mk/LC_MESSAGES/gcr.mo +share/locale/ml/LC_MESSAGES/gcr.mo +share/locale/mn/LC_MESSAGES/gcr.mo +share/locale/mr/LC_MESSAGES/gcr.mo +share/locale/ms/LC_MESSAGES/gcr.mo +share/locale/nb/LC_MESSAGES/gcr.mo +share/locale/ne/LC_MESSAGES/gcr.mo +share/locale/nl/LC_MESSAGES/gcr.mo +share/locale/nn/LC_MESSAGES/gcr.mo +share/locale/oc/LC_MESSAGES/gcr.mo +share/locale/or/LC_MESSAGES/gcr.mo +share/locale/pa/LC_MESSAGES/gcr.mo +share/locale/pl/LC_MESSAGES/gcr.mo +share/locale/pt/LC_MESSAGES/gcr.mo +share/locale/pt_BR/LC_MESSAGES/gcr.mo +share/locale/ro/LC_MESSAGES/gcr.mo +share/locale/ru/LC_MESSAGES/gcr.mo +share/locale/rw/LC_MESSAGES/gcr.mo +share/locale/si/LC_MESSAGES/gcr.mo +share/locale/sk/LC_MESSAGES/gcr.mo +share/locale/sl/LC_MESSAGES/gcr.mo +share/locale/sq/LC_MESSAGES/gcr.mo +share/locale/sr/LC_MESSAGES/gcr.mo +share/locale/sr@latin/LC_MESSAGES/gcr.mo +share/locale/sv/LC_MESSAGES/gcr.mo +share/locale/ta/LC_MESSAGES/gcr.mo +share/locale/te/LC_MESSAGES/gcr.mo +share/locale/tg/LC_MESSAGES/gcr.mo +share/locale/th/LC_MESSAGES/gcr.mo +share/locale/tr/LC_MESSAGES/gcr.mo +share/locale/ug/LC_MESSAGES/gcr.mo +share/locale/uk/LC_MESSAGES/gcr.mo +share/locale/vi/LC_MESSAGES/gcr.mo +share/locale/xh/LC_MESSAGES/gcr.mo +share/locale/zh_CN/LC_MESSAGES/gcr.mo +share/locale/zh_HK/LC_MESSAGES/gcr.mo +share/locale/zh_TW/LC_MESSAGES/gcr.mo +share/mime/packages/gcr-crypto-types.xml +share/vala/vapi/gck-1.deps +share/vala/vapi/gck-1.vapi +share/vala/vapi/gcr-3.deps +share/vala/vapi/gcr-3.vapi +share/vala/vapi/gcr-ui-3.deps +share/vala/vapi/gcr-ui-3.vapi +share/vala/vapi/pkcs11.vapi diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index bb847897dcf6..95504849662e 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-keyring PORTVERSION= 42.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -11,11 +11,10 @@ COMMENT= Program that keeps passwords and other secrets LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \ - gcr>=3.5.3:security/gcr +BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl LIB_DEPENDS= libdbus-1.so:devel/dbus \ libgpg-error.so:security/libgpg-error \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libtasn1.so:security/libtasn1 \ libp11-kit.so:security/p11-kit \ libgcrypt.so:security/libgcrypt diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index af97894d3530..f77a89e7c538 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -1,6 +1,6 @@ PORTNAME= pinentry PORTVERSION= 1.3.1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security MASTER_SITES= GNUPG/pinentry @@ -102,7 +102,7 @@ LIBSECRET_USE= GNOME=glib20 .if ${PINENTRY_GUI} == "gnome" OPTIONS_SLAVE= LIBSECRET -LIB_DEPENDS+= libgcr-base-3.so:security/gcr +LIB_DEPENDS+= libgcr-base-3.so:security/gcr3 PLIST_FILES= bin/pinentry-gnome3 .else CONFIGURE_ARGS+=--disable-pinentry-gnome3 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index af4f9c3b3710..f67800a5cd4c 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,6 +1,6 @@ PORTNAME= seahorse PORTVERSION= 41.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gnupg>=2.1.4:security/gnupg \ itstool:textproc/itstool -LIB_DEPENDS= libgcr-base-3.so:security/gcr \ +LIB_DEPENDS= libgcr-base-3.so:security/gcr3 \ libgpgme.so:security/gpgme \ libhandy-1.so:x11-toolkits/libhandy \ libpwquality.so:security/libpwquality \ diff --git a/sysutils/budgie-control-center/Makefile b/sysutils/budgie-control-center/Makefile index b9329fb23287..bace20702287 100644 --- a/sysutils/budgie-control-center/Makefile +++ b/sysutils/budgie-control-center/Makefile @@ -1,6 +1,6 @@ PORTNAME= budgie-control-center DISTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils budgie MASTER_SITES= BUDGIE @@ -20,7 +20,7 @@ LIB_DEPENDS= libhandy-1.so:x11-toolkits/libhandy \ libpulse.so:audio/pulseaudio \ libupower-glib.so:sysutils/upower \ libepoxy.so:graphics/libepoxy \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libgudev-1.0.so:devel/libgudev \ libpwquality.so:security/libpwquality \ libpolkit-gobject-1.so:sysutils/polkit \ diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 67a79d0b27ab..1e6ca8a12df8 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -1,6 +1,6 @@ PORTNAME= epiphany PORTVERSION= 42.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -16,7 +16,7 @@ BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \ iso-codes>=0:misc/iso-codes \ itstool:textproc/itstool LIB_DEPENDS= libdazzle-1.0.so:x11-toolkits/libdazzle \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libgmp.so:math/gmp \ libhandy-1.so:x11-toolkits/libhandy \ libicuuc.so:devel/icu \ diff --git a/www/midori/Makefile b/www/midori/Makefile index 9b0226b2ddb6..7cdd1e866768 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -1,7 +1,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -14,7 +14,7 @@ LICENSE_COMB= multi LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libsoup-2.4.so:devel/libsoup \ libp11-kit.so:security/p11-kit \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libpeas-1.0.so:devel/libpeas \ libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libharfbuzz.so:print/harfbuzz diff --git a/www/surf/Makefile b/www/surf/Makefile index c673c51a098f..c1307a931246 100644 --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -1,6 +1,6 @@ PORTNAME= surf DISTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ PKGNAMESUFFIX= -browser @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libwebkit2gtk-4.0.so:www/webkit2-gtk3 \ libsoup-2.4.so:devel/libsoup \ - libgcr-base-3.so:security/gcr + libgcr-base-3.so:security/gcr3 RUN_DEPENDS= dmenu:x11/dmenu \ curl:ftp/curl \ xterm:x11/xterm diff --git a/x11-fm/sushi/Makefile b/x11-fm/sushi/Makefile index c8e7cb1b14c4..82a1301f5808 100644 --- a/x11-fm/sushi/Makefile +++ b/x11-fm/sushi/Makefile @@ -1,6 +1,6 @@ PORTNAME= sushi PORTVERSION= 42.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -12,7 +12,7 @@ WWW= https://gitlab.gnome.org/GNOME/sushi LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libgcr-base-3.so:security/gcr \ +LIB_DEPENDS= libgcr-base-3.so:security/gcr3 \ libgjs.so:lang/gjs \ libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ libclutter-gst-3.0.so:multimedia/clutter-gst3 \ diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 5d517301a64c..7a42a5b38b68 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -1,6 +1,6 @@ PORTNAME= gnome-shell PORTVERSION= 42.4 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= x11 gnome MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} DIST_SUBDIR= gnome @@ -22,7 +22,7 @@ LIB_DEPENDS= libatk-bridge-2.0.so:accessibility/at-spi2-core \ libcanberra.so:audio/libcanberra \ libcroco-0.6.so:textproc/libcroco \ libdrm.so:graphics/libdrm \ - libgcr-base-3.so:security/gcr \ + libgcr-base-3.so:security/gcr3 \ libgjs.so:lang/gjs \ libgnome-autoar-0.so:archivers/gnome-autoar \ libgraphene-1.0.so:graphics/graphene \