Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 97D3A63B8A9 for ; Tue, 26 Aug 2008 23:18:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 43D5C63B135; Tue, 26 Aug 2008 23:18:54 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 3C60963B112 for ; Tue, 26 Aug 2008 23:18:53 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 20A7D175D0; Tue, 26 Aug 2008 23:18:53 +0000 (UTC) From: Hubert Feyrer Subject: CVS commit: pkgsrc/x11/xlockmore To: pkgsrc-changes@NetBSD.org Reply-To: hubertf@netbsd.org Message-Id: <20080826231853.20A7D175D0@cvs.netbsd.org> Date: Tue, 26 Aug 2008 23:18:53 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: hubertf Date: Tue Aug 26 23:18:53 UTC 2008 Modified Files: pkgsrc/x11/xlockmore: Makefile.common distinfo Log Message: Update xlockmore to 5.26.1. Changes: 5.26.1 PAM_putText() would set pointer resp->resp to buffer. This will work until memory is reused. Thanks to Howard Kash . 5.26 "Esc" key now resets password entry. Do not put an escape in your password. This should behave the same as Control-U. -showdate added. +showdate allows you to turn off date in password window. Also fixed centering for this. Inverted bitmap for xlock. Added a icon for VMS. Updated the Java launcher in xlock. antic cleanups. It found a few minor bugs but mostly makes the code more readable (without being too overbearing IMHO). The current version trips on #ifdefs though. New mode pyro2: -mode pyro2 -msg 'MSGSTR' -fnt 'FONT' MSGSTR consists of following elements: EXPLOSION is one of &0, &1, ... &9, &a, .. &f each of which presents a different type of explosion. TEXT is a text string like 'linux'. the string may contain blanks. '\n' is interpreted as a new line. '\\' is a backslash. '\&' is an ampercent. LOGO is the sign #. An exploding penguin or other icon will be shown. FONT is something like '-*-helvetica-bold-r-*-240-*' the font to be used. Thanks to Pezhman Givy . Modifications for +install, -mono, and Windows. New resource files for Chinese... Xlock-zh_TW.ad, resource-msg-zh_TW.h, xlock-msg-zh_TW.h. Thanks to Wei-Lun Chao . Following this example, I split out the different languages from XLock.ad as it seemed odd when editing and did not want to corrupt anything, especially if I could not verify it. Automata modes now have triangular tilings drawn with a black triangle around it. Fixed dilemma, for it only is interesting with 4 or 8 neighbors. To generate a diff of this commit: cvs rdiff -r1.50 -r1.51 pkgsrc/x11/xlockmore/Makefile.common cvs rdiff -r1.39 -r1.40 pkgsrc/x11/xlockmore/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.