diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-10-20 12:38:48 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-10-20 12:38:48 +0000 |
commit | eddbb357dc7ba22d1ce6a0e23b41d553b0be0102 (patch) | |
tree | 65aa75cccc8f4716f3d4f0fac330992bb9dd87ba /x11 | |
parent | 0f80d79ba12b07cbf81fe822d0bdc16b89bbe4bb (diff) | |
download | pkgsrc-eddbb357dc7ba22d1ce6a0e23b41d553b0be0102.tar.gz |
Update xlockmore and xlockmore-lite to 5.23.
Changes:
* Fixed core for toneclock (fixed similar code in ico).
Remove XSetFont on global GC dclock, marquee, nose, puzzle, xjack,
bomb.
image now can handle messages xlock -mode image -message "unicycle"
If message is too big for little window it will randomly move
around.
solitare draw line errors fixed.
dclock to handle user defined messages (nothing really to do with
a clock, actually, but the man page already says
"Shows a floating digital clock or message").
nose mode tried to simplify talking code and fix small bugs like
do not print tabs (it prints a box char for me) or not handling
linefeeds correctly at end of message.
* DirectColor fix thanks to Jouk Jansen.
Mallocing for error should check success pointed out by Dan Lukes.
Using method in xlock.c, with some changes, did similar changes for
passwd.c and resources.c
PAM checking allocation fix and null resistant ReadXString thanks to
Dan Lukes <dan AT obluda.cz>.
Added stipples to life3d. Noticed ant3d would probably leak if in
mono... fixed.
thick option for maze thanks to Alex Austin <circuitsoft.alex AT
gmail.com>. Also changed MINGRIDSIZE to 2. Removed extra pixel space
to the right and bottom of path... some people may like this so its
an option... threed (not really 3D, a better name would be nice).
fzort fix for uninitialized memory read thanks to Mauro Persano
<mauro_persano AT yahoo.com>
Fix to avoid running OpenGL on a StaticGray, GrayScale, and StaticColor
on Sun. Sun's glxCreateContext core dumps on Solaris 10.
Turned off XRaiseWindow for Cygwin as it was stopping me from logging in.
Added -DSYNCHRONIZE option to config.h.in for help in debugging X errors.
Fixed a problem with random colors from petri mode PseudoColor.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 | ||||
-rw-r--r-- | x11/xlockmore/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index f4e3a22bd20..f1eeffad03b 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.43 2006/05/08 19:28:48 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.44 2006/10/20 12:38:48 hubertf Exp $ # # This Makefile.common is included by: # @@ -8,7 +8,7 @@ # If these packages are updated, please remember to reset any PKGREVISIONs # in those Makefiles. -DISTNAME= xlockmore-5.22 +DISTNAME= xlockmore-5.23 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ diff --git a/x11/xlockmore/distinfo b/x11/xlockmore/distinfo index ed6fb5539c8..fc617455316 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.35 2006/05/08 19:28:48 hubertf Exp $ +$NetBSD: distinfo,v 1.36 2006/10/20 12:38:48 hubertf Exp $ -SHA1 (xlockmore-5.22.tar.bz2) = 5f1789d6a9a20aef972bb37e414719610074bfb5 -RMD160 (xlockmore-5.22.tar.bz2) = b4174dbde15c980fccb9b9a74fdc1ce8e28c78ca -Size (xlockmore-5.22.tar.bz2) = 1766547 bytes +SHA1 (xlockmore-5.23.tar.bz2) = 76ac2fadc84197ce724333b5a3afb348e701f384 +RMD160 (xlockmore-5.23.tar.bz2) = 251aea1976cd7fa25cfdc35c4e4073ea1d38d8a2 +Size (xlockmore-5.23.tar.bz2) = 1773160 bytes SHA1 (patch-aa) = 98243d9a615d3f44b6e3aab71388acb72b96d383 SHA1 (patch-ab) = 89f12f16e0756dd0eb1afc9df9bb175fd294e2f9 SHA1 (patch-ac) = 1bcbf56cdb6709cf8f21855b141a4892a36751c1 |