diff options
Diffstat (limited to 'security')
34 files changed, 0 insertions, 1461 deletions
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile deleted file mode 100644 index 65cbb1d79..000000000 --- a/security/gnome-keyring/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/gnome-keyring/Makefile,v 1.97 2010/09/28 08:16:48 kwm Exp $ -# - -PORTNAME= gnome-keyring -PORTVERSION= 2.32.1 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets - -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" \ - --with-root-certs="${LOCALBASE}/share/certs/ca-root-nss.crt" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml \ - org.gnome.crypto.pgp.gschema.xml - -.include <bsd.port.mk> diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo deleted file mode 100644 index 5c6e7223b..000000000 --- a/security/gnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-2.32.1.tar.bz2) = 9a8aa74e03361676f29d6e73155786fc -SHA256 (gnome2/gnome-keyring-2.32.1.tar.bz2) = 31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9 -SIZE (gnome2/gnome-keyring-2.32.1.tar.bz2) = 1619245 diff --git a/security/gnome-keyring/files/patch-configure b/security/gnome-keyring/files/patch-configure deleted file mode 100644 index 7e8ec000a..000000000 --- a/security/gnome-keyring/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig 2010-09-19 12:45:34.000000000 +0000 -+++ configure 2010-09-19 12:50:50.000000000 +0000 -@@ -14454,8 +14454,8 @@ - .SECONDARY: $(gsettings_SCHEMAS) - - gsettings__base_list = \ -- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ -- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" -+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ -+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' - - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - @$(NORMAL_INSTALL) -@@ -15058,7 +15058,7 @@ - - pam_status="no" - if test "$enable_pam" != "no"; then -- for ac_header in security/pam_modules.h pam/pam_modules.h -+ for ac_header in security/pam_modules.h - do : - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" diff --git a/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c b/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c deleted file mode 100644 index 6cdb0ca6a..000000000 --- a/security/gnome-keyring/files/patch-daemon_control_gkd-control-client.c +++ /dev/null @@ -1,11 +0,0 @@ ---- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500 -+++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500 -@@ -31,6 +31,8 @@ - #include <errno.h> - #include <fcntl.h> - -+#include <string.h> -+#include <sys/stat.h> - #include <sys/socket.h> - #include <sys/types.h> - #include <sys/un.h> diff --git a/security/gnome-keyring/files/patch-egg_egg-asn1x.c b/security/gnome-keyring/files/patch-egg_egg-asn1x.c deleted file mode 100644 index 30828f3f6..000000000 --- a/security/gnome-keyring/files/patch-egg_egg-asn1x.c +++ /dev/null @@ -1,13 +0,0 @@ ---- egg/egg-asn1x.c.orig 2010-09-04 12:08:41.000000000 +0200 -+++ egg/egg-asn1x.c 2010-09-04 12:10:05.000000000 +0200 -@@ -1988,8 +1988,8 @@ anode_write_integer_ulong (gulong value, - guchar buf[sizeof (gulong)]; - gint bytes, i, off; - -- for (i = 0; i < sizeof (ulong); ++i) { -- off = sizeof (ulong) - (i + 1); -+ for (i = 0; i < sizeof (gulong); ++i) { -+ off = sizeof (gulong) - (i + 1); - buf[i] = (value >> (off * 8)) & 0xFF; - } - diff --git a/security/gnome-keyring/files/patch-egg_egg-unix-credentials.c b/security/gnome-keyring/files/patch-egg_egg-unix-credentials.c deleted file mode 100644 index 5ae53f8b0..000000000 --- a/security/gnome-keyring/files/patch-egg_egg-unix-credentials.c +++ /dev/null @@ -1,44 +0,0 @@ ---- egg/egg-unix-credentials.c.orig 2010-01-13 00:21:23.000000000 -0500 -+++ egg/egg-unix-credentials.c 2010-01-13 00:25:46.000000000 -0500 -@@ -27,6 +27,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <sys/param.h> - #include <sys/uio.h> - #include <sys/un.h> - #include <errno.h> -@@ -37,6 +38,33 @@ - #include <ucred.h> - #endif - -+#if __FreeBSD_version < 701101 -+static char * -+strndup (const char *s, size_t n) -+{ -+ size_t nAvail; -+ char *p; -+ -+ if (s == NULL) -+ return NULL; -+ -+ if (memchr (s, '\0', n) != NULL) { -+ nAvail = strlen(s); -+ if (nAvail > n) -+ nAvail = n; -+ } else{ -+ nAvail = n; -+ } -+ p = malloc (nAvail + 1); -+ if (p == NULL) -+ return NULL; -+ memcpy (p, s, nAvail); -+ p[nAvail] = '\0'; -+ -+ return p; -+} -+#endif -+ - int - egg_unix_credentials_read (int sock, pid_t *pid, uid_t *uid) - { diff --git a/security/gnome-keyring/files/patch-gcr_gcr-certificate.c b/security/gnome-keyring/files/patch-gcr_gcr-certificate.c deleted file mode 100644 index bdf10bf14..000000000 --- a/security/gnome-keyring/files/patch-gcr_gcr-certificate.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcr/gcr-certificate.c.orig 2010-09-04 12:04:30.000000000 +0200 -+++ gcr/gcr-certificate.c 2010-09-04 12:04:42.000000000 +0200 -@@ -158,7 +158,7 @@ calculate_key_size (GcrCertificateInfo * - const guchar *data, *params; - gsize n_data, n_params; - guint key_size = 0, n_bits; -- guchar *key; -+ guchar *key = NULL; - GQuark oid; - - data = egg_asn1x_get_raw_element (egg_asn1x_node (info->asn1, "tbsCertificate", "subjectPublicKeyInfo", NULL), &n_data); diff --git a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c b/security/gnome-keyring/files/patch-pam_gkr-pam-client.c deleted file mode 100644 index 05a0306e6..000000000 --- a/security/gnome-keyring/files/patch-pam_gkr-pam-client.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400 -+++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400 -@@ -96,12 +96,12 @@ check_peer_same_uid (int sock) - struct xucred xuc; - socklen_t xuc_len = sizeof (xuc); - -- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -- xuc_len == sizeof (xuc)) { -+ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -+ xuc.cr_version == XUCRED_VERSION) { - uid = xuc.cr_uid; - } else { - syslog (GKR_LOG_ERR, "could not get gnome-keyring-daemon socket credentials, " -- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc)); -+ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION); - return -1; - } - diff --git a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c b/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c deleted file mode 100644 index 146d8b69d..000000000 --- a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pkcs11/rpc-layer/gkm-rpc-dispatch.c.orig 2010-09-04 12:06:44.000000000 +0200 -+++ pkcs11/rpc-layer/gkm-rpc-dispatch.c 2010-09-04 12:07:12.000000000 +0200 -@@ -784,7 +784,7 @@ rpc_C_Finalize (CallState *cs) - { - CK_SLOT_ID_PTR slots; - CK_ULONG n_slots, i; -- CK_RV ret; -+ CK_RV ret = CKR_OK; - - debug (("C_Finalize: enter")); - diff --git a/security/gnome-keyring/pkg-descr b/security/gnome-keyring/pkg-descr deleted file mode 100644 index 75ce77c6d..000000000 --- a/security/gnome-keyring/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gnome-keyring is a program that keep password and other secrets for -users. It is run as a damon in the session, similar to ssh-agent, and -other applications can locate it by an environment variable. - -The program can manage several keyrings, each with its own master -password, and there is also a session keyring which is never stored to -disk, but forgotten when the session ends. - -The library libgnome-keyring is used by applications to integrate with -the gnome keyring system. However, at this point the library hasn't been -tested and used enought to consider the API to be publically -exposed. Therefore use of libgnome-keyring is at the moment limited to -internal use in the gnome desktop. However, we hope that the -gnome-keyring API will turn out useful and good, so that later it -can be made public for any application to use. - --- Gnome-keyring README diff --git a/security/gnome-keyring/pkg-plist b/security/gnome-keyring/pkg-plist deleted file mode 100644 index 966465763..000000000 --- a/security/gnome-keyring/pkg-plist +++ /dev/null @@ -1,229 +0,0 @@ -bin/gnome-keyring -bin/gnome-keyring-daemon -etc/xdg/autostart/gnome-keyring-gpg.desktop -etc/xdg/autostart/gnome-keyring-pkcs11.desktop -etc/xdg/autostart/gnome-keyring-secrets.desktop -etc/xdg/autostart/gnome-keyring-ssh.desktop -include/gcr/gcr/gcr-certificate-basics-widget.h -include/gcr/gcr/gcr-certificate-details-widget.h -include/gcr/gcr/gcr-certificate.h -include/gcr/gcr/gcr-importer.h -include/gcr/gcr/gcr-parser.h -include/gcr/gcr/gcr-simple-certificate.h -include/gcr/gcr/gcr-types.h -include/gcr/gcr/gcr-unlock-options-widget.h -include/gcr/gcr/gcr-unlock-options.h -include/gcr/gcr/gcr.h -include/gp11/gp11.h -include/gp11/pkcs11.h -include/gp11/pkcs11g.h -include/gp11/pkcs11n.h -lib/gnome-keyring/devel/gkm-ssh-store-standalone.a -lib/gnome-keyring/devel/gkm-ssh-store-standalone.la -lib/gnome-keyring/devel/gkm-ssh-store-standalone.so -lib/gnome-keyring/devel/gkm-user-store-standalone.a -lib/gnome-keyring/devel/gkm-user-store-standalone.la -lib/gnome-keyring/devel/gkm-user-store-standalone.so -lib/gnome-keyring/gnome-keyring-pkcs11.a -lib/gnome-keyring/gnome-keyring-pkcs11.la -lib/gnome-keyring/gnome-keyring-pkcs11.so -lib/gnome-keyring/standalone/gkm-roots-store-standalone.a -lib/gnome-keyring/standalone/gkm-roots-store-standalone.la -lib/gnome-keyring/standalone/gkm-roots-store-standalone.so -lib/gnome-keyring/standalone/gkm-secret-store-standalone.a -lib/gnome-keyring/standalone/gkm-secret-store-standalone.la -lib/gnome-keyring/standalone/gkm-secret-store-standalone.so -lib/libgcr.a -lib/libgcr.la -lib/libgcr.so -lib/libgcr.so.0 -lib/libgp11.a -lib/libgp11.la -lib/libgp11.so -lib/libgp11.so.0 -lib/pam_gnome_keyring.a -lib/pam_gnome_keyring.la -lib/pam_gnome_keyring.so -libdata/pkgconfig/gcr-0.pc -libdata/pkgconfig/gp11-0.pc -libexec/gnome-keyring-prompt -share/GConf/gsettings/org.gnome.crypto.cache.convert -share/GConf/gsettings/org.gnome.crypto.pgp.convert -share/dbus-1/services/org.freedesktop.secrets.service -share/dbus-1/services/org.gnome.keyring.service -share/doc/gcr-0/ch01.html -share/doc/gcr-0/gcr-GcrCertificate.html -share/doc/gcr-0/gcr-gcr-certificate-basics-widget.html -share/doc/gcr-0/gcr-gcr-certificate-details-widget.html -share/doc/gcr-0/gcr-gcr-import-dialog.html -share/doc/gcr-0/gcr-gcr-importer.html -share/doc/gcr-0/gcr-gcr-initializer.html -share/doc/gcr-0/gcr-gcr-parser.html -share/doc/gcr-0/gcr-gcr-simple-certificate.html -share/doc/gcr-0/gcr-gcr-types.html -share/doc/gcr-0/gcr-gcr-xxx.html -share/doc/gcr-0/gcr-0.devhelp -share/doc/gcr-0/gcr-0.devhelp2 -share/doc/gcr-0/home.png -share/doc/gcr-0/index.html -share/doc/gcr-0/index.sgml -share/doc/gcr-0/left.png -share/doc/gcr-0/right.png -share/doc/gcr-0/style.css -share/doc/gcr-0/up.png -share/doc/gp11/GP11Module.html -share/doc/gp11/GP11Object.html -share/doc/gp11/GP11Session.html -share/doc/gp11/GP11Slot.html -share/doc/gp11/ch01.html -share/doc/gp11/gp11-Errors.html -share/doc/gp11/gp11-GP11Attribute.html -share/doc/gp11/gp11-GP11Attributes.html -share/doc/gp11/gp11-Miscellaneous-Functions.html -share/doc/gp11/gp11.devhelp -share/doc/gp11/gp11.devhelp2 -share/doc/gp11/home.png -share/doc/gp11/index.html -share/doc/gp11/index.sgml -share/doc/gp11/left.png -share/doc/gp11/right.png -share/doc/gp11/style.css -share/doc/gp11/up.png -share/gcr/ui/gcr-certificate-basics-widget.ui -share/gcr/ui/gcr-import-dialog.ui -share/gcr/ui/gcr-unlock-options-widget.ui -%%DATADIR%%/introspect/introspect-collection.xml -%%DATADIR%%/introspect/introspect-item.xml -%%DATADIR%%/introspect/introspect-prompt.xml -%%DATADIR%%/introspect/introspect-service.xml -%%DATADIR%%/introspect/introspect-session.xml -%%DATADIR%%/ui/gku-prompt.ui -share/locale/ar/LC_MESSAGES/gnome-keyring.mo -share/locale/as/LC_MESSAGES/gnome-keyring.mo -share/locale/ast/LC_MESSAGES/gnome-keyring.mo -share/locale/az/LC_MESSAGES/gnome-keyring.mo -share/locale/be/LC_MESSAGES/gnome-keyring.mo -share/locale/be@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/bg/LC_MESSAGES/gnome-keyring.mo -share/locale/bn/LC_MESSAGES/gnome-keyring.mo -share/locale/bn_IN/LC_MESSAGES/gnome-keyring.mo -share/locale/bs/LC_MESSAGES/gnome-keyring.mo -share/locale/ca/LC_MESSAGES/gnome-keyring.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-keyring.mo -share/locale/cs/LC_MESSAGES/gnome-keyring.mo -share/locale/cy/LC_MESSAGES/gnome-keyring.mo -share/locale/da/LC_MESSAGES/gnome-keyring.mo -share/locale/de/LC_MESSAGES/gnome-keyring.mo -share/locale/dz/LC_MESSAGES/gnome-keyring.mo -share/locale/el/LC_MESSAGES/gnome-keyring.mo -share/locale/en@shaw/LC_MESSAGES/gnome-keyring.mo -share/locale/en_CA/LC_MESSAGES/gnome-keyring.mo -share/locale/en_GB/LC_MESSAGES/gnome-keyring.mo -share/locale/es/LC_MESSAGES/gnome-keyring.mo -share/locale/et/LC_MESSAGES/gnome-keyring.mo -share/locale/eu/LC_MESSAGES/gnome-keyring.mo -share/locale/fa/LC_MESSAGES/gnome-keyring.mo -share/locale/fi/LC_MESSAGES/gnome-keyring.mo -share/locale/fr/LC_MESSAGES/gnome-keyring.mo -share/locale/ga/LC_MESSAGES/gnome-keyring.mo -share/locale/gl/LC_MESSAGES/gnome-keyring.mo -share/locale/gu/LC_MESSAGES/gnome-keyring.mo -share/locale/he/LC_MESSAGES/gnome-keyring.mo -share/locale/hi/LC_MESSAGES/gnome-keyring.mo -share/locale/hr/LC_MESSAGES/gnome-keyring.mo -share/locale/hu/LC_MESSAGES/gnome-keyring.mo -share/locale/id/LC_MESSAGES/gnome-keyring.mo -share/locale/is/LC_MESSAGES/gnome-keyring.mo -share/locale/it/LC_MESSAGES/gnome-keyring.mo -share/locale/ja/LC_MESSAGES/gnome-keyring.mo -share/locale/ka/LC_MESSAGES/gnome-keyring.mo -share/locale/kn/LC_MESSAGES/gnome-keyring.mo -share/locale/ko/LC_MESSAGES/gnome-keyring.mo -share/locale/lt/LC_MESSAGES/gnome-keyring.mo -share/locale/lv/LC_MESSAGES/gnome-keyring.mo -share/locale/mai/LC_MESSAGES/gnome-keyring.mo -share/locale/mg/LC_MESSAGES/gnome-keyring.mo -share/locale/mk/LC_MESSAGES/gnome-keyring.mo -share/locale/ml/LC_MESSAGES/gnome-keyring.mo -share/locale/mn/LC_MESSAGES/gnome-keyring.mo -share/locale/mr/LC_MESSAGES/gnome-keyring.mo -share/locale/ms/LC_MESSAGES/gnome-keyring.mo -share/locale/nb/LC_MESSAGES/gnome-keyring.mo -share/locale/ne/LC_MESSAGES/gnome-keyring.mo -share/locale/nl/LC_MESSAGES/gnome-keyring.mo -share/locale/nn/LC_MESSAGES/gnome-keyring.mo -share/locale/oc/LC_MESSAGES/gnome-keyring.mo -share/locale/or/LC_MESSAGES/gnome-keyring.mo -share/locale/pa/LC_MESSAGES/gnome-keyring.mo -share/locale/pl/LC_MESSAGES/gnome-keyring.mo -share/locale/pt/LC_MESSAGES/gnome-keyring.mo -share/locale/pt_BR/LC_MESSAGES/gnome-keyring.mo -share/locale/ro/LC_MESSAGES/gnome-keyring.mo -share/locale/ru/LC_MESSAGES/gnome-keyring.mo -share/locale/rw/LC_MESSAGES/gnome-keyring.mo -share/locale/si/LC_MESSAGES/gnome-keyring.mo -share/locale/sk/LC_MESSAGES/gnome-keyring.mo -share/locale/sl/LC_MESSAGES/gnome-keyring.mo -share/locale/sq/LC_MESSAGES/gnome-keyring.mo -share/locale/sr/LC_MESSAGES/gnome-keyring.mo -share/locale/sr@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/sv/LC_MESSAGES/gnome-keyring.mo -share/locale/ta/LC_MESSAGES/gnome-keyring.mo -share/locale/te/LC_MESSAGES/gnome-keyring.mo -share/locale/th/LC_MESSAGES/gnome-keyring.mo -share/locale/tr/LC_MESSAGES/gnome-keyring.mo -share/locale/uk/LC_MESSAGES/gnome-keyring.mo -share/locale/vi/LC_MESSAGES/gnome-keyring.mo -share/locale/xh/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/introspect -@dirrm %%DATADIR%% -@dirrm share/gcr/ui -@dirrm share/gcr -@dirrm share/doc/gp11 -@dirrm share/doc/gcr-0 -@dirrm lib/gnome-keyring/standalone -@dirrm lib/gnome-keyring/devel -@dirrm lib/gnome-keyring -@dirrm include/gp11 -@dirrm include/gcr/gcr -@dirrm include/gcr -@dirrmtry share/GConf/gsettings -@dirrmtry share/GConf -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/gnome-keyring3/Makefile b/security/gnome-keyring3/Makefile deleted file mode 100644 index 1f7e5cad1..000000000 --- a/security/gnome-keyring3/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnomekeyring -# Date Created: 08 December 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports-stable/security/gnome-keyring/Makefile,v 1.6 2010/06/23 12:38:25 kwm Exp $ -# - -PORTNAME= gnome-keyring -PORTVERSION= 2.31.4 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets - -LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -GCONF_SCHEMAS= gnome-keyring.schemas - -.include <bsd.port.mk> diff --git a/security/gnome-keyring3/distinfo b/security/gnome-keyring3/distinfo deleted file mode 100644 index c3bc44a07..000000000 --- a/security/gnome-keyring3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-2.31.4.tar.bz2) = 4bf2b683a8fc7b8ea2a263923a0b4240 -SHA256 (gnome2/gnome-keyring-2.31.4.tar.bz2) = c5c22ff83cfeba1e2db2145f54c71edf8c341d01748be9096062312d05da73e8 -SIZE (gnome2/gnome-keyring-2.31.4.tar.bz2) = 1600311 diff --git a/security/gnome-keyring3/files/patch-daemon_control_gkd-control-client.c b/security/gnome-keyring3/files/patch-daemon_control_gkd-control-client.c deleted file mode 100644 index 6cdb0ca6a..000000000 --- a/security/gnome-keyring3/files/patch-daemon_control_gkd-control-client.c +++ /dev/null @@ -1,11 +0,0 @@ ---- daemon/control/gkd-control-client.c.orig 2009-12-21 18:43:16.000000000 -0500 -+++ daemon/control/gkd-control-client.c 2009-12-21 18:44:17.000000000 -0500 -@@ -31,6 +31,8 @@ - #include <errno.h> - #include <fcntl.h> - -+#include <string.h> -+#include <sys/stat.h> - #include <sys/socket.h> - #include <sys/types.h> - #include <sys/un.h> diff --git a/security/gnome-keyring3/files/patch-egg_egg-unix-credentials.c b/security/gnome-keyring3/files/patch-egg_egg-unix-credentials.c deleted file mode 100644 index 5ae53f8b0..000000000 --- a/security/gnome-keyring3/files/patch-egg_egg-unix-credentials.c +++ /dev/null @@ -1,44 +0,0 @@ ---- egg/egg-unix-credentials.c.orig 2010-01-13 00:21:23.000000000 -0500 -+++ egg/egg-unix-credentials.c 2010-01-13 00:25:46.000000000 -0500 -@@ -27,6 +27,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <sys/param.h> - #include <sys/uio.h> - #include <sys/un.h> - #include <errno.h> -@@ -37,6 +38,33 @@ - #include <ucred.h> - #endif - -+#if __FreeBSD_version < 701101 -+static char * -+strndup (const char *s, size_t n) -+{ -+ size_t nAvail; -+ char *p; -+ -+ if (s == NULL) -+ return NULL; -+ -+ if (memchr (s, '\0', n) != NULL) { -+ nAvail = strlen(s); -+ if (nAvail > n) -+ nAvail = n; -+ } else{ -+ nAvail = n; -+ } -+ p = malloc (nAvail + 1); -+ if (p == NULL) -+ return NULL; -+ memcpy (p, s, nAvail); -+ p[nAvail] = '\0'; -+ -+ return p; -+} -+#endif -+ - int - egg_unix_credentials_read (int sock, pid_t *pid, uid_t *uid) - { diff --git a/security/gnome-keyring3/files/patch-gcr_gcr-certificate.c b/security/gnome-keyring3/files/patch-gcr_gcr-certificate.c deleted file mode 100644 index 0c910a4c4..000000000 --- a/security/gnome-keyring3/files/patch-gcr_gcr-certificate.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gcr/gcr-certificate.c.orig 2009-12-16 23:36:19.000000000 -0500 -+++ gcr/gcr-certificate.c 2009-12-16 23:36:28.000000000 -0500 -@@ -156,7 +156,7 @@ calculate_key_size (GcrCertificateInfo * - const guchar *data, *params; - gsize n_data, n_params, n_key; - guint key_size = 0; -- guchar *key; -+ guchar *key = NULL; - GQuark oid; - - data = egg_asn1_read_element (info->asn1, info->der, info->n_der, "tbsCertificate.subjectPublicKeyInfo", &n_data); diff --git a/security/gnome-keyring3/files/patch-pam_gkr-pam-client.c b/security/gnome-keyring3/files/patch-pam_gkr-pam-client.c deleted file mode 100644 index 05a0306e6..000000000 --- a/security/gnome-keyring3/files/patch-pam_gkr-pam-client.c +++ /dev/null @@ -1,18 +0,0 @@ ---- pam/gkr-pam-client.c.orig 2008-10-07 12:25:23.000000000 -0400 -+++ pam/gkr-pam-client.c 2008-10-07 12:38:36.000000000 -0400 -@@ -96,12 +96,12 @@ check_peer_same_uid (int sock) - struct xucred xuc; - socklen_t xuc_len = sizeof (xuc); - -- if (getsockopt (sock, SOL_SOCKET, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -- xuc_len == sizeof (xuc)) { -+ if (getsockopt (sock, 0, LOCAL_PEERCRED, &xuc, &xuc_len) == 0 && -+ xuc.cr_version == XUCRED_VERSION) { - uid = xuc.cr_uid; - } else { - syslog (GKR_LOG_ERR, "could not get gnome-keyring-daemon socket credentials, " -- "(returned len %d/%d)\n", xuc_len, (int)sizeof (xuc)); -+ "(returned version %d/%d)\n", xuc.cr_version, XUCRED_VERSION); - return -1; - } - diff --git a/security/gnome-keyring3/pkg-descr b/security/gnome-keyring3/pkg-descr deleted file mode 100644 index 75ce77c6d..000000000 --- a/security/gnome-keyring3/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Gnome-keyring is a program that keep password and other secrets for -users. It is run as a damon in the session, similar to ssh-agent, and -other applications can locate it by an environment variable. - -The program can manage several keyrings, each with its own master -password, and there is also a session keyring which is never stored to -disk, but forgotten when the session ends. - -The library libgnome-keyring is used by applications to integrate with -the gnome keyring system. However, at this point the library hasn't been -tested and used enought to consider the API to be publically -exposed. Therefore use of libgnome-keyring is at the moment limited to -internal use in the gnome desktop. However, we hope that the -gnome-keyring API will turn out useful and good, so that later it -can be made public for any application to use. - --- Gnome-keyring README diff --git a/security/gnome-keyring3/pkg-plist b/security/gnome-keyring3/pkg-plist deleted file mode 100644 index fc4b65ea1..000000000 --- a/security/gnome-keyring3/pkg-plist +++ /dev/null @@ -1,222 +0,0 @@ -bin/gnome-keyring -bin/gnome-keyring-daemon -etc/xdg/autostart/gnome-keyring-gpg.desktop -etc/xdg/autostart/gnome-keyring-pkcs11.desktop -etc/xdg/autostart/gnome-keyring-secrets.desktop -etc/xdg/autostart/gnome-keyring-ssh.desktop -include/gcr/gcr-certificate-basics-widget.h -include/gcr/gcr-certificate-details-widget.h -include/gcr/gcr-certificate.h -include/gcr/gcr-importer.h -include/gcr/gcr-parser.h -include/gcr/gcr-types.h -include/gcr/gcr-unlock-options-widget.h -include/gcr/gcr.h -include/gp11/gp11.h -include/gp11/pkcs11.h -include/gp11/pkcs11g.h -include/gp11/pkcs11n.h -lib/gnome-keyring/devel/gkm-ssh-store-standalone.a -lib/gnome-keyring/devel/gkm-ssh-store-standalone.la -lib/gnome-keyring/devel/gkm-ssh-store-standalone.so -lib/gnome-keyring/devel/gkm-user-store-standalone.a -lib/gnome-keyring/devel/gkm-user-store-standalone.la -lib/gnome-keyring/devel/gkm-user-store-standalone.so -lib/gnome-keyring/gnome-keyring-pkcs11.a -lib/gnome-keyring/gnome-keyring-pkcs11.la -lib/gnome-keyring/gnome-keyring-pkcs11.so -lib/gnome-keyring/standalone/gkm-roots-store-standalone.a -lib/gnome-keyring/standalone/gkm-roots-store-standalone.la -lib/gnome-keyring/standalone/gkm-roots-store-standalone.so -lib/gnome-keyring/standalone/gkm-secret-store-standalone.a -lib/gnome-keyring/standalone/gkm-secret-store-standalone.la -lib/gnome-keyring/standalone/gkm-secret-store-standalone.so -lib/libgcr.a -lib/libgcr.la -lib/libgcr.so -lib/libgcr.so.0 -lib/libgp11.a -lib/libgp11.la -lib/libgp11.so -lib/libgp11.so.0 -lib/pam_gnome_keyring.a -lib/pam_gnome_keyring.la -lib/pam_gnome_keyring.so -libdata/pkgconfig/gcr-0.pc -libdata/pkgconfig/gp11-0.pc -libexec/gnome-keyring-prompt -share/dbus-1/services/org.freedesktop.secrets.service -share/dbus-1/services/org.gnome.keyring.service -share/doc/gcr/ch01.html -share/doc/gcr/gcr-GcrCertificate.html -share/doc/gcr/gcr-gcr-certificate-basics-widget.html -share/doc/gcr/gcr-gcr-certificate-details-widget.html -share/doc/gcr/gcr-gcr-import-dialog.html -share/doc/gcr/gcr-gcr-importer.html -share/doc/gcr/gcr-gcr-initializer.html -share/doc/gcr/gcr-gcr-parser.html -share/doc/gcr/gcr-gcr-simple-certificate.html -share/doc/gcr/gcr-gcr-types.html -share/doc/gcr/gcr-gcr-xxx.html -share/doc/gcr/gcr.devhelp -share/doc/gcr/gcr.devhelp2 -share/doc/gcr/home.png -share/doc/gcr/index.html -share/doc/gcr/index.sgml -share/doc/gcr/left.png -share/doc/gcr/right.png -share/doc/gcr/style.css -share/doc/gcr/up.png -share/doc/gp11/GP11Module.html -share/doc/gp11/GP11Object.html -share/doc/gp11/GP11Session.html -share/doc/gp11/GP11Slot.html -share/doc/gp11/ch01.html -share/doc/gp11/gp11-Errors.html -share/doc/gp11/gp11-GP11Attribute.html -share/doc/gp11/gp11-GP11Attributes.html -share/doc/gp11/gp11-Miscellaneous-Functions.html -share/doc/gp11/gp11.devhelp -share/doc/gp11/gp11.devhelp2 -share/doc/gp11/home.png -share/doc/gp11/index.html -share/doc/gp11/index.sgml -share/doc/gp11/left.png -share/doc/gp11/right.png -share/doc/gp11/style.css -share/doc/gp11/up.png -share/gcr/ui/gcr-certificate-basics-widget.ui -share/gcr/ui/gcr-import-dialog.ui -share/gcr/ui/gcr-unlock-options-widget.ui -%%DATADIR%%/introspect/introspect-collection.xml -%%DATADIR%%/introspect/introspect-item.xml -%%DATADIR%%/introspect/introspect-prompt.xml -%%DATADIR%%/introspect/introspect-service.xml -%%DATADIR%%/introspect/introspect-session.xml -%%DATADIR%%/ui/gku-prompt.ui -share/locale/ar/LC_MESSAGES/gnome-keyring.mo -share/locale/as/LC_MESSAGES/gnome-keyring.mo -share/locale/ast/LC_MESSAGES/gnome-keyring.mo -share/locale/az/LC_MESSAGES/gnome-keyring.mo -share/locale/be/LC_MESSAGES/gnome-keyring.mo -share/locale/be@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/bg/LC_MESSAGES/gnome-keyring.mo -share/locale/bn/LC_MESSAGES/gnome-keyring.mo -share/locale/bn_IN/LC_MESSAGES/gnome-keyring.mo -share/locale/bs/LC_MESSAGES/gnome-keyring.mo -share/locale/ca/LC_MESSAGES/gnome-keyring.mo -share/locale/ca@valencia/LC_MESSAGES/gnome-keyring.mo -share/locale/cs/LC_MESSAGES/gnome-keyring.mo -share/locale/cy/LC_MESSAGES/gnome-keyring.mo -share/locale/da/LC_MESSAGES/gnome-keyring.mo -share/locale/de/LC_MESSAGES/gnome-keyring.mo -share/locale/dz/LC_MESSAGES/gnome-keyring.mo -share/locale/el/LC_MESSAGES/gnome-keyring.mo -share/locale/en@shaw/LC_MESSAGES/gnome-keyring.mo -share/locale/en_CA/LC_MESSAGES/gnome-keyring.mo -share/locale/en_GB/LC_MESSAGES/gnome-keyring.mo -share/locale/es/LC_MESSAGES/gnome-keyring.mo -share/locale/et/LC_MESSAGES/gnome-keyring.mo -share/locale/eu/LC_MESSAGES/gnome-keyring.mo -share/locale/fa/LC_MESSAGES/gnome-keyring.mo -share/locale/fi/LC_MESSAGES/gnome-keyring.mo -share/locale/fr/LC_MESSAGES/gnome-keyring.mo -share/locale/ga/LC_MESSAGES/gnome-keyring.mo -share/locale/gl/LC_MESSAGES/gnome-keyring.mo -share/locale/gu/LC_MESSAGES/gnome-keyring.mo -share/locale/he/LC_MESSAGES/gnome-keyring.mo -share/locale/hi/LC_MESSAGES/gnome-keyring.mo -share/locale/hr/LC_MESSAGES/gnome-keyring.mo -share/locale/hu/LC_MESSAGES/gnome-keyring.mo -share/locale/id/LC_MESSAGES/gnome-keyring.mo -share/locale/is/LC_MESSAGES/gnome-keyring.mo -share/locale/it/LC_MESSAGES/gnome-keyring.mo -share/locale/ja/LC_MESSAGES/gnome-keyring.mo -share/locale/ka/LC_MESSAGES/gnome-keyring.mo -share/locale/kn/LC_MESSAGES/gnome-keyring.mo -share/locale/ko/LC_MESSAGES/gnome-keyring.mo -share/locale/lt/LC_MESSAGES/gnome-keyring.mo -share/locale/lv/LC_MESSAGES/gnome-keyring.mo -share/locale/mai/LC_MESSAGES/gnome-keyring.mo -share/locale/mg/LC_MESSAGES/gnome-keyring.mo -share/locale/mk/LC_MESSAGES/gnome-keyring.mo -share/locale/ml/LC_MESSAGES/gnome-keyring.mo -share/locale/mn/LC_MESSAGES/gnome-keyring.mo -share/locale/mr/LC_MESSAGES/gnome-keyring.mo -share/locale/ms/LC_MESSAGES/gnome-keyring.mo -share/locale/nb/LC_MESSAGES/gnome-keyring.mo -share/locale/ne/LC_MESSAGES/gnome-keyring.mo -share/locale/nl/LC_MESSAGES/gnome-keyring.mo -share/locale/nn/LC_MESSAGES/gnome-keyring.mo -share/locale/oc/LC_MESSAGES/gnome-keyring.mo -share/locale/or/LC_MESSAGES/gnome-keyring.mo -share/locale/pa/LC_MESSAGES/gnome-keyring.mo -share/locale/pl/LC_MESSAGES/gnome-keyring.mo -share/locale/pt/LC_MESSAGES/gnome-keyring.mo -share/locale/pt_BR/LC_MESSAGES/gnome-keyring.mo -share/locale/ro/LC_MESSAGES/gnome-keyring.mo -share/locale/ru/LC_MESSAGES/gnome-keyring.mo -share/locale/rw/LC_MESSAGES/gnome-keyring.mo -share/locale/si/LC_MESSAGES/gnome-keyring.mo -share/locale/sk/LC_MESSAGES/gnome-keyring.mo -share/locale/sl/LC_MESSAGES/gnome-keyring.mo -share/locale/sq/LC_MESSAGES/gnome-keyring.mo -share/locale/sr/LC_MESSAGES/gnome-keyring.mo -share/locale/sr@latin/LC_MESSAGES/gnome-keyring.mo -share/locale/sv/LC_MESSAGES/gnome-keyring.mo -share/locale/ta/LC_MESSAGES/gnome-keyring.mo -share/locale/te/LC_MESSAGES/gnome-keyring.mo -share/locale/th/LC_MESSAGES/gnome-keyring.mo -share/locale/tr/LC_MESSAGES/gnome-keyring.mo -share/locale/uk/LC_MESSAGES/gnome-keyring.mo -share/locale/vi/LC_MESSAGES/gnome-keyring.mo -share/locale/xh/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_HK/LC_MESSAGES/gnome-keyring.mo -share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/introspect -@dirrm %%DATADIR%% -@dirrm share/gcr/ui -@dirrm share/gcr -@dirrm share/doc/gp11 -@dirrm share/doc/gcr -@dirrm lib/gnome-keyring/standalone -@dirrm lib/gnome-keyring/devel -@dirrm lib/gnome-keyring -@dirrm include/gp11 -@dirrm include/gcr -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/security/libgnome-keyring/Makefile b/security/libgnome-keyring/Makefile deleted file mode 100644 index 3fc0cbc66..000000000 --- a/security/libgnome-keyring/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libgnome-keyring -# Date created: 2009-12-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/libgnome-keyring/Makefile,v 1.6 2010/09/19 10:45:05 kwm Exp $ - -PORTNAME= libgnome-keyring -PORTVERSION= 2.32.0 -CATEGORIES= security gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A program that keeps passwords and other secrets - -LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 \ - gcrypt.17:${PORTSDIR}/security/libgcrypt - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix ltverhack intlhack gconf2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:22 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/security/libgnome-keyring/distinfo b/security/libgnome-keyring/distinfo deleted file mode 100644 index 23fba285f..000000000 --- a/security/libgnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgnome-keyring-2.32.0.tar.bz2) = c42b2ca66204835d901d3dbfc1fa5ae6 -SHA256 (libgnome-keyring-2.32.0.tar.bz2) = 56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c -SIZE (libgnome-keyring-2.32.0.tar.bz2) = 412592 diff --git a/security/libgnome-keyring/pkg-descr b/security/libgnome-keyring/pkg-descr deleted file mode 100644 index 90cedeaf7..000000000 --- a/security/libgnome-keyring/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Gnome-keyring is a program that keep password and other secrets for -users. The library libgnome-keyring is used by applications to integrate -with the gnome keyring system. diff --git a/security/libgnome-keyring/pkg-plist b/security/libgnome-keyring/pkg-plist deleted file mode 100644 index 17e515bae..000000000 --- a/security/libgnome-keyring/pkg-plist +++ /dev/null @@ -1,94 +0,0 @@ -include/gnome-keyring-1/gnome-keyring-memory.h -include/gnome-keyring-1/gnome-keyring-result.h -include/gnome-keyring-1/gnome-keyring.h -lib/libgnome-keyring.a -lib/libgnome-keyring.la -lib/libgnome-keyring.so -lib/libgnome-keyring.so.0 -libdata/pkgconfig/gnome-keyring-1.pc -share/doc/gnome-keyring/ch01.html -share/doc/gnome-keyring/gnome-keyring-Callbacks.html -share/doc/gnome-keyring/gnome-keyring-Daemon-Management-Functions.html -share/doc/gnome-keyring/gnome-keyring-Item-ACLs.html -share/doc/gnome-keyring/gnome-keyring-Item-Attributes.html -share/doc/gnome-keyring/gnome-keyring-Item-Information.html -share/doc/gnome-keyring/gnome-keyring-Keyring-Info.html -share/doc/gnome-keyring/gnome-keyring-Keyring-Items.html -share/doc/gnome-keyring/gnome-keyring-Keyrings.html -share/doc/gnome-keyring/gnome-keyring-Miscellaneous-Functions.html -share/doc/gnome-keyring/gnome-keyring-Network-Passwords.html -share/doc/gnome-keyring/gnome-keyring-Non-pageable-Memory.html -share/doc/gnome-keyring/gnome-keyring-Result-Codes.html -share/doc/gnome-keyring/gnome-keyring-Search-Functionality.html -share/doc/gnome-keyring/gnome-keyring-Simple-Password-Storage.html -share/doc/gnome-keyring/gnome-keyring.devhelp -share/doc/gnome-keyring/gnome-keyring.devhelp2 -share/doc/gnome-keyring/home.png -share/doc/gnome-keyring/index.html -share/doc/gnome-keyring/index.sgml -share/doc/gnome-keyring/left.png -share/doc/gnome-keyring/right.png -share/doc/gnome-keyring/style.css -share/doc/gnome-keyring/up.png -share/locale/ar/LC_MESSAGES/libgnome-keyring.mo -share/locale/ast/LC_MESSAGES/libgnome-keyring.mo -share/locale/bg/LC_MESSAGES/libgnome-keyring.mo -share/locale/bn/LC_MESSAGES/libgnome-keyring.mo -share/locale/ca/LC_MESSAGES/libgnome-keyring.mo -share/locale/ca@valencia/LC_MESSAGES/libgnome-keyring.mo -share/locale/cs/LC_MESSAGES/libgnome-keyring.mo -share/locale/da/LC_MESSAGES/libgnome-keyring.mo -share/locale/de/LC_MESSAGES/libgnome-keyring.mo -share/locale/el/LC_MESSAGES/libgnome-keyring.mo -share/locale/en_GB/LC_MESSAGES/libgnome-keyring.mo -share/locale/eo/LC_MESSAGES/libgnome-keyring.mo -share/locale/es/LC_MESSAGES/libgnome-keyring.mo -share/locale/et/LC_MESSAGES/libgnome-keyring.mo -share/locale/eu/LC_MESSAGES/libgnome-keyring.mo -share/locale/fi/LC_MESSAGES/libgnome-keyring.mo -share/locale/fr/LC_MESSAGES/libgnome-keyring.mo -share/locale/gl/LC_MESSAGES/libgnome-keyring.mo -share/locale/he/LC_MESSAGES/libgnome-keyring.mo -share/locale/hu/LC_MESSAGES/libgnome-keyring.mo -share/locale/id/LC_MESSAGES/libgnome-keyring.mo -share/locale/it/LC_MESSAGES/libgnome-keyring.mo -share/locale/ja/LC_MESSAGES/libgnome-keyring.mo -share/locale/ko/LC_MESSAGES/libgnome-keyring.mo -share/locale/lt/LC_MESSAGES/libgnome-keyring.mo -share/locale/lv/LC_MESSAGES/libgnome-keyring.mo -share/locale/ml/LC_MESSAGES/libgnome-keyring.mo -share/locale/mn/LC_MESSAGES/libgnome-keyring.mo -share/locale/ms/LC_MESSAGES/libgnome-keyring.mo -share/locale/nb/LC_MESSAGES/libgnome-keyring.mo -share/locale/nds/LC_MESSAGES/libgnome-keyring.mo -share/locale/nl/LC_MESSAGES/libgnome-keyring.mo -share/locale/nn/LC_MESSAGES/libgnome-keyring.mo -share/locale/pa/LC_MESSAGES/libgnome-keyring.mo -share/locale/pl/LC_MESSAGES/libgnome-keyring.mo -share/locale/pt/LC_MESSAGES/libgnome-keyring.mo -share/locale/pt_BR/LC_MESSAGES/libgnome-keyring.mo -share/locale/ro/LC_MESSAGES/libgnome-keyring.mo -share/locale/ru/LC_MESSAGES/libgnome-keyring.mo -share/locale/sk/LC_MESSAGES/libgnome-keyring.mo -share/locale/sl/LC_MESSAGES/libgnome-keyring.mo -share/locale/sr/LC_MESSAGES/libgnome-keyring.mo -share/locale/sr@latin/LC_MESSAGES/libgnome-keyring.mo -share/locale/sv/LC_MESSAGES/libgnome-keyring.mo -share/locale/ta/LC_MESSAGES/libgnome-keyring.mo -share/locale/th/LC_MESSAGES/libgnome-keyring.mo -share/locale/uk/LC_MESSAGES/libgnome-keyring.mo -share/locale/zh_CN/LC_MESSAGES/libgnome-keyring.mo -share/locale/zh_HK/LC_MESSAGES/libgnome-keyring.mo -share/locale/zh_TW/LC_MESSAGES/libgnome-keyring.mo -@dirrmtry share/local/zh_HK/LC_MESSAGES -@dirrmtry share/local/zh_HK -@dirrmtry share/local/sr@latin/LC_MESSAGES -@dirrmtry share/local/sr@latin -@dirrmtry share/local/nds/LC_MESSAGES -@dirrmtry share/local/nds -@dirrmtry share/local/ca@valencia/LC_MESSAGES -@dirrmtry share/local/ca@valencia -@dirrmtry share/local/ast/LC_MESSAGES -@dirrmtry share/local/ast -@dirrm share/doc/gnome-keyring -@dirrm include/gnome-keyring-1 diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile deleted file mode 100644 index 87412ff0f..000000000 --- a/security/libgnomesu/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libgnomesu -# Date created: 12 January 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/libgnomesu/Makefile,v 1.2 2007/05/19 21:36:21 marcus Exp $ - -PORTNAME= libgnomesu -PORTVERSION= 1.0.0 -PORTREVISION= 9 -CATEGORIES= security gnome -MASTER_SITES= http://members.chello.nl/~h.lai/libgnomesu/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library and frontend for running commands as root - -USE_AUTOTOOLS= libtool:22 -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui -CONFIGURE_ARGS+=--disable-install-pam -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' \ - ${WRKSRC}/src/Makefile.in - -post-install: - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.4.x.sample ${EXAMPLESDIR} - ${INSTALL_DATA} ${FILESDIR}/gnomesu-pam.5.x.sample ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/api.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/libgnomesu.css ${DOCSDIR} -.endif - @${SED} -e "s|%%EXAMPLESDIR%%|${EXAMPLESDIR}|g" ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/security/libgnomesu/distinfo b/security/libgnomesu/distinfo deleted file mode 100644 index ae98aa063..000000000 --- a/security/libgnomesu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgnomesu-1.0.0.tar.gz) = 9f1cb8c3f61ad2fb31ad05a5d3eb211d -SHA256 (libgnomesu-1.0.0.tar.gz) = c09529708289a3bda1c0f02d9d73bfcd6f66b8c4f99cbc0fe996fc95948c5d37 -SIZE (libgnomesu-1.0.0.tar.gz) = 448457 diff --git a/security/libgnomesu/files/gnomesu-pam.4.x.sample b/security/libgnomesu/files/gnomesu-pam.4.x.sample deleted file mode 100644 index abaa3ca0a..000000000 --- a/security/libgnomesu/files/gnomesu-pam.4.x.sample +++ /dev/null @@ -1,3 +0,0 @@ -gnomesu-pam auth required pam_unix.so try_first_pass -gnomesu-pam session required pam_permit.so -gnomesu-pam account required pam_permit.so diff --git a/security/libgnomesu/files/gnomesu-pam.5.x.sample b/security/libgnomesu/files/gnomesu-pam.5.x.sample deleted file mode 100644 index 22120ae72..000000000 --- a/security/libgnomesu/files/gnomesu-pam.5.x.sample +++ /dev/null @@ -1,3 +0,0 @@ -auth required pam_unix.so try_first_pass -session required pam_permit.so -account required pam_permit.so diff --git a/security/libgnomesu/pkg-descr b/security/libgnomesu/pkg-descr deleted file mode 100644 index a1b5e6fb9..000000000 --- a/security/libgnomesu/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -libgnomesu is a library for providing superuser privileges to GNOME -applications. It supports consolehelper, PAM and su. - -libgnomesu will use one the following services (in order of priority), -depending on which one is available: -- consolehelper -- PAM -- su - -libgnomesu will use the su-based backend as final fallback, if no other -services are available. This service uses a backend which is a modified -version of GNU su. - -libgnomesu comes with the GUI frontend 'gnomesu' and a Nautilus component -for Nautilus integration. - -WWW: http://members.chello.nl/~h.lai/libgnomesu/ diff --git a/security/libgnomesu/pkg-message b/security/libgnomesu/pkg-message deleted file mode 100644 index c7c9cf5d9..000000000 --- a/security/libgnomesu/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ - -#################################################### - -The gnomesu part of libgnomesu will use su(1) without -any further work. To utilize the PAM support, however, -you must perform the following: - -On 4.x: - cat %%EXAMPLESDIR%%/gnomesu-pam.4.x.sample >> /etc/pam.conf - -On 5.x/6.x: - cp %%EXAMPLESDIR%%/gnomesu-pam.5.x.sample \ - /etc/pam.d/gnomesu-pam - -#################################################### - diff --git a/security/libgnomesu/pkg-plist b/security/libgnomesu/pkg-plist deleted file mode 100644 index 0c8487288..000000000 --- a/security/libgnomesu/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/gnomesu -include/libgnomesu-1.0/libgnomesu/gnomesu-auth-dialog.h -include/libgnomesu-1.0/libgnomesu/libgnomesu.h -lib/libgnomesu.a -lib/libgnomesu.la -lib/libgnomesu.so -lib/libgnomesu.so.2 -libdata/pkgconfig/libgnomesu-1.0.pc -libexec/gnomesu-backend -libexec/gnomesu-pam-backend -%%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/libgnomesu.css -%%EXAMPLESDIR%%/gnomesu-pam.4.x.sample -%%EXAMPLESDIR%%/gnomesu-pam.5.x.sample -share/application-registry/gnomesu-nautilus.applications -share/mime-info/gnomesu-nautilus.keys -share/locale/az/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/bg/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/bs/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/ca/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/cs/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/da/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/de/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/el/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/es/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/eu/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/fi/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/fr/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/gu/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/hr/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/hu/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/it/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/ja/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/ko/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/lt/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/ms/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/nb/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/nl/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/pa/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/pl/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/pt/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/rw/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/sk/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/sq/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/sr/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/sv/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/tr/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomesu-1.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomesu-1.0.mo -@dirrm include/libgnomesu-1.0/libgnomesu -@dirrm include/libgnomesu-1.0 -@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index 6f8c54c81..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: Seahorse -# Date created: 08 March 2000 -# Whom: Dave McKay <dave@mu.org> -# -# $FreeBSD$ -# $MCom: ports/security/seahorse/Makefile,v 1.98 2010/09/20 22:08:25 kwm Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 2.32.0 -CATEGORIES= security gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME application for managing encryption keys (PGP, SSH) - -BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring \ - gcrypt.17:${PORTSDIR}/security/libgcrypt \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_XORG= sm -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --enable-introspection=no - -GCONF_SCHEMAS= seahorse.schemas -MAN1= seahorse.1 seahorse-daemon.1 - -OPTIONS= LDAP "Enable LDAP support" on \ - NOTIFY "Enable libnotify support" on \ - MDNS "Enable mDNS key sharing" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_LDAP) -USE_OPENLDAP= yes -.else -CONFIGURE_ARGS+=--disable-ldap -.endif - -.if !defined(WITHOUT_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify -.else -CONFIGURE_ARGS+=--disable-libnotify -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+=--disable-sharing -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo deleted file mode 100644 index 196816b44..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-2.32.0.tar.bz2) = bffb5ba78efb7eae760e05d8473ee7ad -SHA256 (gnome2/seahorse-2.32.0.tar.bz2) = f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d -SIZE (gnome2/seahorse-2.32.0.tar.bz2) = 2491230 diff --git a/security/seahorse/pkg-descr b/security/seahorse/pkg-descr deleted file mode 100644 index ea4098271..000000000 --- a/security/seahorse/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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/ diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist deleted file mode 100644 index 09524c6f6..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,344 +0,0 @@ -bin/seahorse -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/libcryptui.a -lib/libcryptui.la -lib/libcryptui.so -lib/libcryptui.so.0 -lib/seahorse/seahorse-ssh-askpass -lib/seahorse/xloadimage -libdata/pkgconfig/cryptui-0.0.pc -share/applications/seahorse.desktop -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.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.devhelp -share/doc/libcryptui/libcryptui.devhelp2 -share/doc/libcryptui/right.png -share/doc/libcryptui/style.css -share/doc/libcryptui/up.png -share/doc/libseahorse/api-index-full.html -share/doc/libseahorse/ch01.html -share/doc/libseahorse/home.png -share/doc/libseahorse/index.html -share/doc/libseahorse/index.sgml -share/doc/libseahorse/left.png -share/doc/libseahorse/libseahorse-SeahorseKeyserverControl.html -share/doc/libseahorse/libseahorse-SeahorseObjectModel.html -share/doc/libseahorse/libseahorse-SeahorseObjectWidget.html -share/doc/libseahorse/libseahorse-SeahorseOperation.html -share/doc/libseahorse/libseahorse-SeahorseSecureEntry.html -share/doc/libseahorse/libseahorse-SeahorseUnknown.html -share/doc/libseahorse/libseahorse-SeahorseWidget.html -share/doc/libseahorse/libseahorse-seahorse-check-button-control.html -share/doc/libseahorse/libseahorse-seahorse-combo-keys.html -share/doc/libseahorse/libseahorse-seahorse-commands.html -share/doc/libseahorse/libseahorse-seahorse-context.html -share/doc/libseahorse/libseahorse-seahorse-dns-sd.html -share/doc/libseahorse/libseahorse-seahorse-gconf.html -share/doc/libseahorse/libseahorse-seahorse-gtkstock.html -share/doc/libseahorse/libseahorse-seahorse-libdialogs.html -share/doc/libseahorse/libseahorse-seahorse-marshal.html -share/doc/libseahorse/libseahorse-seahorse-object.html -share/doc/libseahorse/libseahorse-seahorse-passphrase.html -share/doc/libseahorse/libseahorse-seahorse-prefs.html -share/doc/libseahorse/libseahorse-seahorse-progress.html -share/doc/libseahorse/libseahorse-seahorse-secure-memory.html -share/doc/libseahorse/libseahorse-seahorse-servers.html -share/doc/libseahorse/libseahorse-seahorse-set-model.html -share/doc/libseahorse/libseahorse-seahorse-set.html -share/doc/libseahorse/libseahorse-seahorse-source.html -share/doc/libseahorse/libseahorse-seahorse-transfer-operation.html -share/doc/libseahorse/libseahorse-seahorse-types.html -share/doc/libseahorse/libseahorse-seahorse-unix-signal.html -share/doc/libseahorse/libseahorse-seahorse-unknown-source.html -share/doc/libseahorse/libseahorse-seahorse-util.html -share/doc/libseahorse/libseahorse-seahorse-validity.html -share/doc/libseahorse/libseahorse-seahorse-view.html -share/doc/libseahorse/libseahorse-seahorse-xxx.html -share/doc/libseahorse/libseahorse.devhelp -share/doc/libseahorse/libseahorse.devhelp2 -share/doc/libseahorse/object-tree.html -share/doc/libseahorse/right.png -share/doc/libseahorse/style.css -share/doc/libseahorse/up.png -share/gnome/help/seahorse/C/figures/seahorse-window.png -share/gnome/help/seahorse/C/legal.xml -share/gnome/help/seahorse/C/seahorse.xml -share/gnome/help/seahorse/ca/figures/seahorse-window.png -share/gnome/help/seahorse/ca/seahorse.xml -share/gnome/help/seahorse/cs/figures/seahorse-window.png -share/gnome/help/seahorse/cs/seahorse.xml -share/gnome/help/seahorse/de/figures/seahorse-window.png -share/gnome/help/seahorse/de/seahorse.xml -share/gnome/help/seahorse/el/figures/seahorse-window.png -share/gnome/help/seahorse/el/seahorse.xml -share/gnome/help/seahorse/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse/en_GB/seahorse.xml -share/gnome/help/seahorse/es/figures/seahorse-window.png -share/gnome/help/seahorse/es/seahorse.xml -share/gnome/help/seahorse/eu/figures/seahorse-window.png -share/gnome/help/seahorse/eu/seahorse.xml -share/gnome/help/seahorse/fr/figures/seahorse-window.png -share/gnome/help/seahorse/fr/seahorse.xml -share/gnome/help/seahorse/it/figures/seahorse-window.png -share/gnome/help/seahorse/it/seahorse.xml -share/gnome/help/seahorse/ja/figures/seahorse-window.png -share/gnome/help/seahorse/ja/seahorse.xml -share/gnome/help/seahorse/oc/figures/seahorse-window.png -share/gnome/help/seahorse/oc/seahorse.xml -share/gnome/help/seahorse/ru/figures/seahorse-window.png -share/gnome/help/seahorse/ru/seahorse.xml -share/gnome/help/seahorse/sv/figures/seahorse-window.png -share/gnome/help/seahorse/sv/seahorse.xml -share/gnome/help/seahorse/vi/figures/seahorse-window.png -share/gnome/help/seahorse/vi/seahorse.xml -share/gnome/help/seahorse/zh_CN/figures/seahorse-window.png -share/gnome/help/seahorse/zh_CN/seahorse.xml -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/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/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@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/ca/LC_MESSAGES/seahorse.mo -share/locale/ca@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_CA/LC_MESSAGES/seahorse.mo -share/locale/en_GB/LC_MESSAGES/seahorse.mo -share/locale/en@shaw/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/kn/LC_MESSAGES/seahorse.mo -share/locale/ku/LC_MESSAGES/seahorse.mo -share/locale/ko/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@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/th/LC_MESSAGES/seahorse.mo -share/locale/tr/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 -share/omf/seahorse/seahorse-C.omf -share/omf/seahorse/seahorse-ca.omf -share/omf/seahorse/seahorse-cs.omf -share/omf/seahorse/seahorse-de.omf -share/omf/seahorse/seahorse-el.omf -share/omf/seahorse/seahorse-en_GB.omf -share/omf/seahorse/seahorse-es.omf -share/omf/seahorse/seahorse-eu.omf -share/omf/seahorse/seahorse-fr.omf -share/omf/seahorse/seahorse-it.omf -share/omf/seahorse/seahorse-ja.omf -share/omf/seahorse/seahorse-oc.omf -share/omf/seahorse/seahorse-ru.omf -share/omf/seahorse/seahorse-sv.omf -share/omf/seahorse/seahorse-vi.omf -share/omf/seahorse/seahorse-zh_CN.omf -share/pixmaps/seahorse/22x22/seahorse-key-personal.png -share/pixmaps/seahorse/22x22/seahorse-key-ssh.png -share/pixmaps/seahorse/22x22/seahorse-key.png -share/pixmaps/seahorse/22x22/seahorse-person.png -share/pixmaps/seahorse/22x22/seahorse-share-keys.png -share/pixmaps/seahorse/22x22/seahorse-sign-bad.png -share/pixmaps/seahorse/22x22/seahorse-sign-ok.png -share/pixmaps/seahorse/22x22/seahorse-sign.png -share/pixmaps/seahorse/48x48/seahorse-key-personal.png -share/pixmaps/seahorse/48x48/seahorse-key-ssh.png -share/pixmaps/seahorse/48x48/seahorse-key.png -share/pixmaps/seahorse/48x48/seahorse-person.png -share/pixmaps/seahorse/48x48/seahorse-share-keys.png -share/pixmaps/seahorse/48x48/seahorse-sign-bad.png -share/pixmaps/seahorse/48x48/seahorse-sign-ok.png -share/pixmaps/seahorse/48x48/seahorse-sign-unknown.png -share/pixmaps/seahorse/48x48/seahorse-sign.png -share/pixmaps/seahorse/scalable/seahorse-key-personal.svg -share/pixmaps/seahorse/scalable/seahorse-key-ssh.svg -share/pixmaps/seahorse/scalable/seahorse-key.svg -share/pixmaps/seahorse/scalable/seahorse-person.svg -share/pixmaps/seahorse/scalable/seahorse-share-keys.svg -share/pixmaps/seahorse/scalable/seahorse-sign-bad.svg -share/pixmaps/seahorse/scalable/seahorse-sign-ok.svg -share/pixmaps/seahorse/scalable/seahorse-sign-unknown.svg -share/pixmaps/seahorse/scalable/seahorse-sign.svg -%%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-notify.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-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 -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%% -@dirrm share/pixmaps/seahorse/scalable -@dirrm share/pixmaps/seahorse/48x48 -@dirrm share/pixmaps/seahorse/22x22 -@dirrm share/pixmaps/seahorse -@dirrm share/omf/seahorse -@dirrm share/gnome/help/seahorse/zh_CN/figures -@dirrm share/gnome/help/seahorse/zh_CN -@dirrm share/gnome/help/seahorse/vi/figures -@dirrm share/gnome/help/seahorse/vi -@dirrm share/gnome/help/seahorse/sv/figures -@dirrm share/gnome/help/seahorse/sv -@dirrm share/gnome/help/seahorse/ru/figures -@dirrm share/gnome/help/seahorse/ru -@dirrm share/gnome/help/seahorse/oc/figures -@dirrm share/gnome/help/seahorse/oc -@dirrm share/gnome/help/seahorse/ja/figures -@dirrm share/gnome/help/seahorse/ja -@dirrm share/gnome/help/seahorse/it/figures -@dirrm share/gnome/help/seahorse/it -@dirrm share/gnome/help/seahorse/fr/figures -@dirrm share/gnome/help/seahorse/fr -@dirrm share/gnome/help/seahorse/eu/figures -@dirrm share/gnome/help/seahorse/eu -@dirrm share/gnome/help/seahorse/es/figures -@dirrm share/gnome/help/seahorse/es -@dirrm share/gnome/help/seahorse/en_GB/figures -@dirrm share/gnome/help/seahorse/en_GB -@dirrm share/gnome/help/seahorse/el/figures -@dirrm share/gnome/help/seahorse/el -@dirrm share/gnome/help/seahorse/de/figures -@dirrm share/gnome/help/seahorse/de -@dirrm share/gnome/help/seahorse/cs/figures -@dirrm share/gnome/help/seahorse/cs -@dirrm share/gnome/help/seahorse/ca/figures -@dirrm share/gnome/help/seahorse/ca -@dirrm share/gnome/help/seahorse/C/figures -@dirrm share/gnome/help/seahorse/C -@dirrm share/gnome/help/seahorse -@dirrm share/doc/libseahorse -@dirrm share/doc/libcryptui -@dirrmtry share/applications -@dirrm lib/seahorse -@dirrm include/libcryptui -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/si/LC_MESSAGES -@dirrmtry share/locale/si -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/ca@valencia/LC_MESSAGES -@dirrmtry share/locale/ca@valencia -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ast/LC_MESSAGES -@dirrmtry share/locale/ast -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as |