summaryrefslogtreecommitdiff
path: root/dns/adns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pkg-plist.Kevin Lo2000-10-161-0/+1
| | | | | | | | PR: 22004 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33894
* Update to version 1.0Ade Lovett2000-09-183-6/+9
| | | | | | | | PR: 21357 Submitted by: maintainer Notes: svn path=/head/; revision=32829
* Add bin/adnsresfilterAlexander Langer2000-07-291-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31103
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29614
* change header file orderMichael Haro2000-04-172-3/+16
| | | | | | | | PR: 18055 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Notes: svn path=/head/; revision=27710
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27423
* Add adns, an asynchronous DNS resolver library that provides a way to doWill Andrews2000-04-027-0/+89
nslookups in a non-blocking manner. The adns distribution also comes with some utilities similar to dig, host, nslookup, etc. The port that I'm importing rips out the ${PORTOBJFORMAT} checking and also trims the extra stuff in pkg/DESCR, which the original submission contained. PR: 17510 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Reviewed by: billf, mharo Notes: svn path=/head/; revision=27277