diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-18 18:40:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-18 18:40:36 +0000 |
commit | 6726541d1b34ec2efaf90d1e964ad1d4ccf7770a (patch) | |
tree | 1a434ad231aa83652ed9553000f5f9c51b4b5173 /x11/xscreensaver-demo | |
parent | 82d296f5c8ac75bf853d0a294832e1c9da2ef65b (diff) | |
download | pkgsrc-6726541d1b34ec2efaf90d1e964ad1d4ccf7770a.tar.gz |
Update to 5.00:
Changes since 4.24: * Ported to MacOS X! (10.4.0 or newer)
* API change: instead of providing a single screenhack()
function that does not return, screen savers using the
screenhack.h framework must now provide "init" and
"draw one frame" functions instead. All bundled savers
have been updated; third-party patches will need work.
* All image-loading happens asynchronously.
* xscreensaver-getimage-file caches the contents of the
image directory for a few hours, so consecutive runs
won't have to re-list the whole directory tree.
* New hacks, `topblock' and `glschool'.
* Removed `xteevee' (superceded by `xanalogtv').
* Added variable-sized puzzle pieces to `jigsaw'.
* Changes to the defaults and command-line options of
many hacks to make the .xml files more consistent.
* Reap zombies in `glslideshow' and `carousel'.
* `sonar' works without setuid on OSX (dgram icmp).
* `xmatrix -mode pipe' displays the text of a subprocess.
* `endgame' has higher resolution chess-piece models.
* `webcollage' takes a -directory option to get images
from a local directory.
Changes since 4.23: * New versions of `cube21', `glsnake', `celtic'.
* Backed out a DPMS-related patch that cause desktop
flickering with some X servers.
* Fixed startup crash in getgroups() when running setuid.
* Default to not displaying stderr on the saver window.
* Fixed bad free() in "Documentation" button.
* Don't try to run hacks that aren't installed.
* Minor fixes to various XML config files and man pages.
Changes since 4.22: * New hacks, `glhanoi', `cube21', `timetunnel',
`juggler3d', and `celtic'.
* New versions of `tangram', `webcollage', `hypertorus',
`polytopes', and `ripples'.
* `sonar' is now quiet about unresolvable hosts.
* Minor corrections to BASIC code in `apple2'.
* Don't install `ant' by default, since there is some
Java tool of that name, which was causing confusion.
And also it's boring.
* Made screen grabbing work again on MacOS 10.4.2.
* No longer prints bogus warnings about ClientMessages
intended for the window manager.
* Ignore unprintable characters in passwd entry field.
* Fixed yet another cross-host-display image-loading
endian problem.
* `xscreensaver-command -watch' and `-time' now work
on 64-bit machines.
Diffstat (limited to 'x11/xscreensaver-demo')
-rw-r--r-- | x11/xscreensaver-demo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xscreensaver-demo/Makefile b/x11/xscreensaver-demo/Makefile index 91ba73f9655..81cc960750c 100644 --- a/x11/xscreensaver-demo/Makefile +++ b/x11/xscreensaver-demo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:47:02 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/18 18:40:36 wiz Exp $ # PKGNAME= ${DISTNAME:S/-/-demo-/} -PKGREVISION= 3 COMMENT= Demo viewer and configuration tool for xscreensaver CONFLICTS+= xscreensaver<4.14 xscreensaver-gnome-[0-9]* |