Sat Jun 7 09:37:21 2014 UTC ()
Update to 2.6:

 2013-Jun-16 v2.2 - Trap and handle SIGINT (^C presses).
                    Trap and handle SIGTSTP (^Z presses).
                    Trap and handle SIGCONT (continues after ^Z).
                    Stopped printing found dictionary words in pwck.
 2013-Jul-01 v2.3 - More readline() and signal handling improvements.
                    Title conflict checks in cli_new()/edit()/mv().
                    Group title conflict checks in rename().
                    cli_new() now accepts optional path&|title param.
                    cli_ls() can now list multiple paths.
                    cli_edit() now shows the "old" values for users
                     to edit, if Term::ReadLine::Gnu is available.
                    cli_edit() now aborts all changes on ^C.
                    cli_saveas() now asks before overwriting a file.
 2013-Nov-26 v2.4 - Fixed several "perl -cw" warnings reported on
                     2013-07-09 as SourceForge bug #9.
                    Bug fix for the cl command, but in sub cli_ls().
                    First pass at Strawberry perl/MS Windows support.
                     - Enhanced support for Term::ReadLine::Perl
                     - Added support for Term::ReadLine::Perl5
                    Added display of expire time for show -a.
                    Added -a option to the find command.
                    Used the new magic_file_type() in a few places.
                    Added generatePasswordFromDict() and "w" generation.
                    Added the -v option to the version command.
                     - Added the versions command.
 2014-Mar-15 v2.5 - Added length control (gNN) to password generation.
                    Added the copy command (and cp alias).
                    Added the clone command.
                    Added optional modules not installed to version -v.
                    Groups can now also be moved with the mv command.
                    Modified cli_cls() to also work on MS Windows.
                    Suppressed Term::ReadLine::Gnu hint on MS Windows.
                    Suppressed missing termcap warning on MS Windows.
                    Print a min number of *s to not leak passwd length.
                    Removed unneeded use of Term::ReadLine.
                    Quieted "inherited AUTOLOAD for non-method" warns
                     caused by Term::Readline::Gnu on perl 5.14.x.
 2014-Jun-06 v2.6 - Added interactive password generation ("i" method).
                     - Thanks to Florian Tham for the idea and patch.
                    Show entry's tags if present (KeePass >= v2.11).
                     - Thanks to Florian Tham for the patch.
                    Add/edit support for tags if a v2 file is opened.
                    Added tags to the searched fields for "find -a".
                    Show string fields (key/val pairs) in v2 files.
                    Add/edit for string fields if a v2 file is opened.
                    Show information about entries' file attachments.
                     2014-03-20 SourceForge feature request #6.
                    New "attach" command to manage file attachments.
                    Added "Recycle Bin" functionality and --no-recycle.
                    For --readonly, don't create a lock file and don't
                     warn if one exists. 2014-03-27 SourceForge bug #11.
                    Added key file generation to saveas and export.
                     2014-04-19 SourceForge bug #13.
                    Added -expired option to the find command.
                    Added "dir" as an alias for "ls"
                    Added some additional info to the stats command.
                    Added more detailed OS info for Linux/Win in vers.
                    Now hides Meta-Info/SYSTEM entries.
                    Fixed bug with SIGTSTP handling (^Z presses).
                    Fixed missing refresh_state_all_paths() in cli_rm.


(wiz)
diff -r1.7 -r1.8 pkgsrc/security/kpcli/Makefile
diff -r1.4 -r1.5 pkgsrc/security/kpcli/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/security/kpcli/Makefile (expand / switch to unified diff)

--- pkgsrc/security/kpcli/Makefile 2014/05/29 23:37:19 1.7
+++ pkgsrc/security/kpcli/Makefile 2014/06/07 09:37:20 1.8
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2014/05/29 23:37:19 wiz Exp $ 1# $NetBSD: Makefile,v 1.8 2014/06/07 09:37:20 wiz Exp $
2 2
3DISTNAME= kpcli-2.1 3DISTNAME= kpcli-2.6
4PKGREVISION= 2 
5CATEGORIES= security 4CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/}
7EXTRACT_SUFX= .pl 6EXTRACT_SUFX= .pl
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://kpcli.sourceforge.net/ 9HOMEPAGE= http://kpcli.sourceforge.net/
11COMMENT= Command line interface to KeePass password safes 10COMMENT= Command line interface to KeePass password safes
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally 13DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally
15DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey 14DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
16DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI 15DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI
17DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael 16DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael

cvs diff -r1.4 -r1.5 pkgsrc/security/kpcli/distinfo (expand / switch to unified diff)

--- pkgsrc/security/kpcli/distinfo 2013/06/14 21:15:24 1.4
+++ pkgsrc/security/kpcli/distinfo 2014/06/07 09:37:20 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2013/06/14 21:15:24 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2014/06/07 09:37:20 wiz Exp $
2 2
3SHA1 (kpcli-2.1.pl) = f5d024401e8078c9efb34a65669b7b8c8d05ef28 3SHA1 (kpcli-2.6.pl) = 38ef7d8d305d637f938710c659d0041c491e0402
4RMD160 (kpcli-2.1.pl) = 3797fa67196aeb9f168e9772c6be231c1ee3e07e 4RMD160 (kpcli-2.6.pl) = 35ce982c44dd7c02d9f071200528e91ebbc9962b
5Size (kpcli-2.1.pl) = 89196 bytes 5Size (kpcli-2.6.pl) = 166222 bytes