diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-09-30 18:23:42 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-09-30 18:23:42 +0000 |
commit | 231213ccac5faef7eefcbf0d00758d62704cc57c (patch) | |
tree | d3b339962693b5bdf4b4a310108b31857790ac71 /security | |
parent | a89eaae57b78de96826f7b561f8b16a7e2d13084 (diff) | |
download | ports-231213ccac5faef7eefcbf0d00758d62704cc57c.tar.gz ports-231213ccac5faef7eefcbf0d00758d62704cc57c.zip |
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/
Notes
Notes:
svn path=/head/; revision=262198
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/gnome-keyring-sharp/Makefile | 25 | ||||
-rw-r--r-- | security/gnome-keyring-sharp/distinfo | 3 | ||||
-rw-r--r-- | security/gnome-keyring-sharp/pkg-descr | 7 | ||||
-rw-r--r-- | security/gnome-keyring-sharp/pkg-plist | 15 |
5 files changed, 51 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index f14979e09ad2..e9ca68396324 100644 --- a/security/Makefile +++ b/security/Makefile @@ -164,6 +164,7 @@ SUBDIR += gir-repository-gnome-keyring SUBDIR += gnome-gpg SUBDIR += gnome-keyring + SUBDIR += gnome-keyring-sharp SUBDIR += gnome-password-generator SUBDIR += gnome-ssh-askpass SUBDIR += gnupg diff --git a/security/gnome-keyring-sharp/Makefile b/security/gnome-keyring-sharp/Makefile new file mode 100644 index 000000000000..fa9e648b2fd5 --- /dev/null +++ b/security/gnome-keyring-sharp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnome-keyring-sharp +# Date created: 2008-10-08 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= gnome-keyring-sharp +PORTVERSION= 1.0.2 +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/gnome-keyring +RUN_DEPENDS= ${BUILD_DEPENDS} + +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 000000000000..d9a54e954574 --- /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 000000000000..6ad79b26b8e7 --- /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 000000000000..565f4f89a036 --- /dev/null +++ b/security/gnome-keyring-sharp/pkg-plist @@ -0,0 +1,15 @@ +@comment $FreeBSD$ +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 |