diff options
Diffstat (limited to 'security/fpm')
| -rw-r--r-- | security/fpm/Makefile | 45 | ||||
| -rw-r--r-- | security/fpm/distinfo | 3 | ||||
| -rw-r--r-- | security/fpm/files/patch-src-main.c | 23 | ||||
| -rw-r--r-- | security/fpm/pkg-descr | 21 |
4 files changed, 0 insertions, 92 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile deleted file mode 100644 index 8ebe9e9b0..000000000 --- a/security/fpm/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: fpm -# Date created: 10 June 2001 -# Whom: Anders Nordby <anders@fix.no> -# -# $FreeBSD$ -# - -PORTNAME= fpm -PORTVERSION= 0.60 -PORTREVISION= 3 -CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= anders@FreeBSD.org -COMMENT= Figaro's Password Manager, an app to securely store your passwords - -USE_GNOME= gnomeprefix gnomehack gnomelibs -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -#CONFIGURE_ARGS+= --without-included-gettext -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= fpm.1 -PORTDOCS= AUTHORS ChangeLog README TODO -PLIST_FILES= bin/fpm share/pixmaps/fpm/logo.xpm -PLIST_DIRS= share/pixmaps/fpm - -pre-build: - ${REINPLACE_CMD} -E -e "s@encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c - -post-install: -.if !defined(NOPORTDOCS) - ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/share/doc/fpm -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/fpm -.endfor -.endif - @${ECHO} "=========================================================================" - @${ECHO} "Make sure you set up a few IRQ's for random generation with rndcontrol before" - @${ECHO} "expecting password generation to work well." - @${ECHO} "=========================================================================" - -.include <bsd.port.mk> diff --git a/security/fpm/distinfo b/security/fpm/distinfo deleted file mode 100644 index 2f07c6b34..000000000 --- a/security/fpm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fpm-0.60.tar.gz) = be7655d300c306c8f962f6aad0a60cc5 -SHA256 (fpm-0.60.tar.gz) = bb2c8c44f55edc442c40eac0100aa4b26f8be5fbb6372dc6865933b5435a95f3 -SIZE (fpm-0.60.tar.gz) = 294695 diff --git a/security/fpm/files/patch-src-main.c b/security/fpm/files/patch-src-main.c deleted file mode 100644 index 29322d2a4..000000000 --- a/security/fpm/files/patch-src-main.c +++ /dev/null @@ -1,23 +0,0 @@ ---- src/main.c.orig Sat Jun 4 07:32:53 2005 -+++ src/main.c Sat Jun 4 07:33:15 2005 -@@ -32,15 +32,16 @@ - int - main (int argc, char *argv[]) - { --#ifdef ENABLE_NLS -- bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); -- textdomain (PACKAGE); --#endif - char *opt_file_name = NULL; - const struct poptOption options[] = { - {"file", 'f', POPT_ARG_STRING, &opt_file_name, 0, - N_("Name of the password file to open"), N_("PASSWORDFILE")}, - {NULL, '\0', 0, NULL, 0}}; -+ -+#ifdef ENABLE_NLS -+ bindtextdomain (PACKAGE, PACKAGE_LOCALE_DIR); -+ textdomain (PACKAGE); -+#endif - - gnome_init_with_popt_table("fpm", VERSION, argc, argv, options, 0, NULL); - // gnome_init("fpm", VERSION, argc, argv); diff --git a/security/fpm/pkg-descr b/security/fpm/pkg-descr deleted file mode 100644 index 88a5ff6dd..000000000 --- a/security/fpm/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -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. - -WWW: http://fpm.sourceforge.net/ - -- Anders Nordby <anders@fix.no> |
