diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-13 00:40:17 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:40:17 +0200 |
commit | 322c07403f1fdef4402576034c0fa7faee12c9c9 (patch) | |
tree | d16fb47259cd1d4240a903126f89c2f3a625a1eb | |
parent | 33dddfb4bd6b5670d3230aa8965dd49bef931923 (diff) | |
download | slackbuilds-322c07403f1fdef4402576034c0fa7faee12c9c9.tar.gz |
system/fpm2: Updated for version 0.76.1
-rw-r--r-- | system/fpm2/README | 22 | ||||
-rw-r--r-- | system/fpm2/fpm2.SlackBuild | 27 | ||||
-rw-r--r-- | system/fpm2/fpm2.info | 10 |
3 files changed, 31 insertions, 28 deletions
diff --git a/system/fpm2/README b/system/fpm2/README index 8911349fb9..e5c5990651 100644 --- a/system/fpm2/README +++ b/system/fpm2/README @@ -1,20 +1,2 @@ -Figaro's Password Manager 2 is a program that allows you to securely store the -passwords using GTK2 interface. - -Features include: - -- Passwords are encrypted with the blowfish algorithm. -- Copy passwords or usernames to the clipboard/primary selection. -- If the password is for a web site, FPM2 can keep track of the URLs of your - login screens and can automatically launch your browser. In this capacity, - FPM2 acts as a kind of bookmark manager. -- Combine all three features: you can configure FPM2 to bring you to a web - login screen, copy your username to the clipboard and your password to the - primary selection, all with a single button click. -- FPM2 also has a password generator that can choose passwords for you. It - allows you to determine how long the password should be, and what types of - characters (lower case, upper case, numbers and symbols) should be used. - You can even have it avoid ambiguous characters such as a capital O or the - number zero. -- Auto-minimise and/or auto-locking passwords database after configurable - time to the tray icon. +Figaro's Password Manager 2 is a program that allows you to securely store +passwords using a GTK2 interface. diff --git a/system/fpm2/fpm2.SlackBuild b/system/fpm2/fpm2.SlackBuild index 44746c5ed4..e4584b4e57 100644 --- a/system/fpm2/fpm2.SlackBuild +++ b/system/fpm2/fpm2.SlackBuild @@ -1,10 +1,29 @@ #!/bin/sh - +# # Slackware build script for FPM2 -# Written by Erik Hanson erik@slackbuilds.org +# +# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''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 AUTHOR 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=fpm2 -VERSION=${VERSION:-0.72} +VERSION=${VERSION:-0.76.1} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,4 +80,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/system/fpm2/fpm2.info b/system/fpm2/fpm2.info index 1ce30b1829..041ff7a884 100644 --- a/system/fpm2/fpm2.info +++ b/system/fpm2/fpm2.info @@ -1,8 +1,10 @@ PRGNAM="fpm2" -VERSION="0.72" +VERSION="0.76.1" HOMEPAGE="http://als.regnet.cz/fpm2/" -DOWNLOAD="http://als.regnet.cz/fpm2/download/fpm2-0.72.tar.bz2" -MD5SUM="608e78db5b771a719ad1aeb506b92fb2" +DOWNLOAD="http://als.regnet.cz/fpm2/download/fpm2-0.76.1.tar.bz2" +DOWNLOAD_x86_64="" +MD5SUM="0e0813118b646eb7382f2e3a363a4bcf" +MD5SUM_x86_64="" MAINTAINER="Erik Hanson" EMAIL="erik@slackbuilds.org" -APPROVED="David Somero" +APPROVED="dsomero" |