Port details |
- dsc Tool used for collecting and exploring statistics from DNS servers
- 2.13.0 dns
=0 Version of this port present on the latest quarterly branch. - Maintainer: freebsd@dns.company
 - Port Added: 2018-03-21 20:14:31
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- License: BSD3CLAUSE
- Description:
- DSC (originally developed by The Measurement Factory and now developed
by DNS-OARC) is a system for collecting and exploring statistics from
busy DNS servers. It uses a distributed architecture with collectors
running on or near nameservers sending their data to one or more
central presenters for display and archiving. Collectors use pcap to
sniff network traffic. They transmit aggregated data to the presenter
as XML data. dsc is configurable to allow the administrator to capture
any kind of data that he or she chooses.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/dsc/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dsc
- pkg install dsc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dsc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649068969
SHA256 (dsc-2.13.0.tar.gz) = 8f37b002b0093a34f19477b476ab1b76c462d12e792bd6e3b637947a4e3ee1ab
SIZE (dsc-2.13.0.tar.gz) = 481615
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:
-
- libpcap>=1.8.1 : net/libpcap
- p5-Proc-PID-File>=1.28 : devel/p5-Proc-PID-File
- p5-XML-Simple>=2.24 : textproc/p5-XML-Simple
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- gmake>=4.3 : devel/gmake
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- libpcap>=1.8.1 : net/libpcap
- p5-Proc-PID-File>=1.28 : devel/p5-Proc-PID-File
- p5-XML-Simple>=2.24 : textproc/p5-XML-Simple
- python3.9 : lang/python39
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libmaxminddb.so : net/libmaxminddb
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dsc-2.13.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_dsc
- USES:
- gmake localbase perl5 python:3.6+ shebangfix
- pkg-message:
- For install:
- Before you configure:
To obtain MaxMind's GeoIP tables, install net/geoipupdate
and run /usr/local/bin/geoipupdate manually.
- WWW: https://www.dns-oarc.net/tools/dsc/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
2.13.0 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 ) |
2.13.0 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 ) |
2.13.0 07 Apr 2022 14:36:52
    |
Fernando Apesteguía (fernape)  Author: Leo Vandewoestijne |
dns/dsc: update to 2.13.0
While here, USE localbase.
PR: 263035
Reported by: freebsd@dns.company (maintainer)
Reviewed by: diizzy@ |
2.11.1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.11.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.11.1 19 Aug 2020 03:03:08
  |
leres  |
dns/dsc: update to 2.11.1
Changes since 2.8.1:
- Add support for receiving DNS messages over DNSTAP
- Fix bug with listening for SIGINT when in foreground mode
- Unlink UNIX socket on exit if successfully initiated
- Fix startup bug, exit() if unable to initialize
- Add new configuration options to dnstap_unixsock to control
ownership and permissions for the DNSTAP socket file
- Update the built in known TLDs table and adds the optional
configuration option knowntlds_file
- Fix a 17-year old code cut&paste mistake in the classification
indexer, until now it's been classifying funny query types based
on the query class, submitted by Jim Hague (Sinodun)
PR: 248728
Submitted by: Leo Vandewoestijne (maintainer) |
2.8.1_1 12 Apr 2020 16:35:38
  |
leres  |
dns/dsc: Improve out-of-box behavior
(From the PR) The sample configuration refers to an invalid PID
file location, and a non-existent data directory.
- Set PID file location to match RC script default
- Create default data directory
- While here, drop dependency on dns/dsp, which is not required
to collect stats
PR: 245141
Submitted by: John W. O'Brien
Approved by: Leo Vandewoestijne (maintainer timeout, 2 weeks) |
2.8.1 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
2.8.1 16 Jul 2019 17:43:27
  |
swills  |
dns/dsc: update to 2.8.1
PR: 239220
Submitted by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) |
2.8.0 15 Feb 2019 03:07:46
  |
leres  |
Put LIB_DEPENDS after BUILD_DEPENDS as per mat@ (and the Porter's
Handbook).
Reported by: mat
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D19197 |
2.8.0 14 Feb 2019 00:45:52
  |
leres  |
Upgrade to 2.8.0:
- New indexer 'response_time'
- Support for MaxMind DB (GeoIP2)
- Update 'pcap_layers' with fixes for 'scan-build' warnings
- Fix port in debug output of DNS message
Changes made in addition to the PR supplied patch:
- The port had USES=shebangfix but none of the SHEBANG_ variables
were set; replace the cron_upload-prep.pl patch with a working
shebangfix setup and then use REINPLACE_CMD to adjust the conf
path in upload-prep.pl
- While we're here use REINPLACE_CMD to obey PREFIX in other
files
PR: 235711
Submitted by: Leo Vandewoestijne (maintainer)
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D19187 |
2.7.0_1 13 Feb 2019 01:01:13
  |
leres  |
Undeprecate and retain GeoIP support by switching from net/GeoIP
to net/libmaxminddb. Update pkg-message to document updating via
net/geoipupdate. Remove pkg-descr whitespace flagged by portlint.
PR: 234950
Reviewed by: ler (mentor)
Approved by: freebsd@dns.company (maintainer), ler (mentor)
Differential Revision: https://reviews.freebsd.org/D19173 |
2.7.0 13 Jan 2019 21:22:07
  |
adamw  |
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports. |
2.7.0 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.7.0 28 Aug 2018 20:45:24
  |
leres  |
Replace PREFIX with LOCALBASE as suggested by danfe@
Reviewed by: ler (mentor)
Approved by: ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16928 |
2.7.0 28 Aug 2018 00:45:53
  |
leres  |
Update to 2.7.0. Add --with-extra-cflags=-I${PREFIX}/include
so configure finds pcap/sll.h. Add a rc.d script. Fix the path
to the config directory in upload-prep.pl or else it silently
exits without doing anything when it doesn't find any configs.
PR: 230661
Reviewed by: ler (mentor)
Approved by: Leo Vandewoestijn (maintainer), ler (mentor)
Differential Revision: https://reviews.freebsd.org/D16925 |
2.6.1 09 Jul 2018 08:40:18
  |
mat  |
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight |
2.6.1 23 Mar 2018 20:05:03
  |
pi  |
dns/{dsc|dsp|p5-DSC|p5-App-DSC-DataTool}: fix WWW in pkg-descr
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Approved by: Leo Vandewoestijne <freebsd@dns.company> (maintainer) |
2.6.1 21 Mar 2018 20:14:11
  |
pi  |
New port: dns/dsc
DSC (originally developed by The Measurement Factory and now developed
by DNS-OARC) is a system for collecting and exploring statistics from
busy DNS servers. It uses a distributed architecture with collectors
running on or near nameservers sending their data to one or more
central presenters for display and archiving. Collectors use pcap to
sniff network traffic. They transmit aggregated data to the presenter
as XML data. dsc is configurable to allow the administrator to capture
any kind of data that he or she chooses.
WWW: https://www.dns-oarc.net/dsc/
PR: 226631
Submitted by: Leo Vandewoestijne <freebsd@dns.company> |