From f597d53d594a02ddd90c92a75ea089719747ef8e Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 21 Oct 2007 13:51:01 +0000 Subject: KeePass is a free/open-source password manager or safe which helps you to manage your passwords in a secure way. You can put all your passwords in one database, which is locked with one master key or a key-disk. So you only have to remember one single master password or insert the key-disk to unlock the whole database. The databases are encrypted using the best and most secure encryption algorithms currently known (AES and Twofish). --- security/keepassx/DESCR | 6 ++++++ security/keepassx/Makefile | 36 ++++++++++++++++++++++++++++++++++++ security/keepassx/PLIST | 44 ++++++++++++++++++++++++++++++++++++++++++++ security/keepassx/distinfo | 5 +++++ 4 files changed, 91 insertions(+) create mode 100644 security/keepassx/DESCR create mode 100644 security/keepassx/Makefile create mode 100644 security/keepassx/PLIST create mode 100644 security/keepassx/distinfo diff --git a/security/keepassx/DESCR b/security/keepassx/DESCR new file mode 100644 index 00000000000..f68862bbe61 --- /dev/null +++ b/security/keepassx/DESCR @@ -0,0 +1,6 @@ +KeePass is a free/open-source password manager or safe which helps you to +manage your passwords in a secure way. You can put all your passwords in one +database, which is locked with one master key or a key-disk. So you only have +to remember one single master password or insert the key-disk to unlock the +whole database. The databases are encrypted using the best and most secure +encryption algorithms currently known (AES and Twofish). diff --git a/security/keepassx/Makefile b/security/keepassx/Makefile new file mode 100644 index 00000000000..819a9b7809c --- /dev/null +++ b/security/keepassx/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/10/21 13:51:01 adrianp Exp $ +# + +DISTNAME= KeePassX-0.2.2 +PKGNAME= ${DISTNAME:S/KeePassX/keepassx/} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=keepassx/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://keepassx.sourceforge.net/ +COMMENT= Password manager or safe + +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES + +QMAKE= ${QTDIR}/bin/qmake +CONFIGURE_ARGS+= QMAKE=${QMAKE:Q} PREFIX=${PREFIX:Q} +MAKE_ENV+= QTDIR=${QTDIR} PREFIX=${PREFIX} + +BUILDLINK_DEPMETHOD.qt3-tools= build + +do-configure: + cd ${WRKSRC} && \ + ${QMAKE} -o Makefile ${CONFIGURE_ARGS} keepass.pro + +pre-install: + ${CP} ${WRKSRC}/bin/keepass ${WRKSRC}/src + +post-install: + ${CHMOD} ${SHAREMODE} ${PREFIX}/share/keepass/icons/*.png + +.include "../../x11/qt4-libs/buildlink3.mk" +.include "../../x11/qt4-tools/buildlink3.mk" +.include "../../x11/libXtst/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/keepassx/PLIST b/security/keepassx/PLIST new file mode 100644 index 00000000000..6364d19f08d --- /dev/null +++ b/security/keepassx/PLIST @@ -0,0 +1,44 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/10/21 13:51:01 adrianp Exp $ +bin/keepass +share/keepass/i18n/keepass-de_DE.qm +share/keepass/i18n/keepass-fr_FR.qm +share/keepass/icons/clientic.png +share/keepass/icons/i18n.png +share/keepass/icons/keepassx.png +share/keepass/icons/key.png +share/keepass/icons/nuvola/32x32/actions/configure.png +share/keepass/icons/nuvola/32x32/actions/edit.png +share/keepass/icons/nuvola/32x32/actions/edit_add.png +share/keepass/icons/nuvola/32x32/actions/editcopy.png +share/keepass/icons/nuvola/32x32/actions/editdelete.png +share/keepass/icons/nuvola/32x32/actions/exit.png +share/keepass/icons/nuvola/32x32/actions/fileclose.png +share/keepass/icons/nuvola/32x32/actions/fileexport.png +share/keepass/icons/nuvola/32x32/actions/filenew.png +share/keepass/icons/nuvola/32x32/actions/fileopen.png +share/keepass/icons/nuvola/32x32/actions/filesave.png +share/keepass/icons/nuvola/32x32/actions/filesaveas.png +share/keepass/icons/nuvola/32x32/actions/find.png +share/keepass/icons/nuvola/32x32/actions/help.png +share/keepass/icons/nuvola/32x32/actions/identity.png +share/keepass/icons/nuvola/32x32/actions/klipper_dock.png +share/keepass/icons/nuvola/32x32/actions/reload.png +share/keepass/icons/nuvola/32x32/actions/run.png +share/keepass/icons/nuvola/32x32/apps/ktouch.png +share/keepass/icons/nuvola/32x32/filesystems/desktop.png +share/keepass/icons/nuvola/32x32/filesystems/folder.png +share/keepass/icons/nuvola/32x32/filesystems/folder_home.png +share/keepass/icons/nuvola/32x32/filesystems/network_local.png +share/keepass/icons/nuvola/32x32/filesystems/trashcan_full.png +share/keepass/icons/ok.png +share/keepass/icons/search.png +share/keepass/icons/settings.png +share/keepass/license.html +@dirrm share/keepass/icons/nuvola/32x32/filesystems +@dirrm share/keepass/icons/nuvola/32x32/apps +@dirrm share/keepass/icons/nuvola/32x32/actions +@dirrm share/keepass/icons/nuvola/32x32 +@dirrm share/keepass/icons/nuvola +@dirrm share/keepass/icons +@dirrm share/keepass/i18n +@dirrm share/keepass diff --git a/security/keepassx/distinfo b/security/keepassx/distinfo new file mode 100644 index 00000000000..2b27eabe8fc --- /dev/null +++ b/security/keepassx/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/10/21 13:51:01 adrianp Exp $ + +SHA1 (KeePassX-0.2.2.tar.gz) = bae4b984d32f2bb6220d17a135e3322c4df73fcb +RMD160 (KeePassX-0.2.2.tar.gz) = ba386cca105227120c0c50a500eee3b2b2bf24ec +Size (KeePassX-0.2.2.tar.gz) = 302656 bytes -- cgit v1.2.3