summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-26 20:58:06 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-05-26 20:58:06 +0800
commitc731ec753829442a20d1dd5a2c8af63f59456cba (patch)
treebe3ad6553166610698f8c4af4006991d7aff6db3 /security
parent26575ef299341cc0bd190650852b58d6ad009c03 (diff)
downloadmarcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.tar
marcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.tar.gz
marcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.tar.bz2
marcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.tar.lz
marcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.tar.xz
marcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.tar.zst
marcuscom-ports-c731ec753829442a20d1dd5a2c8af63f59456cba.zip
Add gcr 3.4.1 this was split off from gnome-keyring.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16808 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/gcr/Makefile40
-rw-r--r--security/gcr/distinfo2
-rw-r--r--security/gcr/files/patch-gcr_gcr-crypto-types.xml119
-rw-r--r--security/gcr/pkg-descr2
-rw-r--r--security/gcr/pkg-plist295
5 files changed, 458 insertions, 0 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile
new file mode 100644
index 000000000..3dd26ec2b
--- /dev/null
+++ b/security/gcr/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: gcr
+# Date Created: 26 May 2012
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gcr
+PORTVERSION= 3.4.1
+CATEGORIES= security gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= Library for bits of crypto UI and parsing
+
+BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
+ update-mime-database:${PORTSDIR}/misc/shared-mime-info \
+ gtk-doc>0:${PORTSDIR}/textproc/gtk-doc
+LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
+ tasn1:${PORTSDIR}/security/libtasn1 \
+ p11-kit:${PORTSDIR}/security/p11-kit \
+ gcrypt:${PORTSDIR}/security/libgcrypt
+RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info
+
+CONFLICTS= gnome-keyring-3.[0-2].[0-9]* gnome-keyring-2.[0-9]*
+
+USE_XZ= yes
+USE_GNOME= gnomehack gtk30 pkgconfig intlhack
+USE_GETTEXT= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+#USE_LDCONFIG= yes
+#CONFIGURE_ARGS= --disable-gtk-doc \
+#CPPFLAGS= -I${LOCALBASE}/include
+#LDFLAGS= -L${LOCALBASE}/lib
+
+GLIB_SCHEMAS= org.gnome.crypto.pgp.gschema.xml
+
+.include <bsd.port.mk>
diff --git a/security/gcr/distinfo b/security/gcr/distinfo
new file mode 100644
index 000000000..47f140d77
--- /dev/null
+++ b/security/gcr/distinfo
@@ -0,0 +1,2 @@
+SHA256 (gcr-3.4.1.tar.xz) = a0812b6e9623465b0053f4b1b09f3b9316317b2c6ed69a73bc2c5b3b6b849609
+SIZE (gcr-3.4.1.tar.xz) = 1335160
diff --git a/security/gcr/files/patch-gcr_gcr-crypto-types.xml b/security/gcr/files/patch-gcr_gcr-crypto-types.xml
new file mode 100644
index 000000000..70a64b30d
--- /dev/null
+++ b/security/gcr/files/patch-gcr_gcr-crypto-types.xml
@@ -0,0 +1,119 @@
+--- gcr/gcr-crypto-types.xml.orig 2011-11-24 18:50:38.000000000 +0100
++++ gcr/gcr-crypto-types.xml 2012-05-26 13:48:09.000000000 +0200
+@@ -9,20 +9,6 @@
+ <glob weight="50" pattern="*.pem"/>
+ </mime-type>
+
+- <!-- Defined in: http://www.ietf.org/rfc/rfc2585.txt -->
+- <mime-type type="application/pkix-cert">
+- <comment>X.509 Certificate</comment>
+- <glob weight="75" pattern="*.cer"/>
+-
+- <!-- Non standard: Common practice -->
+- <glob weight="55" pattern="*.crt"/>
+- <glob weight="55" pattern="*.cert"/>
+-
+- <!-- Non standard: Common practice -->
+- <alias type="application/x-x509-ca-cert"/>
+- <alias type="application/x-x509-user-cert"/>
+- </mime-type>
+-
+ <!-- Non standard: OpenSSL PEM format -->
+ <mime-type type="application/pkix-cert+pem">
+ <comment>X.509 Certificate in PEM format</comment>
+@@ -32,14 +18,6 @@
+ </magic>
+ </mime-type>
+
+- <!-- Defined in: http://www.ietf.org/rfc/rfc2585.txt -->
+- <mime-type type="application/pkix-crl">
+- <comment>Certificate Revocation List</comment>
+- <acronym>CRL</acronym>
+- <expanded-acronym>Certificate Revocation List</expanded-acronym>
+- <glob weight="75" pattern="*.crl"/>
+- </mime-type>
+-
+ <!-- Non standard: OpenSSL PEM format -->
+ <mime-type type="application/pkix-crl+pem">
+ <comment>Certificate Revocation List in PEM format</comment>
+@@ -49,19 +27,6 @@
+ </magic>
+ </mime-type>
+
+- <!-- Non standard: Common practice -->
+- <mime-type type="application/x-pkcs12">
+- <comment>PKCS#12 Personal Key and Certificates</comment>
+- <acronym>PKCS#12</acronym>
+- <glob weight="75" pattern="*.p12"/>
+-
+- <!-- Non standard: Microsoft practice -->
+- <glob weight="55" pattern="*.pfx"/>
+-
+- <!-- Non standard: Rare practice, unclear this actually got into a spec -->
+- <alias type="application/pkcs12"/>
+- </mime-type>
+-
+ <!-- Non standard: OpenSSL PEM format -->
+ <mime-type type="application/pkcs12+pem">
+ <comment>PKCS#12 Personal Key and Certificates in PEM format</comment>
+@@ -71,16 +36,6 @@
+ </magic>
+ </mime-type>
+
+- <!-- Defined in: http://www.ietf.org/rfc/rfc5958.txt -->
+- <mime-type type="application/pkcs8">
+- <comment>PKCS#8 Personal Key</comment>
+- <acronym>PKCS#8</acronym>
+- <glob weight="75" pattern="*.p8"/>
+-
+- <!-- Non standard: Gnome keyring practice -->
+- <glob weight="55" pattern="*.pkcs8"/>
+- </mime-type>
+-
+ <!-- Non standard: OpenSSL PEM format -->
+ <mime-type type="application/pkcs8+pem">
+ <comment>PKCS#8 Personal Key in PEM format</comment>
+@@ -91,21 +46,6 @@
+ </magic>
+ </mime-type>
+
+- <!-- Defined in: http://www.ietf.org/rfc/rfc2311.txt -->
+- <mime-type type="application/pkcs7-mime">
+- <comment>PKCS#7 Message and Certificates</comment>
+- <acronym>PKCS#7</acronym>
+- <glob pattern="*.p7c"/>
+- <glob pattern="*.p7m"/>
+-
+- <!-- Not standard: Microsoft practice -->
+- <glob pattern="*.spc"/>
+- <glob pattern="*.p7b"/>
+-
+- <!-- Non standard: Microsoft practice -->
+- <alias type="application/x-pkcs7-certificates"/>
+- </mime-type>
+-
+ <!-- Non standard: OpenSSL PEM format -->
+ <mime-type type="application/pkcs7-mime+pem">
+ <comment>PKCS#7 Message and Certificates in PEM format</comment>
+@@ -115,21 +55,6 @@
+ </magic>
+ </mime-type>
+
+- <!-- Defined in http://www.ietf.org/rfc/rfc2311.txt -->
+- <mime-type type="application/pkcs7-signature">
+- <comment>PKCS#7 Signature</comment>
+- <acronym>PKCS#7</acronym>
+- <glob pattern="*.p7s"/>
+- </mime-type>
+-
+- <!-- Defined in http://www.ietf.org/rfc/rfc2311.txt -->
+- <mime-type type="application/pkcs10">
+- <comment>PKCS#10 Certificate Request</comment>
+- <acronym>PKCS#10</acronym>
+- <glob pattern="*.p10"/>
+- <glob pattern="*.csr"/>
+- </mime-type>
+-
+ <!-- Non standard: OpenSSL PEM format -->
+ <mime-type type="application/pkcs10+pem">
+ <comment>PKCS#10 Certificate Request in PEM format</comment>
diff --git a/security/gcr/pkg-descr b/security/gcr/pkg-descr
new file mode 100644
index 000000000..139597f9c
--- /dev/null
+++ b/security/gcr/pkg-descr
@@ -0,0 +1,2 @@
+
+
diff --git a/security/gcr/pkg-plist b/security/gcr/pkg-plist
new file mode 100644
index 000000000..6d5a8e507
--- /dev/null
+++ b/security/gcr/pkg-plist
@@ -0,0 +1,295 @@
+bin/gcr-viewer
+include/gck-1/gck/gck-deprecated.h
+include/gck-1/gck/gck-enum-types.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-basics-widget.h
+include/gcr-3/gcr/gcr-certificate-chain.h
+include/gcr-3/gcr/gcr-certificate-details-widget.h
+include/gcr-3/gcr/gcr-certificate-renderer.h
+include/gcr-3/gcr/gcr-certificate-request.h
+include/gcr-3/gcr/gcr-certificate-widget.h
+include/gcr-3/gcr/gcr-certificate.h
+include/gcr-3/gcr/gcr-collection-model.h
+include/gcr-3/gcr/gcr-collection.h
+include/gcr-3/gcr/gcr-column.h
+include/gcr-3/gcr/gcr-combo-selector.h
+include/gcr-3/gcr/gcr-comparable.h
+include/gcr-3/gcr/gcr-deprecated-base.h
+include/gcr-3/gcr/gcr-deprecated.h
+include/gcr-3/gcr/gcr-enum-types-base.h
+include/gcr-3/gcr/gcr-enum-types.h
+include/gcr-3/gcr/gcr-failure-renderer.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-button.h
+include/gcr-3/gcr/gcr-import-interaction.h
+include/gcr-3/gcr/gcr-importer.h
+include/gcr-3/gcr/gcr-key-renderer.h
+include/gcr-3/gcr/gcr-key-widget.h
+include/gcr-3/gcr/gcr-library.h
+include/gcr-3/gcr/gcr-list-selector.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-dialog.h
+include/gcr-3/gcr/gcr-prompt.h
+include/gcr-3/gcr/gcr-renderer.h
+include/gcr-3/gcr/gcr-secret-exchange.h
+include/gcr-3/gcr/gcr-secure-entry-buffer.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-system-prompt.h
+include/gcr-3/gcr/gcr-system-prompter.h
+include/gcr-3/gcr/gcr-tree-selector.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-widget.h
+include/gcr-3/gcr/gcr-unlock-options.h
+include/gcr-3/gcr/gcr-viewer-widget.h
+include/gcr-3/gcr/gcr-viewer.h
+include/gcr-3/gcr/gcr.h
+lib/girepository-1.0/Gck-1.typelib
+lib/girepository-1.0/Gcr-3.typelib
+lib/libgck-1.la
+lib/libgck-1.so
+lib/libgck-1.so.0
+lib/libgcr-3.la
+lib/libgcr-3.so
+lib/libgcr-3.so.1
+lib/libgcr-base-3.la
+lib/libgcr-base-3.so
+lib/libgcr-base-3.so.1
+lib/libmock-test-module.la
+lib/libmock-test-module.so
+libdata/pkgconfig/gck-1.pc
+libdata/pkgconfig/gcr-3.pc
+libdata/pkgconfig/gcr-base-3.pc
+libexec/gcr-prompter
+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/gcr-3/ui/gcr-pkcs11-import-dialog.ui
+share/gcr-3/ui/gcr-unlock-options-widget.ui
+share/gir-1.0/Gck-1.gir
+share/gir-1.0/Gcr-3.gir
+share/gtk-doc/html/gck/GckAttributes.html
+share/gtk-doc/html/gck/GckEnumerator.html
+share/gtk-doc/html/gck/GckModule.html
+share/gtk-doc/html/gck/GckObject.html
+share/gtk-doc/html/gck/GckObjectCache.html
+share/gtk-doc/html/gck/GckSession.html
+share/gtk-doc/html/gck/GckSlot.html
+share/gtk-doc/html/gck/annotation-glossary.html
+share/gtk-doc/html/gck/gck-Errors.html
+share/gtk-doc/html/gck/gck-GckAttribute.html
+share/gtk-doc/html/gck/gck-GckModule-lists.html
+share/gtk-doc/html/gck/gck-Miscellaneous-Functions.html
+share/gtk-doc/html/gck/gck-PKCS11-URIs.html
+share/gtk-doc/html/gck/gck.devhelp2
+share/gtk-doc/html/gck/home.png
+share/gtk-doc/html/gck/index.html
+share/gtk-doc/html/gck/index.sgml
+share/gtk-doc/html/gck/left.png
+share/gtk-doc/html/gck/pkcs11-links.html
+share/gtk-doc/html/gck/reference.html
+share/gtk-doc/html/gck/right.png
+share/gtk-doc/html/gck/style.css
+share/gtk-doc/html/gck/up.png
+share/gtk-doc/html/gcr-3/GcrCertificate.html
+share/gtk-doc/html/gcr-3/GcrCertificateChain.html
+share/gtk-doc/html/gcr-3/GcrCertificateWidget.html
+share/gtk-doc/html/gcr-3/GcrCollection.html
+share/gtk-doc/html/gcr-3/GcrCollectionModel.html
+share/gtk-doc/html/gcr-3/GcrComboSelector.html
+share/gtk-doc/html/gcr-3/GcrImportButton.html
+share/gtk-doc/html/gcr-3/GcrImporter.html
+share/gtk-doc/html/gcr-3/GcrKeyWidget.html
+share/gtk-doc/html/gcr-3/GcrListSelector.html
+share/gtk-doc/html/gcr-3/GcrParser.html
+share/gtk-doc/html/gcr-3/GcrPkcs11Certificate.html
+share/gtk-doc/html/gcr-3/GcrPrompt.html
+share/gtk-doc/html/gcr-3/GcrPromptDialog.html
+share/gtk-doc/html/gcr-3/GcrRenderer.html
+share/gtk-doc/html/gcr-3/GcrSecretExchange.html
+share/gtk-doc/html/gcr-3/GcrSecureEntryBuffer.html
+share/gtk-doc/html/gcr-3/GcrSimpleCertificate.html
+share/gtk-doc/html/gcr-3/GcrSimpleCollection.html
+share/gtk-doc/html/gcr-3/GcrSystemPrompt.html
+share/gtk-doc/html/gcr-3/GcrSystemPrompter.html
+share/gtk-doc/html/gcr-3/GcrTreeSelector.html
+share/gtk-doc/html/gcr-3/GcrViewer.html
+share/gtk-doc/html/gcr-3/GcrViewerWidget.html
+share/gtk-doc/html/gcr-3/annotation-glossary.html
+share/gtk-doc/html/gcr-3/certificate-widget.png
+share/gtk-doc/html/gcr-3/certificates.html
+share/gtk-doc/html/gcr-3/ch01.html
+share/gtk-doc/html/gcr-3/collections.html
+share/gtk-doc/html/gcr-3/combo-selector.png
+share/gtk-doc/html/gcr-3/gcr-3.devhelp2
+share/gtk-doc/html/gcr-3/gcr-GcrCertificateRequest.html
+share/gtk-doc/html/gcr-3/gcr-GcrColumn.html
+share/gtk-doc/html/gcr-3/gcr-GcrComparable.html
+share/gtk-doc/html/gcr-3/gcr-Key-Fingerprints.html
+share/gtk-doc/html/gcr-3/gcr-Library-Settings.html
+share/gtk-doc/html/gcr-3/gcr-Non-pageable-Memory.html
+share/gtk-doc/html/gcr-3/gcr-Trust-Storage-and-Lookups.html
+share/gtk-doc/html/gcr-3/home.png
+share/gtk-doc/html/gcr-3/import-button.png
+share/gtk-doc/html/gcr-3/index.html
+share/gtk-doc/html/gcr-3/index.sgml
+share/gtk-doc/html/gcr-3/key-widget.png
+share/gtk-doc/html/gcr-3/left.png
+share/gtk-doc/html/gcr-3/list-selector.png
+share/gtk-doc/html/gcr-3/misc.html
+share/gtk-doc/html/gcr-3/prompts.html
+share/gtk-doc/html/gcr-3/right.png
+share/gtk-doc/html/gcr-3/storage.html
+share/gtk-doc/html/gcr-3/style.css
+share/gtk-doc/html/gcr-3/tree-selector.png
+share/gtk-doc/html/gcr-3/up.png
+share/gtk-doc/html/gcr-3/viewer-widget.png
+share/gtk-doc/html/gcr-3/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/icons/hicolor/icon-theme.cache
+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/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/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/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/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/application/pkcs10+pem.xml
+share/mime/application/pkcs12+pem.xml
+share/mime/application/pkcs7-mime+pem.xml
+share/mime/application/pkcs8+pem.xml
+share/mime/application/pkix-cert+pem.xml
+share/mime/application/pkix-crl+pem.xml
+share/mime/application/x-pem-file.xml
+share/mime/application/x-pem-key.xml
+share/mime/application/x-spkac+base64.xml
+share/mime/application/x-spkac.xml
+share/mime/packages/gcr-crypto-types.xml
+@dirrm share/gtk-doc/html/gcr-3
+@dirrm share/gtk-doc/html/gck
+@dirrmtry share/gtk-doc/html
+@dirrmtry share/gtk-doc
+@dirrm share/gcr-3/ui
+@dirrm share/gcr-3
+@dirrmtry share/applications
+@dirrm include/gcr-3/gcr
+@dirrm include/gcr-3
+@dirrm include/gck-1/gck
+@dirrm include/gck-1