From owner-cvs-all@FreeBSD.ORG Sat Apr 7 15:22:27 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02363106566B; Sat, 7 Apr 2012 15:22:27 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C897F8FC15; Sat, 7 Apr 2012 15:22:26 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q37FMQPN010766; Sat, 7 Apr 2012 15:22:26 GMT (envelope-from cs@repoman.freebsd.org) Received: (from cs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q37FMQEw010765; Sat, 7 Apr 2012 15:22:26 GMT (envelope-from cs) Message-Id: <201204071522.q37FMQEw010765@repoman.freebsd.org> From: Carlo Strub Date: Sat, 7 Apr 2012 15:22:26 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/metalock Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Apr 2012 15:22:27 -0000 cs 2012-04-07 15:22:26 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/metalock Makefile distinfo pkg-descr pkg-plist Log: 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 Revision Changes Path 1.780 +1 -0 ports/x11/Makefile 1.1 +62 -0 ports/x11/metalock/Makefile (new) 1.1 +4 -0 ports/x11/metalock/distinfo (new) 1.1 +16 -0 ports/x11/metalock/pkg-descr (new) 1.1 +7 -0 ports/x11/metalock/pkg-plist (new)