summaryrefslogtreecommitdiffstats
path: root/system/fpm2
diff options
context:
space:
mode:
Diffstat (limited to 'system/fpm2')
-rw-r--r--system/fpm2/README22
-rw-r--r--system/fpm2/fpm2.SlackBuild27
-rw-r--r--system/fpm2/fpm2.info10
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"