diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-05 22:42:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-05 22:42:53 +0800 |
commit | 41ae9216dd170d1253d912849838303a39917dad (patch) | |
tree | 67a457a45662e87da936538e7cc50d8f147df556 /security | |
parent | 47b8c7d5ada938a21d928f4badc5291ba0fc02f3 (diff) | |
download | freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.gz freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.tar.zst freebsd-ports-gnome-41ae9216dd170d1253d912849838303a39917dad.zip |
Removed unmaintained (ports@) or gnome@ ports depending on gnome1
Approved by: gnome (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/fpm/Makefile | 41 | ||||
-rw-r--r-- | security/fpm/distinfo | 2 | ||||
-rw-r--r-- | security/fpm/files/patch-src-main.c | 23 | ||||
-rw-r--r-- | security/fpm/pkg-descr | 19 |
4 files changed, 0 insertions, 85 deletions
diff --git a/security/fpm/Makefile b/security/fpm/Makefile deleted file mode 100644 index 97412af3d4ad..000000000000 --- a/security/fpm/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: Anders Nordby <anders@fix.no> -# $FreeBSD$ - -PORTNAME= fpm -PORTVERSION= 0.60 -PORTREVISION= 8 -CATEGORIES= security -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Figaro's Password Manager, an app to securely store your passwords - -USES= pathfix -USE_GNOME= gnomeprefix gnomelibs -GNU_CONFIGURE= yes -#CONFIGURE_ARGS+= --without-included-gettext -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include - -MAN1= fpm.1 -PORTDOCS= AUTHORS ChangeLog README TODO -PLIST_FILES= bin/fpm share/pixmaps/fpm/logo.xpm -PLIST_DIRS= share/pixmaps/fpm - -NO_STAGE= yes -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 737552fd2512..000000000000 --- a/security/fpm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -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 29322d2a4caa..000000000000 --- 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 9e79d876170f..000000000000 --- a/security/fpm/pkg-descr +++ /dev/null @@ -1,19 +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/ |