mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/kc: Updated for version 2.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
791fe89de6
commit
26c349cd24
4 changed files with 28 additions and 28 deletions
|
@ -3,12 +3,12 @@ its database.
|
|||
|
||||
Features include (but not limited to):
|
||||
* fixed string or regex based search (if compiled with pcre)
|
||||
* database import/export
|
||||
* encrypted or plain text database import/export
|
||||
* fuzzy displaying of passwords if you suspect someone might watch your
|
||||
monitor
|
||||
* multiple keychains per database
|
||||
* the usual editing functions
|
||||
* compiles and works on *BSD and Linux
|
||||
* editline (libedit) and readline support (little bit in favor of editline)
|
||||
* editline (libedit) and readline support
|
||||
* clean and simple CLI with command and keychain completion
|
||||
* 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).
|
||||
* comes with a tiny and simple utility which can convert an exported pwsafe database to a kc compatible XML database
|
||||
|
|
|
@ -1,30 +1,30 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2011, 2012, 2013 Daniel LEVAI
|
||||
|
||||
# Copyright (c) 2011-2013 LEVAI Daniel
|
||||
# All rights reserved.
|
||||
#
|
||||
#
|
||||
# * Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
# * Redistributions of source code must retain the above copyright notice
|
||||
# this list of conditions and the following disclaimer.
|
||||
# * Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
# AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
# COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||
# INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||
# AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
||||
# COPYRIGHT HOLDER BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=kc
|
||||
VERSION=2.2.1
|
||||
VERSION=2.3.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -44,7 +44,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
if [ "$ARCH" = "i486" ];then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
|
@ -72,7 +72,7 @@ find . \
|
|||
|
||||
CFLAGS="$SLKCFLAGS" make -f GNUMakefile HAVE_PCRE=y
|
||||
make -f GNUMakefile install DESTDIR=$PKG PREFIX=/usr
|
||||
install -D -c -o root -g root -m 0755 pwsafe_convert.pl $PKG/usr/share/$PRGNAM/pwsafe_convert.pl
|
||||
install -D -c -o root -g root -m 0755 pwsafe_to_kc.pl $PKG/usr/share/$PRGNAM/pwsafe_to_kc.pl
|
||||
|
||||
strip --strip-unneeded $PKG/usr/bin/kc
|
||||
gzip -9 $PKG/usr/man/man1/kc.1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="kc"
|
||||
VERSION="2.2.1"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="http://keychain.googlecode.com"
|
||||
DOWNLOAD="http://keychain.googlecode.com/files/kc-2.2.1.tar.gz"
|
||||
MD5SUM="ecd8abe9b9d82ea77030ef89286425b4"
|
||||
DOWNLOAD="http://keychain.googlecode.com/files/kc-2.3.0.tar.gz"
|
||||
MD5SUM="796afcec74008e60b64dc8b43505d9ab"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libbsd perl-html-parser"
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
MAINTAINER="LEVAI Daniel"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
|
|
Loading…
Reference in a new issue