summaryrefslogtreecommitdiff
path: root/dns/adns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* 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
* 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