| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
08 Oct 2012 10:38:48
0.6_1
|
dougb  |
Throw my ports back in the pool, and make my intentions clear for the
various ports that I've created.
I bid fond fare well
A chapter closes for me
What opens for you? |
03 Jun 2012 21:41:02
0.6_1
|
dougb  |
Fix Perl package name dependencies |
01 Jun 2012 04:00:25
0.6_1
|
dougb  |
Convert to specifying the port name in _DEPENDS instead of
${SITE_PERL}/foo/bar/file.pm
http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies |
23 Feb 2012 09:23:45
0.6_1
|
dougb  |
Add some more explicit instructions for post-install configuration |
08 Feb 2012 03:47:44
0.6_1
|
dougb  |
Use WWWDIR in the plist because it's already included in the
default PLIST_SUB. |
06 Feb 2012 20:17:55
0.6_1
|
dougb  |
Hawk is a web based utility for monitoring and comparing hosts on your
network with what is in DNS. Hosts that are answering pings but are not
in DNS may be unauthorized, and addresses in DNS which are not answering
may be able to be reclaimed. Hawk monitors all hosts on the networks
you specify and lets you view them via a web page.
Hawk consists of a backend written in Perl that monitors hosts by ICMP
pings and writes the status to a mysql database. The frontend is in
PHP and lets you select which network to view, and how to view it.
This version has several enhancements to the original; including cleaner
Perl code, a user-definable string to designate unused addresses that
are in DNS, testing that the forward and reverse hostnames match, and
the daemon forks one process pre subnet.
WWW: http://sourceforge.net/projects/iphawk/ |