[Midnightbsd-cvs] mports [20398] trunk/security: add new ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 3 00:42:57 EDT 2015


Revision: 20398
          http://svnweb.midnightbsd.org/mports/?rev=20398
Author:   laffer1
Date:     2015-10-03 00:42:56 -0400 (Sat, 03 Oct 2015)
Log Message:
-----------
add new ports

Modified Paths:
--------------
    trunk/security/Makefile

Added Paths:
-----------
    trunk/security/libcryptui/
    trunk/security/libcryptui/Makefile
    trunk/security/libcryptui/distinfo
    trunk/security/libcryptui/pkg-descr
    trunk/security/libcryptui/pkg-plist
    trunk/security/seahorse/
    trunk/security/seahorse/Makefile
    trunk/security/seahorse/distinfo
    trunk/security/seahorse/files/
    trunk/security/seahorse/files/patch-configure
    trunk/security/seahorse/pkg-descr
    trunk/security/seahorse/pkg-plist

Modified: trunk/security/Makefile
===================================================================
--- trunk/security/Makefile	2015-10-03 04:27:10 UTC (rev 20397)
+++ trunk/security/Makefile	2015-10-03 04:42:56 UTC (rev 20398)
@@ -33,6 +33,7 @@
 SUBDIR += krb5
 SUBDIR += l0phtcrack
 SUBDIR += libassuan
+SUBDIR += libcryptui
 SUBDIR += libgcrypt
 SUBDIR += libgnomesu
 SUBDIR += libgnome-keyring
@@ -103,6 +104,7 @@
 SUBDIR += py-paramiko
 SUBDIR += py-pycrypto
 SUBDIR += saint
+SUBDIR += seahorse
 SUBDIR += secpwgen
 SUBDIR += skipfish
 SUBDIR += smap

Added: trunk/security/libcryptui/Makefile
===================================================================
--- trunk/security/libcryptui/Makefile	                        (rev 0)
+++ trunk/security/libcryptui/Makefile	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,49 @@
+# Created by: Dave McKay <dave at mu.org>
+# $MidnightBSD$
+# $FreeBSD: head/security/libcryptui/Makefile 393607 2015-08-05 19:13:24Z kwm $
+
+PORTNAME=	libcryptui
+PORTVERSION=	3.12.2
+CATEGORIES=	security gnome
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GNOME application for managing encryption keys (PGP, SSH)
+
+LICENSE=	gpl2
+
+BUILD_DEPENDS=	seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
+		gpg:${PORTSDIR}/security/gnupg
+LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
+RUN_DEPENDS=	seahorse>=3.0.0:${PORTSDIR}/security/seahorse \
+		gpg:${PORTSDIR}/security/gnupg
+
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME=	intlhack gnomeprefix gtk30 introspection:build
+USE_XORG=	sm ice
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+
+GLIB_SCHEMAS=	org.gnome.seahorse.recipients.gschema.xml
+
+OPTIONS_DEFINE=	NOTIFY
+
+.include <bsd.mport.options.mk>
+
+.if ${PORT_OPTIONS:MNOTIFY}
+LIB_DEPENDS+=	libnotify.so:${PORTSDIR}/devel/libnotify
+.else
+CONFIGURE_ARGS+=--disable-libnotify
+.endif
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1"|g' \
+		${WRKSRC}/configure
+
+.include <bsd.port.mk>


Property changes on: trunk/security/libcryptui/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/libcryptui/distinfo
===================================================================
--- trunk/security/libcryptui/distinfo	                        (rev 0)
+++ trunk/security/libcryptui/distinfo	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/libcryptui-3.12.2.tar.xz) = 71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866
+SIZE (gnome3/libcryptui-3.12.2.tar.xz) = 1163784


Property changes on: trunk/security/libcryptui/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/libcryptui/pkg-descr
===================================================================
--- trunk/security/libcryptui/pkg-descr	                        (rev 0)
+++ trunk/security/libcryptui/pkg-descr	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,8 @@
+Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program.
+
+It is a tool for secure communications and data storage.
+Data encryption and digital signature creation can easily
+be performed through a GUI and Key Management operations
+can easily be carried out through an intuitive interface.
+
+WWW: http://seahorse.sourceforge.net/


Property changes on: trunk/security/libcryptui/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/libcryptui/pkg-plist
===================================================================
--- trunk/security/libcryptui/pkg-plist	                        (rev 0)
+++ trunk/security/libcryptui/pkg-plist	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,139 @@
+bin/seahorse-daemon
+include/libcryptui/cryptui-key-chooser.h
+include/libcryptui/cryptui-key-combo.h
+include/libcryptui/cryptui-key-list.h
+include/libcryptui/cryptui-key-store.h
+include/libcryptui/cryptui-keyset.h
+include/libcryptui/cryptui.h
+lib/girepository-1.0/CryptUI-0.0.typelib
+lib/libcryptui.a
+lib/libcryptui.so
+lib/libcryptui.so.0
+lib/libcryptui.so.0.0.0
+libdata/pkgconfig/cryptui-0.0.pc
+man/man1/seahorse-daemon.1.gz
+share/GConf/gsettings/org.gnome.seahorse.recipients.convert
+share/cryptui/ui/seahorse-notify.xml
+share/cryptui/ui/seahorse-pgp-generate.xml
+share/cryptui/ui/seahorse-progress.xml
+share/dbus-1/services/org.gnome.seahorse.service
+share/doc/libcryptui/ch01.html
+share/doc/libcryptui/home.png
+share/doc/libcryptui/index.html
+share/doc/libcryptui/index.sgml
+share/doc/libcryptui/left-insensitive.png
+share/doc/libcryptui/left.png
+share/doc/libcryptui/libcryptui-cryptui-defines.html
+share/doc/libcryptui/libcryptui-cryptui-key-chooser.html
+share/doc/libcryptui/libcryptui-cryptui-key-combo.html
+share/doc/libcryptui/libcryptui-cryptui-key-list.html
+share/doc/libcryptui/libcryptui-cryptui-key-store.html
+share/doc/libcryptui/libcryptui-cryptui-keyset.html
+share/doc/libcryptui/libcryptui-cryptui-marshal.html
+share/doc/libcryptui/libcryptui-cryptui.html
+share/doc/libcryptui/libcryptui.devhelp2
+share/doc/libcryptui/right-insensitive.png
+share/doc/libcryptui/right.png
+share/doc/libcryptui/style.css
+share/doc/libcryptui/up-insensitive.png
+share/doc/libcryptui/up.png
+share/gir-1.0/CryptUI-0.0.gir
+share/locale/ar/LC_MESSAGES/cryptui.mo
+share/locale/as/LC_MESSAGES/cryptui.mo
+share/locale/ast/LC_MESSAGES/cryptui.mo
+share/locale/az/LC_MESSAGES/cryptui.mo
+share/locale/be at latin/LC_MESSAGES/cryptui.mo
+share/locale/bg/LC_MESSAGES/cryptui.mo
+share/locale/bn/LC_MESSAGES/cryptui.mo
+share/locale/bn_IN/LC_MESSAGES/cryptui.mo
+share/locale/br/LC_MESSAGES/cryptui.mo
+share/locale/ca/LC_MESSAGES/cryptui.mo
+share/locale/ca at valencia/LC_MESSAGES/cryptui.mo
+share/locale/cs/LC_MESSAGES/cryptui.mo
+share/locale/cy/LC_MESSAGES/cryptui.mo
+share/locale/da/LC_MESSAGES/cryptui.mo
+share/locale/de/LC_MESSAGES/cryptui.mo
+share/locale/dz/LC_MESSAGES/cryptui.mo
+share/locale/el/LC_MESSAGES/cryptui.mo
+share/locale/en at shaw/LC_MESSAGES/cryptui.mo
+share/locale/en_CA/LC_MESSAGES/cryptui.mo
+share/locale/en_GB/LC_MESSAGES/cryptui.mo
+share/locale/eo/LC_MESSAGES/cryptui.mo
+share/locale/es/LC_MESSAGES/cryptui.mo
+share/locale/et/LC_MESSAGES/cryptui.mo
+share/locale/eu/LC_MESSAGES/cryptui.mo
+share/locale/fi/LC_MESSAGES/cryptui.mo
+share/locale/fr/LC_MESSAGES/cryptui.mo
+share/locale/ga/LC_MESSAGES/cryptui.mo
+share/locale/gl/LC_MESSAGES/cryptui.mo
+share/locale/gu/LC_MESSAGES/cryptui.mo
+share/locale/he/LC_MESSAGES/cryptui.mo
+share/locale/hi/LC_MESSAGES/cryptui.mo
+share/locale/hr/LC_MESSAGES/cryptui.mo
+share/locale/hu/LC_MESSAGES/cryptui.mo
+share/locale/id/LC_MESSAGES/cryptui.mo
+share/locale/it/LC_MESSAGES/cryptui.mo
+share/locale/ja/LC_MESSAGES/cryptui.mo
+share/locale/kn/LC_MESSAGES/cryptui.mo
+share/locale/ko/LC_MESSAGES/cryptui.mo
+share/locale/ku/LC_MESSAGES/cryptui.mo
+share/locale/lt/LC_MESSAGES/cryptui.mo
+share/locale/lv/LC_MESSAGES/cryptui.mo
+share/locale/mai/LC_MESSAGES/cryptui.mo
+share/locale/mk/LC_MESSAGES/cryptui.mo
+share/locale/ml/LC_MESSAGES/cryptui.mo
+share/locale/mr/LC_MESSAGES/cryptui.mo
+share/locale/ms/LC_MESSAGES/cryptui.mo
+share/locale/nb/LC_MESSAGES/cryptui.mo
+share/locale/ne/LC_MESSAGES/cryptui.mo
+share/locale/nl/LC_MESSAGES/cryptui.mo
+share/locale/nn/LC_MESSAGES/cryptui.mo
+share/locale/oc/LC_MESSAGES/cryptui.mo
+share/locale/or/LC_MESSAGES/cryptui.mo
+share/locale/pa/LC_MESSAGES/cryptui.mo
+share/locale/pl/LC_MESSAGES/cryptui.mo
+share/locale/pt/LC_MESSAGES/cryptui.mo
+share/locale/pt_BR/LC_MESSAGES/cryptui.mo
+share/locale/ro/LC_MESSAGES/cryptui.mo
+share/locale/ru/LC_MESSAGES/cryptui.mo
+share/locale/rw/LC_MESSAGES/cryptui.mo
+share/locale/si/LC_MESSAGES/cryptui.mo
+share/locale/sk/LC_MESSAGES/cryptui.mo
+share/locale/sl/LC_MESSAGES/cryptui.mo
+share/locale/sq/LC_MESSAGES/cryptui.mo
+share/locale/sr/LC_MESSAGES/cryptui.mo
+share/locale/sr at latin/LC_MESSAGES/cryptui.mo
+share/locale/sv/LC_MESSAGES/cryptui.mo
+share/locale/ta/LC_MESSAGES/cryptui.mo
+share/locale/te/LC_MESSAGES/cryptui.mo
+share/locale/th/LC_MESSAGES/cryptui.mo
+share/locale/tr/LC_MESSAGES/cryptui.mo
+share/locale/ug/LC_MESSAGES/cryptui.mo
+share/locale/uk/LC_MESSAGES/cryptui.mo
+share/locale/vi/LC_MESSAGES/cryptui.mo
+share/locale/zh_CN/LC_MESSAGES/cryptui.mo
+share/locale/zh_HK/LC_MESSAGES/cryptui.mo
+share/locale/zh_TW/LC_MESSAGES/cryptui.mo
+share/pixmaps/cryptui/22x22/seahorse-key-personal.png
+share/pixmaps/cryptui/22x22/seahorse-key-ssh.png
+share/pixmaps/cryptui/22x22/seahorse-key.png
+share/pixmaps/cryptui/22x22/seahorse-person.png
+share/pixmaps/cryptui/22x22/seahorse-sign-bad.png
+share/pixmaps/cryptui/22x22/seahorse-sign-ok.png
+share/pixmaps/cryptui/22x22/seahorse-sign.png
+share/pixmaps/cryptui/48x48/seahorse-key-personal.png
+share/pixmaps/cryptui/48x48/seahorse-key-ssh.png
+share/pixmaps/cryptui/48x48/seahorse-key.png
+share/pixmaps/cryptui/48x48/seahorse-person.png
+share/pixmaps/cryptui/48x48/seahorse-sign-bad.png
+share/pixmaps/cryptui/48x48/seahorse-sign-ok.png
+share/pixmaps/cryptui/48x48/seahorse-sign-unknown.png
+share/pixmaps/cryptui/48x48/seahorse-sign.png
+share/pixmaps/cryptui/scalable/seahorse-key-personal.svg
+share/pixmaps/cryptui/scalable/seahorse-key-ssh.svg
+share/pixmaps/cryptui/scalable/seahorse-key.svg
+share/pixmaps/cryptui/scalable/seahorse-person.svg
+share/pixmaps/cryptui/scalable/seahorse-sign-bad.svg
+share/pixmaps/cryptui/scalable/seahorse-sign-ok.svg
+share/pixmaps/cryptui/scalable/seahorse-sign-unknown.svg
+share/pixmaps/cryptui/scalable/seahorse-sign.svg


Property changes on: trunk/security/libcryptui/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/seahorse/Makefile
===================================================================
--- trunk/security/seahorse/Makefile	                        (rev 0)
+++ trunk/security/seahorse/Makefile	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,51 @@
+# Created by: Dave McKay <dave at mu.org>
+# $MidnightBSD$
+# $FreeBSD: head/security/seahorse/Makefile 393607 2015-08-05 19:13:24Z kwm $
+
+PORTNAME=	seahorse
+PORTVERSION=	3.16.0
+CATEGORIES=	security gnome
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	GNOME application for managing encryption keys (PGP, SSH)
+
+LICENSE=	gpl2
+
+BUILD_DEPENDS=	gnupg>=2.1:${PORTSDIR}/security/gnupg \
+		valac:${PORTSDIR}/lang/vala \
+		itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS=	libgpgme.so:${PORTSDIR}/security/gpgme \
+		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+		libgcr-3.so:${PORTSDIR}/security/gcr \
+		libsecret-1.so:${PORTSDIR}/security/libsecret \
+		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+RUN_DEPENDS=	gnupg>=2.1:${PORTSDIR}/security/gnupg
+
+PORTSCOUT=	limitw:1,even
+
+USE_XORG=	sm
+USE_LDCONFIG=	yes
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME=	intlhack gnomeprefix gtk30
+GNU_CONFIGURE=	yes
+INSTALLS_ICONS=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+
+GLIB_SCHEMAS=	org.gnome.seahorse.gschema.xml \
+		org.gnome.seahorse.manager.gschema.xml \
+		org.gnome.seahorse.window.gschema.xml
+
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	LDAP NOTIFY AVAHI
+OPTIONS_DEFAULT=LDAP NOTIFY AVAHI
+LDAP_CONFIGURE_ENABLE=	ldap
+LDAP_USE=	OPENLDAP=yes
+NOTIFY_CONFIGURE_ENABLE=	libnotify
+NOTIFY_LIB_DEPENDS=	libnotify.so:${PORTSDIR}/devel/libnotify
+AVAHI_CONFIGURE_ENABLE=	sharing
+AVAHI_LIB_DEPENDS=	libavahi-client.so:${PORTSDIR}/net/avahi-app
+
+.include <bsd.port.mk>


Property changes on: trunk/security/seahorse/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/seahorse/distinfo
===================================================================
--- trunk/security/seahorse/distinfo	                        (rev 0)
+++ trunk/security/seahorse/distinfo	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/seahorse-3.16.0.tar.xz) = 770a5f03b8745054ef04cef9923dd713b1fbf309169150bc8dd32d7e5f7ee131
+SIZE (gnome3/seahorse-3.16.0.tar.xz) = 1496188


Property changes on: trunk/security/seahorse/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/seahorse/files/patch-configure
===================================================================
--- trunk/security/seahorse/files/patch-configure	                        (rev 0)
+++ trunk/security/seahorse/files/patch-configure	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,11 @@
+--- configure.orig	2014-11-22 16:52:37.804032295 +0100
++++ configure	2014-11-22 16:52:48.509032582 +0100
+@@ -2527,7 +2527,7 @@
+ GTK_REQ=3.4.0
+ GTK_MAX=GTK_VERSION_3_4
+ 
+-GNUPG_ACCEPTED="1.2 1.4 2.0"
++GNUPG_ACCEPTED="1.2 1.4 2.0 2.1"
+ GPGME_REQUIRED=1.0.0
+ LIBSECRET_REQUIRED=0.16
+ AVAHI_GLIB_REQUIRED=0.6


Property changes on: trunk/security/seahorse/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/seahorse/pkg-descr
===================================================================
--- trunk/security/seahorse/pkg-descr	                        (rev 0)
+++ trunk/security/seahorse/pkg-descr	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,8 @@
+Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program.
+
+It is a tool for secure communications and data storage.
+Data encryption and digital signature creation can easily
+be performed through a GUI and Key Management operations
+can easily be carried out through an intuitive interface.
+
+WWW: https://wiki.gnome.org/Apps/Seahorse


Property changes on: trunk/security/seahorse/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/security/seahorse/pkg-plist
===================================================================
--- trunk/security/seahorse/pkg-plist	                        (rev 0)
+++ trunk/security/seahorse/pkg-plist	2015-10-03 04:42:56 UTC (rev 20398)
@@ -0,0 +1,491 @@
+bin/seahorse
+lib/seahorse/seahorse-ssh-askpass
+lib/seahorse/xloadimage
+man/man1/seahorse.1.gz
+share/GConf/gsettings/org.gnome.seahorse.convert
+share/GConf/gsettings/org.gnome.seahorse.manager.convert
+share/appdata/seahorse.appdata.xml
+share/applications/seahorse.desktop
+share/dbus-1/services/org.gnome.seahorse.Application.service
+share/gnome-shell/search-providers/seahorse-search-provider.ini
+share/help/C/seahorse/about-diff-private-public.page
+share/help/C/seahorse/about-pgp.page
+share/help/C/seahorse/about-ssh.page
+share/help/C/seahorse/concepts.page
+share/help/C/seahorse/glossary.page
+share/help/C/seahorse/index.page
+share/help/C/seahorse/introduction.page
+share/help/C/seahorse/key-servers-add.page
+share/help/C/seahorse/keyring-change-default.page
+share/help/C/seahorse/keyring-create.page
+share/help/C/seahorse/keyring-lock.page
+share/help/C/seahorse/keyring-unlock.page
+share/help/C/seahorse/keyring-update-password.page
+share/help/C/seahorse/keyring.page
+share/help/C/seahorse/legal.xml
+share/help/C/seahorse/media/seahorse.png
+share/help/C/seahorse/misc-key-backup.page
+share/help/C/seahorse/misc-key-fingerprint.page
+share/help/C/seahorse/passwords-stored-create.page
+share/help/C/seahorse/passwords-view.page
+share/help/C/seahorse/pgp-create.page
+share/help/C/seahorse/pgp-delete.page
+share/help/C/seahorse/pgp-expiration-change.page
+share/help/C/seahorse/pgp-expired.page
+share/help/C/seahorse/pgp-export.page
+share/help/C/seahorse/pgp-import.page
+share/help/C/seahorse/pgp-photoid.page
+share/help/C/seahorse/pgp-publish.page
+share/help/C/seahorse/pgp-retrieve-remote.page
+share/help/C/seahorse/pgp-sign.page
+share/help/C/seahorse/pgp-subkeys.page
+share/help/C/seahorse/pgp-sync.page
+share/help/C/seahorse/pgp-userid-add.page
+share/help/C/seahorse/pgp-userid-primary.page
+share/help/C/seahorse/pgp-userid-remove.page
+share/help/C/seahorse/pgp-userid.page
+share/help/C/seahorse/ssh-connect-remote.page
+share/help/C/seahorse/ssh-create.page
+share/help/C/seahorse/ssh-export.page
+share/help/C/seahorse/ssh-import.page
+share/help/C/seahorse/subkeys-add.page
+share/help/C/seahorse/subkeys-examine.page
+share/help/C/seahorse/subkeys-revoke.page
+share/help/cs/seahorse/about-diff-private-public.page
+share/help/cs/seahorse/about-pgp.page
+share/help/cs/seahorse/about-ssh.page
+share/help/cs/seahorse/concepts.page
+share/help/cs/seahorse/glossary.page
+share/help/cs/seahorse/index.page
+share/help/cs/seahorse/introduction.page
+share/help/cs/seahorse/key-servers-add.page
+share/help/cs/seahorse/keyring-change-default.page
+share/help/cs/seahorse/keyring-create.page
+share/help/cs/seahorse/keyring-lock.page
+share/help/cs/seahorse/keyring-unlock.page
+share/help/cs/seahorse/keyring-update-password.page
+share/help/cs/seahorse/keyring.page
+share/help/cs/seahorse/legal.xml
+share/help/cs/seahorse/media/seahorse.png
+share/help/cs/seahorse/misc-key-backup.page
+share/help/cs/seahorse/misc-key-fingerprint.page
+share/help/cs/seahorse/passwords-stored-create.page
+share/help/cs/seahorse/passwords-view.page
+share/help/cs/seahorse/pgp-create.page
+share/help/cs/seahorse/pgp-delete.page
+share/help/cs/seahorse/pgp-expiration-change.page
+share/help/cs/seahorse/pgp-expired.page
+share/help/cs/seahorse/pgp-export.page
+share/help/cs/seahorse/pgp-import.page
+share/help/cs/seahorse/pgp-photoid.page
+share/help/cs/seahorse/pgp-publish.page
+share/help/cs/seahorse/pgp-retrieve-remote.page
+share/help/cs/seahorse/pgp-sign.page
+share/help/cs/seahorse/pgp-subkeys.page
+share/help/cs/seahorse/pgp-sync.page
+share/help/cs/seahorse/pgp-userid-add.page
+share/help/cs/seahorse/pgp-userid-primary.page
+share/help/cs/seahorse/pgp-userid-remove.page
+share/help/cs/seahorse/pgp-userid.page
+share/help/cs/seahorse/ssh-connect-remote.page
+share/help/cs/seahorse/ssh-create.page
+share/help/cs/seahorse/ssh-export.page
+share/help/cs/seahorse/ssh-import.page
+share/help/cs/seahorse/subkeys-add.page
+share/help/cs/seahorse/subkeys-examine.page
+share/help/cs/seahorse/subkeys-revoke.page
+share/help/de/seahorse/about-diff-private-public.page
+share/help/de/seahorse/about-pgp.page
+share/help/de/seahorse/about-ssh.page
+share/help/de/seahorse/concepts.page
+share/help/de/seahorse/glossary.page
+share/help/de/seahorse/index.page
+share/help/de/seahorse/introduction.page
+share/help/de/seahorse/key-servers-add.page
+share/help/de/seahorse/keyring-change-default.page
+share/help/de/seahorse/keyring-create.page
+share/help/de/seahorse/keyring-lock.page
+share/help/de/seahorse/keyring-unlock.page
+share/help/de/seahorse/keyring-update-password.page
+share/help/de/seahorse/keyring.page
+share/help/de/seahorse/legal.xml
+share/help/de/seahorse/media/seahorse.png
+share/help/de/seahorse/misc-key-backup.page
+share/help/de/seahorse/misc-key-fingerprint.page
+share/help/de/seahorse/passwords-stored-create.page
+share/help/de/seahorse/passwords-view.page
+share/help/de/seahorse/pgp-create.page
+share/help/de/seahorse/pgp-delete.page
+share/help/de/seahorse/pgp-expiration-change.page
+share/help/de/seahorse/pgp-expired.page
+share/help/de/seahorse/pgp-export.page
+share/help/de/seahorse/pgp-import.page
+share/help/de/seahorse/pgp-photoid.page
+share/help/de/seahorse/pgp-publish.page
+share/help/de/seahorse/pgp-retrieve-remote.page
+share/help/de/seahorse/pgp-sign.page
+share/help/de/seahorse/pgp-subkeys.page
+share/help/de/seahorse/pgp-sync.page
+share/help/de/seahorse/pgp-userid-add.page
+share/help/de/seahorse/pgp-userid-primary.page
+share/help/de/seahorse/pgp-userid-remove.page
+share/help/de/seahorse/pgp-userid.page
+share/help/de/seahorse/ssh-connect-remote.page
+share/help/de/seahorse/ssh-create.page
+share/help/de/seahorse/ssh-export.page
+share/help/de/seahorse/ssh-import.page
+share/help/de/seahorse/subkeys-add.page
+share/help/de/seahorse/subkeys-examine.page
+share/help/de/seahorse/subkeys-revoke.page
+share/help/el/seahorse/about-diff-private-public.page
+share/help/el/seahorse/about-pgp.page
+share/help/el/seahorse/about-ssh.page
+share/help/el/seahorse/concepts.page
+share/help/el/seahorse/glossary.page
+share/help/el/seahorse/index.page
+share/help/el/seahorse/introduction.page
+share/help/el/seahorse/key-servers-add.page
+share/help/el/seahorse/keyring-change-default.page
+share/help/el/seahorse/keyring-create.page
+share/help/el/seahorse/keyring-lock.page
+share/help/el/seahorse/keyring-unlock.page
+share/help/el/seahorse/keyring-update-password.page
+share/help/el/seahorse/keyring.page
+share/help/el/seahorse/legal.xml
+share/help/el/seahorse/media/seahorse.png
+share/help/el/seahorse/misc-key-backup.page
+share/help/el/seahorse/misc-key-fingerprint.page
+share/help/el/seahorse/passwords-stored-create.page
+share/help/el/seahorse/passwords-view.page
+share/help/el/seahorse/pgp-create.page
+share/help/el/seahorse/pgp-delete.page
+share/help/el/seahorse/pgp-expiration-change.page
+share/help/el/seahorse/pgp-expired.page
+share/help/el/seahorse/pgp-export.page
+share/help/el/seahorse/pgp-import.page
+share/help/el/seahorse/pgp-photoid.page
+share/help/el/seahorse/pgp-publish.page
+share/help/el/seahorse/pgp-retrieve-remote.page
+share/help/el/seahorse/pgp-sign.page
+share/help/el/seahorse/pgp-subkeys.page
+share/help/el/seahorse/pgp-sync.page
+share/help/el/seahorse/pgp-userid-add.page
+share/help/el/seahorse/pgp-userid-primary.page
+share/help/el/seahorse/pgp-userid-remove.page
+share/help/el/seahorse/pgp-userid.page
+share/help/el/seahorse/ssh-connect-remote.page
+share/help/el/seahorse/ssh-create.page
+share/help/el/seahorse/ssh-export.page
+share/help/el/seahorse/ssh-import.page
+share/help/el/seahorse/subkeys-add.page
+share/help/el/seahorse/subkeys-examine.page
+share/help/el/seahorse/subkeys-revoke.page
+share/help/es/seahorse/about-diff-private-public.page
+share/help/es/seahorse/about-pgp.page
+share/help/es/seahorse/about-ssh.page
+share/help/es/seahorse/concepts.page
+share/help/es/seahorse/glossary.page
+share/help/es/seahorse/index.page
+share/help/es/seahorse/introduction.page
+share/help/es/seahorse/key-servers-add.page
+share/help/es/seahorse/keyring-change-default.page
+share/help/es/seahorse/keyring-create.page
+share/help/es/seahorse/keyring-lock.page
+share/help/es/seahorse/keyring-unlock.page
+share/help/es/seahorse/keyring-update-password.page
+share/help/es/seahorse/keyring.page
+share/help/es/seahorse/legal.xml
+share/help/es/seahorse/media/seahorse.png
+share/help/es/seahorse/misc-key-backup.page
+share/help/es/seahorse/misc-key-fingerprint.page
+share/help/es/seahorse/passwords-stored-create.page
+share/help/es/seahorse/passwords-view.page
+share/help/es/seahorse/pgp-create.page
+share/help/es/seahorse/pgp-delete.page
+share/help/es/seahorse/pgp-expiration-change.page
+share/help/es/seahorse/pgp-expired.page
+share/help/es/seahorse/pgp-export.page
+share/help/es/seahorse/pgp-import.page
+share/help/es/seahorse/pgp-photoid.page
+share/help/es/seahorse/pgp-publish.page
+share/help/es/seahorse/pgp-retrieve-remote.page
+share/help/es/seahorse/pgp-sign.page
+share/help/es/seahorse/pgp-subkeys.page
+share/help/es/seahorse/pgp-sync.page
+share/help/es/seahorse/pgp-userid-add.page
+share/help/es/seahorse/pgp-userid-primary.page
+share/help/es/seahorse/pgp-userid-remove.page
+share/help/es/seahorse/pgp-userid.page
+share/help/es/seahorse/ssh-connect-remote.page
+share/help/es/seahorse/ssh-create.page
+share/help/es/seahorse/ssh-export.page
+share/help/es/seahorse/ssh-import.page
+share/help/es/seahorse/subkeys-add.page
+share/help/es/seahorse/subkeys-examine.page
+share/help/es/seahorse/subkeys-revoke.page
+share/help/fr/seahorse/about-diff-private-public.page
+share/help/fr/seahorse/about-pgp.page
+share/help/fr/seahorse/about-ssh.page
+share/help/fr/seahorse/concepts.page
+share/help/fr/seahorse/glossary.page
+share/help/fr/seahorse/index.page
+share/help/fr/seahorse/introduction.page
+share/help/fr/seahorse/key-servers-add.page
+share/help/fr/seahorse/keyring-change-default.page
+share/help/fr/seahorse/keyring-create.page
+share/help/fr/seahorse/keyring-lock.page
+share/help/fr/seahorse/keyring-unlock.page
+share/help/fr/seahorse/keyring-update-password.page
+share/help/fr/seahorse/keyring.page
+share/help/fr/seahorse/legal.xml
+share/help/fr/seahorse/media/seahorse.png
+share/help/fr/seahorse/misc-key-backup.page
+share/help/fr/seahorse/misc-key-fingerprint.page
+share/help/fr/seahorse/passwords-stored-create.page
+share/help/fr/seahorse/passwords-view.page
+share/help/fr/seahorse/pgp-create.page
+share/help/fr/seahorse/pgp-delete.page
+share/help/fr/seahorse/pgp-expiration-change.page
+share/help/fr/seahorse/pgp-expired.page
+share/help/fr/seahorse/pgp-export.page
+share/help/fr/seahorse/pgp-import.page
+share/help/fr/seahorse/pgp-photoid.page
+share/help/fr/seahorse/pgp-publish.page
+share/help/fr/seahorse/pgp-retrieve-remote.page
+share/help/fr/seahorse/pgp-sign.page
+share/help/fr/seahorse/pgp-subkeys.page
+share/help/fr/seahorse/pgp-sync.page
+share/help/fr/seahorse/pgp-userid-add.page
+share/help/fr/seahorse/pgp-userid-primary.page
+share/help/fr/seahorse/pgp-userid-remove.page
+share/help/fr/seahorse/pgp-userid.page
+share/help/fr/seahorse/ssh-connect-remote.page
+share/help/fr/seahorse/ssh-create.page
+share/help/fr/seahorse/ssh-export.page
+share/help/fr/seahorse/ssh-import.page
+share/help/fr/seahorse/subkeys-add.page
+share/help/fr/seahorse/subkeys-examine.page
+share/help/fr/seahorse/subkeys-revoke.page
+share/help/hu/seahorse/about-diff-private-public.page
+share/help/hu/seahorse/about-pgp.page
+share/help/hu/seahorse/about-ssh.page
+share/help/hu/seahorse/concepts.page
+share/help/hu/seahorse/glossary.page
+share/help/hu/seahorse/index.page
+share/help/hu/seahorse/introduction.page
+share/help/hu/seahorse/key-servers-add.page
+share/help/hu/seahorse/keyring-change-default.page
+share/help/hu/seahorse/keyring-create.page
+share/help/hu/seahorse/keyring-lock.page
+share/help/hu/seahorse/keyring-unlock.page
+share/help/hu/seahorse/keyring-update-password.page
+share/help/hu/seahorse/keyring.page
+share/help/hu/seahorse/legal.xml
+share/help/hu/seahorse/media/seahorse.png
+share/help/hu/seahorse/misc-key-backup.page
+share/help/hu/seahorse/misc-key-fingerprint.page
+share/help/hu/seahorse/passwords-stored-create.page
+share/help/hu/seahorse/passwords-view.page
+share/help/hu/seahorse/pgp-create.page
+share/help/hu/seahorse/pgp-delete.page
+share/help/hu/seahorse/pgp-expiration-change.page
+share/help/hu/seahorse/pgp-expired.page
+share/help/hu/seahorse/pgp-export.page
+share/help/hu/seahorse/pgp-import.page
+share/help/hu/seahorse/pgp-photoid.page
+share/help/hu/seahorse/pgp-publish.page
+share/help/hu/seahorse/pgp-retrieve-remote.page
+share/help/hu/seahorse/pgp-sign.page
+share/help/hu/seahorse/pgp-subkeys.page
+share/help/hu/seahorse/pgp-sync.page
+share/help/hu/seahorse/pgp-userid-add.page
+share/help/hu/seahorse/pgp-userid-primary.page
+share/help/hu/seahorse/pgp-userid-remove.page
+share/help/hu/seahorse/pgp-userid.page
+share/help/hu/seahorse/ssh-connect-remote.page
+share/help/hu/seahorse/ssh-create.page
+share/help/hu/seahorse/ssh-export.page
+share/help/hu/seahorse/ssh-import.page
+share/help/hu/seahorse/subkeys-add.page
+share/help/hu/seahorse/subkeys-examine.page
+share/help/hu/seahorse/subkeys-revoke.page
+share/help/ru/seahorse/about-diff-private-public.page
+share/help/ru/seahorse/about-pgp.page
+share/help/ru/seahorse/about-ssh.page
+share/help/ru/seahorse/concepts.page
+share/help/ru/seahorse/glossary.page
+share/help/ru/seahorse/index.page
+share/help/ru/seahorse/introduction.page
+share/help/ru/seahorse/key-servers-add.page
+share/help/ru/seahorse/keyring-change-default.page
+share/help/ru/seahorse/keyring-create.page
+share/help/ru/seahorse/keyring-lock.page
+share/help/ru/seahorse/keyring-unlock.page
+share/help/ru/seahorse/keyring-update-password.page
+share/help/ru/seahorse/keyring.page
+share/help/ru/seahorse/legal.xml
+share/help/ru/seahorse/media/seahorse.png
+share/help/ru/seahorse/misc-key-backup.page
+share/help/ru/seahorse/misc-key-fingerprint.page
+share/help/ru/seahorse/passwords-stored-create.page
+share/help/ru/seahorse/passwords-view.page
+share/help/ru/seahorse/pgp-create.page
+share/help/ru/seahorse/pgp-delete.page
+share/help/ru/seahorse/pgp-expiration-change.page
+share/help/ru/seahorse/pgp-expired.page
+share/help/ru/seahorse/pgp-export.page
+share/help/ru/seahorse/pgp-import.page
+share/help/ru/seahorse/pgp-photoid.page
+share/help/ru/seahorse/pgp-publish.page
+share/help/ru/seahorse/pgp-retrieve-remote.page
+share/help/ru/seahorse/pgp-sign.page
+share/help/ru/seahorse/pgp-subkeys.page
+share/help/ru/seahorse/pgp-sync.page
+share/help/ru/seahorse/pgp-userid-add.page
+share/help/ru/seahorse/pgp-userid-primary.page
+share/help/ru/seahorse/pgp-userid-remove.page
+share/help/ru/seahorse/pgp-userid.page
+share/help/ru/seahorse/ssh-connect-remote.page
+share/help/ru/seahorse/ssh-create.page
+share/help/ru/seahorse/ssh-export.page
+share/help/ru/seahorse/ssh-import.page
+share/help/ru/seahorse/subkeys-add.page
+share/help/ru/seahorse/subkeys-examine.page
+share/help/ru/seahorse/subkeys-revoke.page
+share/icons/hicolor/16x16/apps/seahorse-preferences.png
+share/icons/hicolor/16x16/apps/seahorse.png
+share/icons/hicolor/22x22/apps/seahorse-preferences.png
+share/icons/hicolor/22x22/apps/seahorse.png
+share/icons/hicolor/24x24/apps/seahorse-preferences.png
+share/icons/hicolor/24x24/apps/seahorse.png
+share/icons/hicolor/256x256/apps/seahorse.png
+share/icons/hicolor/32x32/apps/seahorse-preferences.png
+share/icons/hicolor/32x32/apps/seahorse.png
+share/icons/hicolor/48x48/apps/seahorse-preferences.png
+share/icons/hicolor/48x48/apps/seahorse.png
+share/icons/hicolor/symbolic/apps/seahorse-symbolic.svg
+share/locale/ar/LC_MESSAGES/seahorse.mo
+share/locale/as/LC_MESSAGES/seahorse.mo
+share/locale/ast/LC_MESSAGES/seahorse.mo
+share/locale/az/LC_MESSAGES/seahorse.mo
+share/locale/be/LC_MESSAGES/seahorse.mo
+share/locale/be at latin/LC_MESSAGES/seahorse.mo
+share/locale/bg/LC_MESSAGES/seahorse.mo
+share/locale/bn/LC_MESSAGES/seahorse.mo
+share/locale/bn_IN/LC_MESSAGES/seahorse.mo
+share/locale/br/LC_MESSAGES/seahorse.mo
+share/locale/bs/LC_MESSAGES/seahorse.mo
+share/locale/ca/LC_MESSAGES/seahorse.mo
+share/locale/ca at valencia/LC_MESSAGES/seahorse.mo
+share/locale/cs/LC_MESSAGES/seahorse.mo
+share/locale/cy/LC_MESSAGES/seahorse.mo
+share/locale/da/LC_MESSAGES/seahorse.mo
+share/locale/de/LC_MESSAGES/seahorse.mo
+share/locale/dz/LC_MESSAGES/seahorse.mo
+share/locale/el/LC_MESSAGES/seahorse.mo
+share/locale/en at shaw/LC_MESSAGES/seahorse.mo
+share/locale/en_CA/LC_MESSAGES/seahorse.mo
+share/locale/en_GB/LC_MESSAGES/seahorse.mo
+share/locale/eo/LC_MESSAGES/seahorse.mo
+share/locale/es/LC_MESSAGES/seahorse.mo
+share/locale/et/LC_MESSAGES/seahorse.mo
+share/locale/eu/LC_MESSAGES/seahorse.mo
+share/locale/fi/LC_MESSAGES/seahorse.mo
+share/locale/fr/LC_MESSAGES/seahorse.mo
+share/locale/ga/LC_MESSAGES/seahorse.mo
+share/locale/gl/LC_MESSAGES/seahorse.mo
+share/locale/gu/LC_MESSAGES/seahorse.mo
+share/locale/he/LC_MESSAGES/seahorse.mo
+share/locale/hi/LC_MESSAGES/seahorse.mo
+share/locale/hr/LC_MESSAGES/seahorse.mo
+share/locale/hu/LC_MESSAGES/seahorse.mo
+share/locale/id/LC_MESSAGES/seahorse.mo
+share/locale/it/LC_MESSAGES/seahorse.mo
+share/locale/ja/LC_MESSAGES/seahorse.mo
+share/locale/kk/LC_MESSAGES/seahorse.mo
+share/locale/kn/LC_MESSAGES/seahorse.mo
+share/locale/ko/LC_MESSAGES/seahorse.mo
+share/locale/ku/LC_MESSAGES/seahorse.mo
+share/locale/lt/LC_MESSAGES/seahorse.mo
+share/locale/lv/LC_MESSAGES/seahorse.mo
+share/locale/mai/LC_MESSAGES/seahorse.mo
+share/locale/mk/LC_MESSAGES/seahorse.mo
+share/locale/ml/LC_MESSAGES/seahorse.mo
+share/locale/mr/LC_MESSAGES/seahorse.mo
+share/locale/ms/LC_MESSAGES/seahorse.mo
+share/locale/nb/LC_MESSAGES/seahorse.mo
+share/locale/ne/LC_MESSAGES/seahorse.mo
+share/locale/nl/LC_MESSAGES/seahorse.mo
+share/locale/nn/LC_MESSAGES/seahorse.mo
+share/locale/oc/LC_MESSAGES/seahorse.mo
+share/locale/or/LC_MESSAGES/seahorse.mo
+share/locale/pa/LC_MESSAGES/seahorse.mo
+share/locale/pl/LC_MESSAGES/seahorse.mo
+share/locale/pt/LC_MESSAGES/seahorse.mo
+share/locale/pt_BR/LC_MESSAGES/seahorse.mo
+share/locale/ro/LC_MESSAGES/seahorse.mo
+share/locale/ru/LC_MESSAGES/seahorse.mo
+share/locale/rw/LC_MESSAGES/seahorse.mo
+share/locale/si/LC_MESSAGES/seahorse.mo
+share/locale/sk/LC_MESSAGES/seahorse.mo
+share/locale/sl/LC_MESSAGES/seahorse.mo
+share/locale/sq/LC_MESSAGES/seahorse.mo
+share/locale/sr/LC_MESSAGES/seahorse.mo
+share/locale/sr at latin/LC_MESSAGES/seahorse.mo
+share/locale/sv/LC_MESSAGES/seahorse.mo
+share/locale/ta/LC_MESSAGES/seahorse.mo
+share/locale/te/LC_MESSAGES/seahorse.mo
+share/locale/tg/LC_MESSAGES/seahorse.mo
+share/locale/th/LC_MESSAGES/seahorse.mo
+share/locale/tr/LC_MESSAGES/seahorse.mo
+share/locale/ug/LC_MESSAGES/seahorse.mo
+share/locale/uk/LC_MESSAGES/seahorse.mo
+share/locale/vi/LC_MESSAGES/seahorse.mo
+share/locale/zh_CN/LC_MESSAGES/seahorse.mo
+share/locale/zh_HK/LC_MESSAGES/seahorse.mo
+share/locale/zh_TW/LC_MESSAGES/seahorse.mo
+%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key-personal.png
+%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key-ssh.png
+%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-key.png
+%%DATADIR%%/icons/hicolor/22x22/apps/seahorse-person.png
+%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign-bad.png
+%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign-ok.png
+%%DATADIR%%/icons/hicolor/22x22/status/seahorse-sign.png
+%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key-personal.png
+%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key-ssh.png
+%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-key.png
+%%DATADIR%%/icons/hicolor/48x48/apps/seahorse-person.png
+%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-bad.png
+%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-ok.png
+%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign-unknown.png
+%%DATADIR%%/icons/hicolor/48x48/status/seahorse-sign.png
+%%DATADIR%%/ui/seahorse-add-keyring.xml
+%%DATADIR%%/ui/seahorse-add-keyserver.xml
+%%DATADIR%%/ui/seahorse-add-subkey.xml
+%%DATADIR%%/ui/seahorse-add-uid.xml
+%%DATADIR%%/ui/seahorse-change-passphrase.xml
+%%DATADIR%%/ui/seahorse-expires.xml
+%%DATADIR%%/ui/seahorse-generate-select.xml
+%%DATADIR%%/ui/seahorse-gkr-add-item.xml
+%%DATADIR%%/ui/seahorse-gkr-item-properties.xml
+%%DATADIR%%/ui/seahorse-gkr-keyring.xml
+%%DATADIR%%/ui/seahorse-key-manager.ui
+%%DATADIR%%/ui/seahorse-key-manager.xml
+%%DATADIR%%/ui/seahorse-keyserver-results.ui
+%%DATADIR%%/ui/seahorse-keyserver-results.xml
+%%DATADIR%%/ui/seahorse-keyserver-search.xml
+%%DATADIR%%/ui/seahorse-keyserver-sync.xml
+%%DATADIR%%/ui/seahorse-pgp-generate.xml
+%%DATADIR%%/ui/seahorse-pgp-private-key-properties.xml
+%%DATADIR%%/ui/seahorse-pgp-public-key-properties.xml
+%%DATADIR%%/ui/seahorse-pkcs11-generate.xml
+%%DATADIR%%/ui/seahorse-pkcs11-request.xml
+%%DATADIR%%/ui/seahorse-prefs.xml
+%%DATADIR%%/ui/seahorse-progress.xml
+%%DATADIR%%/ui/seahorse-revoke.xml
+%%DATADIR%%/ui/seahorse-sign.xml
+%%DATADIR%%/ui/seahorse-signer.xml
+%%DATADIR%%/ui/seahorse-ssh-generate.xml
+%%DATADIR%%/ui/seahorse-ssh-key-properties.xml
+%%DATADIR%%/ui/seahorse-ssh-upload.xml
+%%DATADIR%%/ui/seahorse.css


Property changes on: trunk/security/seahorse/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list