The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : fpm

Figaro's Password Manager, an app to securely store your passwords

 Figaro's Password Manager is a GNOME application that allows you to securely
store your passwords. Features include:

* Passwords are encrypted with the blowfish algorithm.
* Copy passwords or usernames to the clipboard.
* Copy passwords or usernames to the primary selection. (And paste them with a
middle mouse button click).
* If the password is for a website, FPM can keep track of the URLs of your
login screens and can automatically launch your browser. In this capacity, FPM
acts as a kind of bookmark manager.
* You can teach FPM to launch other applications, and optionally pass
hostnames, usernames or passwords to the command line.
* FPM also has a password generator that can help you choose good passwords.
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 and the number
0. 

http://fpm.sourceforge.net/



fpm history


v. 1.16
date: 2007/10/24 23:36:30;  author: marcus;  state: Exp;  lines: +3 -3
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338

v. 1.15 date: 2007/05/19 20:22:24; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.14 date: 2006/05/13 04:15:02; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.13 date: 2006/03/07 08:27:33; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.12 date: 2005/05/30 17:50:36; author: anders; state: Exp; lines: +12 -32 Update to 0.60. Use autoconf, drop pkg-plist and patches.
v. 1.11 date: 2004/02/04 05:08:44; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.10 date: 2003/12/22 17:05:04; author: anders; state: Exp; lines: +12 -5 Update to 0.59: - bugs fixed. - support for exporting (ascii, xml) and importing (tab delimited, gpasman) passwords added.
v. 1.9 date: 2003/06/01 23:23:41; author: anders; state: Exp; lines: +1 -1 Don't require the wrong libgnomeui - the one we want is in gnomelibs. No need to require gnomehier either. Pointy hat to: me Submitted by: marcus
v. 1.8 date: 2003/06/01 22:56:20; author: anders; state: Exp; lines: +1 -1 Unbreak this port by updating to current bsd.gnome.mk standards. PR: ports/45301 Submitted by: John Merryweather Cooper
v. 1.7 date: 2003/03/07 06:10:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.6 date: 2003/01/23 21:11:53; author: anders; state: Exp; lines: +1 -1 Correct typo from my last commit to this file.
v. 1.5 date: 2003/01/23 20:58:35; author: anders; state: Exp; lines: +2 -1 Use USE_REINPLACE & REINPLACE_CMD instead of PERL. Requested by: Ulrich Spoerlein
v. 1.4 date: 2002/04/22 01:38:21; author: anders; state: Exp; lines: +2 -2 Reclaim maintainership.
v. 1.3 date: 2001/10/07 02:03:42; author: petef; state: Exp; lines: +2 -2 Set maintainer to ports@FreeBSD.org Submitted by: Anders Nordby (previous maintainer)
v. 1.2 date: 2001/07/01 15:41:51; author: kevlo; state: Exp; lines: +5 -1 Add some info about using rndcontrol. PR: 28556 Submitted by: MAINTAINER
v. 1.1 date: 2001/06/27 21:40:54; author: will; state: Exp; Add fpm 0.53; Figaro's Password Manager, an app to securely store your passwords. Not that I would need/want it... PR: 28229 Submitted by: Anders Nordby ============================================================================= v. 1.16 date: 2007/10/24 23:36:30; author: marcus; state: Exp; lines: +3 -3 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
v. 1.15 date: 2007/05/19 20:22:24; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.14 date: 2006/05/13 04:15:02; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.13 date: 2006/03/07 08:27:33; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.12 date: 2005/05/30 17:50:36; author: anders; state: Exp; lines: +12 -32 Update to 0.60. Use autoconf, drop pkg-plist and patches.
v. 1.11 date: 2004/02/04 05:08:44; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.10 date: 2003/12/22 17:05:04; author: anders; state: Exp; lines: +12 -5 Update to 0.59: - bugs fixed. - support for exporting (ascii, xml) and importing (tab delimited, gpasman) passwords added.
v. 1.9 date: 2003/06/01 23:23:41; author: anders; state: Exp; lines: +1 -1 Don't require the wrong libgnomeui - the one we want is in gnomelibs. No need to require gnomehier either. Pointy hat to: me Submitted by: marcus
v. 1.8 date: 2003/06/01 22:56:20; author: anders; state: Exp; lines: +1 -1 Unbreak this port by updating to current bsd.gnome.mk standards. PR: ports/45301 Submitted by: John Merryweather Cooper
v. 1.7 date: 2003/03/07 06:10:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.6 date: 2003/01/23 21:11:53; author: anders; state: Exp; lines: +1 -1 Correct typo from my last commit to this file.
v. 1.5 date: 2003/01/23 20:58:35; author: anders; state: Exp; lines: +2 -1 Use USE_REINPLACE & REINPLACE_CMD instead of PERL. Requested by: Ulrich Spoerlein
v. 1.4 date: 2002/04/22 01:38:21; author: anders; state: Exp; lines: +2 -2 Reclaim maintainership.
v. 1.3 date: 2001/10/07 02:03:42; author: petef; state: Exp; lines: +2 -2 Set maintainer to ports@FreeBSD.org Submitted by: Anders Nordby (previous maintainer)
v. 1.2 date: 2001/07/01 15:41:51; author: kevlo; state: Exp; lines: +5 -1 Add some info about using rndcontrol. PR: 28556 Submitted by: MAINTAINER
v. 1.1 date: 2001/06/27 21:40:54; author: will; state: Exp; Add fpm 0.53; Figaro's Password Manager, an app to securely store your passwords. Not that I would need/want it... PR: 28229 Submitted by: Anders Nordby ============================================================================= v. 1.16 date: 2007/10/24 23:36:30; author: marcus; state: Exp; lines: +3 -3 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
v. 1.15 date: 2007/05/19 20:22:24; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.14 date: 2006/05/13 04:15:02; author: edwin; state: Exp; lines: +0 -1 Remove USE_REINPLACE from all categories starting with S
v. 1.13 date: 2006/03/07 08:27:33; author: ade; state: Exp; lines: +1 -0 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path. Discussed with: kris Approved by: portmgr (implicit)
v. 1.12 date: 2005/05/30 17:50:36; author: anders; state: Exp; lines: +12 -32 Update to 0.60. Use autoconf, drop pkg-plist and patches.
v. 1.11 date: 2004/02/04 05:08:44; author: marcus; state: Exp; lines: +1 -0 Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. (Part 1)
v. 1.10 date: 2003/12/22 17:05:04; author: anders; state: Exp; lines: +12 -5 Update to 0.59: - bugs fixed. - support for exporting (ascii, xml) and importing (tab delimited, gpasman) passwords added.
v. 1.9 date: 2003/06/01 23:23:41; author: anders; state: Exp; lines: +1 -1 Don't require the wrong libgnomeui - the one we want is in gnomelibs. No need to require gnomehier either. Pointy hat to: me Submitted by: marcus
v. 1.8 date: 2003/06/01 22:56:20; author: anders; state: Exp; lines: +1 -1 Unbreak this port by updating to current bsd.gnome.mk standards. PR: ports/45301 Submitted by: John Merryweather Cooper
v. 1.7 date: 2003/03/07 06:10:40; author: ade; state: Exp; lines: +1 -0 Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
v. 1.6 date: 2003/01/23 21:11:53; author: anders; state: Exp; lines: +1 -1 Correct typo from my last commit to this file.
v. 1.5 date: 2003/01/23 20:58:35; author: anders; state: Exp; lines: +2 -1 Use USE_REINPLACE & REINPLACE_CMD instead of PERL. Requested by: Ulrich Spoerlein
v. 1.4 date: 2002/04/22 01:38:21; author: anders; state: Exp; lines: +2 -2 Reclaim maintainership.
v. 1.3 date: 2001/10/07 02:03:42; author: petef; state: Exp; lines: +2 -2 Set maintainer to ports@FreeBSD.org Submitted by: Anders Nordby (previous maintainer)
v. 1.2 date: 2001/07/01 15:41:51; author: kevlo; state: Exp; lines: +5 -1 Add some info about using rndcontrol. PR: 28556 Submitted by: MAINTAINER
v. 1.1 date: 2001/06/27 21:40:54; author: will; state: Exp; Add fpm 0.53; Figaro's Password Manager, an app to securely store your passwords. Not that I would need/want it... PR: 28229 Submitted by: Anders Nordby =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm