diff options
author | hubertf <hubertf@pkgsrc.org> | 2007-09-28 12:42:40 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2007-09-28 12:42:40 +0000 |
commit | d34ad79ba863fcfd420fcb0d46718c5a59259b2b (patch) | |
tree | 3f058697e3ce260be8051d89fec2d9b94cce7254 /x11/xlockmore/Makefile.common | |
parent | 4c19a06dde7327c994b8a63db55dc54554cafc1c (diff) | |
download | pkgsrc-d34ad79ba863fcfd420fcb0d46718c5a59259b2b.tar.gz |
Update xlockmore to 5.25. Changes:
Renamed xlockrc.rc to xlock95.rc.
win95 settings fixes from Frank Fesevur
'Enabled' checkbox set in the savers configuration for is honored
when the random mode is selected.
Dialog rearranged to allow more room for Delay/Count/Cycles.
Version is now displayed.
ant3d,ant,life1d now with better colors. Really looked bad on Windows 95.
rain a new mode from Frank Fesevur.
Patch for running stuff like "xlock95.scr -s ant3d" thanks to
Frank Fesevur <ffes AT users.sourceforge.net> which makes testing
and showing a particular mode much easier.
Fix for xlock -resource in life.c.
Added a compile-time option "-DNO_TIME if you dont want the time in the
password window.
Diffstat (limited to 'x11/xlockmore/Makefile.common')
-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 4653e004068..4303db5763e 100644 --- a/x11/xlockmore/Makefile.common +++ b/x11/xlockmore/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.48 2007/04/21 11:26:08 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.49 2007/09/28 12:42:40 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.24 +DISTNAME= xlockmore-5.25 CATEGORIES= x11 MASTER_SITES= ftp://ftp.tux.org/pub/tux/bagleyd/xlockmore/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ |