Port details |
- dsc Tool used for collecting and exploring statistics from DNS servers
- 2.15.2 dns =2 2.15.2Version of this port present on the latest quarterly branch.
- Maintainer: freebsd@dns.company
- Port Added: 2018-03-21 20:14:31
- Last Update: 2024-09-05 22:59:14
- Commit Hash: 0f6d49e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://www.dns-oarc.net/tools/dsc/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1725521830
SHA256 (dsc-2.15.2.tar.gz) = 9ff408bcb9be146c17c9d619b8cb7944aac5f075346b0da8faf5877c47ceac74
SIZE (dsc-2.15.2.tar.gz) = 521909
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.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- python3.11 : lang/python311
- 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.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- 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.15.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_dsc
- USES:
- gmake localbase perl5 pkgconfig python shebangfix
- pkg-message:
- For install:
- Before you configure:
To obtain MaxMind's GeoIP tables, install net/geoipupdate
and run /usr/local/bin/geoipupdate manually.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.15.2 05 Sep 2024 22:59:14 |
Vladimir Druzenko (vvd) Author: Leo Vandewoestijne |
dns/dsc: Update 2.15.1 → 2.15.2
- Replace PORTVERSION with DISTVERSION.
- Remove GNU_CONFIGURE_MANPREFIX.
- Add USES=pkgconfig (required to detect libmaxminddb during configure stage).
Changelog:
https://github.com/DNS-OARC/dsc/releases/tag/v2.15.2
PR: 281284
MFH: 2024Q3 |
2.15.1 03 Jun 2024 15:04:03 |
Neel Chauhan (nc) Author: Leo Vandewoestijne |
dns/dsc: update to 2.15.1
Changes: https://www.dns-oarc.net/tools/dsc
PR: 279490
Approved by: maintainer is submitter |
2.13.0_1 27 Jan 2024 10:52:27 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
*: Move man pages to share/man
Approved by: portmgr (blanket) |
2.13.0 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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> |