IABSD.fr/ports/textproc/p5-File-KeePass

Branch :


Log

Author Commit Date CI Message
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
b28a2ce9 2016-03-29 13:34:31 Add rdep on p5-XML-Parser, needed for various use-cases and it doesn't pull in a big dep chain.
cfbb239b 2016-03-20 19:56:05 Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES. Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
f7097e50 2016-01-11 10:04:51 Make it support XML key file. ok landry@
04e80342 2015-05-01 15:39:26 Import File::KeePass 2.03. File::KeePass gives access to KeePass version 1 (kdb) and version 2 (kdbx) databases. The version 1 and version 2 databases are very different in construction, but the majority of information overlaps and many algorithms are similar. File::KeePass attempts to iron out as many of the differences. File::KeePass gives nearly raw data access. There are a few utility methods for manipulating groups and entries. More advanced manipulation can easily be layered on top by other modules. ok ajacoutot@