diff options
author | hubertf <hubertf@pkgsrc.org> | 2007-04-21 11:26:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2007-04-21 11:26:02 +0000 |
commit | 6fb0e28d6357f0f05898970964c2ade7cc7f69f2 (patch) | |
tree | 57cbe16c27e3486d97773865cc9bdee611c73ac8 /x11 | |
parent | 987b23da951bf5b23bd17745ccbe2b371551122f (diff) | |
download | pkgsrc-6fb0e28d6357f0f05898970964c2ade7cc7f69f2.tar.gz |
Update xlockmore to 5.24. Changes:
penrose added to xlock95 ("far" changed to "faraway" to compile).
xcl added with a fix for DefaultScreen, which should not be
there since xlock is a multiscreen program.
Created packaging scripts in etc with input of releases to make
it easier for me for release and zip. It gets version from
xlock/version.h .
Changed pgsz and txsz variables in my man2html so it does not cause
corruption in generated xlock.html from man page.
Patch for solitare and reducing binary size for xlock95 thanks to
Frank Fesevur <ffes AT users.sourceforge.net>.
dilemma, voters, wator hexagonal/triangular drawing improvements.
More triangular/hexagonal life from Carter Bays.
http://www.cse.sc.edu/~bays/CAhomePage
Fixes for old options for command line -rule S2b34B2a and
-rule S2a2b4aB2a3a4b using -neighbors 6 .
Fixes for hexagonal diagonal shooters.
Added new hexagonal life -rule S35B2 and S3B245.
Added many new triangular life rules with gliders.
Updated random soup to include multiple symmetries.
Added options runtime -glidersearch and -patternsearch, to be used with
big values of cycles and count ie. -cycles 1000 -count 100000000
Added -repeat num option to help find patterns that do not repeat in num
periods. This will output a pattern in cycles - num . If compared to
the output of cycles, one can see if a new pattern may have been
discovered.
Added -vertical option to ant, bug, demon, dilemma, dragon, life, loop,
voters, wator, wire, these affect triangles and hexagons and crystal
which affects parallelograms.
DirectColor fixes for password window thanks to Jouk Jansen [still under
development under DIRECTCOLOR_FIX].
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 fe9cdf8ada5..4653e004068 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.47 2007/02/22 19:27:28 wiz Exp $ +# $NetBSD: Makefile.common,v 1.48 2007/04/21 11:26:08 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.23 +DISTNAME= xlockmore-5.24 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 fc617455316..87a8dab22e3 100644 --- a/x11/xlockmore/distinfo +++ b/x11/xlockmore/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.36 2006/10/20 12:38:48 hubertf Exp $ +$NetBSD: distinfo,v 1.37 2007/04/21 11:26:08 hubertf Exp $ -SHA1 (xlockmore-5.23.tar.bz2) = 76ac2fadc84197ce724333b5a3afb348e701f384 -RMD160 (xlockmore-5.23.tar.bz2) = 251aea1976cd7fa25cfdc35c4e4073ea1d38d8a2 -Size (xlockmore-5.23.tar.bz2) = 1773160 bytes +SHA1 (xlockmore-5.24.tar.bz2) = df139d702e0df5641e627d1c3fa7fa62f07608dc +RMD160 (xlockmore-5.24.tar.bz2) = 21ed41bc38cc33ff40664fc177657e4594f85c2c +Size (xlockmore-5.24.tar.bz2) = 1783395 bytes SHA1 (patch-aa) = 98243d9a615d3f44b6e3aab71388acb72b96d383 SHA1 (patch-ab) = 89f12f16e0756dd0eb1afc9df9bb175fd294e2f9 SHA1 (patch-ac) = 1bcbf56cdb6709cf8f21855b141a4892a36751c1 |