Date: Fri, 25 May 2012 12:24:57 GMT From: alexander <alexander.4mail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/168334: New port: security/kpcli - Command line interface to KeePass database files V.1 Message-ID: <201205251224.q4PCOvg9027970@red.freebsd.org> Resent-Message-ID: <201205251230.q4PCU23v095665@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168334 >Category: ports >Synopsis: New port: security/kpcli - Command line interface to KeePass database files V.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 12:30:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: alexander >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # kpcli # kpcli/Makefile # kpcli/.Makefile.swp # kpcli/pkg-descr # kpcli/distinfo # kpcli/pkg-plist # echo c - kpcli mkdir -p kpcli > /dev/null 2>&1 echo x - kpcli/Makefile sed 's/^X//' >kpcli/Makefile << 'e4bb81961a7726f45bee9918a5f7644c' X# New ports collection makefile for: kpcli X# Date created: 25 May 2012 X# Whom: Alexander Y. Grigoryev <alexander.4mail@gmail.com> X# X# $FreeBSD$ X XPORTNAME= kpcli XPORTVERSION= 1.4 XCATEGORIES= security XMASTER_SITES= SF/kpcli/ XEXTRACT_SUFX= .pl X XMAINTAINER= alexander.4mail@gmail.com XCOMMENT= A command line interface to KeePassX and KeePass 1.x database files X XLICENSE= ART10 GPLv1 XLICENSE_COMB= dual X XRUN_DEPENDS= p5-Crypt-Rijndael>=1.08:${PORTSDIR}/security/p5-Crypt-Rijndael \ X p5-Term-ReadKey>=2.30:${PORTSDIR}/devel/p5-Term-ReadKey \ X p5-Sort-Naturally>=1.02:${PORTSDIR}/textproc/p5-Sort-Naturally \ X p5-File-KeePass>=0.03:${PORTSDIR}/security/p5-File-KeePass \ X p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \ X p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \ X p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone XBUILD_DEPENDS= ${RUN_DEPENDS} X XUSE_PERL5= yes X XMAN1= ${PORTNAME}.1 XMANCOMPRESSED= yes X Xdo-extract: X @${MKDIR} ${WRKSRC} X @${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl ${WRKSRC}/${PORTNAME} Xdo-build: X ${PREFIX}/bin/pod2man ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 X ${GZIP_CMD} ${WRKSRC}/${PORTNAME}.1 Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1.gz ${PREFIX}/man/man1/ X X.include <bsd.port.mk> e4bb81961a7726f45bee9918a5f7644c echo x - kpcli/.Makefile.swp sed 's/^X//' >kpcli/.Makefile.swp << 'f54685ba3b802f17c471252f30deb5c0' Xb0VIM 7.3XXXXXXf54685ba3b802f17c471252f30deb5c0 echo x - kpcli/pkg-descr sed 's/^X//' >kpcli/pkg-descr << '1dbe7d8fd80313879952cfe76ec59750' XA command line interface (interactive shell) to work Xwith KeePassX and KeePass 1.x database files. X XWWW: http://kpcli.sourceforge.net/ 1dbe7d8fd80313879952cfe76ec59750 echo x - kpcli/distinfo sed 's/^X//' >kpcli/distinfo << 'aa83808287bbb4595208be10c801a633' XSHA256 (kpcli-1.4.pl) = 9bf8d28117fe77f7257d595df51fe27d4472abe535700a94bbf8257e35272f4b XSIZE (kpcli-1.4.pl) = 67714 aa83808287bbb4595208be10c801a633 echo x - kpcli/pkg-plist sed 's/^X//' >kpcli/pkg-plist << '01cf46806b212c0f78614af4ce6e039b' Xbin/kpcli 01cf46806b212c0f78614af4ce6e039b exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205251224.q4PCOvg9027970>