diff options
author | cs <cs@FreeBSD.org> | 2012-04-07 23:22:26 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-04-07 23:22:26 +0800 |
commit | 3c7d3d4f5a044bf5eff47a994929a497cb332fd8 (patch) | |
tree | 39b66cfc41e27e5849d3d05e2112d9acc95a3fa3 /x11/Makefile | |
parent | 8cef392f5dcb76977450e6aa30117a1e93289888 (diff) | |
download | freebsd-ports-gnome-3c7d3d4f5a044bf5eff47a994929a497cb332fd8.tar.gz freebsd-ports-gnome-3c7d3d4f5a044bf5eff47a994929a497cb332fd8.tar.zst freebsd-ports-gnome-3c7d3d4f5a044bf5eff47a994929a497cb332fd8.zip |
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 <beyert@cs.ucr.edu>
Approved by: wen@ (mentor)
Feature safe: yes
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |