Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2012 20:17:55 +0000 (UTC)
From:      Doug Barton <dougb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net-mgmt Makefile ports/net-mgmt/hawk Makefile distinfo pkg-descr pkg-plist ports/net-mgmt/hawk/files create_hawk_db.sql create_hawk_user.sql favicon.ico hawk.in patch-daemon__hawk patch-php__hawk.conf.inc patch-php__hawk.php
Message-ID:  <201202062017.q16KHt6E068631@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dougb       2012-02-06 20:17:55 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/hawk        Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/hawk/files  create_hawk_db.sql create_hawk_user.sql 
                         favicon.ico hawk.in patch-daemon__hawk 
                         patch-php__hawk.conf.inc 
                         patch-php__hawk.php 
  Log:
  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/
  
  Revision  Changes    Path
  1.277     +1 -0      ports/net-mgmt/Makefile
  1.1       +71 -0     ports/net-mgmt/hawk/Makefile (new)
  1.1       +2 -0      ports/net-mgmt/hawk/distinfo (new)
  1.1       +14 -0     ports/net-mgmt/hawk/files/create_hawk_db.sql (new)
  1.1       +8 -0      ports/net-mgmt/hawk/files/create_hawk_user.sql (new)
  1.1       +39 -0     ports/net-mgmt/hawk/files/favicon.ico (new)
  1.1       +41 -0     ports/net-mgmt/hawk/files/hawk.in (new)
  1.1       +217 -0    ports/net-mgmt/hawk/files/patch-daemon__hawk (new)
  1.1       +26 -0     ports/net-mgmt/hawk/files/patch-php__hawk.conf.inc (new)
  1.1       +165 -0    ports/net-mgmt/hawk/files/patch-php__hawk.php (new)
  1.1       +16 -0     ports/net-mgmt/hawk/pkg-descr (new)
  1.1       +20 -0     ports/net-mgmt/hawk/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202062017.q16KHt6E068631>