summaryrefslogtreecommitdiff
path: root/dns (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bump PORTREVISION for the previous commiting.Munechika SUMIKAWA2000-11-034-0/+4
| | | | Notes: svn path=/head/; revision=34768
* Update to 3.0.1.Akinori MUSHA2000-11-038-42/+86
| | | | | | | | | | | | | | PR: 22280 Submitted by: Christopher J. Michaels <cjm2@altavista.net> (MAINTAINER) Introduce BSD style Makefile to make the build/installation process clean. Fix manpage. (/etc -> ${PREFIX}/etc) Fix ddupcron.sh to match FreeBSD environment. Notes: svn path=/head/; revision=34753
* Add 'ipv6' on CATEGORIES. bind9 supports queries via IPv6.Munechika SUMIKAWA2000-11-034-4/+4
| | | | Notes: svn path=/head/; revision=34748
* Update to BIND version 9.0.0, now with better DNSSEC support among lotsWill Andrews2000-10-2924-0/+952
| | | | | | | | | of other neat things like that. Sorry for the delay. Repo-copy by: asami Notes: svn path=/head/; revision=34384
* 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
* Add port net/ghtoolJames E. Housley2000-10-235-0/+47
| | | | | | | | | | A command-line interface to the resolver library PR: 21396 Submitted by: Peter Pentchev <roam@orbitel.bg> MAINTAINER Notes: svn path=/head/; revision=34129
* Temporarily remove bind9, it is a repo-copy from bind8 not updated.Satoshi Asami2000-10-2120-444/+0
| | | | | | | | The history is safe, so just "cvs add" the files back when bind9 is ready to be committed. Notes: svn path=/head/; revision=34088
* Fix pkg-plist.Kevin Lo2000-10-161-0/+1
| | | | | | | | PR: 22004 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33894
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Update to djbdns 1.02Neil Blakey-Milner2000-09-286-29/+60
| | | | | | | | PR: 21510 Submitted by: Dan Peterson <danp@danp.net> Notes: svn path=/head/; revision=33224
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-3/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Update to version 1.0Ade Lovett2000-09-183-6/+9
| | | | | | | | PR: 21357 Submitted by: maintainer Notes: svn path=/head/; revision=32829
* Remove empty directory on deinstallKris Kennaway2000-09-171-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32754
* Update to 1.5.0.Brian Feldman2000-08-174-10/+22
| | | | | | | | | | Make a shared directory 1777 instead of 777. Respect ${PREFIX}. Submitted by: Alex Perel <veers@disturbed.net> Notes: svn path=/head/; revision=31696
* 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