GNOME Power Manager is a GNOME session daemon that acts as a policy
agent on top of UPower. GNOME Power Manager listens for system events
and responds with user-configurable actions.
ok jasper@
- Missing dependencies.
- Using wrong commandline options for modern FFmpeg.
- ImageMagick check broken since it wasn't checking the
correct return code.
arranging them in triplets. The idea of the game is loosely based
on games like Luxor, Zuma and Puzzle Bobble. The twists that make
Zaz stand out from other games of this type are that the balls have
to be picked from the path (insted of being randomly assigned for
the player) and that the player's "vehicle" is also attached to a
path which is different from level to level.
ok landry@ (after removing USE_X11 and after jasper fixed ftgl)
- CONFIGURE_STYLE is set by Makefile.inc, so no need to do it here too
- remove extra libs from CONFIGURE_ENV that have been there since 1.1.1.1 but aren't needed anymore
gnome-screensaver is a screen saver and locker that aims to have simple,
sane, secure defaults and be well integrated with the desktop.
It is designed to support:
* the ability to lock down configuration settings
* translation into many languages
* user switching (not implemented under OpenBSD)
ok jasper@
Gcalctool is the default GNOME desktop calculator.
It has Basic, Financial and Scientific modes. Internally it uses
multiple precision arithmetic to produce results to a high degree of
accuracy.
ok aja@
Thanks for fgsch@ for his patch-Modules_selectmodule_c to correct SIGBUS error on sparc64 (test_kqueue.py).
It's time make bulks of Python2.7 on as many archs as we can.
Thanks a lot.
ok sthen@ aja@
is the maximum time rc.subr waits for a daemon, so usually it would end up
being forcefully killed (i.e. unclean shutdown -> cache must be rescanned
at next startup). suggested by aja@, diff from Brad.
- adjust PLIST to prevent warnings with pkg_delete -c, from aja@ ok Brad.