diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-07-20 15:33:22 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-07-20 15:33:22 +0000 |
commit | e72bb6c7b41202d453ed0d7783d59b36253d35c7 (patch) | |
tree | 2f14e035ce71936041c3dc9432a848f9da95baa5 /x11 | |
parent | 81ccfb1d6005a8081f00d0ea2ae190770bbefb74 (diff) | |
download | pkgsrc-e72bb6c7b41202d453ed0d7783d59b36253d35c7.tar.gz |
Update xlockmore to 5.13. Changes:
life.h and life3d.h modified to allow use of names with compile-time
options LIFE_NAMES (this doubles the memory for these guys so I am
not sure if its wise). Text for screen "-label" added for life and
life3d like apollonian mode (Hmmm this highlights the fact that some
of the pattern names that I chose for life3d are stupid :) ). Added
-sequential off by default so now the change button randomly picks a
pattern from a rule.
ant3d: new mode... -eyes are the eyes on the small leading black face :)
(todo: need better "eyes" on the leading face of the leading cube).
triangle use fast erase before drawing the next iteration
life3d and ant3d movement of perspective
ant and ant3d command line option rule to pick Turk`s ants and table
for other ants.
time as part of plan thanks to Robert Goliasz <uuk AT irc.pl>
Author of patch says, "If someone wrote a nicer time displayer, eg.
in one of the corners and updated each second, I`d be pleased :-)"
Fixed for C and Cygwin.
Patch to remove unneeded include of linux/fs.h and adds include for waitpid
thanks to Michal iha <mcihar AT suse.cz>
New life forms for life3d.h.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile.common b/x11/xlockmore/Makefile.common index 8f5e4b159e9..94764395524 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2004/05/19 13:32:36 adam Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/07/20 15:33:23 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.12 +DISTNAME= xlockmore-5.13 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ |