diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-11-14 17:24:32 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-11-14 17:24:32 +0000 |
commit | 359463d3fa19d4b8669e7d2cc0500ec848cb5b65 (patch) | |
tree | 525e7b42fc6d747f669bd527c9b04a39b0e46a0b /x11/xscreensaver/pkg | |
parent | e4f6c5b83b55f062f8e53046931f6701b1acaf4d (diff) | |
download | pkgsrc-359463d3fa19d4b8669e7d2cc0500ec848cb5b65.tar.gz |
Update xscreensaver to 3.20 and fix the patch-fuzz stuff.
Changes since 3.19: * Added new hack `ripples' and `sierpinski3d'.
* Made `xscreensaver-command -exit' be silent when no
screen saver was running (instead of complaining.)
* Made `webcollage' and `vidwhacker' use `xloadimage'
when available (in addition to `xli' and `xv'.)
* Improved memory usage in `petri' and gave it a hard
cap on how much memory it can allocate.
* Added `-watch' option to `xscreensaver-command'.
* Made `xscreensaver-demo' come up with the
most-recently-run hack selected by default.
* Rewrote the Gtk version of `xscreensaver-demo'.
It's a lot easier to use now.
* Extended the format of the programs list in the
.xscreensaver file, for the benefit of the new
capabilities of `xscreensaver-demo'.
NOTE: you might want to delete your ~/.xscreensaver
file and allow it to be re-created! The old one
should still work, but xscreensaver-demo won't be as
pretty.
Changes since 3.18: * Fixed gcc dependencies in `bumps' and `ccurve'.
* New hack, `extrusion'.
* Some of the web sites that `webcollage' was using as
its sources changed formats; tweaked it to understand
the current layouts.
* Added typeahead in the password dialog: if the screen
is locked, and you unlock it by typing a character,
that key will be automatically inserted in the
password dialog (unless it is Return, Enter, Space,
or a non-printing key like Shift.)
* Made `xmatrix' take a `-small' option, since some
folks with tiny screens prefer a smaller font.
Diffstat (limited to 'x11/xscreensaver/pkg')
-rw-r--r-- | x11/xscreensaver/pkg/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/x11/xscreensaver/pkg/PLIST b/x11/xscreensaver/pkg/PLIST index ddd97d3edd8..d28eb2b9b07 100644 --- a/x11/xscreensaver/pkg/PLIST +++ b/x11/xscreensaver/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 1999/10/18 11:41:46 frueauf Exp $ +@comment $NetBSD: PLIST,v 1.18 1999/11/14 17:24:34 frueauf Exp $ bin/xscreensaver bin/xscreensaver-command bin/xscreensaver-demo @@ -75,12 +75,14 @@ libexec/xscreensaver/pulsar libexec/xscreensaver/pyro libexec/xscreensaver/qix libexec/xscreensaver/rd-bomb +libexec/xscreensaver/ripples libexec/xscreensaver/rocks libexec/xscreensaver/rorschach libexec/xscreensaver/rotor libexec/xscreensaver/rubik libexec/xscreensaver/shadebobs libexec/xscreensaver/sierpinski +libexec/xscreensaver/sierpinski3d libexec/xscreensaver/slidescreen libexec/xscreensaver/slip libexec/xscreensaver/sonar @@ -118,6 +120,7 @@ man/man1/bubbles.1 man/man1/critical.1 man/man1/decayscreen.1 man/man1/deco.1 +man/man1/distort.1 man/man1/drift.1 man/man1/epicycle.1 man/man1/flag.1 @@ -147,6 +150,7 @@ man/man1/munch.1 man/man1/noseguy.1 man/man1/pedal.1 man/man1/penrose.1 +man/man1/phosphor.1 man/man1/pyro.1 man/man1/qix.1 man/man1/rd-bomb.1 @@ -169,6 +173,7 @@ man/man1/vines.1 man/man1/webcollage.1 man/man1/xjack.1 man/man1/xlyap.1 +man/man1/xmatrix.1 man/man1/xroger.1 man/man1/xscreensaver-command.1 man/man1/xscreensaver-demo.1 |