The Event_Dispatcher acts as a notification dispatch table.
It is used to notify other objects of interesting things. This
information is encapsulated in Event_Notification objects. Client
objects register themselves with the Event_Dispatcher as observers of
specific notifications posted by other objects. When an event occurs,
an object posts an appropriate notification to the Event_Dispatcher.
The Event_Dispatcher dispatches a message to each registered
observer, passing the notification as the sole argument.
PR: ports/78889
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Netscape and Internet Explorer. Inspired by Maik Jablonski's Epoz editor
to improve the JavaScript code and architecture, pluggability, standards
support, support for other webservers than Zope (which was the original target
platform for Epoz), configurability and a lot of other issues.
PR: ports/78792
Submitted by: Tim Middleton <x@Vex.Net>
- Transfer maintainership to submitter
PR: ports/78038, ports/78926
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: Oddbjorn <oddbjorn@tricknology.org> (old maintainer)
reliable way. If any of the source interfaces fails, ifdepd sets all
destination interfaces to state down. If all source interfaces are active,
ifdepd sets all destination interfaces to state up.
For example, it can be used with carp(4) to provide failover functionality
on gateways/firewalls.
ifdepd is a simple replacement for ifstated and was written because of problems
with ifstated.
PR: ports/78819
Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at>
- Transfer maintainership to submitter
PR: ports/78020, ports/78925
Submitted by: Boris B. Samorodov <bsam@ipt.ru>
Approved by: Oddbjorn <oddbjorn@tricknology.org> (old maintainer)
program coded purely in C with the ability to gather as much information as
possible about a host.
PR: ports/77142
Submitted by: Vaida Bogdan <vaidab@phenix.rootshell.be>,
James Greig <james@mor-pah.net>
interface and disk statistics every 5 seconds. It sends this data on to symux
for further processing. symon has been designed to inflict minimal performance
and security impact -- it can be run as nobody on the system it monitors.
symux is a non-priviledged daemon that listens to incoming symon traffic. symux
can write the incoming symon streams into rrd files. Clients interested in
monitoring machine state can also log into symux and receive data as ascii as
it arrives.
symon2web is a php script that can show the data stored in the rrd files.
PR: ports/78416
Submitted by: Ulrich Spoerlein <q@uni.de>