summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /security
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/fpm/Makefile45
-rw-r--r--security/fpm/distinfo3
-rw-r--r--security/fpm/files/patch-src-main.c23
-rw-r--r--security/fpm/pkg-descr21
-rw-r--r--security/gcipher/Makefile64
-rw-r--r--security/gcipher/distinfo3
-rw-r--r--security/gcipher/files/patch-Const.py9
-rw-r--r--security/gcipher/files/patch-gcipher16
-rw-r--r--security/gcipher/files/patch-gcipher.desktop14
-rw-r--r--security/gcipher/pkg-descr7
-rw-r--r--security/gcipher/pkg-plist66
-rw-r--r--security/gnome-keyring-manager/Makefile33
-rw-r--r--security/gnome-keyring-manager/distinfo3
-rw-r--r--security/gnome-keyring-manager/pkg-descr1
-rw-r--r--security/gnome-keyring-manager/pkg-plist129
-rw-r--r--security/gnome-keyring/Makefile32
-rw-r--r--security/gnome-keyring/distinfo3
-rw-r--r--security/gnome-keyring/pkg-descr17
-rw-r--r--security/gnome-keyring/pkg-plist131
-rw-r--r--security/gnome-password-generator/Makefile26
-rw-r--r--security/gnome-password-generator/distinfo3
-rw-r--r--security/gnome-password-generator/pkg-descr5
-rw-r--r--security/gnome-password-generator/pkg-plist4
-rw-r--r--security/gpass/Makefile37
-rw-r--r--security/gpass/distinfo3
-rw-r--r--security/gpass/pkg-descr19
-rw-r--r--security/gpass/pkg-plist18
-rw-r--r--security/gringotts/Makefile50
-rw-r--r--security/gringotts/distinfo3
-rw-r--r--security/gringotts/files/patch-grg_safe.c36
-rw-r--r--security/gringotts/files/patch-po-Makefile.in.in11
-rw-r--r--security/gringotts/files/patch-src-Makefile.in10
-rw-r--r--security/gringotts/pkg-descr22
-rw-r--r--security/gringotts/pkg-plist16
-rw-r--r--security/libgnomesu/Makefile37
-rw-r--r--security/libgnomesu/distinfo3
-rw-r--r--security/libgnomesu/files/gnomesu-pam.4.x.sample3
-rw-r--r--security/libgnomesu/files/gnomesu-pam.5.x.sample3
-rw-r--r--security/libgnomesu/pkg-descr17
-rw-r--r--security/libgnomesu/pkg-message16
-rw-r--r--security/libgnomesu/pkg-plist57
-rw-r--r--security/nofgpg/Makefile35
-rw-r--r--security/nofgpg/distinfo3
-rw-r--r--security/nofgpg/pkg-descr5
-rw-r--r--security/revelation/Makefile47
-rw-r--r--security/revelation/distinfo3
-rw-r--r--security/revelation/pkg-descr24
-rw-r--r--security/revelation/pkg-plist102
-rw-r--r--security/seahorse/Makefile129
-rw-r--r--security/seahorse/distinfo3
-rw-r--r--security/seahorse/files/patch-agent_seahorse-agent-io.c32
-rw-r--r--security/seahorse/files/patch-libseahorse_seahorse-ssh-operation.c10
-rw-r--r--security/seahorse/pkg-descr8
-rw-r--r--security/seahorse/pkg-plist374
54 files changed, 0 insertions, 1794 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile
deleted file mode 100644
index 8ebe9e9b0..000000000
--- a/security/fpm/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: fpm
-# Date created: 10 June 2001
-# Whom: Anders Nordby <anders@fix.no>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fpm
-PORTVERSION= 0.60
-PORTREVISION= 3
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= anders@FreeBSD.org
-COMMENT= Figaro's Password Manager, an app to securely store your passwords
-
-USE_GNOME= gnomeprefix gnomehack gnomelibs
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-#CONFIGURE_ARGS+= --without-included-gettext
-CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= fpm.1
-PORTDOCS= AUTHORS ChangeLog README TODO
-PLIST_FILES= bin/fpm share/pixmaps/fpm/logo.xpm
-PLIST_DIRS= share/pixmaps/fpm
-
-pre-build:
- ${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/fpm
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm
-.endfor
-.endif
- @${ECHO} "========================================================================="
- @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before"
- @${ECHO} "expecting password generation to work well."
- @${ECHO} "========================================================================="
-
-.include <bsd.port.mk>
diff --git a/security/fpm/distinfo b/security/fpm/distinfo
deleted file mode 100644
index 2f07c6b34..000000000
--- a/security/fpm/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (fpm-0.60.tar.gz) = be7655d300c306c8f962f6aad0a60cc5
-SHA256 (fpm-0.60.tar.gz) = bb2c8c44f55edc442c40eac0100aa4b26f8be5fbb6372dc6865933b5435a95f3
-SIZE (fpm-0.60.tar.gz) = 294695
diff --git a/security/fpm/files/patch-src-main.c b/security/fpm/files/patch-src-main.c
deleted file mode 100644
index 29322d2a4..000000000
--- a/security/fpm/files/patch-src-main.c
+++ /dev/null
@@ -1,23 +0,0 @@
---- src/main.c.orig Sat Jun 4 07:32:53 2005
-+++ src/main.c Sat Jun 4 07:33:15 2005
-@@ -32,15 +32,16 @@
- int
- main (int argc, char *argv[])
- {
--#ifdef ENABLE_NLS
-- bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
-- textdomain (PACKAGE);
--#endif
- char *opt_file_name = NULL;
- const struct poptOption options[] = {
- {"file", 'f', POPT_ARG_STRING, &opt_file_name, 0,
- N_("Name of the password file to open"), N_("PASSWORDFILE")},
- {NULL, '\0', 0, NULL, 0}};
-+
-+#ifdef ENABLE_NLS
-+ bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR);
-+ textdomain (PACKAGE);
-+#endif
-
- gnome_init_with_popt_table("fpm", VERSION, argc, argv, options, 0, NULL);
- // gnome_init("fpm", VERSION, argc, argv);
diff --git a/security/fpm/pkg-descr b/security/fpm/pkg-descr
deleted file mode 100644
index 88a5ff6dd..000000000
--- a/security/fpm/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-Figaro's Password Manager is a GNOME application that allows you to securely
-store your passwords. Features include:
-
-* Passwords are encrypted with the blowfish algorithm.
-* Copy passwords or usernames to the clipboard.
-* Copy passwords or usernames to the primary selection. (And paste them with a
-middle mouse button click).
-* If the password is for a website, FPM can keep track of the URLs of your
-login screens and can automatically launch your browser. In this capacity, FPM
-acts as a kind of bookmark manager.
-* You can teach FPM to launch other applications, and optionally pass
-hostnames, usernames or passwords to the command line.
-* FPM also has a password generator that can help you choose good passwords.
-It allows you to determine how long the password should be, and what types of
-characters (lower case, upper case, numbers and symbols) should be used. You
-can even have it avoid ambiguous characters such as a capital O and the number
-0.
-
-WWW: http://fpm.sourceforge.net/
-
-- Anders Nordby <anders@fix.no>
diff --git a/security/gcipher/Makefile b/security/gcipher/Makefile
deleted file mode 100644
index ef1681c30..000000000
--- a/security/gcipher/Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
-# New ports collection makefile for: gcipher
-# Date created: 25 June 2003
-# Whom: Shannon -jj Behrens <jjinux@yahoo.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gcipher
-PORTVERSION= 1.0
-PORTREVISION= 9
-CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= jjinux@yahoo.com
-COMMENT= A simple encryption tool
-
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2
-
-USE_PYTHON= yes
-USE_XLIB= yes
-USE_GNOME= libgnomeui
-
-GCIPHER_PREFIX= ${PREFIX}/share/gcipher
-
-MAN1= gcipher.1
-
-post-patch:
- @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
- ${WRKSRC}/src/Const.py ${WRKSRC}/src/gcipher
-
-do-build:
- (cd ${WRKSRC}/src; \
- ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py .)
-
-do-install:
- ${MKDIR} \
- ${GCIPHER_PREFIX}/lib/cipher \
- ${GCIPHER_PREFIX}/lib/ciphergui \
- ${GCIPHER_PREFIX}/plugins/cipher \
- ${GCIPHER_PREFIX}/plugins/ciphergui
-
- (cd ${WRKSRC}; \
- ${INSTALL_MAN} gcipher.1 ${PREFIX}/man/man1; \
- ${INSTALL_DATA} CONTRIB LICENSE README "${GCIPHER_PREFIX}")
-
- (cd ${WRKSRC}/src; \
- ${INSTALL_SCRIPT} gcipher ${PREFIX}/bin/gcipher; \
- ${INSTALL_DATA} gcipher.desktop ${PREFIX}/share/applications; \
- for i in `${FIND} . -name '*.py' \
- -o -name '*.pyc' \
- -o -name '*.glade' \
- -o -name '*.gladep'`; do \
- ${INSTALL_DATA} "$$i" "${GCIPHER_PREFIX}/lib/$$i"; \
- done)
-
- (cd ${WRKSRC}/plugins; \
- for i in `${FIND} . -name '*.py' \
- -o -name '*.glade' \
- -o -name '*.gladep'`; do \
- ${INSTALL_DATA} "$$i" "${GCIPHER_PREFIX}/plugins/$$i"; \
- done)
-
-.include <bsd.port.mk>
diff --git a/security/gcipher/distinfo b/security/gcipher/distinfo
deleted file mode 100644
index 1ae681e04..000000000
--- a/security/gcipher/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gcipher-1.0.tar.gz) = b5600f7a5f2a9ae87b228a28ab17d0e9
-SHA256 (gcipher-1.0.tar.gz) = a06b5b34dc88b00cd713e5834b5b240e7df344df41f3200f6e2b5693b28bc369
-SIZE (gcipher-1.0.tar.gz) = 18125
diff --git a/security/gcipher/files/patch-Const.py b/security/gcipher/files/patch-Const.py
deleted file mode 100644
index b4b94da30..000000000
--- a/security/gcipher/files/patch-Const.py
+++ /dev/null
@@ -1,9 +0,0 @@
-diff -ur ../gcipher-1.0.orig/src/Const.py ./src/Const.py
---- ../gcipher-1.0.orig/src/Const.py Wed Jun 25 14:03:43 2003
-+++ ./src/Const.py Wed Jun 25 14:05:59 2003
-@@ -9,4 +9,4 @@
- Read Help/Contents to learn how to use gcipher
- as a command line filter or as a network proxy."""
- AUTHORS = ["Shannon -jj Behrens <jjinux@yahoo.com>"]
--GLADEDIR = "."
-+GLADEDIR = "%%PREFIX%%/share/gcipher/lib"
diff --git a/security/gcipher/files/patch-gcipher b/security/gcipher/files/patch-gcipher
deleted file mode 100644
index 2e7ba1abc..000000000
--- a/security/gcipher/files/patch-gcipher
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -ur ../gcipher-1.0.orig/src/gcipher ./src/gcipher
---- ../gcipher-1.0.orig/src/gcipher Wed Jun 25 14:03:43 2003
-+++ ./src/gcipher Wed Jun 25 14:06:14 2003
-@@ -1,10 +1,10 @@
--#!/usr/bin/python
-+#!/usr/local/bin/python
-
- """This is the main executable script."""
-
- # Edit the path below if you need to port GCipher.
- import sys
--# sys.path.append("/usr/share/gcipher/lib")
-+sys.path.append("%%PREFIX%%/share/gcipher/lib")
-
- from os import environ
- from os.path import join
diff --git a/security/gcipher/files/patch-gcipher.desktop b/security/gcipher/files/patch-gcipher.desktop
deleted file mode 100644
index fa076993d..000000000
--- a/security/gcipher/files/patch-gcipher.desktop
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur ../gcipher-1.0.orig/src/gcipher.desktop ./src/gcipher.desktop
---- ../gcipher-1.0.orig/src/gcipher.desktop Wed Jun 25 15:07:51 2003
-+++ ./src/gcipher.desktop Wed Jun 25 15:08:47 2003
-@@ -4,8 +4,8 @@
- Name[en_US.ISO8859-15]=GCipher
- Comment[en_US.ISO8859-15]=A simple encryption tool
- Exec=gcipher
--Icon=/usr/share/pixmaps/gnome-lockscreen.png
-+Icon=gnome-lockscreen.png
- Terminal=false
- Type=Application
- StartupNotify=true
--Categories=GNOME;Application;Utility;X-Red-Hat-Base;
-+Categories=Application;Cryptography;
diff --git a/security/gcipher/pkg-descr b/security/gcipher/pkg-descr
deleted file mode 100644
index 0319dfec8..000000000
--- a/security/gcipher/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is a simple encryption tool to work with home-grown encryption algorithms.
-It can run as either a GUI, a command-line application, or a network proxy.
-
-WWW: http://gcipher.sourceforge.net
-
-- Shannon -jj Behrens
-jjinux@yahoo.com
diff --git a/security/gcipher/pkg-plist b/security/gcipher/pkg-plist
deleted file mode 100644
index 2e0d68740..000000000
--- a/security/gcipher/pkg-plist
+++ /dev/null
@@ -1,66 +0,0 @@
-bin/gcipher
-share/applications/gcipher.desktop
-share/gcipher/CONTRIB
-share/gcipher/LICENSE
-share/gcipher/README
-share/gcipher/lib/cipher/__init__.pyc
-share/gcipher/lib/cipher/Ceasar.py
-share/gcipher/lib/cipher/CharacterCipher.py
-share/gcipher/lib/cipher/Gie.py
-share/gcipher/lib/cipher/KeyedCipher.py
-share/gcipher/lib/cipher/Rot.py
-share/gcipher/lib/cipher/Tools.py
-share/gcipher/lib/cipher/Vigenere.py
-share/gcipher/lib/cipher/__init__.py
-share/gcipher/lib/cipher/KeyedCipher.pyc
-share/gcipher/lib/cipher/Vigenere.pyc
-share/gcipher/lib/cipher/CharacterCipher.pyc
-share/gcipher/lib/cipher/Tools.pyc
-share/gcipher/lib/cipher/Gie.pyc
-share/gcipher/lib/cipher/Ceasar.pyc
-share/gcipher/lib/cipher/Rot.pyc
-share/gcipher/lib/AutomaticClass.py
-share/gcipher/lib/Const.py
-share/gcipher/lib/GtkAttributesFacade.py
-share/gcipher/lib/LibGladeApplication.py
-share/gcipher/lib/MainCLI.py
-share/gcipher/lib/MainGUI.py
-share/gcipher/lib/Proxy.py
-share/gcipher/lib/gcipher.glade
-share/gcipher/lib/gcipher.gladep
-share/gcipher/lib/ciphergui/__init__.pyc
-share/gcipher/lib/ciphergui/Ceasar.py
-share/gcipher/lib/ciphergui/CipherGUIList.py
-share/gcipher/lib/ciphergui/Gie.py
-share/gcipher/lib/ciphergui/KeyDialog.py
-share/gcipher/lib/ciphergui/Rot.py
-share/gcipher/lib/ciphergui/Vigenere.py
-share/gcipher/lib/ciphergui/__init__.py
-share/gcipher/lib/ciphergui/rot.glade
-share/gcipher/lib/ciphergui/rot.gladep
-share/gcipher/lib/ciphergui/vigenere.glade
-share/gcipher/lib/ciphergui/vigenere.gladep
-share/gcipher/lib/ciphergui/CipherGUIList.pyc
-share/gcipher/lib/ciphergui/Vigenere.pyc
-share/gcipher/lib/ciphergui/KeyDialog.pyc
-share/gcipher/lib/ciphergui/Gie.pyc
-share/gcipher/lib/ciphergui/Ceasar.pyc
-share/gcipher/lib/ciphergui/Rot.pyc
-share/gcipher/lib/Const.pyc
-share/gcipher/lib/MainCLI.pyc
-share/gcipher/lib/AutomaticClass.pyc
-share/gcipher/lib/MainGUI.pyc
-share/gcipher/lib/LibGladeApplication.pyc
-share/gcipher/lib/GtkAttributesFacade.pyc
-share/gcipher/lib/Proxy.pyc
-share/gcipher/plugins/cipher/Identity.py
-share/gcipher/plugins/ciphergui/Identity.py
-share/gcipher/plugins/ciphergui/PluginCipherGUIList.py
-@dirrm share/gcipher/lib/cipher
-@dirrm share/gcipher/lib/ciphergui
-@dirrm share/gcipher/lib
-@dirrm share/gcipher/plugins/cipher
-@dirrm share/gcipher/plugins/ciphergui
-@dirrm share/gcipher/plugins
-@dirrm share/gcipher
-@dirrmtry share/applications
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile
deleted file mode 100644
index 4251a3321..000000000
--- a/security/gnome-keyring-manager/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gnomekeyringmanager
-# Date created: 2004 12 July
-# Whom: Adam Weinberger <adamw@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/security/gnome-keyring-manager/Makefile,v 1.31 2007/09/12 19:52:14 marcus Exp $
-#
-
-PORTNAME= gnome-keyring-manager
-PORTVERSION= 2.20.0
-CATEGORIES= security gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME keyring manager
-
-LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring
-
-USE_XLIB= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-USE_GETTEXT= yes
-USE_GMAKE= yes
-INSTALLS_OMF= yes
-USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui gnomedocutils
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-MAN1= gnome-keyring-manager.1
-GCONF_SCHEMAS= gnome-keyring-manager.schemas
-
-.include <bsd.port.mk>
diff --git a/security/gnome-keyring-manager/distinfo b/security/gnome-keyring-manager/distinfo
deleted file mode 100644
index 99541a9d8..000000000
--- a/security/gnome-keyring-manager/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gnome-keyring-manager-2.20.0.tar.bz2) = 61d701888f00c02490c0cd551bf3fcb1
-SHA256 (gnome2/gnome-keyring-manager-2.20.0.tar.bz2) = a4c9560f79067d528501198dd103b3df060b24f64cd878f22436031eeb113140
-SIZE (gnome2/gnome-keyring-manager-2.20.0.tar.bz2) = 455466
diff --git a/security/gnome-keyring-manager/pkg-descr b/security/gnome-keyring-manager/pkg-descr
deleted file mode 100644
index c6881629b..000000000
--- a/security/gnome-keyring-manager/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This a keyring management program for the GNOME Desktop.
diff --git a/security/gnome-keyring-manager/pkg-plist b/security/gnome-keyring-manager/pkg-plist
deleted file mode 100644
index 5d1b24c0f..000000000
--- a/security/gnome-keyring-manager/pkg-plist
+++ /dev/null
@@ -1,129 +0,0 @@
-bin/gnome-keyring-manager
-share/applications/gnome-keyring-manager.desktop
-%%DATADIR%%/gnome-keyring-manager-ui.xml
-%%DATADIR%%/gnome-keyring-manager.glade
-%%DATADIR%%/stock_delete-key.png
-%%DATADIR%%/stock_delete-keyring.png
-%%DATADIR%%/stock_new-key.png
-%%DATADIR%%/stock_new-keyring.png
-share/gnome/help/gnome-keyring-manager/C/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/C/legal.xml
-share/gnome/help/gnome-keyring-manager/ca/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/da/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/en_GB/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/es/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/fr/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/oc/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/sv/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/uk/gnome-keyring-manager.xml
-share/gnome/help/gnome-keyring-manager/vi/gnome-keyring-manager.xml
-share/locale/ar/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/be/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/be@latin/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/bg/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/bn/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ca/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/cs/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/cy/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/da/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/de/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/dz/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/el/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/en_CA/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/en_GB/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/es/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/et/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/eu/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/fa/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/fi/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/fr/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/gl/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/gu/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/hi/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/hu/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/id/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/it/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ja/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ka/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ko/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/lt/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/lv/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/mg/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/mk/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ml/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/mn/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/mr/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/nb/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ne/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/nl/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/nn/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/oc/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/or/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/pa/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/pl/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/pt/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ro/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ru/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/rw/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/si/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/sk/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/sl/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/sq/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/sr/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/sr@Latn/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/sv/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/ta/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/te/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/th/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/tr/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/uk/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/vi/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-keyring-manager.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-keyring-manager.mo
-share/omf/gnome-keyring-manager/gnome-keyring-manager-C.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-ca.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-da.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-en_GB.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-es.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-fr.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-oc.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-sv.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-uk.omf
-share/omf/gnome-keyring-manager/gnome-keyring-manager-vi.omf
-@dirrm share/omf/gnome-keyring-manager
-@dirrm share/gnome/help/gnome-keyring-manager/vi
-@dirrm share/gnome/help/gnome-keyring-manager/uk
-@dirrm share/gnome/help/gnome-keyring-manager/sv
-@dirrm share/gnome/help/gnome-keyring-manager/oc
-@dirrm share/gnome/help/gnome-keyring-manager/fr
-@dirrm share/gnome/help/gnome-keyring-manager/es
-@dirrm share/gnome/help/gnome-keyring-manager/en_GB
-@dirrm share/gnome/help/gnome-keyring-manager/da
-@dirrm share/gnome/help/gnome-keyring-manager/ca
-@dirrm share/gnome/help/gnome-keyring-manager/C
-@dirrm share/gnome/help/gnome-keyring-manager
-@dirrm %%DATADIR%%
-@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/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/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@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/applications
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
deleted file mode 100644
index 9ff22e21e..000000000
--- a/security/gnome-keyring/Makefile
+++ /dev/null
@@ -1,32 +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.46 2007/09/19 04:09:14 marcus Exp $
-#
-
-PORTNAME= gnome-keyring
-PORTVERSION= 2.20.1
-CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= gnome-keyring-${PORTVERSION}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A program that keeps passwords and other secrets
-
-LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \
- gcrypt.13:${PORTSDIR}/security/libgcrypt
-
-USE_BZIP2= yes
-USE_GNOME= gnomehack gnomeprefix gtk20 ltverhack
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_AUTOTOOLS= libtool:15
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.mk>
diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo
deleted file mode 100644
index d390c1f0b..000000000
--- a/security/gnome-keyring/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/gnome-keyring-2.20.1.tar.bz2) = 16eb73c4a23db11ee8f20a731cf2a92b
-SHA256 (gnome2/gnome-keyring-2.20.1.tar.bz2) = 69208630af42bc3eb7561161067e24eb6bfb8afc2eb73e526efd0bbe337868f8
-SIZE (gnome2/gnome-keyring-2.20.1.tar.bz2) = 546007
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 bde5f3d2a..000000000
--- a/security/gnome-keyring/pkg-plist
+++ /dev/null
@@ -1,131 +0,0 @@
-bin/gnome-keyring-daemon
-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
-lib/security/pam_gnome_keyring.a
-lib/security/pam_gnome_keyring.la
-lib/security/pam_gnome_keyring.so
-libdata/pkgconfig/gnome-keyring-1.pc
-libexec/gnome-keyring-ask
-%%DOCSDIR%%/ch01.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-acl.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-attributes.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-find.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-generic-callbacks.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-item-info.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-items.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-keyring-info.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-keyrings.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-memory.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-misc.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-network.html
-%%DOCSDIR%%/gnome-keyring-gnome-keyring-result.html
-%%DOCSDIR%%/gnome-keyring.devhelp
-%%DOCSDIR%%/gnome-keyring.devhelp2
-%%DOCSDIR%%/home.png
-%%DOCSDIR%%/index.html
-%%DOCSDIR%%/index.sgml
-%%DOCSDIR%%/left.png
-%%DOCSDIR%%/right.png
-%%DOCSDIR%%/style.css
-%%DOCSDIR%%/up.png
-share/locale/ar/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/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_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/gl/LC_MESSAGES/gnome-keyring.mo
-share/locale/gu/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/ko/LC_MESSAGES/gnome-keyring.mo
-share/locale/lt/LC_MESSAGES/gnome-keyring.mo
-share/locale/lv/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/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@Latn/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 %%DOCSDIR%%
-@dirrmtry lib/security
-@dirrm include/gnome-keyring-1
-@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/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/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
diff --git a/security/gnome-password-generator/Makefile b/security/gnome-password-generator/Makefile
deleted file mode 100644
index d2950c52b..000000000
--- a/security/gnome-password-generator/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: gnome-password-generator
-# Date created: 2004-07-13
-# Whom: Sergey Akifyev <asa@gascom.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-password-generator
-PORTVERSION= 1.4
-PORTREVISION= 6
-CATEGORIES= security gnome python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= gnome-password
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GNOME 2 password generator
-
-USE_GNOME= pygnome2
-USE_PYTHON= yes
-USE_GMAKE= yes
-
-post-patch:
- @${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|g' ${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' ${WRKSRC}/${PORTNAME}
-
-.include <bsd.port.mk>
diff --git a/security/gnome-password-generator/distinfo b/security/gnome-password-generator/distinfo
deleted file mode 100644
index d40144213..000000000
--- a/security/gnome-password-generator/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome-password-generator-1.4.tar.gz) = a2a043a93ce04f3bb798afded8bfd329
-SHA256 (gnome-password-generator-1.4.tar.gz) = e962fe93811b8403354c72e3b19926d01c75d86c621958ae70d217bb1f6b896f
-SIZE (gnome-password-generator-1.4.tar.gz) = 20767
diff --git a/security/gnome-password-generator/pkg-descr b/security/gnome-password-generator/pkg-descr
deleted file mode 100644
index f48c98023..000000000
--- a/security/gnome-password-generator/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Gnome Password Generator is a GUI based secure password generator. It allows
-the user to generate a specified number of random passwords of a specified
-length.
-
-WWW: http://gnome-password.sourceforge.net/
diff --git a/security/gnome-password-generator/pkg-plist b/security/gnome-password-generator/pkg-plist
deleted file mode 100644
index 7762ffe8f..000000000
--- a/security/gnome-password-generator/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/gnome-password-generator
-share/pixmaps/gnome-password-generator.png
-share/applications/gnome-password-generator.desktop
-@dirrmtry share/applications
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
deleted file mode 100644
index 205ff66a8..000000000
--- a/security/gpass/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: gpass
-# Date created: 2006-07-24
-# Whom: ports@c0decafe.net <ports@c0decafe.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gpass
-PORTVERSION= 0.5.1
-PORTREVISION= 4
-CATEGORIES= security gnome
-MASTER_SITES= http://projects.netlab.jp/gpass/release/
-
-MAINTAINER= ports@c0decafe.net
-COMMENT= A password manager for GNOME2
-
-LIB_DEPENDS= mcrypt:${PORTSDIR}/security/mcrypt \
- mhash:${PORTSDIR}/security/mhash
-
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -export-dynamic"
-USE_GMAKE= yes
-
-MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1
-
-USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2
-GCONF_SCHEMAS= gpass.schemas
-
-post-patch:
- @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \
- ${WRKSRC}/configure
-
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.mk>
diff --git a/security/gpass/distinfo b/security/gpass/distinfo
deleted file mode 100644
index 636d239c9..000000000
--- a/security/gpass/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gpass-0.5.1.tar.gz) = f7144c5b3b2056d6f33d8dbf1011a211
-SHA256 (gpass-0.5.1.tar.gz) = 0a8216538144e34188e07bcc9f0415c36702fcb90890ddfbf75a594e5864a881
-SIZE (gpass-0.5.1.tar.gz) = 512614
diff --git a/security/gpass/pkg-descr b/security/gpass/pkg-descr
deleted file mode 100644
index 8286a1124..000000000
--- a/security/gpass/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-The GNOME Password Manager - GPass for short - is a simple
-application, written for the GNOME 2 desktop, that lets you manage a
-collection of passwords. The password collection is stored in an
-encrypted file, protected by a master-password.
-
-GPass is released under the GNU GPL2 licence.
-
-Features:
-
- * Clean and easy-to-use user interface.
- * Quick-search facility.
- * Username and password may easily be copied to the clipboard.
- * Encryption is done using the OpenSSL cryptographics library.
- * The built-in password generator helps you generate secure passwords.
- * You can launch a website and the associated username/passwords
- direct from GPass
-
-Author: Kouji TAKAO <kouji -at- netlab.jp>
-WWW: http://projects.netlab.jp/gpass/
diff --git a/security/gpass/pkg-plist b/security/gpass/pkg-plist
deleted file mode 100644
index 4400601ae..000000000
--- a/security/gpass/pkg-plist
+++ /dev/null
@@ -1,18 +0,0 @@
-bin/gpass
-bin/gpass-convert
-share/applications/gpass.desktop
-share/pixmaps/gpass-icon.png
-%%DATADIR%%/attribute-editor.glade
-%%DATADIR%%/authentication.glade
-%%DATADIR%%/change-master-password.glade
-%%DATADIR%%/confirm-quit.glade
-%%DATADIR%%/intergradation.glade
-%%DATADIR%%/lock.glade
-%%DATADIR%%/password-generator.glade
-%%DATADIR%%/preferences.glade
-%%DATADIR%%/welcome.glade
-%%DATADIR%%/window.glade
-@dirrm %%DATADIR%%
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@dirrmtry share/applications
diff --git a/security/gringotts/Makefile b/security/gringotts/Makefile
deleted file mode 100644
index e7d085283..000000000
--- a/security/gringotts/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: gringotts
-# Date created: 02 July 2002
-# Whom: Anders Nordby <anders@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gringotts
-PORTVERSION= 1.2.8
-PORTREVISION= 5
-CATEGORIES= security
-MASTER_SITES= http://devel.pluto.linux.it/projects/Gringotts/current/ \
- ftp://ftp.nuug.no/pub/anders/distfiles/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GTK application to securely store sensitive data
-
-LIB_DEPENDS= gringotts.2:${PORTSDIR}/security/libgringotts \
- popt.0:${PORTSDIR}/devel/popt
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gtk20
-WANT_GNOME= yes
-CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
-CONFIGURE_ARGS+= --disable-env-check
-
-.include <bsd.port.pre.mk>
-
-.if ${HAVE_GNOME:Mgnomehier}!=""
-USE_GNOME+= gnomehier
-PLIST_SUB+= GNOMEHIER=''
-.else
-PLIST_SUB+= GNOMEHIER='@comment '
-.endif
-
-post-patch:
- ${REINPLACE_CMD} -E -e "s|^(gringottsdocdir =).*|\1 ${DOCSDIR}|;s|md5sum|md5|g" ${WRKSRC}/Makefile.in
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-D.*_DISABLE_DEPRECATED||g'
-.if defined(NOPORTDOCS)
- ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-gringottsdocDATA|\1|" ${WRKSRC}/Makefile.in
-.endif
-.if ${HAVE_GNOME:Mgnomehier}==""
- ${REINPLACE_CMD} -E -e "s|^(install-data-am:.*)install-DsktpDATA|\1|" \
- ${WRKSRC}/Makefile.in
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/security/gringotts/distinfo b/security/gringotts/distinfo
deleted file mode 100644
index adc181aa6..000000000
--- a/security/gringotts/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gringotts-1.2.8.tar.bz2) = f84add2aadca642a354105f63c117dec
-SHA256 (gringotts-1.2.8.tar.bz2) = cc4640cf57f0dc31799a6a4db44b9d9a06ee08be14f1c565512db28d3ae8d6f0
-SIZE (gringotts-1.2.8.tar.bz2) = 174175
diff --git a/security/gringotts/files/patch-grg_safe.c b/security/gringotts/files/patch-grg_safe.c
deleted file mode 100644
index 22053cc8f..000000000
--- a/security/gringotts/files/patch-grg_safe.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- src/grg_safe.c.orig Wed May 14 02:02:13 2003
-+++ src/grg_safe.c Wed May 14 02:03:43 2003
-@@ -33,6 +33,7 @@
-
- #include <stdlib.h>
- #include <string.h>
-+#include <sys/types.h>
- #include <regex.h>
- #include <unistd.h>
- #include <fcntl.h>
-@@ -43,7 +44,6 @@
- #include <sys/fsuid.h>
- #endif
- #include <sys/time.h>
--#include <sys/types.h>
- #include <sys/resource.h>
- #include <sys/stat.h>
-
-@@ -59,8 +59,6 @@
- grg_mlockall_and_drop_root_privileges(void)
- {
- // drop eventual group root privileges
-- setgid(getgid());
-- setgid(getgid()); // twice for counter "saved IDs", cfr.
- // Secure Programming HowTo
- #ifdef HAVE_SYS_FSUID_H
- setfsgid(getgid());
-@@ -84,8 +82,6 @@
- #endif
-
- // drop root privileges
-- setuid(getuid());
-- setuid(getuid());
- #ifdef HAVE_SYS_FSUID_H
- setfsuid(getuid());
- setfsuid(getuid());
diff --git a/security/gringotts/files/patch-po-Makefile.in.in b/security/gringotts/files/patch-po-Makefile.in.in
deleted file mode 100644
index 08e7d77f8..000000000
--- a/security/gringotts/files/patch-po-Makefile.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in.orig Wed May 14 02:32:06 2003
-+++ po/Makefile.in.in Wed May 14 02:32:22 2003
-@@ -106,7 +106,7 @@
- @catalogs='$(CATALOGS)'; \
- for cat in $$catalogs; do \
- cat=`basename $$cat`; \
-- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
-+ lang=`echo $$cat | sed 's/\.mo$$//'`; \
- dir=$(localedir)/$$lang/LC_MESSAGES; \
- $(mkinstalldirs) $(DESTDIR)$$dir; \
- if test -r $$cat; then \
diff --git a/security/gringotts/files/patch-src-Makefile.in b/security/gringotts/files/patch-src-Makefile.in
deleted file mode 100644
index 61285e201..000000000
--- a/security/gringotts/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.in.orig Tue Feb 18 22:06:05 2003
-+++ src/Makefile.in Tue Feb 18 22:06:33 2003
-@@ -399,7 +399,6 @@
-
- install-exec-local:
- strip $(DESTDIR)$(bindir)/gringotts
-- chmod u+s $(DESTDIR)$(bindir)/gringotts
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/security/gringotts/pkg-descr b/security/gringotts/pkg-descr
deleted file mode 100644
index 58a951f1e..000000000
--- a/security/gringotts/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-Gringotts is an application to store sensitive data like passwords, pincodes,
-credit card numbers, etc. Features:
-
-* Fast, light GTK2 interface.
-* Good integration with GNOME, as well as all the other window managers.
-* High stress on safety & security.
-* Not only "normal" string passwords can be used, but any file can be the
-password to your data.
-* 8 encryption algorythms are available through the mcrypt library:
-RIJNDAEL-128 (AES), RIJNDAEL-256, SERPENT, TWOFISH, CAST 256, SAFER+, LOKI97,
-3DES.
-* 2 160-bit hash algorythms, used to generate the key: SHA1, RIPEMD160.
-* 2 compression types, with 4 compression levels each: ZLib, BZip2.
-* Complete & easy management of entries' order.
-* Complete Search function.
-* Very intuitive usability, you won't need any manual.
-* It comes with a thread-safe C library, libGringotts, that can be used in any
-other project to save data in files in a simple and safe way.
-
-WWW: http://devel.pluto.linux.it/projects/Gringotts/
-
-- Anders Nordby <anders@fix.no>
diff --git a/security/gringotts/pkg-plist b/security/gringotts/pkg-plist
deleted file mode 100644
index b7dfbba3d..000000000
--- a/security/gringotts/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/gringotts
-share/pixmaps/gringotts.xpm
-share/locale/de/LC_MESSAGES/gringotts.mo
-share/locale/fr/LC_MESSAGES/gringotts.mo
-share/locale/it/LC_MESSAGES/gringotts.mo
-%%GNOMEHIER%%share/gnome/apps/Utilities/gringotts.desktop
-%%GNOMEHIER%%@unexec rmdir -p %D/share/gnome/apps/Utilities 2>/dev/null || true
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/BUGS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/FAQ
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile
deleted file mode 100644
index b539f50f6..000000000
--- a/security/libgnomesu/Makefile
+++ /dev/null
@@ -1,37 +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.1 2007/05/01 17:14:43 ahze Exp $
-
-PORTNAME= libgnomesu
-PORTVERSION= 1.0.0
-PORTREVISION= 4
-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_X_PREFIX= yes
-USE_GETOPT_LONG=yes
-USE_AUTOTOOLS= libtool:15
-USE_GMAKE= yes
-USE_GNOME= gnomehack gnomeprefix libgnomeui
-CONFIGURE_ARGS+=--disable-install-pam
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
-
-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/nofgpg/Makefile b/security/nofgpg/Makefile
deleted file mode 100644
index c223f9370..000000000
--- a/security/nofgpg/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: nofgpg
-# Date created: Mar 15, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= nofgpg
-PORTVERSION= 0.5.1
-PORTREVISION= 5
-CATEGORIES= security python
-MASTER_SITES= http://www.cgabriel.org/download/nofgpg/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= No One Fears GPG
-
-RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \
- ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
-
-USE_PYTHON= yes
-NO_BUILD= yes
-
-MAN1= nofgpg.1
-PLIST_FILES= bin/nofgpg
-
-post-patch:
- @${REINPLACE_CMD} -e "s,/usr/share,${LOCALBASE}/share,g" \
- ${WRKSRC}/nofgpg
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/security/nofgpg/distinfo b/security/nofgpg/distinfo
deleted file mode 100644
index c2cd410fc..000000000
--- a/security/nofgpg/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (nofgpg-0.5.1.tar.gz) = 06f3433bc168d691b7e26e8829679d10
-SHA256 (nofgpg-0.5.1.tar.gz) = 137828838aac74fb59bb434768c0f06773247ab5d7da6ef739dcfccd2010c9bf
-SIZE (nofgpg-0.5.1.tar.gz) = 12313
diff --git a/security/nofgpg/pkg-descr b/security/nofgpg/pkg-descr
deleted file mode 100644
index 4757ed883..000000000
--- a/security/nofgpg/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-No One Fears GPG
-
-Simple GPG keyring manager.
-
-WWW: https://www.cgabriel.org/software/wiki/NofGpg
diff --git a/security/revelation/Makefile b/security/revelation/Makefile
deleted file mode 100644
index ded0f90c5..000000000
--- a/security/revelation/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: Revelation
-# Date created: 2004-08-10
-# Whom: ports@c0decafe.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= revelation
-PORTVERSION= 0.4.11
-PORTREVISION= 2
-CATEGORIES= security gnome
-MASTER_SITES= ftp://oss.codepoet.no/revelation/
-
-MAINTAINER= ports@c0decafe.net
-COMMENT= Password manager for the GNOME 2 desktop
-
-LIB_DEPENDS= crack:${PORTSDIR}/security/cracklib
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/test.py:${PORTSDIR}/security/py-pycrypto
-
-CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= pygnome2 pygnomeextras gnomeprefix gnomehack desktopfileutils \
- pygnomedesktop
-USE_PYTHON= yes
-GCONF_SCHEMAS= revelation.schemas revelation-applet.schemas
-INSTALLS_ICONS= yes
-USE_GETTEXT= yes
-
-.if defined(PACKAGE_BUILDING)
-BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
- ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|\(rvl_py_version=\)".*$$|\1""|' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|\(-Wl\)|$$(LDFLAGS) \1|' \
- ${WRKSRC}/src/wrap/crack/Makefile.in
- @${REINPLACE_CMD} -e 's|#include <crack.h>||' \
- ${WRKSRC}/src/wrap/crack/crack.c.in
-
-.include <bsd.port.mk>
diff --git a/security/revelation/distinfo b/security/revelation/distinfo
deleted file mode 100644
index 82cdd8470..000000000
--- a/security/revelation/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (revelation-0.4.11.tar.bz2) = e2db4a2f00f59b18798d4453c778129f
-SHA256 (revelation-0.4.11.tar.bz2) = 82c321ed75dbb6f6e36afd3275598cae3d880fab60c7a0ec6ead08184635efeb
-SIZE (revelation-0.4.11.tar.bz2) = 639842
diff --git a/security/revelation/pkg-descr b/security/revelation/pkg-descr
deleted file mode 100644
index 7dbec8391..000000000
--- a/security/revelation/pkg-descr
+++ /dev/null
@@ -1,24 +0,0 @@
-Revelation is a password manager for the GNOME 2 desktop, released under the
-GNU GPL license. It stores all your accounts and passwords in a single, secure
-place, and gives you access to it through a user-friendly graphical interface.
-
-Features:
-* Secure storage of passwords - uses an AES-encrypted XML data file with
- Cipher Block Chaining and compression for randomization.
-* Uses a tree-structure for organizing accounts, making it easy to handle
- a large number of accounts.
-* Support for importing data from / exporting data to foreign file formats.
- Currently supported: Figaro's Password Manager, GNOME Password Manager
- (gpass), .netrc, XML
-* Has many different account types, covering the most common ones: creditcard,
- crypto key, database, door lock, email, ftp, generic, phone, shell, and
- website
-* Unlimited undo/redo
-* Cut/copy/paste support
-* Account search
-* Built-in password generator
-* GConf-integrated configuration system
-* User-friendly, HIG-compliant user interface.
-
-Author: Erik Grinaker <erikg-at-codepoet.no>
-WWW: http://oss.codepoet.no/revelation/
diff --git a/security/revelation/pkg-plist b/security/revelation/pkg-plist
deleted file mode 100644
index 19de610e3..000000000
--- a/security/revelation/pkg-plist
+++ /dev/null
@@ -1,102 +0,0 @@
-bin/revelation
-%%PYTHON_SITELIBDIR%%/revelation/bundle/__init__.py
-%%PYTHON_SITELIBDIR%%/revelation/bundle/AfSplitter.py
-%%PYTHON_SITELIBDIR%%/revelation/bundle/PBKDFv2.py
-%%PYTHON_SITELIBDIR%%/revelation/bundle/luks.py
-%%PYTHON_SITELIBDIR%%/revelation/bundle/__init__.pyc
-%%PYTHON_SITELIBDIR%%/revelation/bundle/AfSplitter.pyc
-%%PYTHON_SITELIBDIR%%/revelation/bundle/PBKDFv2.pyc
-%%PYTHON_SITELIBDIR%%/revelation/bundle/luks.pyc
-%%PYTHON_SITELIBDIR%%/revelation/bundle/__init__.pyo
-%%PYTHON_SITELIBDIR%%/revelation/bundle/AfSplitter.pyo
-%%PYTHON_SITELIBDIR%%/revelation/bundle/PBKDFv2.pyo
-%%PYTHON_SITELIBDIR%%/revelation/bundle/luks.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/revelation/bundle
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/__init__.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/base.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/splashid.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/text.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.py
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/__init__.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/base.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/splashid.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/text.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyc
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/__init__.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/base.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/fpm.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/gpass.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/netrc.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/pwsafe.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/rvl.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/splashid.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/text.pyo
-%%PYTHON_SITELIBDIR%%/revelation/datahandler/xhtml.pyo
-@dirrm %%PYTHON_SITELIBDIR%%/revelation/datahandler
-%%PYTHON_SITELIBDIR%%/revelation/__init__.py
-%%PYTHON_SITELIBDIR%%/revelation/data.py
-%%PYTHON_SITELIBDIR%%/revelation/dialog.py
-%%PYTHON_SITELIBDIR%%/revelation/entry.py
-%%PYTHON_SITELIBDIR%%/revelation/io.py
-%%PYTHON_SITELIBDIR%%/revelation/ui.py
-%%PYTHON_SITELIBDIR%%/revelation/util.py
-%%PYTHON_SITELIBDIR%%/revelation/__init__.pyc
-%%PYTHON_SITELIBDIR%%/revelation/data.pyc
-%%PYTHON_SITELIBDIR%%/revelation/dialog.pyc
-%%PYTHON_SITELIBDIR%%/revelation/entry.pyc
-%%PYTHON_SITELIBDIR%%/revelation/io.pyc
-%%PYTHON_SITELIBDIR%%/revelation/ui.pyc
-%%PYTHON_SITELIBDIR%%/revelation/util.pyc
-%%PYTHON_SITELIBDIR%%/revelation/__init__.pyo
-%%PYTHON_SITELIBDIR%%/revelation/data.pyo
-%%PYTHON_SITELIBDIR%%/revelation/dialog.pyo
-%%PYTHON_SITELIBDIR%%/revelation/entry.pyo
-%%PYTHON_SITELIBDIR%%/revelation/io.pyo
-%%PYTHON_SITELIBDIR%%/revelation/ui.pyo
-%%PYTHON_SITELIBDIR%%/revelation/util.pyo
-%%PYTHON_SITELIBDIR%%/revelation/config.py
-%%PYTHON_SITELIBDIR%%/revelation/config.pyc
-%%PYTHON_SITELIBDIR%%/revelation/config.pyo
-%%PYTHON_SITELIBDIR%%/revelation/crack.so
-@dirrm %%PYTHON_SITELIBDIR%%/revelation
-libdata/bonobo/servers/GNOME_RevelationApplet.server
-libexec/revelation-applet
-share/locale/de/LC_MESSAGES/revelation.mo
-share/locale/fr/LC_MESSAGES/revelation.mo
-share/locale/sv/LC_MESSAGES/revelation.mo
-share/locale/zh/LC_MESSAGES/revelation.mo
-share/locale/cs/LC_MESSAGES/revelation.mo
-share/applications/revelation.desktop
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-share/revelation/ui/menubar.xml
-share/revelation/ui/popup-tree.xml
-share/revelation/ui/toolbar.xml
-@dirrm share/revelation/ui
-share/revelation/pwdict.hwm
-share/revelation/pwdict.pwd
-share/revelation/pwdict.pwi
-@dirrm share/revelation
-share/icons/hicolor/16x16/apps/revelation.png
-share/icons/hicolor/24x24/apps/revelation.png
-share/icons/hicolor/24x24/apps/revelation-locked.png
-share/icons/hicolor/32x32/apps/revelation.png
-share/icons/hicolor/32x32/apps/revelation-locked.png
-share/icons/hicolor/48x48/apps/revelation.png
-share/icons/hicolor/48x48/apps/revelation-locked.png
-share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-revelation.png
-share/mime/packages/revelation.xml
-share/mime/application/x-revelation.xml
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@dirrmtry share/applications
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
deleted file mode 100644
index 07e3c4731..000000000
--- a/security/seahorse/Makefile
+++ /dev/null
@@ -1,129 +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.46 2007/09/19 04:21:09 marcus Exp $
-#
-
-PORTNAME= seahorse
-PORTVERSION= 2.20.1
-CATEGORIES= security gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-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.17:${PORTSDIR}/security/gpgme \
- dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-
-USE_LDCONFIG= yes
-USE_BZIP2= yes
-USE_GETTEXT= yes
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GECKO= firefox xulrunner firefox-devel<->firefox
-USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui
-GNU_CONFIGURE= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-CONFIGURE_ARGS= --with-gecko=${GECKO}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= seahorse.schemas
-MAN1= seahorse-agent.1 seahorse-daemon.1 seahorse-tool.1
-
-OPTIONS= NAUTILUS "Enable the Nautilus component" on \
- LDAP "Enable LDAP support" on \
- HKP "Enable HKP keyserver interface" on \
- EPIPHANY "Enable Epiphany plug-in support" on \
- NOTIFY "Enable libnotify support" on \
- APPLET "Enable clipboard encryption applet" on \
- KEYRING "Enable GNOME Keyring support" on \
- MDNS "Enable mDNS key sharing" on \
- GEDIT "Enable GEdit plug-in support" on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_GEDIT)
-BUILD_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
-RUN_DEPENDS+= gedit:${PORTSDIR}/editors/gedit
-PLIST_SUB+= GEDIT=""
-GCONF_SCHEMAS+= seahorse-gedit.schemas
-.else
-PLIST_SUB+= GEDIT="@comment "
-CONFIGURE_ARGS+=--disable-gedit
-.endif
-
-.if !defined(WITHOUT_NAUTILUS)
-USE_GNOME+= nautilus2
-PLIST_SUB+= NAUTILUS=""
-.else
-PLIST_SUB+= NAUTILUS="@comment "
-CONFIGURE_ARGS+=--disable-nautilus
-.endif
-
-.if !defined(WITHOUT_LDAP)
-USE_OPENLDAP= yes
-.if ${WANT_OPENLDAP_VER} >= 23
-CFLAGS+= -DLDAP_DEPRECATED
-.endif
-.else
-CONFIGURE_ARGS+=--disable-ldap
-.endif
-
-.if !defined(WITHOUT_HKP)
-LIB_DEPENDS+= soup-2.2.8:${PORTSDIR}/devel/libsoup
-.else
-CONFIGURE_ARGS+=--disable-hkp
-.endif
-
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
-.else
-CONFIGURE_ARGS+=--disable-libnotify
-.endif
-
-.if !defined(WITHOUT_EPIPHANY)
-BUILD_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
-RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
-PLIST_SUB+= EPHY="" EPHY_VERSION="2.20"
-.else
-CONFIGURE_ARGS+=--disable-epiphany
-PLIST_SUB+= EPHY="@comment "
-.endif
-
-.if !defined(WITHOUT_APPLET)
-USE_GNOME+= gnomepanel
-PLIST_SUB+= APPLET=""
-.else
-CONFIGURE_ARGS+=--disable-applet
-PLIST_SUB+= APPLET="@comment "
-.endif
-
-.if !defined(WITHOUT_KEYRING)
-LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/gnome-keyring
-.else
-CONFIGURE_ARGS+=--disable-gnome-keyring
-.endif
-
-.if !defined(WITHOUT_MDNS)
-LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi
-.else
-CONFIGURE_ARGS+=--disable-sharing
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|" == "|" = "|g' \
- ${WRKSRC}/configure
-
-post-install:
- -@update-desktop-database
-
-.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
-.include <bsd.port.post.mk>
diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo
deleted file mode 100644
index d2ebdad70..000000000
--- a/security/seahorse/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (gnome2/seahorse-2.20.1.tar.bz2) = e4266963ee9d2ffc6185938a7eaf474d
-SHA256 (gnome2/seahorse-2.20.1.tar.bz2) = 718ff187c1951d0a2baa6dd1b9e97ddf9c5d845ebd356b502437a83582843dbf
-SIZE (gnome2/seahorse-2.20.1.tar.bz2) = 2287702
diff --git a/security/seahorse/files/patch-agent_seahorse-agent-io.c b/security/seahorse/files/patch-agent_seahorse-agent-io.c
deleted file mode 100644
index 4ecd84940..000000000
--- a/security/seahorse/files/patch-agent_seahorse-agent-io.c
+++ /dev/null
@@ -1,32 +0,0 @@
---- agent/seahorse-agent-io.c.orig Sun Aug 28 15:52:02 2005
-+++ agent/seahorse-agent-io.c Fri Oct 7 21:51:25 2005
-@@ -412,12 +412,18 @@ io_handler (GIOChannel *source, GIOCondi
- gsize length;
- GError *err = NULL;
- gboolean ret = TRUE;
-+ GIOStatus status;
-
- if (condition & G_IO_IN) {
- /* Read 1 line from the io channel, including newline character */
-- g_io_channel_read_line (source, &string, &length, NULL, &err);
-+ status = g_io_channel_read_line (source, &string, &length, NULL, &err);
-
-- if (err != NULL) {
-+ if (status == G_IO_STATUS_EOF) {
-+ free_conn (cn);
-+ ret = FALSE;
-+ }
-+
-+ else if (err != NULL) {
- g_critical ("couldn't read from socket: %s", err->message);
- g_clear_error (&err);
- free_conn (cn);
-@@ -434,7 +440,7 @@ io_handler (GIOChannel *source, GIOCondi
- g_free (string);
- }
-
-- if (cn && condition & G_IO_HUP) {
-+ else if (cn && condition & G_IO_HUP) {
- free_conn (cn);
- ret = FALSE; /* removes watch */
- }
diff --git a/security/seahorse/files/patch-libseahorse_seahorse-ssh-operation.c b/security/seahorse/files/patch-libseahorse_seahorse-ssh-operation.c
deleted file mode 100644
index e7a7e4f60..000000000
--- a/security/seahorse/files/patch-libseahorse_seahorse-ssh-operation.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- libseahorse/seahorse-ssh-operation.c.orig Sun Dec 3 23:21:01 2006
-+++ libseahorse/seahorse-ssh-operation.c Sun Dec 3 23:21:10 2006
-@@ -24,6 +24,7 @@
- #include <sys/socket.h>
- #include <gnome.h>
- #include <fcntl.h>
-+#include <signal.h>
-
- #include "seahorse-ssh-operation.h"
- #include "seahorse-util.h"
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 cd02f7a7a..000000000
--- a/security/seahorse/pkg-plist
+++ /dev/null
@@ -1,374 +0,0 @@
-bin/seahorse
-bin/seahorse-agent
-bin/seahorse-daemon
-bin/seahorse-preferences
-bin/seahorse-tool
-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
-%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.a
-%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.la
-%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.so
-%%EPHY%%lib/epiphany/%%EPHY_VERSION%%/extensions/seahorse.ephy-extension
-%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.a
-%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.la
-%%GEDIT%%lib/gedit-2/plugins/libseahorse-pgp.so
-%%GEDIT%%lib/gedit-2/plugins/seahorse-pgp.gedit-plugin
-lib/libcryptui.a
-lib/libcryptui.la
-lib/libcryptui.so
-lib/libcryptui.so.0
-%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.a
-%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.la
-%%NAUTILUS%%lib/nautilus/extensions-1.0/libnautilus-seahorse.so
-%%APPLET%%lib/seahorse/seahorse-applet
-lib/seahorse/seahorse-ssh-askpass
-lib/seahorse/xloadimage
-%%APPLET%%libdata/bonobo/servers/GNOME_SeahorseApplet.server
-libdata/pkgconfig/cryptui-0.0.pc
-share/applications/seahorse-pgp-encrypted.desktop
-share/applications/seahorse-pgp-keys.desktop
-share/applications/seahorse-pgp-preferences.desktop
-share/applications/seahorse-pgp-signature.desktop
-share/applications/seahorse.desktop
-share/dbus-1/services/org.gnome.seahorse.service
-%%APPLET%%share/gnome-2.0/ui/GNOME_SeahorseApplet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/C/legal.xml
-%%APPLET%%share/gnome/help/seahorse-applet/C/seahorse-applet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/es/seahorse-applet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/fr/seahorse-applet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/it/seahorse-applet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/oc/seahorse-applet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/sv/seahorse-applet.xml
-%%APPLET%%share/gnome/help/seahorse-applet/vi/seahorse-applet.xml
-share/gnome/help/seahorse/C/figures/export.png
-share/gnome/help/seahorse/C/figures/file-manager.png
-share/gnome/help/seahorse/C/figures/generate.png
-share/gnome/help/seahorse/C/figures/import.png
-share/gnome/help/seahorse/C/figures/key-manager.png
-share/gnome/help/seahorse/C/figures/key-properties.png
-share/gnome/help/seahorse/C/figures/passphrase.png
-share/gnome/help/seahorse/C/figures/preferences.png
-share/gnome/help/seahorse/C/figures/recipients.png
-share/gnome/help/seahorse/C/figures/seahorse-window.png
-share/gnome/help/seahorse/C/figures/signature.png
-share/gnome/help/seahorse/C/figures/text-editor.png
-share/gnome/help/seahorse/C/legal.xml
-share/gnome/help/seahorse/C/seahorse.xml
-share/gnome/help/seahorse/en_GB/figures/export.png
-share/gnome/help/seahorse/en_GB/figures/file-manager.png
-share/gnome/help/seahorse/en_GB/figures/generate.png
-share/gnome/help/seahorse/en_GB/figures/import.png
-share/gnome/help/seahorse/en_GB/figures/key-manager.png
-share/gnome/help/seahorse/en_GB/figures/key-properties.png
-share/gnome/help/seahorse/en_GB/figures/passphrase.png
-share/gnome/help/seahorse/en_GB/figures/preferences.png
-share/gnome/help/seahorse/en_GB/figures/recipients.png
-share/gnome/help/seahorse/en_GB/figures/seahorse-window.png
-share/gnome/help/seahorse/en_GB/figures/signature.png
-share/gnome/help/seahorse/en_GB/figures/text-editor.png
-share/gnome/help/seahorse/en_GB/seahorse.xml
-share/gnome/help/seahorse/es/figures/export.png
-share/gnome/help/seahorse/es/figures/file-manager.png
-share/gnome/help/seahorse/es/figures/generate.png
-share/gnome/help/seahorse/es/figures/import.png
-share/gnome/help/seahorse/es/figures/key-manager.png
-share/gnome/help/seahorse/es/figures/key-properties.png
-share/gnome/help/seahorse/es/figures/passphrase.png
-share/gnome/help/seahorse/es/figures/preferences.png
-share/gnome/help/seahorse/es/figures/recipients.png
-share/gnome/help/seahorse/es/figures/seahorse-window.png
-share/gnome/help/seahorse/es/figures/signature.png
-share/gnome/help/seahorse/es/figures/text-editor.png
-share/gnome/help/seahorse/es/seahorse.xml
-share/gnome/help/seahorse/fr/figures/export.png
-share/gnome/help/seahorse/fr/figures/file-manager.png
-share/gnome/help/seahorse/fr/figures/generate.png
-share/gnome/help/seahorse/fr/figures/import.png
-share/gnome/help/seahorse/fr/figures/key-manager.png
-share/gnome/help/seahorse/fr/figures/key-properties.png
-share/gnome/help/seahorse/fr/figures/passphrase.png
-share/gnome/help/seahorse/fr/figures/preferences.png
-share/gnome/help/seahorse/fr/figures/recipients.png
-share/gnome/help/seahorse/fr/figures/seahorse-window.png
-share/gnome/help/seahorse/fr/figures/signature.png
-share/gnome/help/seahorse/fr/figures/text-editor.png
-share/gnome/help/seahorse/fr/seahorse.xml
-share/gnome/help/seahorse/it/figures/export.png
-share/gnome/help/seahorse/it/figures/file-manager.png
-share/gnome/help/seahorse/it/figures/generate.png
-share/gnome/help/seahorse/it/figures/import.png
-share/gnome/help/seahorse/it/figures/key-manager.png
-share/gnome/help/seahorse/it/figures/key-properties.png
-share/gnome/help/seahorse/it/figures/passphrase.png
-share/gnome/help/seahorse/it/figures/preferences.png
-share/gnome/help/seahorse/it/figures/recipients.png
-share/gnome/help/seahorse/it/figures/seahorse-window.png
-share/gnome/help/seahorse/it/figures/signature.png
-share/gnome/help/seahorse/it/figures/text-editor.png
-share/gnome/help/seahorse/it/seahorse.xml
-share/gnome/help/seahorse/oc/figures/export.png
-share/gnome/help/seahorse/oc/figures/file-manager.png
-share/gnome/help/seahorse/oc/figures/generate.png
-share/gnome/help/seahorse/oc/figures/import.png
-share/gnome/help/seahorse/oc/figures/key-manager.png
-share/gnome/help/seahorse/oc/figures/key-properties.png
-share/gnome/help/seahorse/oc/figures/passphrase.png
-share/gnome/help/seahorse/oc/figures/preferences.png
-share/gnome/help/seahorse/oc/figures/recipients.png
-share/gnome/help/seahorse/oc/figures/seahorse-window.png
-share/gnome/help/seahorse/oc/figures/signature.png
-share/gnome/help/seahorse/oc/figures/text-editor.png
-share/gnome/help/seahorse/oc/seahorse.xml
-share/gnome/help/seahorse/sv/figures/export.png
-share/gnome/help/seahorse/sv/figures/file-manager.png
-share/gnome/help/seahorse/sv/figures/generate.png
-share/gnome/help/seahorse/sv/figures/import.png
-share/gnome/help/seahorse/sv/figures/key-manager.png
-share/gnome/help/seahorse/sv/figures/key-properties.png
-share/gnome/help/seahorse/sv/figures/passphrase.png
-share/gnome/help/seahorse/sv/figures/preferences.png
-share/gnome/help/seahorse/sv/figures/recipients.png
-share/gnome/help/seahorse/sv/figures/seahorse-window.png
-share/gnome/help/seahorse/sv/figures/signature.png
-share/gnome/help/seahorse/sv/figures/text-editor.png
-share/gnome/help/seahorse/sv/seahorse.xml
-share/gnome/help/seahorse/vi/figures/export.png
-share/gnome/help/seahorse/vi/figures/file-manager.png
-share/gnome/help/seahorse/vi/figures/generate.png
-share/gnome/help/seahorse/vi/figures/import.png
-share/gnome/help/seahorse/vi/figures/key-manager.png
-share/gnome/help/seahorse/vi/figures/key-properties.png
-share/gnome/help/seahorse/vi/figures/passphrase.png
-share/gnome/help/seahorse/vi/figures/preferences.png
-share/gnome/help/seahorse/vi/figures/recipients.png
-share/gnome/help/seahorse/vi/figures/seahorse-window.png
-share/gnome/help/seahorse/vi/figures/signature.png
-share/gnome/help/seahorse/vi/figures/text-editor.png
-share/gnome/help/seahorse/vi/seahorse.xml
-share/icons/hicolor/22x22/apps/seahorse-preferences.svg
-share/icons/hicolor/22x22/apps/seahorse.svg
-share/icons/hicolor/48x48/apps/seahorse-applet.png
-share/icons/hicolor/48x48/apps/seahorse-preferences.png
-share/icons/hicolor/48x48/apps/seahorse.png
-share/icons/hicolor/scalable/apps/seahorse-applet.svg
-share/icons/hicolor/scalable/apps/seahorse-preferences.svg
-share/icons/hicolor/scalable/apps/seahorse.svg
-share/locale/ar/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/ca/LC_MESSAGES/seahorse.mo
-share/locale/cs/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/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/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/it/LC_MESSAGES/seahorse.mo
-share/locale/ja/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/mk/LC_MESSAGES/seahorse.mo
-share/locale/ml/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/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/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@Latn/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/mime/packages/seahorse.xml
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-C.omf
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-es.omf
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-fr.omf
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-it.omf
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-oc.omf
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-sv.omf
-%%APPLET%%share/omf/seahorse-applet/seahorse-applet-vi.omf
-share/omf/seahorse/seahorse-C.omf
-share/omf/seahorse/seahorse-en_GB.omf
-share/omf/seahorse/seahorse-es.omf
-share/omf/seahorse/seahorse-fr.omf
-share/omf/seahorse/seahorse-it.omf
-share/omf/seahorse/seahorse-oc.omf
-share/omf/seahorse/seahorse-sv.omf
-share/omf/seahorse/seahorse-vi.omf
-share/pixmaps/seahorse-applet.svg
-share/pixmaps/seahorse-preferences.png
-share/pixmaps/seahorse.png
-share/pixmaps/seahorse/22x22/seahorse-applet-encrypted.png
-share/pixmaps/seahorse/22x22/seahorse-applet-key.png
-share/pixmaps/seahorse/22x22/seahorse-applet-signed.png
-share/pixmaps/seahorse/22x22/seahorse-applet-text.png
-share/pixmaps/seahorse/22x22/seahorse-applet-unknown.png
-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-preferences.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/22x22/seahorse.png
-share/pixmaps/seahorse/48x48/seahorse-applet-encrypted.png
-share/pixmaps/seahorse/48x48/seahorse-applet-key.png
-share/pixmaps/seahorse/48x48/seahorse-applet-signed.png
-share/pixmaps/seahorse/48x48/seahorse-applet-text.png
-share/pixmaps/seahorse/48x48/seahorse-applet-unknown.png
-share/pixmaps/seahorse/48x48/seahorse-applet.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-preferences.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/48x48/seahorse.png
-share/pixmaps/seahorse/scalable/seahorse-applet-encrypted.svg
-share/pixmaps/seahorse/scalable/seahorse-applet-key.svg
-share/pixmaps/seahorse/scalable/seahorse-applet-signed.svg
-share/pixmaps/seahorse/scalable/seahorse-applet-text.svg
-share/pixmaps/seahorse/scalable/seahorse-applet-unknown.svg
-share/pixmaps/seahorse/scalable/seahorse-applet.svg
-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-preferences.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
-share/pixmaps/seahorse/scalable/seahorse.svg
-%%DATADIR%%/glade/seahorse-add-keyserver.glade
-%%DATADIR%%/glade/seahorse-add-subkey.glade
-%%DATADIR%%/glade/seahorse-add-uid.glade
-%%DATADIR%%/glade/seahorse-agent-cache.glade
-%%APPLET%%%%DATADIR%%/glade/seahorse-applet-preferences.glade
-%%DATADIR%%/glade/seahorse-change-passphrase.glade
-%%DATADIR%%/glade/seahorse-expires.glade
-%%DATADIR%%/glade/seahorse-generate-select.glade
-%%DATADIR%%/glade/seahorse-gkeyring-item-properties.glade
-%%DATADIR%%/glade/seahorse-key-manager.glade
-%%DATADIR%%/glade/seahorse-key-manager.ui
-%%DATADIR%%/glade/seahorse-keyserver-results.glade
-%%DATADIR%%/glade/seahorse-keyserver-results.ui
-%%DATADIR%%/glade/seahorse-keyserver-search.glade
-%%DATADIR%%/glade/seahorse-keyserver-sync.glade
-%%DATADIR%%/glade/seahorse-multi-encrypt.glade
-%%DATADIR%%/glade/seahorse-notify.glade
-%%DATADIR%%/glade/seahorse-pgp-generate.glade
-%%DATADIR%%/glade/seahorse-pgp-private-key-properties.glade
-%%DATADIR%%/glade/seahorse-pgp-public-key-properties.glade
-%%DATADIR%%/glade/seahorse-prefs.glade
-%%DATADIR%%/glade/seahorse-progress.glade
-%%DATADIR%%/glade/seahorse-revoke.glade
-%%DATADIR%%/glade/seahorse-sign.glade
-%%DATADIR%%/glade/seahorse-signer.glade
-%%DATADIR%%/glade/seahorse-ssh-generate.glade
-%%DATADIR%%/glade/seahorse-ssh-key-properties.glade
-%%DATADIR%%/glade/seahorse-ssh-upload.glade
-@dirrm %%DATADIR%%/glade
-@dirrm %%DATADIR%%
-@dirrm share/pixmaps/seahorse/scalable
-@dirrm share/pixmaps/seahorse/48x48
-@dirrm share/pixmaps/seahorse/22x22
-@dirrm share/pixmaps/seahorse
-%%APPLET%%@dirrm share/omf/seahorse-applet
-@dirrm share/omf/seahorse
-@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/oc/figures
-@dirrm share/gnome/help/seahorse/oc
-@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/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/C/figures
-@dirrm share/gnome/help/seahorse/C
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/vi
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/sv
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/oc
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/it
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/fr
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/es
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet/C
-%%APPLET%%@dirrm share/gnome/help/seahorse-applet
-@dirrm share/gnome/help/seahorse
-@dirrm lib/seahorse
-%%EPHY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%/extensions
-%%EPHY%%@dirrmtry lib/epiphany/%%EPHY_VERSION%%
-%%EPHY%%@dirrmtry lib/epiphany
-@dirrm include/libcryptui
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@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/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/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@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/applications