Skip to content

Commit

Permalink
The Gnome keyring password agent. New for Gnome 2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Matteo committed Jun 22, 2004
1 parent 2503948 commit e46e3a6
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 0 deletions.
32 changes: 32 additions & 0 deletions x11/gnome/keyring/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/06/22 03:26:03 marcm Exp $

COMMENT= "password agent for the GNOME project"

DISTNAME= gnome-keyring-0.2.1
CATEGORIES= x11/gnome

HOMEPAGE= http://www.gnome.org/

MAINTAINER= Marc Matteo <[email protected]>

# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-keyring/0.2/}
EXTRACT_SUFX= .tar.bz2

MODULES= gettext

BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
LIB_DEPENDS= gdk-x11-2.0.0.0,gdk_pixbuf-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2

USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions x11/gnome/keyring/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
MD5 (gnome-keyring-0.2.1.tar.bz2) = 2fe5fb39cc18d1a6792fd3281223dfff
RMD160 (gnome-keyring-0.2.1.tar.bz2) = 45c87809f77b4ec4568da0290936701a23325980
SHA1 (gnome-keyring-0.2.1.tar.bz2) = 4ef94ea9fe04773e05dec81f9c3e4ff6d4861e88
7 changes: 7 additions & 0 deletions x11/gnome/keyring/pkg/DESCR
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
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.
3 changes: 3 additions & 0 deletions x11/gnome/keyring/pkg/PFRAG.shared
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2004/06/22 03:26:03 marcm Exp $
lib/libgnome-keyring.so.0.0
DYNLIBDIR(%D/lib)
47 changes: 47 additions & 0 deletions x11/gnome/keyring/pkg/PLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/06/22 03:26:03 marcm Exp $
bin/gnome-keyring-daemon
include/gnome-keyring-1/gnome-keyring.h
lib/libgnome-keyring.la
lib/pkgconfig/gnome-keyring-1.pc
libexec/gnome-keyring-ask
share/locale/ar/LC_MESSAGES/gnome-keyring.mo
share/locale/az/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/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/fi/LC_MESSAGES/gnome-keyring.mo
share/locale/fr/LC_MESSAGES/gnome-keyring.mo
share/locale/hr/LC_MESSAGES/gnome-keyring.mo
share/locale/hu/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/ko/LC_MESSAGES/gnome-keyring.mo
share/locale/lt/LC_MESSAGES/gnome-keyring.mo
share/locale/mn/LC_MESSAGES/gnome-keyring.mo
share/locale/ms/LC_MESSAGES/gnome-keyring.mo
share/locale/nl/LC_MESSAGES/gnome-keyring.mo
share/locale/no/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/ru/LC_MESSAGES/gnome-keyring.mo
share/locale/sk/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/th/LC_MESSAGES/gnome-keyring.mo
share/locale/tr/LC_MESSAGES/gnome-keyring.mo
share/locale/uk/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_CN/LC_MESSAGES/gnome-keyring.mo
share/locale/zh_TW/LC_MESSAGES/gnome-keyring.mo
%%SHARED%%
@dirrm include/gnome-keyring-1

0 comments on commit e46e3a6

Please sign in to comment.