Commit Graph

63 Commits

Author SHA1 Message Date
Bill Fumerola
55c2fdf7b9 Respect CFLAGS
Approved by:	jseger (maintainer)
1999-11-12 18:27:03 +00:00
Bill Fumerola
ef562be9d7 Add a missing file. 1999-11-12 18:25:10 +00:00
Justin M. Seger
838b14af65 Upgrade to bind-8.2.2.p3 + patch4. Fixes some security issues.
Many people submitted patches for  this one, and a combination of them
were used.
1999-11-12 06:40:39 +00:00
Steve Price
8f5bd3085f Inital import of dhid version 3.0.
A dhis client for updating dynamic DNS entries in dhisd DNS tables.

PR:		13312
Submitted by:	Oryx Gazella <oryx@ungulate.net>
1999-11-01 03:55:21 +00:00
Steve Price
364472919c Initial import of ddup version 2.0.4.
A DynDNS client for FreeBSD.

PR:		13861
Submitted by:	Christopher J. Michaels <cjm2@altavista.net>
1999-11-01 02:08:06 +00:00
David E. O'Brien
63b30814ee Upgrade to version 1.3.3.
* 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.
1999-10-31 23:57:54 +00:00
Jacques Vidrine
e99643037e This broke somewhere along the way (-shared was slipping in when
building the binaries).  Fix it.
1999-10-04 17:34:16 +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
Justin M. Seger
1d778e52e5 Upgrade to bind 8.2.1
Submitted by:	ust@cert.siemens.de
PR:		ports/12875
1999-08-08 18:03:46 +00:00
Tim Vanderhoek
eb48f6f640 Re-enforce caps, no period. An "exceptions" file has been created
containing the ports editors/vim5, sysutils/star, and one other.
1999-08-02 16:55:21 +00:00
Steve Price
52ea699c95 Update to version 1.5.
PR:		12848
Submitted by:	maintainer
1999-08-01 02:47:41 +00:00
Tim Vanderhoek
a48bc2f5ee Fix instances of "This is ...." 1999-07-03 09:31:52 +00:00
Bill Fumerola
15c5eaf394 Bring back bind8, even -CURRENT only has 8.1.2, this port is more up-to-date.
Requested By:	a bazillion people both on mailing lists and #FreeBSD.
1999-06-28 21:25:34 +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
Justin M. Seger
ce5fc21e50 Nuke bind8, it's been in the base system for a while now. 1999-06-25 20:22:17 +00:00
Bill Fumerola
18a505adb8 1. Make this port easier to upgrade later on.
2. Use the correct location of perl5
1999-06-17 16:09:09 +00:00
Bill Fumerola
6b7509ec76 Remove trailing whitespace
Found By:	portlint
1999-06-17 16:05:40 +00:00
John-Mark Gurney
9aaf246709 import of domtools
'domtools' is a set of DNS information extraction utilities.

The commands in the 'domtools' package allow you to traverse DNS domain
hierarchies, list all hosts (or subdomains) within a given domain,
convert host name to IP address and vice-versa, convert a normal IP address
to the "in-addr.arpa." format and vice-versa, and more. These commands can be
used manually, or included as building blocks for higher level DNS tools.
They generate output that is easily computer parsable.
1999-06-17 10:00:30 +00:00
Justin M. Seger
4df78b912f Use latest patches from ISC.
PR:		ports/11784
1999-05-31 17:36:29 +00:00
Jacques Vidrine
7837a3de02 Add another MASTER_SITES entry. 1999-05-28 20:53:31 +00:00
Michael Haro
5b9355a3b1 WWW: This is definately the daemon's work. In Chuck we trust. 1999-05-03 05:26:53 +00:00
Justin M. Seger
c1196dd22b Upgrade to bind 8.2
Submitted by:	Brad Hendrickse <bradh@uunet.co.za>
PR:		ports/10861
1999-04-04 14:28:39 +00:00
Marc G. Fournier
a43086689f Add a couple more Y2K links... 1999-01-13 03:37:28 +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
Steve Price
ba5f361d3d Update to released version 2.0.
Suggested by:	Leif Neland <root@swimsuit.internet.dk>
Reviewed by:	maintainer
1999-01-04 20:56:20 +00:00
SADA Kenji
8ff7f60bb0 h2n, easy BIND[48] configure and maintainance tool.
This program is introduced in NUTSHELL's ``DNS & BIND''.
1998-12-24 18:52:39 +00:00
David E. O'Brien
fd6b63bd86 lint for DNS zones (Domain Name Server zone verification utility) 1998-12-23 17:57:50 +00:00
Jun Kuriyama
4ffe687a9a Path for p5-Net-DNS is moved. 1998-12-16 15:48:55 +00:00
Justin M. Seger
007ce88990 Install HTML documentation in ${PREFIX}/share/doc/bind8
PR:	7750
1998-12-10 02:59:27 +00:00
David E. O'Brien
4d7307bda2 dns-rev Take the forward DNS mapping and generate the reverse mapping.
dns-hosts Take the forward DNS mapping and generate the /etc/hosts file.
dns-ng Take the	forward	DNS mapping and	generate the /etc/netgroup file.

Submitted-by:	Karl.Dietz@triplan.com
PR:		8664
1998-12-01 11:59:36 +00:00
Satoshi Asami
96bc8048c3 Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or change
shell loops to make loops.  Use EXTRA_PKG_FLAGS to add install scripts
instead of adding it to PKG_FLAGS after bsd.port.mk.
1998-11-14 09:43:39 +00:00
Steve Price
64ea3c7aab Update to version 2.0a7.
PR:		8029
Submitted by:	maintainer
1998-10-10 03:37:10 +00:00
Jacques Vidrine
de2c0f5c6d Build and install a shared library version, too. 1998-10-07 19:34:46 +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
Steve Price
462ad1f5b4 Update to versino 2.0a6.
PR:		7579
Submitted by:	maintainer
1998-08-17 00:41:50 +00:00
Tim Vanderhoek
1784dc1b97 Using $ Id $ strings in pkg/DESCR is sub-optimal.
No need to use a computer-friendly data format --- only humans read DESCR.
1998-07-27 17:21:32 +00:00
Gary Palmer
c3b336dcdf Update comment to match reality 1998-07-19 05:11:59 +00:00
Satoshi Asami
5ec9ecabb6 No need to define HAS_CONFIGURE if GNU_CONFIGURE is defined. 1998-07-05 13:09:46 +00:00
Steve Price
2fe784171b Initial import of hesiod version 3.0.2.
hesiod - a directory service built on DNS and BIND.

PR:		6924
Submitted by:	Jacques Vidrine <n@nectar.com>
1998-07-04 19:51:53 +00:00
Justin M. Seger
be992c468e Fix patch-aa, and add patch-ad to make this compile under current. 1998-05-21 01:27:14 +00:00
Justin M. Seger
7eabacc47e Upgrade to version 8.1.2.
Submitted by:   Studded@dal.net
1998-05-21 00:42:35 +00:00
Jun-ichiro itojun Hagino
1b3be504dd original distribution updated (-> 2.0a5) 1998-04-19 03:41:52 +00:00
Matthew Hunt
19ee22a331 "mph@pobox.com" --> "mph@freebsd.org" in ports that I maintain. 1998-04-17 23:26:31 +00:00
Justin M. Seger
86a4877f95 Make this build under current again. 1998-04-14 21:44:27 +00:00
David E. O'Brien
2bf658895a Upgraded to 2.0alpha4 1998-03-01 22:04:40 +00:00
David E. O'Brien
311a3d0a70 DNS debugger - requests a zone transfer and analyzes the result.
PR:		ports/5515
Submitted by:	Matthew Hunt <mph@pobox.com>
1998-03-01 18:11:29 +00:00
Garrett Wollman
8bef6a590d Take markm out of his misery... The patch belongs to the port's
makefile, not bind's.
1998-02-04 16:23:28 +00:00