From owner-cvs-all@FreeBSD.ORG Fri May 22 09:58:47 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 925D7106566B; Fri, 22 May 2009 09:58:47 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 819F48FC15; Fri, 22 May 2009 09:58:47 +0000 (UTC) (envelope-from dhn@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4M9wlhF082721; Fri, 22 May 2009 09:58:47 GMT (envelope-from dhn@repoman.freebsd.org) Received: (from dhn@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4M9wlmT082720; Fri, 22 May 2009 09:58:47 GMT (envelope-from dhn) Message-Id: <200905220958.n4M9wlmT082720@repoman.freebsd.org> From: Dennis Herrmann Date: Fri, 22 May 2009 09:58:47 +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/i3lock Makefile distinfo pkg-descr 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: Fri, 22 May 2009 09:58:48 -0000 dhn 2009-05-22 09:58:47 UTC FreeBSD ports repository Modified files: x11 Makefile Added files: x11/i3lock Makefile distinfo pkg-descr Log: i3lock improves slock by making it fork() and therefore combinable with commands to suspend your computer. Additionally, instead of turning off your screen via DPMS and/or displaying a black screen, i3lock displays a white screen so you can see if your computer failed to resume from suspend or if your screen is just locked. Also, when entering a wrong password, i3lock does not call XBell(). This is important because i3lock/slock think you have entered a password when resuming from suspend, at least sometimes. i3lock was forked from slock-0.9 Revision Changes Path 1.717 +1 -0 ports/x11/Makefile 1.1 +32 -0 ports/x11/i3lock/Makefile (new) 1.1 +3 -0 ports/x11/i3lock/distinfo (new) 1.1 +9 -0 ports/x11/i3lock/pkg-descr (new)