diff options
author | wiz <wiz> | 2012-11-07 10:32:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-11-07 10:32:30 +0000 |
commit | 856ab4880f112527c703258b9ed7fa1389ed7a04 (patch) | |
tree | f1a296a1880c8b3759491b9fb1218a425b951deb /security | |
parent | e53bc0f809cf67a8a0d46091aee337d29be4df01 (diff) | |
download | pkgsrc-856ab4880f112527c703258b9ed7fa1389ed7a04.tar.gz |
Import kpcli-1.5 as security/kpcli.
A command line interface (interactive shell) to work with KeePass
1.x and 2.x database files.
Diffstat (limited to 'security')
-rw-r--r-- | security/kpcli/DESCR | 2 | ||||
-rw-r--r-- | security/kpcli/Makefile | 35 | ||||
-rw-r--r-- | security/kpcli/PLIST | 2 | ||||
-rw-r--r-- | security/kpcli/distinfo | 5 |
4 files changed, 44 insertions, 0 deletions
diff --git a/security/kpcli/DESCR b/security/kpcli/DESCR new file mode 100644 index 00000000000..46a1b37d189 --- /dev/null +++ b/security/kpcli/DESCR @@ -0,0 +1,2 @@ +A command line interface (interactive shell) to work with KeePass +1.x and 2.x database files. diff --git a/security/kpcli/Makefile b/security/kpcli/Makefile new file mode 100644 index 00000000000..e274d3474ba --- /dev/null +++ b/security/kpcli/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1 2012/11/07 10:32:30 wiz Exp $ +# + +DISTNAME= kpcli-1.5 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kpcli/} +EXTRACT_SUFX= .pl + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://kpcli.sourceforge.net/ +COMMENT= Command line interface to KeePass password safes +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone +DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally +DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey +DEPENDS+= p5-Term-ShellUI-[0-9]*:../../devel/p5-Term-ShellUI +DEPENDS+= p5-Crypt-Rijndael-[0-9]*:../../security/p5-Crypt-Rijndael +DEPENDS+= p5-File-KeePass-[0-9]*:../../security/p5-File-KeePass +DEPENDS+= p5-Term-ReadLine-[0-9]*:../../devel/p5-Term-ReadLine + +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none + +REPLACE_PERL= ${DISTNAME}.pl +INSTALLATION_DIRS= bin + +do-build: + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.pl ${DESTDIR}${PREFIX}/bin/kpcli.pl + +.include "../../lang/perl5/buildlink3.mk" +.include "../../lang/perl5/license.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/kpcli/PLIST b/security/kpcli/PLIST new file mode 100644 index 00000000000..a1dccfaee59 --- /dev/null +++ b/security/kpcli/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2012/11/07 10:32:30 wiz Exp $ +bin/kpcli.pl diff --git a/security/kpcli/distinfo b/security/kpcli/distinfo new file mode 100644 index 00000000000..b97a33b4d5d --- /dev/null +++ b/security/kpcli/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/11/07 10:32:30 wiz Exp $ + +SHA1 (kpcli-1.5.pl) = 88b2c8485b1206c3b5a6ac10abdc78e503d19e2d +RMD160 (kpcli-1.5.pl) = 0f7cead198da331eca16d19abe7e10f81b709dfb +Size (kpcli-1.5.pl) = 70178 bytes |