Port details |
- p5-Net-DNS Perl5 interface to the DNS resolver, and dymanic updates
- 0.40 net
=41 0.40Version of this port present on the latest quarterly branch. - Maintainer: DougB@FreeBSD.org
 - Port Added: unknown
- Last Update: 2003-09-05 07:41:36
- SVN Revision: UNKNOWN
- People watching this port, also watch:: gettext, freetype2, libiconv, p5-Digest-MD5, gmake
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://search.cpan.org/search?module=Net::DNS
- Description:
- Net::DNS is a collection of Perl modules to interface with
the Domain Name System (DNS) resolver. It allows the
programmer to perform queries that are beyond the
capabilities of gethostbyname and gethostbyaddr.
There are also methods for dealing with creating and
parsing dynamic updates packets.
WWW: http://search.cpan.org/search?module=Net::DNS
- Doug Barton
DougB@FreeBSD.org
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.
- Runtime dependencies:
-
- HMAC_MD5.pm : security/p5-Digest-HMAC
- Base64.pm : converters/p5-MIME-Base64
- 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 |
0.40 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 |
0.40 04 Sep 2003 10:00:51
 |
dougb  |
Upgrade to 0.40. This is a minor upgrade, mostly documentation.
Other than dnssec updates, no new functionality. |
0.39 25 Aug 2003 08:08:02
 |
dougb  |
Update to 0.39, the latest release.
* Updated docs
* Net::DNS::Resolver now has unique classes for windows and unix
* You can now define a config file for the Resolver object
* Various other cleanups
If you were (bogusly) using module globals in your scripts, this
update is likely to break that, so take due precautions. |
0.38 14 Jun 2003 00:14:21
 |
dougb  |
Update to version 0.38. Versions 0.3[567] all had various bugs with
either the Makefile.PL script, or other, and offered nothing new
of interest.
This version has a more efficient dn_expand method, and adds a
warning that Resolver::axfr_old() is deprecated. |
0.34 06 Apr 2003 23:24:48
 |
dougb  |
Update to version 0.34, which has better handling for multi-string TXT RR's,
and multiple queries in one packet. Also some minor bug fixes for
Net::DNS::Resolver::Recurse and Net::DNS::Resolver::axfr_next().
Convert to ${SITE_PERL} |
0.33_1 06 Apr 2003 23:20:41
 |
dougb  |
Convert to use of %%SITE_PERL%% and %%DOCSDIR%%
Re-sort for good measure |
0.33_1 07 Mar 2003 06:08:06
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.33_1 20 Feb 2003 16:33:26
 |
sobomax  |
Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.
Sponsired by: Porta Software Ltd |
0.33_1 16 Jan 2003 13:33:37
 |
edwin  |
Add missing man page.
PR: ports/47142
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.33 12 Jan 2003 01:44:40
 |
dougb  |
Update to 0.33, which has improved SIG support, and a few minor bugfixes.
Delete the sed "patch in Makefile" for FAQ.pod, the authors finally
fixed that. |
0.31 22 Nov 2002 05:40:04
 |
dougb  |
Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature. |
0.30 11 Nov 2002 09:54:18
 |
dougb  |
Update to 0.30, which has TKEY support, a new safe_push() method
for detecting duplicate RR's in an update packet, and some more
tests. Note, the tests are not installed by the port, but are
useful to examine as samples, and to test your installation.
* Update the port to handle the new TKEY and FAQ files.
* Patch the new FAQ, since pod2man is choking on the CVS Id.
* Update the comment by mentioning dynamic updates.
* Add a comment to the Makefile about the harmless build errors
you see if you don't have the run-time depends already installed. |
0.29 11 Nov 2002 08:58:10
 |
dougb  |
Revert 1.32, which was wrong in all its particulars:
* The errors related to the missing dependencies during build are harmless.
The build-time and run-time dependencies are seperated on purpose so that
the port can be built and run on different boxes.
* The Test-Simple module is not needed to build or run the port, the
tests are not installed by us, and not part of the port itself.
These changes should have been discussed with me before they were made. |
0.29 24 Oct 2002 09:44:53
 |
sobomax  |
Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate
configure-time warning. |
0.29 06 Oct 2002 10:40:52
 |
dougb  |
Minor bugfixes. Variable scope in one module, and avoid a divide
by zero error when there are no usable interfaces. |
0.28 02 Sep 2002 21:24:48
 |
dougb  |
Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update
bugs, SRV bugs, and Net::DNS::SEC bugs. No new features. |
0.26 07 Aug 2002 00:17:06
 |
dougb  |
Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOAD
bug that I found when running this code under perl 5.005. |
0.25 05 Aug 2002 01:41:27
 |
dougb  |
Upgrade to version 0.25, which cleans up CERT.pm a bit, and also
has some major performance enhancements, especially the streamlined
implementation of AUTOLOAD.
My brief tests indicate roughly a 30% reduction in module load time. |
0.24 05 Aug 2002 01:38:40
 |
dougb  |
No need to deal with this test for a port install |
0.24 23 Jul 2002 21:26:13
 |
dougb  |
Update to version 0.24, which contains:
Added support for DNAME resource records.
Fixed edge case for queries that have no name.
Tighted up the regular expression used in Net::DNS::Resolver::cname_addr() |
0.23 15 Jun 2002 00:49:59
 |
dougb  |
Update to 0.23:
Fixed Net::DNS::mx() to work properly in scalar context.
Fixed taint issue when Net::DNS::Resolver::nameservers() is passed
a hostname as an argument. |
0.22 10 Jun 2002 01:53:13
 |
dougb  |
Add some more man pages to the list.
PR: ports/39079
Submitted by: gshapiro |
0.22 09 Jun 2002 21:03:18
 |
dougb  |
Fix RR type numbers for KX and TSIG. |
0.21 05 Jun 2002 09:51:39
 |
dougb  |
Update to the latest, 0.21. This version contains many changes,
please see the Changes file for details. Some of the new features
include TSIG support (experimental), a name server module,
fixes for bind() problems in 5.005.03, and more.
The good news is that our friends in perldom have now seen the
light and fixed the later versions of this module so that it
does not (any longer) require perl 5.6.0 or higher. I've tested
quite a lot of the functions on both a RELENG_4 with stock perl
5.005.03, and a 5-Current system with stock 5.6.1, and didn't
have any problems.
I also added a few files to the PORTDOCS option. |
0.14 27 Apr 2002 08:50:44
 |
dougb  |
* Cosmetic 80-column fix for MAN3
* Remove now-obsolete cleanup of *.orig files
No functionality changes. |
06 Feb 2002 07:59:56
    |
dougb  |
* Assume maintainership by agreement. * Update to 0.14, which has only two
changes: - Fix the bug which we fixed with patch-aa - Fix
the "defined @array" line that trips up perl 5.6.x |
20 Dec 2001 21:45:10
    |
ache  |
Prevent request id overflow over 65535 |
01 Mar 2001 06:39:18
    |
vanilla  |
Remove do-configure section, use PERL_CONFIGURE now. |
13 Nov 2000 12:45:41
    |
demon  |
Change MAINTAINER field. I am now at FreeBSD dot org |
24 Oct 2000 23:39:57
    |
will  |
Hand these ports to Dmitry Sivachenko <dima@chg.ru>. |
23 Oct 2000 22:03:12
    |
will  |
Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. |
08 Oct 2000 07:19:09
    |
asami  |
Convert category net to new layout. |
17 Jun 2000 03:37:15
    |
will  |
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX. Add
some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS. |