aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/hawk
Commit message (Collapse)AuthorAgeFilesLines
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=375378
* Cleanup plistAntoine Brodin2014-11-241-4/+0
| | | | Notes: svn path=/head/; revision=373380
* - Add LICENSESunpoet Po-Chuan Hsieh2014-05-303-47/+39
| | | | | | | | | | | | | | | - Use ETCDIR - Support STAGEDIR - Pass maintainership to submitter - While I'm here: - Use NO_BUILD - Simplify Makefile PR: ports/190311 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=355780
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - Convert to new perl frameworkAndrej Zverev2013-08-031-1/+1
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* Stop checking for get_pidfile_from_conf function in rc.subr.Chris Rees2013-05-311-5/+3
| | | | | | | | | | | | | | It is present in all supported versions of FreeBSD, and has had poor takeup. I strongly suspect the strange-looking checks are partially to blame for scaring maintainers off. Go forth and please use it! PR: ports/178269 Approved by: maintainers of all ports involved Notes: svn path=/head/; revision=319487
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-5/+1
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* Fix Perl package name dependenciesDoug Barton2012-06-031-4/+4
| | | | Notes: svn path=/head/; revision=298188
* Convert to specifying the port name in _DEPENDS instead ofDoug Barton2012-06-011-4/+4
| | | | | | | | | ${SITE_PERL}/foo/bar/file.pm http://wiki.freebsd.org/PortsLongtermTargets#Use_of_SITE_PERL_in_dependencies Notes: svn path=/head/; revision=297913
* Add some more explicit instructions for post-install configurationDoug Barton2012-02-231-0/+3
| | | | Notes: svn path=/head/; revision=292110
* Use WWWDIR in the plist because it's already included in theDoug Barton2012-02-082-14/+13
| | | | | | | default PLIST_SUB. Notes: svn path=/head/; revision=290676
* Hawk is a web based utility for monitoring and comparing hosts on yourDoug Barton2012-02-0611-0/+580
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/ Notes: svn path=/head/; revision=290513