Commit graph

47 commits

Author SHA1 Message Date
Doug Barton
8b18ba9970 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.
2003-06-14 00:14:21 +00:00
Doug Barton
5d28c26236 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}
2003-04-06 23:24:48 +00:00
Doug Barton
29eb495be8 Convert to use of %%SITE_PERL%% and %%DOCSDIR%%
Re-sort for good measure
2003-04-06 23:20:41 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maxim Sobolev
628b215647 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
2003-02-20 16:33:26 +00:00
Edwin Groothuis
1550f20bf2 Add missing man page.
PR:		ports/47142
Submitted by:	Erwin Lansing <erwin@lansing.dk>
2003-01-16 13:33:37 +00:00
Doug Barton
c9037bc59e 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.
2003-01-12 01:44:40 +00:00
Doug Barton
80126c27cf Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature. 2002-11-22 05:40:04 +00:00
Doug Barton
36473c3905 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.
2002-11-11 09:54:18 +00:00
Doug Barton
3441ee82fc 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.
2002-11-11 08:58:10 +00:00
Maxim Sobolev
2027aa621c Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminate
configure-time warning.
2002-10-24 09:44:53 +00:00
Doug Barton
cf491d3290 Minor bugfixes. Variable scope in one module, and avoid a divide
by zero error when there are no usable interfaces.
2002-10-06 10:40:52 +00:00
Doug Barton
4435849fff Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic update
bugs, SRV bugs, and Net::DNS::SEC bugs. No new features.
2002-09-02 21:24:48 +00:00
Doug Barton
13f554ed42 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.
2002-08-07 00:17:06 +00:00
Doug Barton
13df8e5162 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.
2002-08-05 01:41:26 +00:00
Doug Barton
d48b023a58 No need to deal with this test for a port install 2002-08-05 01:38:40 +00:00
Doug Barton
d26b85fa3a 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()
2002-07-23 21:26:13 +00:00
Doug Barton
a5e07169fa 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.
2002-06-15 00:49:59 +00:00
Doug Barton
f569ad6aa6 Add some more man pages to the list.
PR:		ports/39079
Submitted by:	gshapiro
2002-06-10 01:53:13 +00:00
Doug Barton
a2851b9655 Fix RR type numbers for KX and TSIG. 2002-06-09 21:03:18 +00:00
Doug Barton
edb263b95e 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.
2002-06-05 09:51:38 +00:00
Doug Barton
2973844571 * Cosmetic 80-column fix for MAN3
* Remove now-obsolete cleanup of *.orig files

No functionality changes.
2002-04-27 08:50:44 +00:00
Doug Barton
e4e46ecd08 * 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
2002-02-06 07:59:56 +00:00
Andrey A. Chernov
e220af2442 Prevent request id overflow over 65535 2001-12-20 21:45:10 +00:00
Vanilla I. Shu
68c2f99c63 Remove do-configure section, use PERL_CONFIGURE now. 2001-03-01 06:39:18 +00:00
Dmitry Sivachenko
2514bdf28c Change MAINTAINER field.
I am now at FreeBSD dot org

Approved by:	sobomax
2000-11-13 12:45:40 +00:00
Will Andrews
79b138f7a8 Hand these ports to Dmitry Sivachenko <dima@chg.ru>. 2000-10-24 22:39:57 +00:00
Will Andrews
5b79c1e047 Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer. 2000-10-23 21:03:11 +00:00
Will Andrews
1e60866cc1 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.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
fb5157eab7 Remove empty directories that end with "Net" upon deinstallation.
Submitted by:	bento
2000-05-08 08:07:43 +00:00
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Tim Vanderhoek
dd9ff05a6a Commit #3/4 to enforce caps, no period.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.

As promised,

$ time cvs ci
real    67m51.701s
user    0m1.250s
sys     0m5.345s
1999-06-26 19:12:45 +00:00
Hidetoshi Shimokawa
145684059e Rewrite p5- module's PLIST for alpha.
Use newly introduced %%PARL_ARCH%% for dirname of architecture
dependent libraries.
(i.e. s!%%PERL_VER%%/i386-freebsd!%%PERL_VER%%/%%PERL_ARCH%%!)

Approved by: asami
1999-01-11 15:34:56 +00:00
Satoshi Asami
668e0f51f4 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.

Submitted by:	dima
1998-09-15 21:31:59 +00:00
Satoshi Asami
2e69c43cef Adjust to new perl5 scheme. I don't continue fixing things but this port
was required by a few others.
1998-08-20 10:04:02 +00:00
Tim Vanderhoek
26e78bb69f This netted the largest set of mis-installed manpages, yet! 1998-08-18 19:48:45 +00:00
James FitzGibbon
32c2c6cc8c Upgrade to v0.12 1997-11-10 14:46:20 +00:00
James FitzGibbon
e4c1129f91 Upgrade to v0.11 1997-07-07 13:04:42 +00:00
James FitzGibbon
ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
James FitzGibbon
f5862628ef Upgrade to v0.10 1997-06-17 02:49:41 +00:00
James FitzGibbon
a4b8015098 Remove p5-IO dependancy from ports that were using it. 1997-05-29 02:53:15 +00:00
James FitzGibbon
67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
James FitzGibbon
5e1636a1ac Upgrade to 0.07
Fixed incorrect PKGNAME in Makefile
Obtained from:
1997-04-27 17:20:23 +00:00
Wolfram Schneider
df8f6f276f Add virtual category 'perl5'. 1997-04-20 13:53:29 +00:00
James FitzGibbon
3f368cbcb0 Import of p5-Net-DNS, a perl5 interface to the resolver libraries. 1997-04-05 22:15:47 +00:00