aboutsummaryrefslogtreecommitdiff
path: root/security/fpm2
Commit message (Collapse)AuthorAgeFilesLines
* Remove all space characters from Makefile assignments.Jimmy Olgeni2014-06-081-1/+1
| | | | | | | | | | No functional changes included. CR: D193 (except math/sedumi) Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357070
* - Use tar:bzip2 instead of USE_BZIP2=yesRusmir Dusko2014-03-191-5/+6
| | | | | | | | - Remove NEWS and TODO from DOCS - Break lines around 80 characters Notes: svn path=/head/; revision=348653
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [st]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331274
* Figaro's Password Manager 2 is a program that allows you to securely store theRusmir Dusko2013-10-165-0/+98
passwords using GTK2 interface. Features include: - Passwords are encrypted with the AES-256 algorithm. - Copy passwords or usernames to the clipboard/primary selection. - If the password is for a web site, FPM2 can keep track of the URLs of your login screens and can automatically launch your browser. In this capacity, FPM2 acts as a kind of bookmark manager. - You can teach FPM2 to launch other applications, and optionally pass hostnames, usernames or passwords to the command line. - FPM2 also has a password generator that can choose passwords for you. It allows you to determine how long the password should be, and what types of characters (lower case, upper case, numbers and symbols) should be used. You can even have it avoid ambiguous characters such as a capital O or the number zero. - Auto-minimise and/or auto-locking passwords database after configurable time to the tray icon. WWW: http://als.regnet.cz/fpm2/ PR: ports/179096 Submitted by: nemysis (self) Approved by: wg/pawel (mentors) Notes: svn path=/head/; revision=330553