The FreeBSD Ports Archive
FreeBSD dns : adns4>
Easy to use, asynchronous-capable DNS client library and utilities
adns is a resolver library for C (and C++) programs. In contrast with
the existing interfaces, gethostbyname et al and libresolv, it has the
following features:
* It is reasonably easy to use for simple programs which just want
to translate names to addresses, look up MX records, etc.
* It can be used in an asynchronous, non-blocking, manner. Many
queries can be handled simultaneously.
Technical note: adns requires a real nameserver like BIND or
Dents running on the same system or a nearby one, which must be
willing to provide `recursive service'. I.e., adns is a `stub
resolver'.
http://www.chiark.greenend.org.uk/~ian/adns/
|
adns history
v. 1.20
date: 2007/08/21 01:33:56; author: rafan; state: Exp; lines: +1 -0
- Add a patch for chained CNAME
PR: ports/115297
Submitted by: rafan
Approved by: farrokhi (maintainer)
Obtained from: http://hugo.vulcano.cl/development/adns-cc
v. 1.19
date: 2006/11/08 09:28:24; author: farrokhi; state: Exp; lines: +1 -1
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
v. 1.18
date: 2006/11/01 06:45:08; author: miwi; state: Exp; lines: +2 -3
- Update to 1.4
- INSTALLS_SHLIB -> USE_LDCONFIG
PR: ports/104801
Submitted by: Babak Farrokhi (maintainer)
v. 1.17
date: 2006/07/04 12:20:31; author: arved; state: Exp; lines: +1 -0
Fix installation of libadns.so.1
Bump PORTREVISION
Reported by: Johan Bergs
Submitted by: "Babak Farrokhi"
Pointy hat to: arved
v. 1.16
date: 2006/07/02 16:24:08; author: stefan; state: Exp; lines: +2 -3
- Update to 1.3.
- Assign maintainership to submitter.
PR: 99434
Submitted by: Babak Farrokhi
Approved by: arved (mentor)
v. 1.15
date: 2006/04/24 02:43:50; author: marcus; state: Exp; lines: +2 -1
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
v. 1.14
date: 2006/04/20 14:01:32; author: sem; state: Exp; lines: +10 -5
- Update to version 1.2
- Respect NOPORTDOCS
- Add a HTTP master site
PR: ports/96096
Submitted by: Martin Matuska
v. 1.13
date: 2005/01/18 22:04:02; author: clement; state: Exp; lines: +2 -4
- Update to 1.1
v. 1.12
date: 2004/12/05 05:13:18; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset bouncing maintainer address. All of the commits
within the last year have been with maintainer timeouts, as well.
v. 1.11
date: 2004/02/04 05:19:56; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/09/24 09:37:08; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.9
date: 2003/09/05 04:54:31; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.8
date: 2003/02/21 13:14:33; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.7
date: 2000/09/18 23:38:47; author: ade; state: Exp; lines: +7 -3
Update to version 1.0
PR: 21357
Submitted by: maintainer
v. 1.6
date: 2000/06/16 21:51:48; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.5
date: 2000/06/16 08:18:15; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.4
date: 2000/06/15 17:12:38; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.3
date: 2000/04/17 23:30:51; author: mharo; state: Exp; lines: +4 -4
change header file order
PR: 18055
Submitted by: Kostya Lukin
v. 1.2
date: 2000/04/09 18:10:03; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 2000/04/02 05:37:17; author: will; state: Exp;
Add adns, an asynchronous DNS resolver library that provides a way to do
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
Reviewed by: billf, mharo
=============================================================================
v. 1.20
date: 2007/08/21 01:33:56; author: rafan; state: Exp; lines: +1 -0
- Add a patch for chained CNAME
PR: ports/115297
Submitted by: rafan
Approved by: farrokhi (maintainer)
Obtained from: http://hugo.vulcano.cl/development/adns-cc
v. 1.19
date: 2006/11/08 09:28:24; author: farrokhi; state: Exp; lines: +1 -1
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
v. 1.18
date: 2006/11/01 06:45:08; author: miwi; state: Exp; lines: +2 -3
- Update to 1.4
- INSTALLS_SHLIB -> USE_LDCONFIG
PR: ports/104801
Submitted by: Babak Farrokhi (maintainer)
v. 1.17
date: 2006/07/04 12:20:31; author: arved; state: Exp; lines: +1 -0
Fix installation of libadns.so.1
Bump PORTREVISION
Reported by: Johan Bergs
Submitted by: "Babak Farrokhi"
Pointy hat to: arved
v. 1.16
date: 2006/07/02 16:24:08; author: stefan; state: Exp; lines: +2 -3
- Update to 1.3.
- Assign maintainership to submitter.
PR: 99434
Submitted by: Babak Farrokhi
Approved by: arved (mentor)
v. 1.15
date: 2006/04/24 02:43:50; author: marcus; state: Exp; lines: +2 -1
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
v. 1.14
date: 2006/04/20 14:01:32; author: sem; state: Exp; lines: +10 -5
- Update to version 1.2
- Respect NOPORTDOCS
- Add a HTTP master site
PR: ports/96096
Submitted by: Martin Matuska
v. 1.13
date: 2005/01/18 22:04:02; author: clement; state: Exp; lines: +2 -4
- Update to 1.1
v. 1.12
date: 2004/12/05 05:13:18; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset bouncing maintainer address. All of the commits
within the last year have been with maintainer timeouts, as well.
v. 1.11
date: 2004/02/04 05:19:56; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/09/24 09:37:08; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.9
date: 2003/09/05 04:54:31; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.8
date: 2003/02/21 13:14:33; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.7
date: 2000/09/18 23:38:47; author: ade; state: Exp; lines: +7 -3
Update to version 1.0
PR: 21357
Submitted by: maintainer
v. 1.6
date: 2000/06/16 21:51:48; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.5
date: 2000/06/16 08:18:15; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.4
date: 2000/06/15 17:12:38; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.3
date: 2000/04/17 23:30:51; author: mharo; state: Exp; lines: +4 -4
change header file order
PR: 18055
Submitted by: Kostya Lukin
v. 1.2
date: 2000/04/09 18:10:03; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 2000/04/02 05:37:17; author: will; state: Exp;
Add adns, an asynchronous DNS resolver library that provides a way to do
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
Reviewed by: billf, mharo
=============================================================================
v. 1.20
date: 2007/08/21 01:33:56; author: rafan; state: Exp; lines: +1 -0
- Add a patch for chained CNAME
PR: ports/115297
Submitted by: rafan
Approved by: farrokhi (maintainer)
Obtained from: http://hugo.vulcano.cl/development/adns-cc
v. 1.19
date: 2006/11/08 09:28:24; author: farrokhi; state: Exp; lines: +1 -1
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor)
v. 1.18
date: 2006/11/01 06:45:08; author: miwi; state: Exp; lines: +2 -3
- Update to 1.4
- INSTALLS_SHLIB -> USE_LDCONFIG
PR: ports/104801
Submitted by: Babak Farrokhi (maintainer)
v. 1.17
date: 2006/07/04 12:20:31; author: arved; state: Exp; lines: +1 -0
Fix installation of libadns.so.1
Bump PORTREVISION
Reported by: Johan Bergs
Submitted by: "Babak Farrokhi"
Pointy hat to: arved
v. 1.16
date: 2006/07/02 16:24:08; author: stefan; state: Exp; lines: +2 -3
- Update to 1.3.
- Assign maintainership to submitter.
PR: 99434
Submitted by: Babak Farrokhi
Approved by: arved (mentor)
v. 1.15
date: 2006/04/24 02:43:50; author: marcus; state: Exp; lines: +2 -1
Fix the adns library version so it matches the internal soname. This sets
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
v. 1.14
date: 2006/04/20 14:01:32; author: sem; state: Exp; lines: +10 -5
- Update to version 1.2
- Respect NOPORTDOCS
- Add a HTTP master site
PR: ports/96096
Submitted by: Martin Matuska
v. 1.13
date: 2005/01/18 22:04:02; author: clement; state: Exp; lines: +2 -4
- Update to 1.1
v. 1.12
date: 2004/12/05 05:13:18; author: linimon; state: Exp; lines: +1 -1
With portmgr hat on, reset bouncing maintainer address. All of the commits
within the last year have been with maintainer timeouts, as well.
v. 1.11
date: 2004/02/04 05:19:56; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.10
date: 2003/09/24 09:37:08; author: osa; state: Exp; lines: +1 -1
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev
PR: 56998
v. 1.9
date: 2003/09/05 04:54:31; author: edwin; state: Exp; lines: +1 -1
Massive repo-copies request: net->dns (partly devel->dns)
PR: ports/56020
Submitted by: Kimura Fuyuki
Approved by: portmgr
v. 1.8
date: 2003/02/21 13:14:33; author: knu; state: Exp; lines: +2 -1
De-pkg-comment.
v. 1.7
date: 2000/09/18 23:38:47; author: ade; state: Exp; lines: +7 -3
Update to version 1.0
PR: 21357
Submitted by: maintainer
v. 1.6
date: 2000/06/16 21:51:48; author: asami; state: Exp; lines: +2 -2
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
v. 1.5
date: 2000/06/16 08:18:15; author: sobomax; state: Exp; lines: +2 -2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
v. 1.4
date: 2000/06/15 17:12:38; author: sobomax; state: Exp; lines: +2 -1
Second round of INSTALL_SHLIBS=yes fixes.
v. 1.3
date: 2000/04/17 23:30:51; author: mharo; state: Exp; lines: +4 -4
change header file order
PR: 18055
Submitted by: Kostya Lukin
v. 1.2
date: 2000/04/09 18:10:03; author: cpiazza; state: Exp; lines: +3 -3
Update with the new PORTNAME/PORTVERSION variables
v. 1.1
date: 2000/04/02 05:37:17; author: will; state: Exp;
Add adns, an asynchronous DNS resolver library that provides a way to do
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
Reviewed by: billf, mharo
=============================================================================
|
| |

|