From 3c7d3d4f5a044bf5eff47a994929a497cb332fd8 Mon Sep 17 00:00:00 2001 From: cs Date: Sat, 7 Apr 2012 15:22:26 +0000 Subject: Metalock is an enhanced screen locker for the X11 windowing system. It is designed to be used with a background screen daemon, such as xidle. Current features include: - Support for pixmap (image) xpm background and login box. - It gives visual feedback as you type the password (Shows username and * for each character of password typed.) - Bind arbitrary commands to key combinations (allows tasks such as pause/un-pause music without unlocking the screen) - Optional XFT support for anti-aliased fonts. (This is optional in case greater security is desired) - Optional Imlib2 support for use of png or jpg formats, which are more appropriate for photos or high-color images than xpm. - Portable to most UNIX-like operating systems, developed on FreeBSD. WWW: http://chiselapp.com/user/beyert/repository/metalock/ PR: ports/166326 Submitted by: Timothy Beyer Approved by: wen@ (mentor) Feature safe: yes --- x11/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11/Makefile') diff --git a/x11/Makefile b/x11/Makefile index 9f52beb4c30f..ea44b54be716 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -194,6 +194,7 @@ SUBDIR += lxmenu-data SUBDIR += lxpanel SUBDIR += menu-cache + SUBDIR += metalock SUBDIR += metisse SUBDIR += mgapdesk SUBDIR += mkcomposecache -- cgit