Update to kc-2.3.2, from maintainer Levai Daniel. Drop the run-deps on

p5-HTML-Parser which is only needed to run the pwsafe converter, and
document that in the README.  Remove redundant TEST_TARGET while here.
ok sthen@
This commit is contained in:
jca 2013-12-24 12:56:19 +00:00
parent 61778ed7cd
commit 2594d8a54c
3 changed files with 16 additions and 18 deletions

View File

@ -1,13 +1,16 @@
# $OpenBSD: Makefile,v 1.7 2013/08/07 21:32:34 naddy Exp $
# $OpenBSD: Makefile,v 1.8 2013/12/24 12:56:19 jca Exp $
COMMENT = console based password storing application
DISTNAME = kc-2.3.0
REVISION = 0
CATEGORIES = security
GH_VER = 2.3.2
PROJECT = kc
DISTNAME = ${PROJECT}-${GH_VER}
CATEGORIES = security
HOMEPAGE = https://code.google.com/p/keychain
MASTER_SITES = https://keychain.googlecode.com/files/
HOMEPAGE = http://github.com/levaidaniel/${PROJECT}
MASTER_SITES = https://github.com/levaidaniel/${PROJECT}/archive/
DISTFILES = ${DISTNAME}{${GH_VER}}${EXTRACT_SUFX}
MAINTAINER = LEVAI Daniel <leva@ecentrum.hu>
@ -19,14 +22,8 @@ WANTLIB = c crypto edit ncursesw xml2 pcre
LIB_DEPENDS = textproc/libxml \
devel/pcre
# only required for the pwsafe_to_kc.pl utility,
# and not for kc itself.
RUN_DEPENDS = www/p5-HTML-Parser
MAKE_ENV += HAVE_PCRE=yes
TEST_TARGET =test
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/kc
${INSTALL} ${WRKBUILD}/pwsafe_to_kc.pl ${PREFIX}/share/kc/

View File

@ -1,2 +1,2 @@
SHA256 (kc-2.3.0.tar.gz) = SNp9q8TaMX7ACQLN2BGwsEAIkjoYsvKiGUjAQQNWsq4=
SIZE (kc-2.3.0.tar.gz) = 43625
SHA256 (kc-2.3.2.tar.gz) = 1Ap74wB55M/EI+GqK127Dm8LNInx0OCQzWZyi8Mo/Ng=
SIZE (kc-2.3.2.tar.gz) = 44779

View File

@ -1,9 +1,10 @@
$OpenBSD: README,v 1.1 2013/01/25 11:09:20 jasper Exp $
$OpenBSD: README,v 1.2 2013/12/24 12:56:19 jca Exp $
+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} on OpenBSD
+-----------------------------------------------------------------------
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/
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/. Note that this
script requires Perl modules provided by the p5-HTML-Parser package.