From e72bb6c7b41202d453ed0d7783d59b36253d35c7 Mon Sep 17 00:00:00 2001 From: hubertf Date: Tue, 20 Jul 2004 15:33:22 +0000 Subject: 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 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 New life forms for life3d.h. --- x11/xlockmore/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/xlockmore') 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/ \ -- cgit v1.2.3