Path to this page:
./
x11/xscreensaver,
Screen saver and locker for the X window system
Branch: CURRENT,
Version: 5.11,
Package name: xscreensaver-5.11,
Maintainer: pkgsrc-usersThe xscreensaver program waits until the keyboard and mouse have been idle
for a period, and then runs a graphics demo chosen at random. It turns off
as soon as there is any mouse or keyboard activity.
The purpose of xscreensaver is to display pretty pictures on your screen
when it is not in use, in keeping with the philosophy that unattended
monitors should always be doing something interesting, just like they do
in the movies.
However, xscreensaver can also be used as a screen locker, to prevent
others from using your terminal while your are away.
Required to run:[
textproc/libxml2] [
graphics/gle] [
graphics/jpeg] [
x11/libXScrnSaver] [
x11/libXpm] [
x11/liboldXrandr]
Required to build:[
lang/perl5] [
pkgtools/x11-links] [
x11/scrnsaverproto] [
x11/renderproto] [
x11/xproto] [
x11/inputproto] [
x11/xextproto] [
x11/randrproto]
Package options: opengl
Master sites:
SHA1: 8cc46c4e80124fba0890fa9e37e3b4ff87c6a8cf
RMD160: ca9e1ceb570e6e1a9797cbd988232fc80780297b
Filesize: 5454.103 KB
Version history: (Expand)
- (2010-05-17) Updated to version: xscreensaver-5.11
- (2010-05-08) Updated to version: xscreensaver-5.10nb1
- (2010-02-11) Updated to version: xscreensaver-5.10
- (2010-01-24) Updated to version: xscreensaver-5.08nb2
- (2009-08-27) Updated to version: xscreensaver-5.08nb1
- (2009-01-14) Updated to version: xscreensaver-5.08
CVS history: (Expand)
2010-05-17 18:35:03 by Matthias Drochner | Files touched by this commit (5) |  |
Log message:
update to 5.11
changes:
-New versions of photopile, strange
-bugfixes
|
| 2010-05-08 18:53:06 by Tim Zingelman | Files touched by this commit (10) |
Log message:
fix build on solaris 9
make opengl an option (on by default)
from PR#43047
|
2010-02-11 19:16:22 by Matthias Drochner | Files touched by this commit (5) |  |
Log message:
update to 5.10
changes:
-bugfixes
-Ported to MacOS 10.6, including various 64-bit fixes
-Merged juggle and juggler3d hacks
-New hack, surfaces, incorporating objects from old klein hack, plus
new ones
-New hack, rubikblocks
-Retired hypercube and hyperball, which are redundant with polytopes
-updates to various hacks
|
| 2010-01-24 14:26:13 by Thomas Klausner | Files touched by this commit (40) |
Log message:
More PKGREVISION bumps of jpeg dependencies.
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files
and Robert Elz.
|
2009-08-26 22:24:12 by Jens Rehsack | Files touched by this commit (11) |  |
Log message:
bump revision because of graphics/jpeg update
|
| 2009-07-07 19:28:04 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
user-destdir support
|
| 2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message:
Remove @dirrm entries from PLISTs
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|