summaryrefslogtreecommitdiff
path: root/security/pwsafe/options.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05pwsafe doesn't really use curses.roy1-2/+2
2013-07-15* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yesryoon1-5/+1
are replaced with .include "../../devel/readline/buildlink3.mk", and USE_GNU_READLINE are removed, * .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE are replaced with .include "../../mk/readline.buildlink3.mk".
2007-01-30Modular Xorg support for option X11.joerg1-2/+8
2005-07-31Initial import of pwsafe-0.1.6 from pkgsrc-wip, packaged bywiz1-0/+25
Mike M. Volokhov. pwsafe is a unix commandline program that manages encrypted password databases. There are few features listed: * Pure command-line operation if desired (good for remote access over ssh). * Can interact with X11 selection & clipboard. * Portable, endianess-clean, misaligned-access-free C++. * Compatible with CounterPane's PasswordSafe Win32 program versions 1.9.x. * Funny comments included in source code.