pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gpass Initial import of gpass, version 0.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9eda1e250d99
branches:  trunk
changeset: 474413:9eda1e250d99
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 29 08:01:23 2004 +0000

description:
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.

diffstat:

 security/gpass/DESCR            |  10 ++++++++++
 security/gpass/Makefile         |  24 ++++++++++++++++++++++++
 security/gpass/PLIST            |  24 ++++++++++++++++++++++++
 security/gpass/distinfo         |   6 ++++++
 security/gpass/patches/patch-aa |  22 ++++++++++++++++++++++
 security/gpass/patches/patch-ab |  20 ++++++++++++++++++++
 6 files changed, 106 insertions(+), 0 deletions(-)

diffs (130 lines):

diff -r 289f4ed0b1b4 -r 9eda1e250d99 security/gpass/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpass/DESCR      Thu Apr 29 08:01:23 2004 +0000
@@ -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 -r 289f4ed0b1b4 -r 9eda1e250d99 security/gpass/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpass/Makefile   Thu Apr 29 08:01:23 2004 +0000
@@ -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@localhost
+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 -r 289f4ed0b1b4 -r 9eda1e250d99 security/gpass/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpass/PLIST      Thu Apr 29 08:01:23 2004 +0000
@@ -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 -r 289f4ed0b1b4 -r 9eda1e250d99 security/gpass/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpass/distinfo   Thu Apr 29 08:01:23 2004 +0000
@@ -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 -r 289f4ed0b1b4 -r 9eda1e250d99 security/gpass/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpass/patches/patch-aa   Thu Apr 29 08:01:23 2004 +0000
@@ -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 -r 289f4ed0b1b4 -r 9eda1e250d99 security/gpass/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gpass/patches/patch-ab   Thu Apr 29 08:01:23 2004 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index