pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-File-KeePass Import p5-File-KeePass-2.03 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e504618a389d
branches:  trunk
changeset: 610795:e504618a389d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 07 10:23:32 2012 +0000

description:
Import p5-File-KeePass-2.03 as security/p5-File-KeePass.

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.

File::KeePass is only used for reading and writing databases and
for keeping passwords scrambled while in memory. Programs dealing
with UI or using of auto-type features are the domain of other
modules on CPAN. File::KeePass::Agent is one example.

diffstat:

 security/p5-File-KeePass/DESCR    |  16 ++++++++++++++++
 security/p5-File-KeePass/Makefile |  19 +++++++++++++++++++
 security/p5-File-KeePass/distinfo |   5 +++++
 3 files changed, 40 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 0b3775808d0c -r e504618a389d security/p5-File-KeePass/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-File-KeePass/DESCR    Wed Nov 07 10:23:32 2012 +0000
@@ -0,0 +1,16 @@
+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.
+
+File::KeePass is only used for reading and writing databases and
+for keeping passwords scrambled while in memory. Programs dealing
+with UI or using of auto-type features are the domain of other
+modules on CPAN. File::KeePass::Agent is one example.
diff -r 0b3775808d0c -r e504618a389d security/p5-File-KeePass/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-File-KeePass/Makefile Wed Nov 07 10:23:32 2012 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2012/11/07 10:23:32 wiz Exp $
+
+DISTNAME=      File-KeePass-2.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/File-KeePass/
+COMMENT=       Perl module interface to KeePass V1 and V2 database files
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael
+DEPENDS+=      p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser
+
+PERL5_PACKLIST=                auto/File/KeePass/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0b3775808d0c -r e504618a389d security/p5-File-KeePass/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-File-KeePass/distinfo Wed Nov 07 10:23:32 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/11/07 10:23:32 wiz Exp $
+
+SHA1 (File-KeePass-2.03.tar.gz) = 4cfe71d6364d66e50cae45f2f6e717789ee43867
+RMD160 (File-KeePass-2.03.tar.gz) = 8dc0a95fea15dd47421713ead87a8065aacff385
+Size (File-KeePass-2.03.tar.gz) = 37010 bytes



Home | Main Index | Thread Index | Old Index