* Added support for building on OpenBSD.
* Reworked the GOAD workaround (again) as the new version didn't seem
to work too well.
* Added missing build dependency.
Submitted by maintainer Nils Nordman <nino@nforced.com>.
when the databases/db port is installed.
o GNU mirrors don't hold this version of cfengine any more, use
ftp://ftp.gnu.org/old-gnu/cfengine/.
input from naddy@
* Take care to set a sane PATH.
* Add set -e
* Copy example files into ${PREFIX}/share/examples/PORTNAME.
* Replace PKGNAME with P_NAME in INSTALL/DEINSTALL scripts, unclear
since it already exists in the Makefile with a different value.
* Change output of INSTALL/DEINSTALL to be more like other scripts
found in the tree(suggested by heko@).
Submitted by maintainer Nils Nordman <nino@nforced.com>.
include much faster redraws, significantly lower CPU usage, ability
to specify color for both flat-shaded and wireframe objects, and
transparent CPU load / zoom buttons.
"BubbleMon" applet (here). Basically, it displays CPU and memory
load as bubbles in a jar of water. But that's where similarity ends.
New bubblemon-dockapp features translucent CPU load meter (for
accurate CPU load measurement), yellow duck swimming back and forth
on the water surface (just for fun), and fading load average and
memory usage screens.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
- Hostname panel can also display system name
- Move krells out of the way only if data is displayed in panels
- Bugfixes:
- Close open files before launching panel commands and net timer
command.
- Allow "owner" as well as "user" for fstab mounting.
- Added a Polish translation.
NOTE: Some configuration issues:
o Net and inet command launching will need re-entering.
o Inet charts can't use data saved by 1.0.x versions.
o Plugins that were automatically enabled by being in
~/.gkrellm/plugins will now have to be enabled on the plugins
config page. A consequence of this is that your existing
configuration setup for these plugins may be lost.
o CPU charts can now show nice time, which also uses a new theme
image.
o Added an alert interface so limits can be set for triggering
warn and alarm commands. Builtin APM and sensor (temps, fan, volt)
monitors can have alerts set. Alerts can use the gvoice plugin.
o User selectable fonts.
o User plugin placements.
o User definable format strings for drawing chart labels.
o Right click on most panels to open the monitor config window.
NOTE: To adjust panel heights, right click on them.
o There is no longer compatibility with pre 0.10.0 theme formats (the
change was announced a year ago).
- this unbreaks and fakes the port
- new maintainer
Work by Jeff Bachtel <jeff@cepheid.org>, some fixes by me
## Not one person on ports@ showed interest in testing this out,
## so if you have a printer then please give feedback
* Place the sample config file in ${SYSCONFDIR} and make that the default
path (instead of lib/)
* Correct path to template file - share/examples
* Use INSTALL/DEINSTALL scripts to place the config file and print the
appropriate warnings instead of messing with @exec/@unexec in PLIST
* Don't mess with permissions in the install target, use BSD_INSTALL* macros
* Rename patch, make -> ${MAKE_PROGRAM}
* Run DESCR through fmt(1)
work by me and naddy@
--
What is service-config? The programs in service-config create and
configure svscan-format service directories.
* server-config creates an svscan-format directory for an arbitrary
service.
* rules-config configures access rules for use by a service.
* svscan-config configures a service to run svscan.
* ipc-config configures a service to run ipcserver.
* ipcx-config configures a service to run ipcserver using access
rules.
* tcp-config configures a service to run tcpserver.
* tcpx-config configures a service to run tcpserver using access
rules.
WWW: http://www.superscript.com/service-config/intro.html
2. General cleanup in wmmon/wmmon.c
3. If you have root privs and exit, you'll get "Broken pipe". This occurs
upon execution of XCloseDisplay() (which followed by exit(0)). Handle it
with signal(SIGPIPE, exit).
Submitted by maintainer.