pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Update xlockmore to 5.26.1. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/63ed8bd530d3
branches: trunk
changeset: 546311:63ed8bd530d3
user: hubertf <hubertf%pkgsrc.org@localhost>
date: Tue Aug 26 23:18:53 2008 +0000
description:
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 <hmkash AT arl.army.mil>.
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 <phg AT snafu.de>.
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 <chaoweilun AT gmail.com>.
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.
diffstat:
doc/CHANGES-2008 | 3 ++-
x11/xlockmore/Makefile.common | 6 +++---
x11/xlockmore/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (51 lines):
diff -r 56a76e3f42eb -r 63ed8bd530d3 doc/CHANGES-2008
--- a/doc/CHANGES-2008 Tue Aug 26 23:00:01 2008 +0000
+++ b/doc/CHANGES-2008 Tue Aug 26 23:18:53 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.1998 2008/08/26 22:28:43 shannonjr Exp $
+$NetBSD: CHANGES-2008,v 1.1999 2008/08/26 23:19:10 hubertf Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -3382,3 +3382,4 @@
Updated security/libprelude to 0.9.19 [shannonjr 2008-08-26]
Updated security/prelude-lml to 0.9.13 [shannonjr 2008-08-26]
Updated security/prelude-manager to 0.9.14.2 [shannonjr 2008-08-26]
+ Updated x11/xlockmore to 5.26.1 [hubertf 2008-08-26]
diff -r 56a76e3f42eb -r 63ed8bd530d3 x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common Tue Aug 26 23:00:01 2008 +0000
+++ b/x11/xlockmore/Makefile.common Tue Aug 26 23:18:53 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.50 2007/10/28 16:06:04 joerg Exp $
+# $NetBSD: Makefile.common,v 1.51 2008/08/26 23:18:53 hubertf Exp $
#
# This Makefile.common is included by:
#
@@ -8,9 +8,9 @@
# If these packages are updated, please remember to reset any PKGREVISIONs
# in those Makefiles.
-DISTNAME= xlockmore-5.25
+DISTNAME= xlockmore-5.26.1
CATEGORIES= x11
-MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \
+MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/${DISTNAME}/ \
ftp://ibiblio.org/pub/Linux/X11/screensavers/ \
${MASTER_SITE_XCONTRIB:=applications/}
EXTRACT_SUFX= .tar.bz2
diff -r 56a76e3f42eb -r 63ed8bd530d3 x11/xlockmore/distinfo
--- a/x11/xlockmore/distinfo Tue Aug 26 23:00:01 2008 +0000
+++ b/x11/xlockmore/distinfo Tue Aug 26 23:18:53 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2007/10/28 16:06:04 joerg Exp $
+$NetBSD: distinfo,v 1.40 2008/08/26 23:18:53 hubertf Exp $
-SHA1 (xlockmore-5.25.tar.bz2) = 60aa8bea7501aded6fb25f36a82b4f3f44baab47
-RMD160 (xlockmore-5.25.tar.bz2) = f73aa838ac0ec53a3ba0f2e4957b7955e4e964d3
-Size (xlockmore-5.25.tar.bz2) = 1792781 bytes
+SHA1 (xlockmore-5.26.1.tar.bz2) = 518b6acb93715d867f4a9a44c78b9bb819d763cc
+RMD160 (xlockmore-5.26.1.tar.bz2) = b6235cafe0da00ffef7e7391ce9ae15ab4c91c24
+Size (xlockmore-5.26.1.tar.bz2) = 1842373 bytes
SHA1 (patch-aa) = 98243d9a615d3f44b6e3aab71388acb72b96d383
SHA1 (patch-ab) = 89f12f16e0756dd0eb1afc9df9bb175fd294e2f9
SHA1 (patch-ac) = e05f4956c0b4bd9b90c86e5a1174aab5e474115f
Home |
Main Index |
Thread Index |
Old Index