summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-09 23:57:12 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-09 23:57:12 +0800
commit4b5c842b10d389ee0c0ba08deb5c0b059dd234cb (patch)
treeac2ee4dbd9276625a3dc4069920e36170fe74e08 /security
parent621b94a10d261f79f087b5c068b23d35c2561d58 (diff)
downloadmarcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.gz
marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.tar.zst
marcuscom-ports-4b5c842b10d389ee0c0ba08deb5c0b059dd234cb.zip
Get those ports to catch up with gnome-keyring that splitted into
libgnome-keyring and gnome-keyring. It helps a lot with resolve the conflict that prevent you to install some important ports such as gimp and etc. Bump the PORTREVISION on those ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15773 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security')
-rw-r--r--security/gnome-gpg/Makefile29
-rw-r--r--security/gnome-gpg/distinfo3
-rw-r--r--security/gnome-gpg/pkg-descr3
-rw-r--r--security/gnome-keyring-sharp/Makefile27
-rw-r--r--security/gnome-keyring-sharp/distinfo3
-rw-r--r--security/gnome-keyring-sharp/pkg-descr7
-rw-r--r--security/gnome-keyring-sharp/pkg-plist15
-rw-r--r--security/seahorse/Makefile4
8 files changed, 89 insertions, 2 deletions
diff --git a/security/gnome-gpg/Makefile b/security/gnome-gpg/Makefile
new file mode 100644
index 000000000..ca3396645
--- /dev/null
+++ b/security/gnome-gpg/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gnome-gpg
+# Date created: 2006-09-02
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD: ports/security/gnome-gpg/Makefile,v 1.10 2010/03/28 06:43:18 dinoex Exp $
+# $MCom: ports/security/gnome-gpg/Makefile,v 1.1 2006/09/02 15:20:58 ahze Exp $
+
+PORTNAME= gnome-gpg
+PORTVERSION= 0.5.0
+PORTREVISION= 8
+CATEGORIES= security
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Simple commandline wrapper around gpg for gnome-keyring
+
+BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
+LIB_DEPENDS= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GNOME= libgnomeui
+CONFIGURE_ENV= set_more_warnings="no"
+
+PLIST_FILES= bin/gnome-gpg
+MAN1= gnome-gpg.1
+
+.include <bsd.port.mk>
diff --git a/security/gnome-gpg/distinfo b/security/gnome-gpg/distinfo
new file mode 100644
index 000000000..fd7f10f9e
--- /dev/null
+++ b/security/gnome-gpg/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-gpg-0.5.0.tar.bz2) = 3930f850eea59c7d90775d2d790446c1
+SHA256 (gnome-gpg-0.5.0.tar.bz2) = 2acebd35613e78ecac14cd4783f9df6d33a25e62857cb5cb868091f0d05a53d5
+SIZE (gnome-gpg-0.5.0.tar.bz2) = 69620
diff --git a/security/gnome-gpg/pkg-descr b/security/gnome-gpg/pkg-descr
new file mode 100644
index 000000000..fc0cb1a01
--- /dev/null
+++ b/security/gnome-gpg/pkg-descr
@@ -0,0 +1,3 @@
+Simple commandline wrapper around gpg that makes it store its passphrase
+in gnome-keyring. It is a direct competitor to (the unmaintained)
+quintuple-agent.
diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile
new file mode 100644
index 000000000..13cc5222b
--- /dev/null
+++ b/security/gnome-keyring-sharp/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: gnome-keyring-sharp
+# Date created: 2008-10-08
+# Whom: Romain Tartiere <romain@blogreen.org>
+#
+# $FreeBSD: ports/security/gnome-keyring-sharp/Makefile,v 1.1 2010/09/30 18:23:42 romain Exp $
+#
+
+PORTNAME= gnome-keyring-sharp
+PORTVERSION= 1.0.2
+PORTREVISION= 1
+CATEGORIES= security
+MASTER_SITES= http://www.go-mono.com/archive/${PORTNAME}/
+
+MAINTAINER= mono@FreeBSD.org
+COMMENT= Fully managed implementation of gnome-keyring
+
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \
+ ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring
+RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:${PORTSDIR}/devel/ndesk-dbus \
+ ${LOCALBASE}/libdata/pkgconfig/gnome-keyring-1.pc:${PORTSDIR}/security/libgnome-keyring
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gtksharp20
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
diff --git a/security/gnome-keyring-sharp/distinfo b/security/gnome-keyring-sharp/distinfo
new file mode 100644
index 000000000..d9a54e954
--- /dev/null
+++ b/security/gnome-keyring-sharp/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnome-keyring-sharp-1.0.2.tar.gz) = f9a48319f3fe6123017b000d714d68b1
+SHA256 (gnome-keyring-sharp-1.0.2.tar.gz) = 043e3e22132bdfe34e8ca314b6fd34bb0bc55a23eeb102778c64c243bb595315
+SIZE (gnome-keyring-sharp-1.0.2.tar.gz) = 308244
diff --git a/security/gnome-keyring-sharp/pkg-descr b/security/gnome-keyring-sharp/pkg-descr
new file mode 100644
index 000000000..6ad79b26b
--- /dev/null
+++ b/security/gnome-keyring-sharp/pkg-descr
@@ -0,0 +1,7 @@
+gnome-keyring-sharp is a fully managed implementation of libgnome-keyring.
+
+When the gnome-keyring-daemon is running, you can use this to retrieve/store
+confidential information such as passwords, notes or network services user
+information.
+
+WWW: http://andrew.jorgensenfamily.us/2008/08/gnome-keyring-sharp/
diff --git a/security/gnome-keyring-sharp/pkg-plist b/security/gnome-keyring-sharp/pkg-plist
new file mode 100644
index 000000000..d1f07ccf4
--- /dev/null
+++ b/security/gnome-keyring-sharp/pkg-plist
@@ -0,0 +1,15 @@
+@comment $FreeBSD: ports/security/gnome-keyring-sharp/pkg-plist,v 1.1 2010/09/30 18:23:42 romain Exp $
+lib/libgnome-keyring-sharp-glue.a
+lib/libgnome-keyring-sharp-glue.la
+lib/libgnome-keyring-sharp-glue.so
+lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll
+lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.config
+lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66/Gnome.Keyring.dll.mdb
+lib/mono/gnome-keyring-sharp-1.0/Gnome.Keyring.dll
+lib/monodoc/sources/Gnome.Keyring.source
+lib/monodoc/sources/Gnome.Keyring.tree
+lib/monodoc/sources/Gnome.Keyring.zip
+libdata/pkgconfig/gnome-keyring-sharp-1.0.pc
+@dirrm lib/mono/gnome-keyring-sharp-1.0
+@dirrm lib/mono/gac/Gnome.Keyring/1.0.0.0__1a73e1bde00c9b66
+@dirrm lib/mono/gac/Gnome.Keyring
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile
index cbbcc0b80..76d332b0b 100644
--- a/security/seahorse/Makefile
+++ b/security/seahorse/Makefile
@@ -3,7 +3,7 @@
# Whom: Dave McKay <dave@mu.org>
#
# $FreeBSD$
-# $MCom: ports/security/seahorse/Makefile,v 1.99 2010/09/28 09:01:33 kwm Exp $
+# $MCom: ports/security/seahorse/Makefile,v 1.101 2011/03/06 20:09:35 kwm Exp $
#
PORTNAME= seahorse
@@ -20,7 +20,7 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- gnome-keyring:${PORTSDIR}/security/gnome-keyring \
+ gcr.0:${PORTSDIR}/security/gnome-keyring \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
soup-2.4.1:${PORTSDIR}/devel/libsoup