Port details |
- adns Easy to use, asynchronous-capable DNS client library and utilities
- 1.0 net
=7 1.0Version of this port present on the latest quarterly branch.
- Maintainer: lukin@okbmei.msk.su
- Port Added: unknown
- Last Update: 2003-09-05 07:41:36
- SVN Revision: UNKNOWN
- People watching this port, also watch:: libiconv, p5-Net, p5-Digest-MD5, gmake, gettext
- License: not specified in port
- WWW:
- http://www.chiark.greenend.org.uk/~ian/adns/
- Description:
- 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'.
WWW: http://www.chiark.greenend.org.uk/~ian/adns/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME:
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0 05 Sep 2003 07:41:36 |
edwin |
Massive repo-copies request: net->dns (partly devel->dns)
The category "dns" has been added, now is the time to move
the dns-related ports to the new world. Is there anyone who
is brave enough to complete this difficult job? ;)
PR: ports/56020
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
Approved by: portmgr |
1.0 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
16 Oct 2000 14:07:56 |
kevlo |
Fix pkg-plist. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
19 Sep 2000 00:38:51 |
ade |
Update to version 1.0 |
29 Jul 2000 13:44:59 |
alex |
Add bin/adnsresfilter |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:19:52 |
sobomax |
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.
|
15 Jun 2000 18:12:51 |
sobomax |
Second round of INSTALL_SHLIBS=yes fixes. |