Port details |
- p5-DNS-nsdiff Create an "nsupdate" script from DNS zone file differences
- 1.85_1 dns
=2 1.85Version of this port present on the latest quarterly branch. - Maintainer: matthew@FreeBSD.org
 - Port Added: 2021-08-17 07:24:10
- Last Update: 2024-08-26 11:57:34
- Commit Hash: 00e0dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: BSD0CLAUSE MIT
- WWW:
- https://dotat.at/prog/nsdiff/
- Description:
- create an "nsupdate" script from DNS zone file differences
The nsdiff program examines the old and new versions of a DNS zone,
and outputs the differences as a script for use by BIND's nsupdate
program. It provides a bridge between static zone files and dynamic
updates.
The nspatch script is a wrapper around nsdiff | nsupdate that checks
and reports errors in a manner suitable for running from cron.
The nsvi script makes it easy to edit a dynamic zone.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-DNS-nsdiff>0:dns/p5-DNS-nsdiff
- To install the port:
- cd /usr/ports/dns/p5-DNS-nsdiff/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/p5-DNS-nsdiff
- pkg install p5-DNS-nsdiff
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-DNS-nsdiff
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1711009004
SHA256 (DNS-nsdiff-1.85.tar.gz) = ca8e160daff164bfb99be8b7467a83059906725fada91d75f256917b3d313400
SIZE (DNS-nsdiff-1.85.tar.gz) = 13125
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- nsupdate : dns/bind-tools
- named-compilezone : dns/bind920
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for p5-DNS-nsdiff-1.85_1:
====> Options available for the radio BIND: you can only select none or one of them
BIND918=off: Use Bind 9.18 for named-compilezone
BIND920=on: Use Bind 9.20 for named-compilezone
BINDDEVEL=off: Use Bind 9-devel for named-compilezone
===> Use 'make config' to modify these settings
- Options name:
- dns_p5-DNS-nsdiff
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.85_1 26 Aug 2024 11:57:34
    |
Matthew Seaman (matthew)  |
dns/p5-DNS-nsdiff: Add option to depend on bind920
Make bind920 the default, tracking changes to the bind ports.
Reported by: Matthias Fechner |
1.85 17 May 2024 19:06:03
    |
Daniel Engberg (diizzy)  |
dns/p5-DNS-nsdiff: Remove BIND916 option
bind 9.16 was removed in commit 3a4d8de87ce0160ab4bfe85f60c6d1922d9fa3c4
Approved by: portmgr (blanket) |
1.85 21 Mar 2024 08:21:15
    |
Matthew Seaman (matthew)  |
dns/p5-DNS-nsdiff: update to 1.85
Changes: https://github.com/fanf2/nsdiff/compare/nsdiff-1.83...nsdiff-1.85
Reported by: portscout, repology |
1.84 19 Mar 2024 23:48:14
    |
Matthew Seaman (matthew)  |
dns/p5-DNS-nsdiff: update to 1.84
License change to either BSD 0-clause or MIT.
Changes: https://github.com/fanf2/nsdiff/compare/nsdiff-1.82...trunk
Reported by: repology |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.82_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.82_1 20 Jul 2022 14:21:47
    |
Tobias C. Berner (tcberner)  |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
1.82_1 26 Jun 2022 19:43:25
    |
Matthew Seaman (matthew)  |
dns/p5-DNS-nsdiff: add OPTIONS to select version of bind
Add a radiobutton option to select which of the availabile bind ports
should be used to supply the `named-compilezone` executable that
nsdiff depends on.
Set the default to dns/bind918 as that's the recommended stable
version from upstream. |
1.82 17 Aug 2021 07:20:18
    |
Matthew Seaman (matthew)  |
dns/p5-DNS-nsdiff: New port
Create an "nsupdate" script from DNS zone file differences |
Number of commits found: 9
|