aboutsummaryrefslogtreecommitdiff
path: root/dns/scavenge
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Support stagingEmanuel Haupt2014-03-201-5/+5
| | | | | | | - Use shebangfix Notes: svn path=/head/; revision=348682
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-5/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326955
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-1/+1
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300273
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-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. Notes: svn path=/head/; revision=284232
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Chase nmap updateDennis Herrmann2009-04-131-0/+1
| | | | | | | | | - Bump PORTREVSION Approved by: miwi (mentor) Notes: svn path=/head/; revision=232304
* - Update to 2.0Thomas Abthorpe2008-01-082-5/+5
| | | | | | | | | PR: ports/119443 Submitted by: Philippe Audeoud <jadawin tuxaco.net> Approved by: Mark D. Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=205284
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onMark Linimon2007-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 Notes: svn path=/head/; revision=201032
* Update pkg-descr and WWW.Sam Lawrance2006-02-111-2/+2
| | | | | | | | PR: ports/93119 Submitted by: Mark Foster <mark@foster.cc> (maintainer) Notes: svn path=/head/; revision=155703
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* scavenge is a utility to audit DNS records within an IP address range.Jean-Yves Lefort2005-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) Notes: svn path=/head/; revision=133717