summaryrefslogtreecommitdiff
path: root/dns/p5-Net-DNS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* utilize SITE_PERLYing-Chieh Liao2003-10-241-1/+0
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Update to version 0.41, which contains several documentation and otherDoug Barton2003-10-062-2/+2
| | | | | | | | cleanups. Also, the removal of the Net::DNS::Resolver::axfr_old() method. Notes: svn path=/head/; revision=90351
* 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
* Upgrade to 0.40. This is a minor upgrade, mostly documentation.Doug Barton2003-09-042-2/+4
| | | | | | | Other than dnssec updates, no new functionality. Notes: svn path=/head/; revision=88505
* Update to 0.39, the latest release.Doug Barton2003-08-253-2/+5
| | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=87653
* Update to version 0.38. Versions 0.3[567] all had various bugs withDoug Barton2003-06-143-23/+23
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=82965
* Update to version 0.34, which has better handling for multi-string TXT RR's,Doug Barton2003-04-062-5/+4
| | | | | | | | | | 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} Notes: svn path=/head/; revision=78461
* Convert to use of %%SITE_PERL%% and %%DOCSDIR%%Doug Barton2003-04-061-53/+53
| | | | | | | Re-sort for good measure Notes: svn path=/head/; revision=78459
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Conditionalise several dependencies on PERL_LEVEL to make those ports moreMaxim Sobolev2003-02-201-3/+8
| | | | | | | | | | friendly for perl-5.8.0, which has those dependencies included into the base distribution. Sponsired by: Porta Software Ltd Notes: svn path=/head/; revision=75949
* Add missing man page.Edwin Groothuis2003-01-161-1/+3
| | | | | | | | PR: ports/47142 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=73252
* Update to 0.33, which has improved SIG support, and a few minor bugfixes.Doug Barton2003-01-123-8/+4
| | | | | | | | Delete the sed "patch in Makefile" for FAQ.pod, the authors finally fixed that. Notes: svn path=/head/; revision=72943
* Update to 0.31, which has bug fixes for OPT.pm, and a new udp timeout feature.Doug Barton2002-11-222-2/+2
| | | | Notes: svn path=/head/; revision=70730
* Update to 0.30, which has TKEY support, a new safe_push() methodDoug Barton2002-11-114-5/+16
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=69889
* Revert 1.32, which was wrong in all its particulars:Doug Barton2002-11-111-4/+2
| | | | | | | | | | | | | | * 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. Notes: svn path=/head/; revision=69885
* Add missed dependency and copy RUN_DEPENDS into BUILD_DEPENDS to eliminateMaxim Sobolev2002-10-241-2/+4
| | | | | | | configure-time warning. Notes: svn path=/head/; revision=68715
* Minor bugfixes. Variable scope in one module, and avoid a divideDoug Barton2002-10-062-2/+2
| | | | | | | by zero error when there are no usable interfaces. Notes: svn path=/head/; revision=67475
* Update to 0.28, which fixes some more AUTOLOAD bugs, dynamic updateDoug Barton2002-09-022-2/+2
| | | | | | | bugs, SRV bugs, and Net::DNS::SEC bugs. No new features. Notes: svn path=/head/; revision=65515
* Upgrade to 0.26, which has fixes for the test suite, and the AUTOLOADDoug Barton2002-08-073-15/+14
| | | | | | | bug that I found when running this code under perl 5.005. Notes: svn path=/head/; revision=64126
* Upgrade to version 0.25, which cleans up CERT.pm a bit, and alsoDoug Barton2002-08-052-2/+2
| | | | | | | | | | has some major performance enhancements, especially the streamlined implementation of AUTOLOAD. My brief tests indicate roughly a 30% reduction in module load time. Notes: svn path=/head/; revision=64014
* No need to deal with this test for a port installDoug Barton2002-08-051-0/+55
| | | | Notes: svn path=/head/; revision=64013
* Update to version 0.24, which contains:Doug Barton2002-07-233-3/+4
| | | | | | | | | 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() Notes: svn path=/head/; revision=63456
* Update to 0.23:Doug Barton2002-06-152-2/+2
| | | | | | | | | | 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. Notes: svn path=/head/; revision=61307
* Add some more man pages to the list.Doug Barton2002-06-101-1/+3
| | | | | | | | PR: ports/39079 Submitted by: gshapiro Notes: svn path=/head/; revision=61019
* Fix RR type numbers for KX and TSIG.Doug Barton2002-06-092-2/+2
| | | | Notes: svn path=/head/; revision=61003
* Update to the latest, 0.21. This version contains many changes,Doug Barton2002-06-053-2/+22
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=60640
* * Cosmetic 80-column fix for MAN3Doug Barton2002-04-271-10/+9
| | | | | | | | | * Remove now-obsolete cleanup of *.orig files No functionality changes. Notes: svn path=/head/; revision=58216
* * Assume maintainership by agreement.Doug Barton2002-02-064-59/+12
| | | | | | | | | | * 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 Notes: svn path=/head/; revision=54257
* Prevent request id overflow over 65535Andrey A. Chernov2001-12-202-0/+18
| | | | Notes: svn path=/head/; revision=51901
* Remove do-configure section, use PERL_CONFIGURE now.Vanilla I. Shu2001-03-012-7/+2
| | | | Notes: svn path=/head/; revision=38917
* Change MAINTAINER field.Dmitry Sivachenko2000-11-131-1/+1
| | | | | | | | | I am now at FreeBSD dot org Approved by: sobomax Notes: svn path=/head/; revision=35074
* Hand these ports to Dmitry Sivachenko <dima@chg.ru>.Will Andrews2000-10-241-1/+1
| | | | Notes: svn path=/head/; revision=34200
* Remove jfitz@ as MAINTAINER - mail is bouncing / mailservers don't answer.Will Andrews2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34154
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.Will Andrews2000-06-171-3/+3
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=29658
* Remove empty directories that end with "Net" upon deinstallation.Satoshi Asami2000-05-081-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28363
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=19803
* Rewrite p5- module's PLIST for alpha.Hidetoshi Shimokawa1999-01-111-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=16010
* Use ${PERL5} wherever appropriate. Largely untested; hope my eyeballSatoshi Asami1998-09-151-2/+2
| | | | | | | | | checks haven't missed anything. Submitted by: dima Notes: svn path=/head/; revision=13159
* Adjust to new perl5 scheme. I don't continue fixing things but this portSatoshi Asami1998-08-202-39/+39
| | | | | | | was required by a few others. Notes: svn path=/head/; revision=12687
* This netted the largest set of mis-installed manpages, yet!Tim Vanderhoek1998-08-181-33/+0
| | | | Notes: svn path=/head/; revision=12624
* Upgrade to v0.12James FitzGibbon1997-11-102-5/+5
| | | | Notes: svn path=/head/; revision=8571
* Upgrade to v0.11James FitzGibbon1997-07-072-5/+5
| | | | Notes: svn path=/head/; revision=7232
* Make all p5- ports use USE_PERL instead of explicitly stating the version ↵James FitzGibbon1997-06-241-3/+2
| | | | | | | | | | 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.) Notes: svn path=/head/; revision=7065
* Upgrade to v0.10James FitzGibbon1997-06-173-6/+31
| | | | Notes: svn path=/head/; revision=6972
* Remove p5-IO dependancy from ports that were using it.James FitzGibbon1997-05-291-3/+2
| | | | Notes: svn path=/head/; revision=6611
* Upgrade all ports requiring perl5.003 to perl5.004James FitzGibbon1997-05-241-3/+3
| | | | | | | Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution. Notes: svn path=/head/; revision=6544
* Upgrade to 0.07James FitzGibbon1997-04-272-5/+5
| | | | | | | | Fixed incorrect PKGNAME in Makefile Obtained from: Notes: svn path=/head/; revision=6336