diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
commit | 716e853082f85512d878931d3c2903f4a669c7e8 (patch) | |
tree | 3a24d58f313f014bb8f3aca107a85ec50d2fb1df /security | |
parent | ea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff) | |
download | marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip |
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
33 files changed, 0 insertions, 1729 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile deleted file mode 100644 index 60ec2c932..000000000 --- a/security/gaim-encryption/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gaim-encryption -# Date created: 2004-05-01 -# Whom: ports@c0decafe.net -# -# $FreeBSD$ -# - -PORTNAME= encryption -PORTVERSION= 2.39 -PORTREVISION= 1 -CATEGORIES= security net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -PKGNAMEPREFIX= gaim- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@c0decafe.net -COMMENT= Provides transparent RSA encryption as a Gaim plugin - -BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim -LIB_DEPENDS= nss3:${PORTSDIR}/security/nss - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "WARNING: make sure net-im/gaim is built with NSS support (it is, by default)" - @${ECHO_MSG} "" - @${ECHO_MSG} "" - -post-extract: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo deleted file mode 100644 index 2c2af1ee4..000000000 --- a/security/gaim-encryption/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gaim-encryption-2.39.tar.gz) = 2319273397a7970fe149253bdd132465 -SHA256 (gaim-encryption-2.39.tar.gz) = 2fc1848597ae6e1ce74e96bda1c4acfe5ce5493cf78944efeec876e775adf257 -SIZE (gaim-encryption-2.39.tar.gz) = 544306 diff --git a/security/gaim-encryption/pkg-descr b/security/gaim-encryption/pkg-descr deleted file mode 100644 index 2083c7cc5..000000000 --- a/security/gaim-encryption/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -Gaim-Encryption uses NSS to provide transparent RSA encryption as a Gaim plugin. - -Features include: - * Automatically creates a public/private key pair for you upon loading - the plugin - * Automatically transmits your public key to other users. - * Supports 512 - 4096 bit keys. - * Saves keys of known users, and warns you if their public key has - changed. - * Embeds all encryption and keys inside HTML, so if the other user - doesn't have the plugin, they will get a little message telling them - about the plugin, and won't get a screen full of garbage. - * Stores keys in human readable files in your .gaim directory, in case - you ever need to copy/edit them by hand. Which you really shouldn't - have to do. - * Automatically recognizes if you are chatting with someone who has the - plugin- see the Preferences dialog. - * Modular and extensible. If you want to define a different type of - encryption, you can use this plugin as a wrapper to take care of - transporting the encrypted binary over the IM pipe. - -WWW: http://gaim-encryption.sourceforge.net/ diff --git a/security/gaim-encryption/pkg-plist b/security/gaim-encryption/pkg-plist deleted file mode 100644 index b0931c899..000000000 --- a/security/gaim-encryption/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -lib/gaim/encrypt.a -lib/gaim/encrypt.la -lib/gaim/encrypt.so -%%NLS%%share/locale/cs/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/da/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/de/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/es/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/it/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gaim-encryption.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gaim-encryption.mo diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile deleted file mode 100644 index 42ae0c735..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.26 2006/12/18 05:03:41 marcus Exp $ -# - -PORTNAME= gnome-keyring-manager -PORTVERSION= 2.18.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 128a495ae..000000000 --- a/security/gnome-keyring-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-manager-2.18.0.tar.bz2) = 05183cdea9d933cb1e9a8f4202c6ffc0 -SHA256 (gnome2/gnome-keyring-manager-2.18.0.tar.bz2) = a8d90a900a137434467a3d5c9f618249f1520ec3a86a998e62f648235f0ae611 -SIZE (gnome2/gnome-keyring-manager-2.18.0.tar.bz2) = 455431 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 ea050475f..000000000 --- a/security/gnome-keyring-manager/pkg-plist +++ /dev/null @@ -1,143 +0,0 @@ -bin/gnome-keyring-manager -share/gnome/applications/gnome-keyring-manager.desktop -share/gnome/gnome-keyring-manager/gnome-keyring-manager-ui.xml -share/gnome/gnome-keyring-manager/gnome-keyring-manager.glade -share/gnome/gnome-keyring-manager/stock_delete-key.png -share/gnome/gnome-keyring-manager/stock_delete-keyring.png -share/gnome/gnome-keyring-manager/stock_new-key.png -share/gnome/gnome-keyring-manager/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/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/sv/gnome-keyring-manager.xml -share/gnome/help/gnome-keyring-manager/uk/gnome-keyring-manager.xml -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-C.omf -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-da.omf -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-en_GB.omf -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-es.omf -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-fr.omf -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-sv.omf -share/gnome/omf/gnome-keyring-manager/gnome-keyring-manager-uk.omf -share/locale/ar/LC_MESSAGES/gnome-keyring-manager.mo -share/locale/be/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/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/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/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 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be -@dirrm share/gnome/omf/gnome-keyring-manager -@dirrm share/gnome/help/gnome-keyring-manager/uk -@dirrm share/gnome/help/gnome-keyring-manager/sv -@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/C -@dirrm share/gnome/help/gnome-keyring-manager -@dirrm share/gnome/gnome-keyring-manager diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile deleted file mode 100644 index 4024f327a..000000000 --- a/security/gnome-keyring/Makefile +++ /dev/null @@ -1,33 +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.30 2007/02/24 06:40:44 mezz Exp $ -# - -PORTNAME= gnome-keyring -PORTVERSION= 0.8 -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= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_BZIP2= yes -USE_GNOME= gnomehack gtk20 -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-html-dir=${GNOME_HTML_DIR} -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 62ba04d80..000000000 --- a/security/gnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-0.8.tar.bz2) = 9dfbe4da53f229a5b096e1ba71029f01 -SHA256 (gnome2/gnome-keyring-0.8.tar.bz2) = bfc3ea64e7393cfe644b4fe9fcde2d921b71d276f2617b161c2c070940855a41 -SIZE (gnome2/gnome-keyring-0.8.tar.bz2) = 446811 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 ce9beab66..000000000 --- a/security/gnome-keyring/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -bin/gnome-keyring-daemon -include/gnome-keyring-1/gnome-keyring.h -lib/libgnome-keyring.la -lib/libgnome-keyring.so -lib/libgnome-keyring.so.0 -libdata/pkgconfig/gnome-keyring-1.pc -libexec/gnome-keyring-ask -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring.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/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/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/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/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%% -@dirrm include/gnome-keyring-1 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/security/nss/Makefile b/security/nss/Makefile deleted file mode 100644 index c1a8920bd..000000000 --- a/security/nss/Makefile +++ /dev/null @@ -1,98 +0,0 @@ -# Ports collection Makefile for: nss -# Date created: 18 December 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/security/nss/Makefile,v 1.5 2006/12/17 18:42:25 ahze Exp $ - -PORTNAME= nss -PORTVERSION= ${_MAJOR}.${_MINOR}.${_PATCH} -PORTREVISION= 4 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= security/nss/releases/NSS_${PORTVERSION:S/./_/g}_RTM/src - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Libraries to support development of security-enabled applications - -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip -LIB_DEPENDS= nspr4.1:${PORTSDIR}/devel/nspr - -_MAJOR= 3 -_MINOR= 11 -_PATCH= 4 - -WRKSRC= ${WRKDIR}/${DISTNAME}/mozilla/security/nss - -USE_LDCONFIG= ${PREFIX}/lib/nss -USE_GMAKE= yes -USE_PERL5_BUILD=yes -MAKE_ENV= BSD_LDOPTS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" \ - BUILD_OPT=1 -ALL_TARGET= nss_build_all -CFLAGS+= -I${LOCALBASE}/include/nspr - -DIST= ${WRKSRC:H:H}/dist - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 -IGNORE= core dumps on alpha during build -.endif - -EXTERNALS= CVS dbm security/nss/cmd/zlib nsprpub security/dbm -EXTRACT_AFTER_ARGS=| ${TAR} -xf - \ - ${EXTERNALS:C,^,--exclude ${DISTNAME}/mozilla/,} - -BINS=${DIST}/${OPSYS}${OSREL}_OPT.OBJ - -INSTALL_BINS= certcgi certutil checkcert cmsutil crlutil derdump makepqg \ - mangle modutil ocspclnt oidcalc p7content p7env p7sign \ - p7verify pk12util rsaperf shlibsign signtool signver \ - ssltap strsclnt symkeyutil vfychain vfyserv - -test: - cd ${WRKSRC}/tests; \ - ${SETENV} PATH="${BINS}/bin:${PATH}" \ - LD_LIBRARY_PATH="${BINS}/lib" \ - ./all.sh - @if ${GREP} -F '>Failed<' \ - ${WRKSRC:H:H}/tests_results/security/*/results.html; then \ - echo "Some tests have failed. Let ${MAINTAINER} know."; \ - exit 1; \ - else \ - echo "All tests succeeded. Good news."; \ - fi - -post-patch: - @${REINPLACE_CMD} -e "s|-pthread|${PTHREAD_LIBS}|g" \ - ${WRKSRC:H:H}/security/coreconf/FreeBSD.mk - @${SED} -e 's|@exec_prefix@|${PREFIX}|; \ - s|@includedir@|${PREFIX}/include/nss|; \ - s|@libdir@|${PREFIX}/lib/nss|; \ - s|@prefix@|${PREFIX}|' \ - ${FILESDIR}/nss-config.in >${WRKDIR}/nss-config - @${SED} -e 's|@PREFIX@|${PREFIX}|; s|@PORTVERSION@|${PORTVERSION}|' \ - ${FILESDIR}/nss.pc.in >${WRKDIR}/nss.pc -.for i in MAJOR MINOR PATCH - @${SED} -i.${i} -e 's|@${i}@|${_${i}}|' ${WRKDIR}/nss-config -.endfor - -do-install: - ${MKDIR} ${PREFIX}/include/nss ${PREFIX}/lib/nss - ${TAR} -C ${DIST}/public --dereference -cf - . | \ - ${TAR} -C ${PREFIX}/include/nss -xf - - ${INSTALL_DATA} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib/*.so.1 \ - ${PREFIX}/lib/nss - ${INSTALL_DATA} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib/libcrmf.a \ - ${PREFIX}/lib/nss -.for bin in ${INSTALL_BINS} - ${INSTALL_PROGRAM} ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/bin/${bin} \ - ${PREFIX}/bin -.endfor - cd ${DIST}/FreeBSD${OSREL:C/.$/*/}_OPT.OBJ/lib && \ - ${TAR} -cf - *.so | ${TAR} --unlink -C ${PREFIX}/lib/nss -xf - - ${INSTALL_SCRIPT} ${WRKDIR}/nss-config ${PREFIX}/bin - ${INSTALL_DATA} ${WRKDIR}/nss.pc ${PREFIX}/libdata/pkgconfig - -.include <bsd.port.post.mk> diff --git a/security/nss/distinfo b/security/nss/distinfo deleted file mode 100644 index 11baff729..000000000 --- a/security/nss/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nss-3.11.4.tar.gz) = 74af8ebdf94307f47ff8931adbef9c39 -SHA256 (nss-3.11.4.tar.gz) = c50062df123d733f25d4903f42e8855adf51b7324c786c714f7dd1ab9e328f06 -SIZE (nss-3.11.4.tar.gz) = 3713920 diff --git a/security/nss/files/nss-config.in b/security/nss/files/nss-config.in deleted file mode 100644 index d2605fec9..000000000 --- a/security/nss/files/nss-config.in +++ /dev/null @@ -1,137 +0,0 @@ -#!/bin/sh - -prefix=@prefix@ - -major_version=@MAJOR@ -minor_version=@MINOR@ -patch_version=@PATCH@ - -usage() -{ - cat <<EOF -Usage: nss-config [OPTIONS] [LIBRARIES] -Options: - [--prefix[=DIR]] - [--exec-prefix[=DIR]] - [--includedir[=DIR]] - [--libdir[=DIR]] - [--version] - [--libs] - [--cflags] -Dynamic Libraries: - nss - ssl - smime -EOF - exit $1 -} - -if test $# -eq 0; then - usage 1 1>&2 -fi - -lib_ssl=yes -lib_smime=yes -lib_nss=yes - -while test $# -gt 0; do - case "$1" in - -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; - *) optarg= ;; - esac - - case $1 in - --prefix=*) - prefix=$optarg - ;; - --prefix) - echo_prefix=yes - ;; - --exec-prefix=*) - exec_prefix=$optarg - ;; - --exec-prefix) - echo_exec_prefix=yes - ;; - --includedir=*) - includedir=$optarg - ;; - --includedir) - echo_includedir=yes - ;; - --libdir=*) - libdir=$optarg - ;; - --libdir) - echo_libdir=yes - ;; - --version) - echo ${major_version}.${minor_version}.${patch_version} - ;; - --cflags) - echo_cflags=yes - ;; - --libs) - echo_libs=yes - ;; - ssl) - lib_ssl=yes - ;; - smime) - lib_smime=yes - ;; - nss) - lib_nss=yes - ;; - *) - usage 1 1>&2 - ;; - esac - shift -done - -# Set variables that may be dependent upon other variables -if test -z "$exec_prefix"; then - exec_prefix=@exec_prefix@ -fi -if test -z "$includedir"; then - includedir=@includedir@ -fi -if test -z "$libdir"; then - libdir=@libdir@ -fi - -if test "$echo_prefix" = "yes"; then - echo $prefix -fi - -if test "$echo_exec_prefix" = "yes"; then - echo $exec_prefix -fi - -if test "$echo_includedir" = "yes"; then - echo $includedir -fi - -if test "$echo_libdir" = "yes"; then - echo $libdir -fi - -if test "$echo_cflags" = "yes"; then - echo -I$includedir -fi - -if test "$echo_libs" = "yes"; then - libdirs="-Wl,-R$libdir -L$libdir" - if test -n "$lib_ssl"; then - libdirs="$libdirs -lssl${major_version}" - fi - if test -n "$lib_smime"; then - libdirs="$libdirs -lsmime${major_version}" - fi - if test -n "$lib_nss"; then - libdirs="$libdirs -lnss${major_version}" - fi - echo $libdirs -fi - diff --git a/security/nss/files/nss.pc.in b/security/nss/files/nss.pc.in deleted file mode 100644 index 7b1714374..000000000 --- a/security/nss/files/nss.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@PREFIX@ -exec_prefix=@PREFIX@ -libdir=@PREFIX@/lib/nss -includedir=@PREFIX@/include - -Name: NSS -Description: Mozilla Network Security Services -Version: @PORTVERSION@ -Requires: nspr -Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -Cflags: -I${includedir}/nss -I${includedir}/nss/nss diff --git a/security/nss/files/patch-..::coreconf::FreeBSD.mk b/security/nss/files/patch-..::coreconf::FreeBSD.mk deleted file mode 100644 index 7a0417e0f..000000000 --- a/security/nss/files/patch-..::coreconf::FreeBSD.mk +++ /dev/null @@ -1,62 +0,0 @@ ---- ../coreconf/FreeBSD.mk.orig Sat Jan 21 03:36:11 2006 -+++ ../coreconf/FreeBSD.mk Tue Jan 30 21:13:41 2007 -@@ -37,9 +37,9 @@ - - include $(CORE_DEPTH)/coreconf/UNIX.mk - --DEFAULT_COMPILER = gcc --CC = gcc --CCC = g++ -+DEFAULT_COMPILER = $(CC) -+CC ?= gcc -+CCC = $(CXX) - RANLIB = ranlib - - ifeq ($(OS_TEST),alpha) -@@ -49,8 +49,14 @@ - endif - - OS_CFLAGS = $(DSO_CFLAGS) -ansi -Wall -DFREEBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK -+OS_LIBS = $(BSD_LDOPTS) -+OPTIMIZER = - -+ifeq ($(OS_TEST),sparc64) - DSO_CFLAGS = -fPIC -+else -+DSO_CFLAGS = -fpic -+endif - DSO_LDOPTS = -shared -Wl,-soname -Wl,$(notdir $@) - - # -@@ -60,20 +66,18 @@ - USE_PTHREADS = 1 - DEFINES += -D_THREAD_SAFE -D_REENTRANT - OS_LIBS += -pthread --DSO_LDOPTS += -pthread -+DSO_LDOPTS += $(BSD_LDOPTS) - endif - - ARCH = freebsd - --MOZ_OBJFORMAT := $(shell test -x /usr/bin/objformat && /usr/bin/objformat || echo aout) -+DLL_SUFFIX = so.1 - --ifeq ($(MOZ_OBJFORMAT),elf) --DLL_SUFFIX = so -+ifneq (,$(filter alpha ia64,$(OS_TEST))) -+MKSHLIB = $(CC) -Wl,-Bsymbolic -lc $(DSO_LDOPTS) - else --DLL_SUFFIX = so.1.0 -+MKSHLIB = $(CC) -Wl,-Bsymbolic $(DSO_LDOPTS) - endif -- --MKSHLIB = $(CC) $(DSO_LDOPTS) - ifdef MAPFILE - MKSHLIB += -Wl,--version-script,$(MAPFILE) - endif -@@ -83,3 +87,5 @@ - G++INCLUDES = -I/usr/include/g++ - - INCLUDES += -I/usr/X11R6/include -+USE_SYSTEM_ZLIB = 1 -+ZLIB_LIBS = -lz diff --git a/security/nss/files/patch-..::coreconf::command.mk b/security/nss/files/patch-..::coreconf::command.mk deleted file mode 100644 index 1e3de66f7..000000000 --- a/security/nss/files/patch-..::coreconf::command.mk +++ /dev/null @@ -1,9 +0,0 @@ ---- ../coreconf/command.mk Mon Oct 10 19:46:12 2005 -+++ ../coreconf/command.mk Wed Jan 18 17:23:28 2006 -@@ -46,5 +46,5 @@ - LINK_DLL = $(LINK) $(OS_DLLFLAGS) $(DLLFLAGS) - LINK_EXE = $(LINK) $(OS_LFLAGS) $(LFLAGS) --CFLAGS = $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ -+CFLAGS += $(OPTIMIZER) $(OS_CFLAGS) $(XP_DEFINE) $(DEFINES) $(INCLUDES) \ - $(XCFLAGS) - RANLIB = echo diff --git a/security/nss/files/patch-..::coreconf::rules.mk b/security/nss/files/patch-..::coreconf::rules.mk deleted file mode 100644 index 59178ff6d..000000000 --- a/security/nss/files/patch-..::coreconf::rules.mk +++ /dev/null @@ -1,10 +0,0 @@ ---- ../coreconf/rules.mk.orig Thu Apr 3 16:48:00 2003 -+++ ../coreconf/rules.mk Fri Apr 11 01:01:50 2003 -@@ -110,6 +110,7 @@ - endif - ifdef SHARED_LIBRARY - $(INSTALL) -m 775 $(SHARED_LIBRARY) $(SOURCE_LIB_DIR) -+ ln -sf $(notdir $(SHARED_LIBRARY)) $(SOURCE_LIB_DIR)/$(notdir $(SHARED_LIBRARY:.so.1=.so)) - endif - ifdef IMPORT_LIBRARY - $(INSTALL) -m 775 $(IMPORT_LIBRARY) $(SOURCE_LIB_DIR) diff --git a/security/nss/files/patch-Makefile b/security/nss/files/patch-Makefile deleted file mode 100644 index af20e9a2a..000000000 --- a/security/nss/files/patch-Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Thu Apr 14 20:28:40 2005 -+++ Makefile Tue Aug 30 15:32:11 2005 -@@ -78,7 +78,7 @@ - # (7) Execute "local" rules. (OPTIONAL). # - ####################################################################### - --nss_build_all: build_coreconf build_nspr build_dbm all -+nss_build_all: build_coreconf all - - build_coreconf: - cd $(CORE_DEPTH)/coreconf ; $(MAKE) diff --git a/security/nss/files/patch-cmd::platlibs.mk b/security/nss/files/patch-cmd::platlibs.mk deleted file mode 100644 index 4ac01e3e4..000000000 --- a/security/nss/files/patch-cmd::platlibs.mk +++ /dev/null @@ -1,14 +0,0 @@ ---- cmd/platlibs.mk Wed Apr 6 17:35:41 2005 -+++ cmd/platlibs.mk Wed Jul 27 22:22:59 2005 -@@ -72,5 +72,4 @@ - $(DIST)/lib/$(LIB_PREFIX)nssdev.$(LIB_SUFFIX) \ - $(DIST)/lib/$(LIB_PREFIX)nssb.$(LIB_SUFFIX) \ -- $(DIST)/lib/$(LIB_PREFIX)dbm.$(LIB_SUFFIX) \ - $(DIST)/lib/$(NSPR31_LIB_PREFIX)plc4.$(LIB_SUFFIX) \ - $(DIST)/lib/$(NSPR31_LIB_PREFIX)plds4.$(LIB_SUFFIX) \ -@@ -120,5 +118,4 @@ - $(CRYPTOLIB) \ - $(DIST)/lib/$(LIB_PREFIX)secutil.$(LIB_SUFFIX) \ -- $(DIST)/lib/$(LIB_PREFIX)dbm.$(LIB_SUFFIX) \ - $(NULL) - diff --git a/security/nss/files/patch-const b/security/nss/files/patch-const deleted file mode 100644 index de5fae9f6..000000000 --- a/security/nss/files/patch-const +++ /dev/null @@ -1,46 +0,0 @@ ---- cmd/modutil/modutil.h Sun Apr 25 11:02:47 2004 -+++ cmd/modutil/modutil.h Fri Jul 22 17:35:20 2005 -@@ -53,6 +53,6 @@ - #include "error.h" - --Error FipsMode(char *arg); --Error ChkFipsMode(char *arg); -+Error FipsMode(const char *arg); -+Error ChkFipsMode(const char *arg); - Error AddModule(char *moduleName, char *libFile, char *ciphers, - char *mechanisms, char* modparms); ---- cmd/modutil/pk11.c Sun Apr 25 11:02:47 2004 -+++ cmd/modutil/pk11.c Fri Jul 22 17:36:48 2005 -@@ -53,5 +53,5 @@ - */ - Error --FipsMode(char *arg) -+FipsMode(const char *arg) - { - char *internal_name; -@@ -62,14 +62,16 @@ - SECMOD_GetInternalModule()->commonName); - if(SECMOD_DeleteInternalModule(internal_name) != SECSuccess) { -- PR_fprintf(PR_STDERR, "%s\n", SECU_Strerror(PORT_GetError())); -+ PR_fprintf(PR_STDERR, "FipsMode(true): %s (%s)\n", SECU_Strerror(PORT_GetError()), internal_name); - PR_smprintf_free(internal_name); - PR_fprintf(PR_STDERR, errStrings[FIPS_SWITCH_FAILED_ERR]); - return FIPS_SWITCH_FAILED_ERR; - } -- PR_smprintf_free(internal_name); - if (!PK11_IsFIPS()) { -+ PR_fprintf(PR_STDERR, "FipsMode(true): in module %s", internal_name); -+ PR_smprintf_free(internal_name); - PR_fprintf(PR_STDERR, errStrings[FIPS_SWITCH_FAILED_ERR]); - return FIPS_SWITCH_FAILED_ERR; - } -+ PR_smprintf_free(internal_name); - PR_fprintf(PR_STDOUT, msgStrings[FIPS_ENABLED_MSG]); - } else { -@@ -112,5 +114,5 @@ - */ - Error --ChkFipsMode(char *arg) -+ChkFipsMode(const char *arg) - { - if(!PORT_Strcasecmp(arg, "true")) { diff --git a/security/nss/files/patch-sysdb b/security/nss/files/patch-sysdb deleted file mode 100644 index 79d5f20ee..000000000 --- a/security/nss/files/patch-sysdb +++ /dev/null @@ -1,179 +0,0 @@ -This patches NSS' code to use the Operating System's standard <db.h> header -and the db-implementation from -lc. Seems to work on FreeBSD. - - -mi - ---- lib/softoken/cdbhdl.h Sun Apr 25 11:03:16 2004 -+++ lib/softoken/cdbhdl.h Fri Jul 22 00:25:16 2005 -@@ -43,6 +43,6 @@ - #define _CDBHDL_H_ - --#include "nspr.h" --#include "mcom_db.h" -+#include <nspr.h> -+#include <db.h> - #include "pcertt.h" - ---- lib/softoken/dbinit.c Tue Mar 29 13:21:18 2005 -+++ lib/softoken/dbinit.c Fri Jul 22 00:33:35 2005 -@@ -40,4 +40,5 @@ - - #include <ctype.h> -+#include <fcntl.h> - #include "seccomon.h" - #include "prinit.h" ---- lib/softoken/dbmshim.c Tue Mar 29 13:21:18 2005 -+++ lib/softoken/dbmshim.c Fri Jul 22 00:35:33 2005 -@@ -40,5 +40,6 @@ - * $Id: patch-sysdb,v 1.1 2006-12-09 15:17:54 ahze Exp $ - */ --#include "mcom_db.h" -+#include <db.h> -+#include <fcntl.h> - #include "secitem.h" - #include "secder.h" ---- lib/softoken/keydb.c Fri Jun 4 20:50:32 2004 -+++ lib/softoken/keydb.c Fri Jul 22 00:37:01 2005 -@@ -46,5 +46,6 @@ - #include "secitem.h" - #include "pcert.h" --#include "mcom_db.h" -+#include <db.h> -+#include <fcntl.h> - #include "lowpbe.h" - #include "secerr.h" ---- lib/softoken/pcertdb.c Tue Mar 29 13:21:18 2005 -+++ lib/softoken/pcertdb.c Fri Jul 22 00:40:00 2005 -@@ -44,5 +44,6 @@ - #include "lowkeyti.h" - #include "pcert.h" --#include "mcom_db.h" -+#include <db.h> -+#include <fcntl.h> - #include "pcert.h" - #include "secitem.h" ---- lib/softoken/pk11db.c Fri Apr 1 19:46:13 2005 -+++ lib/softoken/pk11db.c Fri Jul 22 00:42:01 2005 -@@ -42,5 +42,6 @@ - #include "pk11pars.h" - #include "pkcs11i.h" --#include "mcom_db.h" -+#include <db.h> -+#include <fcntl.h> - #include "cdbhdl.h" - #include "secerr.h" ---- lib/softoken/keydbi.h Tue Apr 27 19:04:38 2004 -+++ lib/softoken/keydbi.h Fri Jul 22 00:43:24 2005 -@@ -42,7 +42,7 @@ - #define _KEYDBI_H_ - --#include "nspr.h" -+#include <nspr.h> - #include "seccomon.h" --#include "mcom_db.h" -+#include <db.h> - - /* ---- lib/softoken/config.mk Mon May 24 20:13:11 2004 -+++ lib/softoken/config.mk Fri Jul 22 00:55:20 2005 -@@ -47,5 +47,4 @@ - $(CRYPTOLIB) \ - $(DIST)/lib/$(LIB_PREFIX)secutil.$(LIB_SUFFIX) \ -- $(DIST)/lib/$(LIB_PREFIX)dbm.$(LIB_SUFFIX) \ - $(NULL) - ---- lib/certdb/certdb.c Sat Mar 5 03:03:03 2005 -+++ lib/certdb/certdb.c Fri Jul 22 01:02:11 2005 -@@ -53,5 +53,4 @@ - #include "keyhi.h" - #include "secitem.h" --#include "mcom_db.h" - #include "certdb.h" - #include "prprf.h" ---- lib/certdb/genname.c Sun Apr 25 11:03:03 2004 -+++ lib/certdb/genname.c Fri Jul 22 01:02:59 2005 -@@ -39,5 +39,4 @@ - #include "secitem.h" - #include "secoidt.h" --#include "mcom_db.h" - #include "secasn1.h" - #include "secder.h" ---- lib/certdb/stanpcertdb.c Thu Dec 2 16:34:15 2004 -+++ lib/certdb/stanpcertdb.c Fri Jul 22 01:03:19 2005 -@@ -38,5 +38,4 @@ - - #include "cert.h" --#include "mcom_db.h" - #include "certdb.h" - #include "secitem.h" ---- lib/certdb/xauthkid.c Sun Apr 25 11:03:03 2004 -+++ lib/certdb/xauthkid.c Fri Jul 22 01:03:54 2005 -@@ -40,6 +40,5 @@ - */ - --#include "prtypes.h" --#include "mcom_db.h" -+#include <prtypes.h> - #include "seccomon.h" - #include "secdert.h" ---- lib/certdb/xbsconst.c Sun Apr 25 11:03:03 2004 -+++ lib/certdb/xbsconst.c Fri Jul 22 01:05:41 2005 -@@ -39,6 +39,6 @@ - */ - --#include "prtypes.h" --#include "mcom_db.h" -+#include <limits.h> /* LONG_MAX */ -+#include <prtypes.h> - #include "seccomon.h" - #include "secdert.h" -@@ -48,5 +48,5 @@ - #include "certt.h" - #include "secder.h" --#include "prprf.h" -+#include <prprf.h> - #include "secerr.h" - ---- lib/certdb/xconst.c Tue Nov 9 01:13:32 2004 -+++ lib/certdb/xconst.c Fri Jul 22 01:06:20 2005 -@@ -39,6 +39,5 @@ - */ - --#include "prtypes.h" --#include "mcom_db.h" -+#include <prtypes.h> - #include "seccomon.h" - #include "secdert.h" -@@ -48,5 +47,5 @@ - #include "cert.h" - #include "secder.h" --#include "prprf.h" -+#include <prprf.h> - #include "xconst.h" - #include "genname.h" ---- lib/ckfw/dbm/ckdbm.h Wed Jan 19 21:25:47 2005 -+++ lib/ckfw/dbm/ckdbm.h Fri Jul 22 01:06:58 2005 -@@ -57,5 +57,5 @@ - #endif /* CKT_H */ - --#include "mcom_db.h" -+#include <db.h> - - NSS_EXTERN_DATA NSSCKMDInstance nss_dbm_mdInstance; ---- lib/freebl/mac_rand.c Sun Apr 25 11:03:08 2004 -+++ lib/freebl/mac_rand.c Fri Jul 22 01:08:19 2005 -@@ -40,5 +40,4 @@ - #endif - #include "secrng.h" --#include "mcom_db.h" - #ifdef XP_MAC - #include <Events.h> ---- lib/pk11wrap/secmodi.h Mon Mar 28 15:45:37 2005 -+++ lib/pk11wrap/secmodi.h Fri Jul 22 01:08:47 2005 -@@ -42,5 +42,5 @@ - #include "pkcs11.h" - #include "nssilock.h" --#include "mcom_db.h" -+#include <db.h> - #include "secoidt.h" - #include "secdert.h" diff --git a/security/nss/files/patch-tests b/security/nss/files/patch-tests deleted file mode 100644 index 2ff07f35a..000000000 --- a/security/nss/files/patch-tests +++ /dev/null @@ -1,10 +0,0 @@ ---- tests/common/init.sh Mon Apr 11 22:24:17 2005 -+++ tests/common/init.sh Fri Jul 22 16:55:36 2005 -@@ -197,5 +197,6 @@ - case $HOST in - *\.*) -- HOST=`echo $HOST | sed -e "s/\..*//"` -+ DOMSUF=${HOST#*.} # remove Smallest Prefix matching ``*.'' -+ HOST=${HOST%%.*} # remove Largest Suffix ``.*''. See sh(1) - ;; - ?*) diff --git a/security/nss/pkg-descr b/security/nss/pkg-descr deleted file mode 100644 index 4d06c9a0a..000000000 --- a/security/nss/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Network Security Services (NSS) is a set of libraries designed to support -cross-platform development of security-enabled server applications. -Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, -PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security -standards. - -WWW: http://www.mozilla.org/projects/security/pki/nss/ diff --git a/security/nss/pkg-plist b/security/nss/pkg-plist deleted file mode 100644 index cc12145c7..000000000 --- a/security/nss/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -bin/certcgi -bin/certutil -bin/checkcert -bin/cmsutil -bin/crlutil -bin/derdump -bin/makepqg -bin/mangle -bin/modutil -bin/nss-config -bin/ocspclnt -bin/oidcalc -bin/p7content -bin/p7env -bin/p7sign -bin/p7verify -bin/pk12util -bin/rsaperf -bin/shlibsign -bin/signtool -bin/signver -bin/ssltap -bin/strsclnt -bin/symkeyutil -bin/vfychain -bin/vfyserv -include/nss/nss/base64.h -include/nss/nss/blapit.h -include/nss/nss/cert.h -include/nss/nss/certdb.h -include/nss/nss/certt.h -include/nss/nss/ciferfam.h -include/nss/nss/cmmf.h -include/nss/nss/cmmft.h -include/nss/nss/cms.h -include/nss/nss/cmsreclist.h -include/nss/nss/cmst.h -include/nss/nss/crmf.h -include/nss/nss/crmft.h -include/nss/nss/cryptohi.h -include/nss/nss/cryptoht.h -include/nss/nss/ecl-exp.h -include/nss/nss/hasht.h -include/nss/nss/jar-ds.h -include/nss/nss/jar.h -include/nss/nss/jarfile.h -include/nss/nss/key.h -include/nss/nss/keyhi.h -include/nss/nss/keyt.h -include/nss/nss/keythi.h -include/nss/nss/nss.h -include/nss/nss/nssb64.h -include/nss/nss/nssb64t.h -include/nss/nss/nssbase.h -include/nss/nss/nssbaset.h -include/nss/nss/nssck.api -include/nss/nss/nssckbi.h -include/nss/nss/nssckepv.h -include/nss/nss/nssckft.h -include/nss/nss/nssckfw.h -include/nss/nss/nssckfwc.h -include/nss/nss/nssckfwt.h -include/nss/nss/nssckg.h -include/nss/nss/nssckmdt.h -include/nss/nss/nssckt.h -include/nss/nss/nssilckt.h -include/nss/nss/nssilock.h -include/nss/nss/nsslocks.h -include/nss/nss/nssrwlk.h -include/nss/nss/nssrwlkt.h -include/nss/nss/ocsp.h -include/nss/nss/ocspt.h -include/nss/nss/p12.h -include/nss/nss/p12plcy.h -include/nss/nss/p12t.h -include/nss/nss/pk11func.h -include/nss/nss/pk11pqg.h -include/nss/nss/pk11priv.h -include/nss/nss/pk11pub.h -include/nss/nss/pk11sdr.h -include/nss/nss/pkcs11.h -include/nss/nss/pkcs11f.h -include/nss/nss/pkcs11n.h -include/nss/nss/pkcs11p.h -include/nss/nss/pkcs11t.h -include/nss/nss/pkcs11u.h -include/nss/nss/pkcs12.h -include/nss/nss/pkcs12t.h -include/nss/nss/pkcs7t.h -include/nss/nss/portreg.h -include/nss/nss/preenc.h -include/nss/nss/secasn1.h -include/nss/nss/secasn1t.h -include/nss/nss/seccomon.h -include/nss/nss/secder.h -include/nss/nss/secdert.h -include/nss/nss/secdig.h -include/nss/nss/secdigt.h -include/nss/nss/secerr.h -include/nss/nss/sechash.h -include/nss/nss/secitem.h -include/nss/nss/secmime.h -include/nss/nss/secmod.h -include/nss/nss/secmodt.h -include/nss/nss/secoid.h -include/nss/nss/secoidt.h -include/nss/nss/secpkcs5.h -include/nss/nss/secpkcs7.h -include/nss/nss/secport.h -include/nss/nss/shsign.h -include/nss/nss/smime.h -include/nss/nss/ssl.h -include/nss/nss/sslerr.h -include/nss/nss/sslproto.h -include/nss/nss/sslt.h -include/nss/nss/watcomfx.h -lib/nss/libcrmf.a -lib/nss/libfreebl3.so -lib/nss/libfreebl3.so.1 -lib/nss/libnss3.so -lib/nss/libnss3.so.1 -lib/nss/libnssckbi.so -lib/nss/libnssckbi.so.1 -lib/nss/libsmime3.so -lib/nss/libsmime3.so.1 -lib/nss/libsoftokn3.so -lib/nss/libsoftokn3.so.1 -lib/nss/libssl3.so -lib/nss/libssl3.so.1 -libdata/pkgconfig/nss.pc -@dirrm lib/nss -@dirrm include/nss/nss -@dirrm include/nss diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index e29eb649a..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,125 +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.30 2007/03/15 13:26:18 ahze Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 1.0 -PORTREVISION= 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= A front end for GnuPG - -BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 -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_X_PREFIX= 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 \ - GEDIT "Enable GEdit 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 -# EPIPHANY "Enable Epiphany plug-in support" on -## BROKEN -WITHOUT_EPIPHANY= yes - -.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 -.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.18" -.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-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 47541d93e..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-1.0.tar.bz2) = 7afcb9b40aaa0c232ce8a9e0909fe757 -SHA256 (gnome2/seahorse-1.0.tar.bz2) = 76bcfeed3843b2357f5ecc1694a471fc45a810aa17fd0baed60f1d32142d0746 -SIZE (gnome2/seahorse-1.0.tar.bz2) = 1871080 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-configure b/security/seahorse/files/patch-configure deleted file mode 100644 index b77fe2ddd..000000000 --- a/security/seahorse/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sun Dec 3 23:18:17 2006 -+++ configure Sun Dec 3 23:18:57 2006 -@@ -30954,7 +30954,7 @@ fi - - - --if test "$enable_ssh" == "yes"; then -+if test "$enable_ssh" = "yes"; then - WITH_SSH_TRUE= - WITH_SSH_FALSE='#' - else -@@ -31014,7 +31014,7 @@ fi - - - --if test "$enable_tests" == "yes"; then -+if test "$enable_tests" = "yes"; then - WITH_TESTS_TRUE= - WITH_TESTS_FALSE='#' - else 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 46a2d2432..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,337 +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/dbus-1/services/org.gnome.seahorse.service -share/gnome/applications/seahorse-pgp-preferences.desktop -share/gnome/applications/seahorse.desktop -share/gnome/applications/seahorse-pgp-encrypted.desktop -share/gnome/applications/seahorse-pgp-keys.desktop -share/gnome/applications/seahorse-pgp-signature.desktop -share/gnome/control-center-2.0/capplets/seahorse-pgp-preferences.desktop -%%APPLET%%share/gnome/gnome-2.0/ui/GNOME_SeahorseApplet.xml -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%APPLET%%share/gnome/help/seahorse-applet/C/legal.xml -%%APPLET%%share/gnome/help/seahorse-applet/C/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/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 -%%APPLET%%share/gnome/omf/seahorse-applet/seahorse-applet-C.omf -share/gnome/omf/seahorse/seahorse-C.omf -share/gnome/omf/seahorse/seahorse-en_GB.omf -share/gnome/omf/seahorse/seahorse-es.omf -share/gnome/omf/seahorse/seahorse-fr.omf -share/gnome/omf/seahorse/seahorse-it.omf -share/gnome/omf/seahorse/seahorse-sv.omf -share/gnome/pixmaps/seahorse-applet.svg -share/gnome/pixmaps/seahorse-preferences.png -share/gnome/pixmaps/seahorse.png -share/gnome/pixmaps/seahorse/22x22/seahorse-applet-encrypted.png -share/gnome/pixmaps/seahorse/22x22/seahorse-applet-key.png -share/gnome/pixmaps/seahorse/22x22/seahorse-applet-signed.png -share/gnome/pixmaps/seahorse/22x22/seahorse-applet-text.png -share/gnome/pixmaps/seahorse/22x22/seahorse-applet-unknown.png -share/gnome/pixmaps/seahorse/22x22/seahorse-key-personal.png -share/gnome/pixmaps/seahorse/22x22/seahorse-key-ssh.png -share/gnome/pixmaps/seahorse/22x22/seahorse-key.png -share/gnome/pixmaps/seahorse/22x22/seahorse-preferences.png -share/gnome/pixmaps/seahorse/22x22/seahorse-share-keys.png -share/gnome/pixmaps/seahorse/22x22/seahorse-sign-bad.png -share/gnome/pixmaps/seahorse/22x22/seahorse-sign-ok.png -share/gnome/pixmaps/seahorse/22x22/seahorse.png -share/gnome/pixmaps/seahorse/48x48/seahorse-applet-encrypted.png -share/gnome/pixmaps/seahorse/48x48/seahorse-applet-key.png -share/gnome/pixmaps/seahorse/48x48/seahorse-applet-signed.png -share/gnome/pixmaps/seahorse/48x48/seahorse-applet-text.png -share/gnome/pixmaps/seahorse/48x48/seahorse-applet-unknown.png -share/gnome/pixmaps/seahorse/48x48/seahorse-applet.png -share/gnome/pixmaps/seahorse/48x48/seahorse-key-personal.png -share/gnome/pixmaps/seahorse/48x48/seahorse-key-ssh.png -share/gnome/pixmaps/seahorse/48x48/seahorse-key.png -share/gnome/pixmaps/seahorse/48x48/seahorse-person.png -share/gnome/pixmaps/seahorse/48x48/seahorse-preferences.png -share/gnome/pixmaps/seahorse/48x48/seahorse-share-keys.png -share/gnome/pixmaps/seahorse/48x48/seahorse-sign-bad.png -share/gnome/pixmaps/seahorse/48x48/seahorse-sign-ok.png -share/gnome/pixmaps/seahorse/48x48/seahorse-sign-unknown.png -share/gnome/pixmaps/seahorse/48x48/seahorse-sign.png -share/gnome/pixmaps/seahorse/48x48/seahorse.png -share/gnome/pixmaps/seahorse/scalable/seahorse-applet-encrypted.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-applet-key.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-applet-signed.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-applet-text.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-applet-unknown.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-applet.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-key-personal.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-key-ssh.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-key.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-person.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-preferences.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-share-keys.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-sign-bad.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-sign-ok.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-sign-unknown.svg -share/gnome/pixmaps/seahorse/scalable/seahorse-sign.svg -share/gnome/pixmaps/seahorse/scalable/seahorse.svg -share/gnome/seahorse/glade/seahorse-add-keyserver.glade -share/gnome/seahorse/glade/seahorse-add-subkey.glade -share/gnome/seahorse/glade/seahorse-add-uid.glade -share/gnome/seahorse/glade/seahorse-agent-cache.glade -%%APPLET%%share/gnome/seahorse/glade/seahorse-applet-preferences.glade -share/gnome/seahorse/glade/seahorse-change-passphrase.glade -share/gnome/seahorse/glade/seahorse-expires.glade -share/gnome/seahorse/glade/seahorse-generate-select.glade -share/gnome/seahorse/glade/seahorse-gkeyring-item-properties.glade -share/gnome/seahorse/glade/seahorse-key-manager.glade -share/gnome/seahorse/glade/seahorse-key-manager.ui -share/gnome/seahorse/glade/seahorse-keyserver-results.glade -share/gnome/seahorse/glade/seahorse-keyserver-results.ui -share/gnome/seahorse/glade/seahorse-keyserver-search.glade -share/gnome/seahorse/glade/seahorse-keyserver-sync.glade -share/gnome/seahorse/glade/seahorse-multi-encrypt.glade -share/gnome/seahorse/glade/seahorse-notify.glade -share/gnome/seahorse/glade/seahorse-pgp-generate.glade -share/gnome/seahorse/glade/seahorse-pgp-private-key-properties.glade -share/gnome/seahorse/glade/seahorse-pgp-public-key-properties.glade -share/gnome/seahorse/glade/seahorse-prefs.glade -share/gnome/seahorse/glade/seahorse-progress.glade -share/gnome/seahorse/glade/seahorse-revoke.glade -share/gnome/seahorse/glade/seahorse-sign.glade -share/gnome/seahorse/glade/seahorse-signer.glade -share/gnome/seahorse/glade/seahorse-ssh-generate.glade -share/gnome/seahorse/glade/seahorse-ssh-key-properties.glade -share/gnome/seahorse/glade/seahorse-ssh-upload.glade -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/mime/packages/seahorse.xml -share/locale/ar/LC_MESSAGES/seahorse.mo -share/locale/az/LC_MESSAGES/seahorse.mo -share/locale/bg/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/gl/LC_MESSAGES/seahorse.mo -share/locale/gu/LC_MESSAGES/seahorse.mo -share/locale/fr/LC_MESSAGES/seahorse.mo -share/locale/he/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/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/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/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/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 -@dirrm share/gnome/pixmaps/seahorse/scalable -@dirrm share/gnome/pixmaps/seahorse/48x48 -@dirrm share/gnome/pixmaps/seahorse/22x22 -@dirrm share/gnome/pixmaps/seahorse -%%APPLET%%@dirrm share/gnome/help/seahorse-applet/C -%%APPLET%%@dirrm share/gnome/help/seahorse-applet -@dirrm share/gnome/help/seahorse/sv/figures -@dirrm share/gnome/help/seahorse/sv -@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 -@dirrm share/gnome/help/seahorse -%%APPLET%%@dirrm share/gnome/omf/seahorse-applet -@dirrm share/gnome/omf/seahorse -@dirrm share/gnome/seahorse/glade -@dirrm share/gnome/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 -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/et/LC_MESSAGES -@dirrmtry share/locale/et -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN |