summaryrefslogtreecommitdiff
path: root/security/pwsafe
AgeCommit message (Collapse)AuthorFilesLines
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-05-12uses c++dan1-1/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-17Remove wip from CATEGORIES, noted by bouyer.wiz1-2/+2
2005-10-02Update to 2.0:wiz3-22/+6
pwsafe is a password database program for unix compatible with Counterpane's win32 Password Safe software. This is a major release. pwsafe now supports PasswordSafe 2.x databases, exporting databases to text, and merging databases together.
2005-07-31Initial import of pwsafe-0.1.6 from pkgsrc-wip, packaged bywiz6-0/+78
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.