summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make these COMMENT files conform to Handbook standard.Will Andrews2000-08-111-1/+1
| | | | | | | | PR: 20269 Submitted by: Ports Fury Notes: svn path=/head/; revision=31525
* change my e-mail addressMIHIRA Sanpei Yoshiro2000-08-031-1/+1
| | | | | | | --> sanpei@FreeBSD.org Notes: svn path=/head/; revision=31274
* Add the ftp version of the MASTER_SITENeil Blakey-Milner2000-07-291-1/+2
| | | | Notes: svn path=/head/; revision=31110
* Add bin/adnsresfilterAlexander Langer2000-07-291-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=31103
* Update to 1.6.Maxim Sobolev2000-07-134-15/+26
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=30572
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-3/+21
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Change maintainer's mail address.MIHIRA Sanpei Yoshiro2000-07-021-1/+1
| | | | | | | --> sanpei@sanpei.org Notes: svn path=/head/; revision=30066
* Locally hosted distfiles moved to ftp.freebsd.org.Jacques Vidrine2000-06-201-2/+1
| | | | Notes: svn path=/head/; revision=29719
* 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
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-162-2/+2
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-6/+2
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-2/+1
| | | | Notes: svn path=/head/; revision=29614
* Remove empty directories that end with "Net" upon deinstallation.Satoshi Asami2000-05-081-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28363
* Add dependency to daemontools, now that we have a compatible version.Neil Blakey-Milner2000-04-271-0/+2
| | | | Notes: svn path=/head/; revision=28048
* Import of port for dnscache, djb's set of DNS utilities, including aNeil Blakey-Milner2000-04-265-0/+77
| | | | | | | caching name server. Notes: svn path=/head/; revision=28026
* PREFIX -> LOCALBASE (portlint)Michael Haro2000-04-201-1/+1
| | | | Notes: svn path=/head/; revision=27811
* portlint:Michael Haro2000-04-202-2/+4
| | | | | | | | | chmod -> ${CHMOD} echo -> ${ECHO} http:// -> WWW: http:// Notes: svn path=/head/; revision=27810
* white space and use WWW: (portlint)Michael Haro2000-04-202-5/+5
| | | | Notes: svn path=/head/; revision=27808
* change header file orderMichael Haro2000-04-172-3/+16
| | | | | | | | PR: 18055 Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru> Notes: svn path=/head/; revision=27710
* Fix bogon in the PORT{NAME,VERSION} conversion.David E. O'Brien2000-04-151-1/+1
| | | | Notes: svn path=/head/; revision=27597
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-0918-44/+45
| | | | Notes: svn path=/head/; revision=27423
* Added an option: -a <address> .SADA Kenji2000-04-082-0/+36
| | | | | | | | | | | | It allows you to set the address of a domain in the SOA record. It will adds a "IN A <address>" line to the SOA. This is needed for sites that want a default address for a partial name - say just yahoo.com instead of forcing users to always type www.yahoo.com. Submitted by: "David Peterson" <chief@mail.idrive.com> Notes: svn path=/head/; revision=27412
* Add adns, an asynchronous DNS resolver library that provides a way to doWill Andrews2000-04-027-0/+89
| | | | | | | | | | | | | | | | 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 <lukin@sapa.ivcme.elektra.ru> Reviewed by: billf, mharo Notes: svn path=/head/; revision=27277
* Correct fennerage (distfile moved).Matthew Hunt2000-03-221-1/+1
| | | | Notes: svn path=/head/; revision=26958
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* nsping 0.8 is a tool for 'pinging' DNS servers.Kris Kennaway2000-03-057-0/+80
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=26557
* Chase the checksum (minor changes to the distfile contents)Kris Kennaway2000-02-271-1/+1
| | | | | | | Noticed by: Satoshi's lunchbox Notes: svn path=/head/; revision=26328
* Update to 2.2Satoshi Taoka2000-02-235-12/+40
| | | | | | | | PR: 16822 Submitted by: maintainer Notes: svn path=/head/; revision=26189
* Finish updating port to 3.1:Chris D. Faulhaber2000-02-135-14/+16
| | | | | | | | | | * Correct executable name in etc/rc.d/dhid.sh * Provide users with more information about configuring Obtained from: Maintainer Notes: svn path=/head/; revision=25745
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* Add WWW linkMarc G. Fournier2000-02-111-0/+2
| | | | Notes: svn path=/head/; revision=25657
* Add WWW linkMarc G. Fournier2000-02-115-0/+10
| | | | Notes: svn path=/head/; revision=25654
* Update port to 2.1Chris D. Faulhaber2000-02-105-12/+19
| | | | | | | | PR: 16622 Submitted by: Maintainer Notes: svn path=/head/; revision=25646
* Unbreak this port by upgrading to dhid 3.1. I don't use this software,Kris Kennaway2000-02-054-16/+14
| | | | | | | | | | so I had to play it a bit by ear, but I didn't hear back from the maintainer. Noticed by: bento Notes: svn path=/head/; revision=25506
* Update to version 2.0.1Chris Piazza2000-01-223-21/+18
| | | | | | | | PR: 16082 Submitted by: maintainer Notes: svn path=/head/; revision=24889
* Use new checksum; diff -ruN reports no differences.Chris Piazza2000-01-091-1/+1
| | | | Notes: svn path=/head/; revision=24586
* Unbreak 'make install'.Ade Lovett2000-01-081-0/+1
| | | | | | | | PR: 15962 Submitted by: Maintainer Notes: svn path=/head/; revision=24559
* Make PREFIX clean.David E. O'Brien2000-01-021-0/+4
| | | | Notes: svn path=/head/; revision=24352
* Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn'tSteve Price1999-12-273-24/+111
| | | | | | | | | | | | | | | | support a '-I' argument, instead of this soelim -Iman1 man1/foo.1 > tmp I did this. (cd man1; soelim foo.1) > tmp PR: 15093 Submitted by: maintainer Notes: svn path=/head/; revision=24123
* Doc is an automated tool for verifying (to an extent) that aChris Piazza1999-12-046-0/+62
| | | | | | | | | | | domain is configured and functioning correctly. It makes no attempt to validate the data inside a domain, only the structure. PR: 15256 Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org> Notes: svn path=/head/; revision=23578
* Don't know how I managed this, but change $Id$ to $FreeBSD$.Steve Price1999-11-251-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=23327
* Upgrade to 8.2.2 patch 5Justin M. Seger1999-11-1515-50/+25
| | | | Notes: svn path=/head/; revision=23130
* Respect CFLAGSBill Fumerola1999-11-122-1/+12
| | | | | | | Approved by: jseger (maintainer) Notes: svn path=/head/; revision=23046
* Add a missing file.Bill Fumerola1999-11-125-0/+5
| | | | Notes: svn path=/head/; revision=23045
* Upgrade to bind-8.2.2.p3 + patch4. Fixes some security issues.Justin M. Seger1999-11-1215-35/+65
| | | | | | | | Many people submitted patches for this one, and a combination of them were used. Notes: svn path=/head/; revision=23039
* Inital import of dhid version 3.0.Steve Price1999-11-017-0/+95
| | | | | | | | | | A dhis client for updating dynamic DNS entries in dhisd DNS tables. PR: 13312 Submitted by: Oryx Gazella <oryx@ungulate.net> Notes: svn path=/head/; revision=22819
* Initial import of ddup version 2.0.4.Steve Price1999-11-015-0/+37
| | | | | | | | | | A DynDNS client for FreeBSD. PR: 13861 Submitted by: Christopher J. Michaels <cjm2@altavista.net> Notes: svn path=/head/; revision=22790
* Upgrade to version 1.3.3.David E. O'Brien1999-10-312-6/+4
| | | | | | | | | | | | | | | * Bug fix: grep -v changed to grep -iv (compare domains caselessly). * Bug fix: nameservers now sorted in SOA serial number order, largest first. This way you can dlint the primary server immediately after making changes to it (previously had to wait for secondaries to do their update). * Optimization: if any nameserver does not return an SOA record in Test 1, it is removed from the list of nameservers and a warning is reported. This way dlint won't use broken nameservers during the rest of the run. * Sanity check domain names of nameservers themselves: any nameserver with in-addr.arpa. in its name generates a warning and is skipped. Notes: svn path=/head/; revision=22744