pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Update xlockmore and xlockmore-lite to 5.23.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc437e49298a
branches:  trunk
changeset: 520370:fc437e49298a
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Fri Oct 20 12:38:48 2006 +0000

description:
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:

 doc/CHANGES-2006              |  4 +++-
 x11/xlockmore/Makefile.common |  4 ++--
 x11/xlockmore/distinfo        |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r 353b2707d3a9 -r fc437e49298a doc/CHANGES-2006
--- a/doc/CHANGES-2006  Fri Oct 20 12:32:07 2006 +0000
+++ b/doc/CHANGES-2006  Fri Oct 20 12:38:48 2006 +0000
@@ -1,4 +1,4 @@
->$NetBSD: CHANGES-2006,v 1.1573 2006/10/20 08:16:40 dsainty Exp $
+>$NetBSD: CHANGES-2006,v 1.1574 2006/10/20 12:39:05 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2006:
 
@@ -4905,3 +4905,5 @@
        Added sysutils/hddtemp [christos 2006-10-19]
        Added sysutils/xentools30-hvm version 3.0.3 [bouyer 2006-10-19]
        Updated mail/exmh to 2.7.2 [dsainty 2006-10-20]
+       Updated x11/xlockmore to 5.23 [hubertf 2006-10-20]
+       Updated x11/xlockmore-lite to 5.23 [hubertf 2006-10-20]
diff -r 353b2707d3a9 -r fc437e49298a x11/xlockmore/Makefile.common
--- a/x11/xlockmore/Makefile.common     Fri Oct 20 12:32:07 2006 +0000
+++ b/x11/xlockmore/Makefile.common     Fri Oct 20 12:38:48 2006 +0000
@@ -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 -r 353b2707d3a9 -r fc437e49298a x11/xlockmore/distinfo
--- a/x11/xlockmore/distinfo    Fri Oct 20 12:32:07 2006 +0000
+++ b/x11/xlockmore/distinfo    Fri Oct 20 12:38:48 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index