Date: Thu, 21 Mar 2013 13:49:03 +0100 From: LEVAI Daniel <leva@ecentrum.hu> To: FreeBSD-gnats-submit@freebsd.org Cc: LEVAI Daniel <daniell@ecentrum.hu> Subject: ports/177191: New port: security/kc - console based password storing application Message-ID: <20130321124903.GF30035@daniell-kurt.KURTHQ.local> Resent-Message-ID: <201303211300.r2LD02aH074193@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177191 >Category: ports >Synopsis: New port: security/kc - console based password storing application >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: Thu Mar 21 13:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: daniell >Release: FreeBSD 9.1-RELEASE i386 >Organization: - >Environment: System: FreeBSD freebsd-stable 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Console based password storing application using an encrypted XML document as its database. >How-To-Repeat: - >Fix: # 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: # # kc # kc/Makefile # kc/distinfo # kc/pkg-descr # kc/pkg-message # echo c - kc mkdir -p kc > /dev/null 2>&1 echo x - kc/Makefile sed 's/^X//' >kc/Makefile << '78c92be1dcfe96c65f57d58ad23c1bd1' X# New ports collection makefile for: kc X# Date created: 21 March 2013 X# Whom: LEVAI Daniel X XCOMMENT= console based password storing application XPORTNAME= kc XPORTVERSION= 2.3.0 X XCATEGORIES= security XMASTER_SITES= http://keychain.googlecode.com/files/ X XMAINTAINER= LEVAI Daniel <leva@ecentrum.hu> X XMAN1= kc.1 XMANCOMPRESSED= yes X XPLIST_DIRS= share/kc XPLIST_FILES= bin/kc \ X share/kc/pwsafe_to_kc.pl X X# only required for the pwsafe_to_kc.pl utility, X# and not for kc itself. XRUN_DEPENDS = p5-HTML-Parser:${PORTSDIR}/www/p5-HTML-Parser X XMAKE_ENV+= HAVE_PCRE=yes X Xpost-install: X ${INSTALL} -d ${PREFIX}/share/kc X ${INSTALL} ${WRKSRC}/pwsafe_to_kc.pl ${PREFIX}/share/kc/ X X.include <bsd.port.mk> 78c92be1dcfe96c65f57d58ad23c1bd1 echo x - kc/distinfo sed 's/^X//' >kc/distinfo << 'c03252580d44b8753648271ad5e568ae' XSHA256 (kc-2.3.0.tar.gz) = 48da7dabc4da317ec00902cdd811b0b04008923a18b2f2a21948c0410356b2ae XSIZE (kc-2.3.0.tar.gz) = 43625 c03252580d44b8753648271ad5e568ae echo x - kc/pkg-descr sed 's/^X//' >kc/pkg-descr << 'd1410d9f1b0873d24756591c5bc48c9c' XConsole based password storing application using an encrypted XML Xdocument as its database. X XWWW: http://keychain.googlecode.com d1410d9f1b0873d24756591c5bc48c9c echo x - kc/pkg-message sed 's/^X//' >kc/pkg-message << '6143851c9c5bce456e8d6538237c1830' Xkc comes with a tiny and simple utility which can convert an exported pwsafe Xdatabase to a kc compatible XML database (that can be imported to it later). XIt is installed under PREFIX/share/kc/ 6143851c9c5bce456e8d6538237c1830 exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130321124903.GF30035>