Date: Sun, 17 Dec 2006 20:29:06 +0000 (UTC) From: Alejandro Pulver <alepulver@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security Makefile ports/security/mypasswordsafe Makefile distinfo pkg-descr pkg-plist ports/security/mypasswordsafe/files patch-src__crypto__sha1.h patch-src__myendian.h patch-src__mypasswordsafe.ui Message-ID: <200612172029.kBHKT6Tl015363@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alepulver 2006-12-17 20:29:05 UTC FreeBSD ports repository Modified files: security Makefile Added files: security/mypasswordsafe Makefile distinfo pkg-descr pkg-plist security/mypasswordsafe/files patch-src__crypto__sha1.h patch-src__myendian.h patch-src__mypasswordsafe.ui Log: MyPasswordSafe is a straight-forward, easy-to-use password manager that maintains compatibility with Password Safe files. MyPasswordSafe has the following features: * Safes are encrypted when they are stored to disk. * Passwords never have to be seen, because they are copied to the clipboard. * Random passwords can be generated. * Window size, position, and column widths are remembered. * Passwords remain encrypted until they need to be decrypted at the dialog and file levels. * A safe can be made active so it will always be opened when MyPasswordSafe starts. * Supports Unicode in the safes. * Languages supported: English and French. WWW: http://www.semanticgap.com/myps/ Revision Changes Path 1.840 +1 -0 ports/security/Makefile 1.1 +33 -0 ports/security/mypasswordsafe/Makefile (new) 1.1 +3 -0 ports/security/mypasswordsafe/distinfo (new) 1.1 +11 -0 ports/security/mypasswordsafe/files/patch-src__crypto__sha1.h (new) 1.1 +11 -0 ports/security/mypasswordsafe/files/patch-src__myendian.h (new) 1.1 +9 -0 ports/security/mypasswordsafe/files/patch-src__mypasswordsafe.ui (new) 1.1 +16 -0 ports/security/mypasswordsafe/pkg-descr (new) 1.1 +15 -0 ports/security/mypasswordsafe/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612172029.kBHKT6Tl015363>