aboutsummaryrefslogtreecommitdiffstats
path: root/dns/scavenge
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | dns)
* - convert to the new perl5 frameworkaz2013-09-111-5/+2
| | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket)
* - Remove SITE_PERL from *_DEPENDSaz2012-06-301-1/+1
| | | | Approved by: portmgr@ (bapt@)
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - Chase nmap updatedhn2009-04-131-0/+1
| | | | | | - Bump PORTREVSION Approved by: miwi (mentor)
* - Update to 2.0tabthorpe2008-01-092-5/+5
| | | | | | PR: ports/119443 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: Mark D. Foster <mark@foster.cc> (maintainer)
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-071-0/+1
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Update pkg-descr and WWW.lawrance2006-02-111-2/+2
| | | | | PR: ports/93119 Submitted by: Mark Foster <mark@foster.cc> (maintainer)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* scavenge is a utility to audit DNS records within an IP address range.jylefort2005-04-203-0/+39
It scans the range and classifies its findings into 4 categories: - Missing A records - Missing PTR records - Mismatched A/PTR records - Stale PTR records PR: ports/80119 Submitted by: Mark Foster <mark@foster.cc> Approved by: adamw (mentor)