summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-29 08:01:23 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-29 08:01:23 +0000
commit1ae19628ac585b20ef39c57153a6ea2a6e3751d3 (patch)
treecad60ec1aa6a6bacbe1cae5a8460d2045917c626
parent0d885067ee0e72630f2c3d8a03d28a66706083ce (diff)
downloadpkgsrc-1ae19628ac585b20ef39c57153a6ea2a6e3751d3.tar.gz
Initial import of gpass, version 0.4:
GPass is a simple GNOME application that lets you manage a collection of passwords. The password collection is stored in an encrypted file, protected by a master-password. Features include: * 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 cryptographic library. * The built-in password generator helps you generate secure passwords.
-rw-r--r--security/gpass/DESCR10
-rw-r--r--security/gpass/Makefile24
-rw-r--r--security/gpass/PLIST24
-rw-r--r--security/gpass/distinfo6
-rw-r--r--security/gpass/patches/patch-aa22
-rw-r--r--security/gpass/patches/patch-ab20
6 files changed, 106 insertions, 0 deletions
diff --git a/security/gpass/DESCR b/security/gpass/DESCR
new file mode 100644
index 00000000000..f9c5cf18055
--- /dev/null
+++ b/security/gpass/DESCR
@@ -0,0 +1,10 @@
+GPass is a simple GNOME application that lets you manage a collection
+of passwords. The password collection is stored in an encrypted file,
+protected by a master-password.
+
+Features include:
+* 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 cryptographic library.
+* The built-in password generator helps you generate secure passwords.
diff --git a/security/gpass/Makefile b/security/gpass/Makefile
new file mode 100644
index 00000000000..8ac2edfe400
--- /dev/null
+++ b/security/gpass/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/29 08:01:23 jmmv Exp $
+#
+
+DISTNAME= gpass-0.4
+CATEGORIES= security gnome
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/}
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://gpass.sourceforge.net/
+COMMENT= GNOME Password Manager
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_DIRS+= xdg-1.1
+USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/libglade2/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/security/gpass/PLIST b/security/gpass/PLIST
new file mode 100644
index 00000000000..9d702356f2a
--- /dev/null
+++ b/security/gpass/PLIST
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $
+bin/gpass
+share/applications/gpass.desktop
+share/doc/gpass/ABOUT-NLS
+share/doc/gpass/AUTHORS
+share/doc/gpass/COPYING
+share/doc/gpass/ChangeLog
+share/doc/gpass/INSTALL
+share/doc/gpass/NEWS
+share/doc/gpass/README
+share/doc/gpass/TODO
+share/gpass/change-password-dialog.glade
+share/gpass/create-password-dialog.glade
+share/gpass/dirty-close-dialog.glade
+share/gpass/generate-password-dialog.glade
+share/gpass/main-window.glade
+share/gpass/master-password-dialog.glade
+share/gpass/password-entry-dialog.glade
+share/gpass/remove-dialog.glade
+share/gpass/stock_edit.png
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gpass.mo
+@dirrm share/gpass
+@dirrm share/doc/gpass
+@comment in xdg-dirs: @dirrm share/applications
diff --git a/security/gpass/distinfo b/security/gpass/distinfo
new file mode 100644
index 00000000000..6d1da6edd5c
--- /dev/null
+++ b/security/gpass/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/04/29 08:01:23 jmmv Exp $
+
+SHA1 (gpass-0.4.tar.gz) = c5e1497931db694429b02f55b049142f0bb13cf3
+Size (gpass-0.4.tar.gz) = 412756 bytes
+SHA1 (patch-aa) = 08586015b1d2896675be55666e6259cdc14e5c69
+SHA1 (patch-ab) = 65890bf6d675c2a3e769d01c7f59dc1c26612f0a
diff --git a/security/gpass/patches/patch-aa b/security/gpass/patches/patch-aa
new file mode 100644
index 00000000000..254311059b9
--- /dev/null
+++ b/security/gpass/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $
+
+--- Makefile.in.orig 2004-04-27 04:32:44.000000000 +0200
++++ Makefile.in
+@@ -129,7 +129,7 @@ install_sh = @install_sh@
+
+ SUBDIRS = intl po macros src data
+
+-gpassdocdir = ${prefix}/doc/gpass
++gpassdocdir = ${prefix}/share/doc/gpass
+ gpassdoc_DATA = \
+ README\
+ COPYING\
+@@ -143,7 +143,7 @@ gpassdoc_DATA = \
+
+ EXTRA_DIST = $(gpassdoc_DATA)
+
+-gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Applications
++gnomemenudir = $(datadir)/applications
+ gnomemenu_DATA = gpass.desktop
+ subdir = .
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/security/gpass/patches/patch-ab b/security/gpass/patches/patch-ab
new file mode 100644
index 00000000000..2fe9aaf8e3f
--- /dev/null
+++ b/security/gpass/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/04/29 08:01:24 jmmv Exp $
+
+--- gpass.desktop.in.orig 2004-04-27 01:58:41.000000000 +0200
++++ gpass.desktop.in
+@@ -1,10 +1,10 @@
+-
+ [Desktop Entry]
+ Name=Password Manager
+-Comment=Password Manager Version 0.1
+-Exec=passwordmanager
+-Icon=@PACKAGE_PIXMAPS_DIR@/
++Comment=Manages your password collection
++Exec=gpass
++#Icon= Not available yet
+ Terminal=false
+ MultipleArgs=false
+ Type=Application
+-
++StartupNotify=true
++Categories=GNOME;Application;Utility;