pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/kpcli Import kpcli-1.5 as security/kpcli.



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

description:
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:

 security/kpcli/DESCR    |   2 ++
 security/kpcli/Makefile |  35 +++++++++++++++++++++++++++++++++++
 security/kpcli/PLIST    |   2 ++
 security/kpcli/distinfo |   5 +++++
 4 files changed, 44 insertions(+), 0 deletions(-)

diffs (60 lines):

diff -r 7f28e8e031e3 -r e31a640e4a0b security/kpcli/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/kpcli/DESCR      Wed Nov 07 10:32:30 2012 +0000
@@ -0,0 +1,2 @@
+A command line interface (interactive shell) to work with KeePass
+1.x and 2.x database files.
diff -r 7f28e8e031e3 -r e31a640e4a0b security/kpcli/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/kpcli/Makefile   Wed Nov 07 10:32:30 2012 +0000
@@ -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@localhost
+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 -r 7f28e8e031e3 -r e31a640e4a0b security/kpcli/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/kpcli/PLIST      Wed Nov 07 10:32:30 2012 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2012/11/07 10:32:30 wiz Exp $
+bin/kpcli.pl
diff -r 7f28e8e031e3 -r e31a640e4a0b security/kpcli/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/kpcli/distinfo   Wed Nov 07 10:32:30 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index