David E. O'Brien
1ceded9e6e
Add $FreeBSD$'s which help me in problem reports.
2000-11-22 00:17:18 +00:00
Doug Barton
d4d172612f
Update to 9.0.1
...
PR: ports/22941
Submitted by: Leif Neland, leifn@neland.dk
2000-11-19 19:21:02 +00:00
MIHIRA Sanpei Yoshiro
17ce737d95
use MASTER_SITE_LOCAL as MASTER_SITE.
...
ftp://ftp.his.com/pub/brad/dns/ was no longer anonymous ftp server.
2000-11-19 13:11:41 +00:00
Kris Kennaway
951ea6cda9
totd 1.1p4 is a DNS proxy that supports IPv6 <==> IPv4 record translation
...
Obtained from: OpenBSD
2000-11-17 23:08:15 +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
Munechika SUMIKAWA
d2930d381b
Bump PORTREVISION for the previous commiting.
2000-11-03 17:25:13 +00:00
Akinori MUSHA
079eb6d922
Update to 3.0.1.
...
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.
2000-11-03 16:21:54 +00:00
Munechika SUMIKAWA
8827b20ae0
Add 'ipv6' on CATEGORIES. bind9 supports queries via IPv6.
2000-11-03 16:06:24 +00:00
Will Andrews
12d1966fa8
Update to BIND version 9.0.0, now with better DNSSEC support among lots
...
of other neat things like that. Sorry for the delay.
Repo-copy by: asami
2000-10-29 04:45:17 +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
James E. Housley
3a268dec05
Add port net/ghtool
...
A command-line interface to the resolver library
PR: 21396
Submitted by: Peter Pentchev <roam@orbitel.bg> MAINTAINER
2000-10-23 10:50:06 +00:00
Satoshi Asami
420e6de25f
Temporarily remove bind9, it is a repo-copy from bind8 not updated.
...
The history is safe, so just "cvs add" the files back when bind9 is
ready to be committed.
2000-10-21 21:05:58 +00:00
Kevin Lo
27243d592a
Fix pkg-plist.
...
PR: 22004
Submitted by: MAINTAINER
2000-10-16 13:07:56 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Neil Blakey-Milner
e0b2c29572
Update to djbdns 1.02
...
PR: 21510
Submitted by: Dan Peterson <danp@danp.net>
2000-09-28 18:19:06 +00:00
Satoshi Asami
5e5841f2cd
Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break when
...
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
2000-09-25 12:21:43 +00:00
Ade Lovett
9853f06e8b
Update to version 1.0
...
PR: 21357
Submitted by: maintainer
2000-09-18 23:38:51 +00:00
Kris Kennaway
47a80dd61a
Remove empty directory on deinstall
...
Submitted by: bento
2000-09-17 12:30:34 +00:00
Brian Feldman
4e04ff0f8a
Update to 1.5.0.
...
Make a shared directory 1777 instead of 777.
Respect ${PREFIX}.
Submitted by: Alex Perel <veers@disturbed.net>
2000-08-17 03:40:58 +00:00
Will Andrews
7d7a9a2180
Make these COMMENT files conform to Handbook standard.
...
PR: 20269
Submitted by: Ports Fury
2000-08-11 11:50:37 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d
change my e-mail address
...
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Neil Blakey-Milner
8daabefad0
Add the ftp version of the MASTER_SITE
2000-07-29 16:39:44 +00:00
Alexander Langer
b8fbdda745
Add bin/adnsresfilter
...
Submitted by: bento
2000-07-29 12:44:59 +00:00
Maxim Sobolev
729d5f1268
Update to 1.6.
...
Submitted by: maintainer
2000-07-13 11:13:34 +00:00
Thomas Gellekum
546041ba31
As threatened on freebsd-ports: all startup scripts know about the two
...
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.
2000-07-05 12:37:06 +00:00
MIHIRA Sanpei Yoshiro
e3b1b27874
Change maintainer's mail address.
...
--> sanpei@sanpei.org
2000-07-02 14:14:04 +00:00
Jacques Vidrine
6dc9bdb0c8
Locally hosted distfiles moved to ftp.freebsd.org.
2000-06-20 13:37:39 +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
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004
Second round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:12:51 +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
Neil Blakey-Milner
8dbf47fcd3
Add dependency to daemontools, now that we have a compatible version.
2000-04-27 22:56:59 +00:00
Neil Blakey-Milner
2cd3c80e2a
Import of port for dnscache, djb's set of DNS utilities, including a
...
caching name server.
2000-04-26 19:12:06 +00:00
Michael Haro
af27580cce
PREFIX -> LOCALBASE (portlint)
2000-04-20 20:18:09 +00:00
Michael Haro
435f2f0857
portlint:
...
chmod -> ${CHMOD}
echo -> ${ECHO}
http:// -> WWW: http://
2000-04-20 20:17:33 +00:00
Michael Haro
7a417cfa07
white space and use WWW: (portlint)
2000-04-20 20:15:22 +00:00
Michael Haro
a2004a3739
change header file order
...
PR: 18055
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
2000-04-17 23:30:55 +00:00
David E. O'Brien
aa1ff89493
Fix bogon in the PORT{NAME,VERSION} conversion.
2000-04-15 09:38:52 +00:00
Chris Piazza
93a61d6874
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:14:07 +00:00
SADA Kenji
32a9b4c6ac
Added an option: -a <address> .
...
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>
2000-04-08 17:55:02 +00:00
Will Andrews
63eef36fd6
Add adns, an asynchronous DNS resolver library that provides a way to do
...
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
2000-04-02 05:37:29 +00:00
Matthew Hunt
22706d277f
Correct fennerage (distfile moved).
2000-03-22 17:24:18 +00:00
David E. O'Brien
e05c25a8bf
Restore useless version required comments.
2000-03-22 00:28:26 +00:00
David E. O'Brien
da36feaffe
Remove the "version required" line.
2000-03-20 02:37:50 +00:00
Kris Kennaway
95ab1a6bba
nsping 0.8 is a tool for 'pinging' DNS servers.
...
Obtained from: OpenBSD
2000-03-05 09:38:56 +00:00
Kris Kennaway
4ab3038827
Chase the checksum (minor changes to the distfile contents)
...
Noticed by: Satoshi's lunchbox
2000-02-27 07:23:34 +00:00
Satoshi Taoka
5b7c1e126d
Update to 2.2
...
PR: 16822
Submitted by: maintainer
2000-02-23 02:52:35 +00:00
Chris D. Faulhaber
0083e20040
Finish updating port to 3.1:
...
* Correct executable name in etc/rc.d/dhid.sh
* Provide users with more information about configuring
Obtained from: Maintainer
2000-02-13 12:54:25 +00:00
David E. O'Brien
b5d1cecde4
Style nits in the ports I maintain.
2000-02-13 03:25:05 +00:00
Marc G. Fournier
ad94a31c37
Add WWW link
2000-02-11 04:45:32 +00:00
Marc G. Fournier
5274635be1
Add WWW link
2000-02-11 04:24:18 +00:00
Chris D. Faulhaber
861507f014
Update port to 2.1
...
PR: 16622
Submitted by: Maintainer
2000-02-10 23:15:56 +00:00
Kris Kennaway
28989c4601
Unbreak this port by upgrading to dhid 3.1. I don't use this software,
...
so I had to play it a bit by ear, but I didn't hear back from the
maintainer.
Noticed by: bento
2000-02-05 22:07:51 +00:00
Chris Piazza
98ba52ccac
Update to version 2.0.1
...
PR: 16082
Submitted by: maintainer
2000-01-22 02:19:39 +00:00
Chris Piazza
df219905c1
Use new checksum; diff -ruN reports no differences.
2000-01-09 08:22:44 +00:00
Ade Lovett
bbb10523ab
Unbreak 'make install'.
...
PR: 15962
Submitted by: Maintainer
2000-01-08 17:05:15 +00:00
David E. O'Brien
b4a96af692
Make PREFIX clean.
2000-01-02 11:35:01 +00:00
Steve Price
63b2ceee1f
Install manpages and add WWW to DESCR. Note: since our soelim(1) doesn't
...
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
1999-12-27 01:08:35 +00:00
Chris Piazza
35006c4895
Doc is an automated tool for verifying (to an extent) that a
...
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>
1999-12-04 20:43:27 +00:00
Steve Price
56c39734bb
Don't know how I managed this, but change $Id$ to $FreeBSD$.
...
Submitted by: maintainer
1999-11-25 16:10:35 +00:00
Justin M. Seger
2d8e4c1345
Upgrade to 8.2.2 patch 5
1999-11-15 01:03:44 +00:00
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