Console based password storing application using an encrypted XML

document as its database.

WWW: http://keychain.googlecode.com

PR:		ports/177191
Submitted by:	LEVAI Daniel <leva@ecentrum.hu>
Feature safe:	yes
This commit is contained in:
Carlo Strub 2013-04-18 06:18:35 +00:00
parent 9a0f3f88eb
commit e76957aee5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316020
5 changed files with 41 additions and 0 deletions

View File

@ -234,6 +234,7 @@
SUBDIR += isnprober
SUBDIR += jbrofuzz
SUBDIR += john
SUBDIR += kc
SUBDIR += kedpm
SUBDIR += keepassx
SUBDIR += keychain

31
security/kc/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Created by: LEVAI Daniel <leva@ecentrum.hu>
# $FreeBSD$
PORTNAME= kc
PORTVERSION= 2.3.0
CATEGORIES= security
MASTER_SITES= http://keychain.googlecode.com/files/
MAINTAINER= leva@ecentrum.hu
COMMENT= Console based password storing application
LICENSE= BSD
LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \
pcre:${PORTSDIR}/devel/pcre
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
MAN1= kc.1
MANCOMPRESSED= yes
PLIST_DIRS= share/kc
PLIST_FILES= bin/kc \
share/kc/pwsafe_to_kc.pl
MAKE_ENV+= HAVE_PCRE=yes
post-install:
${INSTALL} -d ${PREFIX}/share/kc
${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/
.include <bsd.port.mk>

2
security/kc/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (kc-2.3.0.tar.gz) = 48da7dabc4da317ec00902cdd811b0b04008923a18b2f2a21948c0410356b2ae
SIZE (kc-2.3.0.tar.gz) = 43625

4
security/kc/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Console based password storing application using an encrypted XML
document as its database.
WWW: http://keychain.googlecode.com

3
security/kc/pkg-message Normal file
View File

@ -0,0 +1,3 @@
kc comes with a tiny and simple utility which can convert an exported pwsafe
database to a kc compatible XML database (that can be imported to it later).
It is installed under PREFIX/share/kc/