aboutsummaryrefslogtreecommitdiff
path: root/dns/domtools
Commit message (Collapse)AuthorAgeFilesLines
* For ports maintained by ports@FreeBSD.org, remove names and/orDoug Barton2009-12-211-4/+1
| | | | | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports. Notes: svn path=/head/; revision=246327
* Add additional distfile locations to MASTER_SITESSteven Kreuzer2009-07-311-1/+3
| | | | Notes: svn path=/head/; revision=238711
* Reset bouncing maintainer address.Mark Linimon2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=164952
* Update MASTER_SITESMartin Wilke2006-06-061-3/+1
| | | | | | | | | PR: ports/97648 Submitted by: miwi Approved by: krion (mentor), maintainer timeout Notes: svn path=/head/; revision=164645
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Update to 1.6.0. Changes:Mark Linimon2003-12-044-7/+9
| | | | | | | | | | | | | | | | | | | * Added support for DiG 9.x (BIND 9.0.1) * Replaced internal digparse utility with digstd utility - you call digstd as if it were dig, it calls dig for you with right options for your version and returns results in a standard easy-to-parse format. * Added SRV record support (ala RFC 2052). * Added LOC record support (ala RFC 1876). * Minor speed improvement to axfr * Numerous bug fixes and support for different local host configurations * Updated HOWTOUSE and MANUAL documents PR: ports/53785 Submitted by: Rob Evers <rob@debank.tv> Maintainer timeout: 3 weeks Notes: svn path=/head/; revision=94866
* x broken mastersiteEdwin Groothuis2003-11-031-1/+1
| | | | Notes: svn path=/head/; revision=93005
* Massive repo-copies request: net->dns (partly devel->dns)Edwin Groothuis2003-09-051-1/+1
| | | | | | | | | PR: ports/56020 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Approved by: portmgr Notes: svn path=/head/; revision=88573
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add more MASTER_SITESTom Hukins2001-10-231-1/+3
| | | | Notes: svn path=/head/; revision=49114
* Update to 1.5.0.Brian Feldman2000-08-174-10/+22
| | | | | | | | | | Make a shared directory 1777 instead of 777. Respect ${PREFIX}. Submitted by: Alex Perel <veers@disturbed.net> Notes: svn path=/head/; revision=31696
* white space and use WWW: (portlint)Michael Haro2000-04-202-5/+5
| | | | Notes: svn path=/head/; revision=27808
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-5/+4
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Re-enforce caps, no period. An "exceptions" file has been createdTim Vanderhoek1999-08-021-1/+1
| | | | | | | containing the ports editors/vim5, sysutils/star, and one other. Notes: svn path=/head/; revision=20500
* 1. Make this port easier to upgrade later on.Bill Fumerola1999-06-171-5/+15
| | | | | | | 2. Use the correct location of perl5 Notes: svn path=/head/; revision=19536
* Remove trailing whitespaceBill Fumerola1999-06-171-2/+2
| | | | | | | Found By: portlint Notes: svn path=/head/; revision=19535
* import of domtoolsJohn-Mark Gurney1999-06-176-0/+167
'domtools' is a set of DNS information extraction utilities. The commands in the 'domtools' package allow you to traverse DNS domain hierarchies, list all hosts (or subdomains) within a given domain, convert host name to IP address and vice-versa, convert a normal IP address to the "in-addr.arpa." format and vice-versa, and more. These commands can be used manually, or included as building blocks for higher level DNS tools. They generate output that is easily computer parsable. Notes: svn path=/head/; revision=19529