notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
dnstop Captures and analyzes DNS traffic (or analyzes libpcap dump)
20140915_1 dns on this many watch lists=23 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20140915Version of this port present on the latest quarterly branch.
Maintainer: mark@foster.cc search for ports maintained by this maintainer
Port Added: 2003-09-05 04:55:22
Last Update: 2024-01-10 08:16:01
Commit Hash: 1b819e4
People watching this port, also watch:: libiconv, png, pcre, rsync, gmake
License: BSD2CLAUSE
WWW:
http://dnstop.measurement-factory.com/
Description:
dnstop is a libpcap application (ala tcpdump) that displays various tables of DNS traffic on your network. Currently dnstop displays tables of: * Source IP addresses * Destination IP addresses * Query types * Top level domains * Second level domains
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/dnstop
  2. share/man/man8/dnstop.8.gz
  3. /usr/local/share/licenses/dnstop-20140915_1/catalog.mk
  4. /usr/local/share/licenses/dnstop-20140915_1/LICENSE
  5. /usr/local/share/licenses/dnstop-20140915_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • dnstop>0:dns/dnstop
To install the port:
cd /usr/ports/dns/dnstop/ && make install clean
To add the package, run one of these commands:
  • pkg install dns/dnstop
  • pkg install dnstop
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dnstop
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (dnstop-20140915.tar.gz) = b4b03d02005b16e98d923fa79957ea947e3aa6638bb267403102d12290d0c57a SIZE (dnstop-20140915.tar.gz) = 77917

Packages (timestamps in pop-ups are UTC):
dnstop
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20140915_120140915_12014091520140915_120140915_1-20140915-
FreeBSD:13:quarterly20140915_120140915_12014091520140915_120140915_1201409152014091520140915
FreeBSD:14:latest20140915_120140915_12014091520140915_120140915_120140915-20140915
FreeBSD:14:quarterly2014091520140915_1-2014091520140915_1201409152014091520140915
FreeBSD:15:latest20140915_120140915_1n/a20140915_1n/a20140915_120140915_120140915_1
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
dns_dnstop
USES:
ncurses
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://dns.measurement-factory.com/tools/dnstop/src/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20140915_1
10 Jan 2024 08:16:01
commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
20140915
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
20140915
20 Jul 2022 14:21:47
commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868commit hash: 66ee090ccad0160bf913ee776daa9c3bfdab1868 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
20140915
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20140915
09 Oct 2019 10:34:57
Revision:514130Original commit files touched by this commit
bapt search for other commits by this committer
Drop the ipv6 virtual category for d* category as it is not relevant anymore
20140915
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
20140915
01 Feb 2016 22:13:53
Revision:407780Original commit files touched by this commit
marino search for other commits by this committer
dns/dnstop: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
20140915
20 Feb 2015 19:22:18
Revision:379461Original commit files touched by this commit
pawel search for other commits by this committer
Update toversion 20140915

PR:		197397
Submitted by:	mark@foster.cc (maintainer)
20121017
17 Feb 2014 13:15:32
Revision:344735Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
20121017
20 Sep 2013 16:31:58
Revision:327719Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns)
20121017
12 Dec 2012 21:12:34
Revision:308796Original commit files touched by this commit
skreuzer search for other commits by this committer
Update to 20121017

PR:		ports/174396
Approved by:	Mark Foster <mark@foster.cc>
20120611
15 Jun 2012 15:32:12
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 20120611
- While I'm here:
  - Add LICENSE
  - Remove unnecessary WRKSRC
  - Pet portlint

Changes:        http://dns.measurement-factory.com/tools/dnstop/src/CHANGES
PR:             ports/169091
Submitted by:   John Marshall <john.marshall@riverwillow.com.au>
Approved by:    Mark Foster <mark@foster.cc> (maintainer)
20110502
22 Jun 2011 00:23:38
Original commit files touched by this commit
wxs search for other commits by this committer
- Update to 20110502.
- Add LICENSE.

PR:             ports/157675
Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
Approved by:    maintainer timeout
20110107
09 Jan 2011 09:53:09
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 20110107

Changes:        http://dns.measurement-factory.com/tools/dnstop/src/CHANGES
PR:             ports/153806
Submitted by:   Mark Foster <mark AT foster.cc> (maintainer)
Approved by:    sahil@/wen@ (mentors, implicit)
20090128
01 Feb 2009 06:42:44
Original commit files touched by this commit
beech search for other commits by this committer
- Update to 20090128

PR:             ports/131231
Submitted by:   Mark D. Foster <mark@foster.cc> (maintainer)
20080502
27 Jul 2008 20:16:24
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 20080321

PR:             125793
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer
20080321
13 May 2008 07:31:52
Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to lastest version (20080321)

PR:             ports/123583
Submitted by:   Mark Foster <mark@foster.cc> (maintainer)
Approved by:    mentor (implicit)
20070510
17 Sep 2007 18:40:48
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 20070510

PR:             116418
Submitted by:   Mark Foster <mark@foster.cc> (maintainer)
20070219
07 Mar 2007 09:17:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 20070219

PR:             109873
Submitted by:   miwi
Approved by:    maintainer
20070105
07 Feb 2007 16:11:40
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 20070105
- Add ipv6 to CATEGORIES

PR:             ports/108860
Submitted by:   rafan
Approved by:    Mark Foster <mark at foster.cc> (maintainer)
20061122
29 Dec 2006 23:09:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Respect CC and CFLAGS

PR:             ports/107227
Submitted by:   farrokhi
Approved by:    maintainer
20061122
26 Dec 2006 02:24:38
Original commit files touched by this commit
clsung search for other commits by this committer
- update dnstop to 20061122 version.
  much less CPU usage on busy name servers.

PR:             ports/106352
Submitted by:   Artis Caune <Artis dot Caune_AT_latnet dot lv>
Approved by:    maintainer (Mark Foster)
20060517
05 Jun 2006 16:02:35
Original commit files touched by this commit
erwin search for other commits by this committer
Update to 20060517

PR:             98488
Submitted by:   miwi
Approved by:    maintainer
20050405
22 Jan 2006 11:02:41
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify (manually updated and checked)

Approved by: krion@
20050405
15 Jun 2005 06:41:24
Original commit files touched by this commit
sem search for other commits by this committer
- New maintainer

Submitted by:   Mark Foster <mark@foster.cc>
Reviewed by:    fenner (former maintainer)
20050405
14 Jun 2005 11:01:43
Original commit files touched by this commit
sem search for other commits by this committer
- Update 20050405
- While I'm here, fix maintainer email to more common form

PR:             ports/79799
Submitted by:   Mark Foster <mark@foster.cc>
Approved by:    maintainer timeout (2 monthes)
20050203
13 Feb 2005 17:20:11
Original commit files touched by this commit
fenner search for other commits by this committer
Update to version 20050203.
Adds a non-interactive mode, and support for collecting
 3rd-level domain statistics.
20040309
19 May 2004 18:52:39
Original commit files touched by this commit
fenner search for other commits by this committer
Update to verion 20040309

Submitted by:           Mark Foster <mark@foster.cc>
PR:                     ports/66898
20030124
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
20030124
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
20030124
05 Sep 2003 04:54:37
Original commit files touched by this commit
edwin search for other commits by this committer
Massive repo-copies request: net->dns (partly devel->dns)

PR:             ports/56020
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Approved by:    portmgr

Number of commits found: 32