Port details |
- bindgraph RRDtool frontend for BIND statistics
- 0.3_1 dns
=3 0.3_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2007-12-13 06:55:46
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: pure-ftpd, php81-pear, monit, nc, libevent
- License: GPLv2
- WWW:
- https://www.linux.it/~md/software/
- Description:
- Bindgraph makes pretty query statistics about BIND servers. It was derived
from well-known mailgraph package.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bindgraph>0:dns/bindgraph
- To install the port:
- cd /usr/ports/dns/bindgraph/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/bindgraph
- pkg install bindgraph
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bindgraph
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bindgraph-0.3.tgz) = 9aa7052da09cb242f107b0bfba09c4b62d337a29a1c9078aae6350efe90ef1fc
SIZE (bindgraph-0.3.tgz) = 16106
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.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- rrdtool>=0 : databases/rrdtool
- p5-File-Tail>=0 : devel/p5-File-Tail
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bindgraph-0.3_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- dns_bindgraph
- USES:
- perl5 shebangfix tar:tgz
- pkg-message:
- For install:
- To get bindgraph working, you have to set querylog for bind. An example
named.conf will be
logging {
channel "querylog" {
file "/var/log/query.log" versions 50 size 20m;
print-time yes;
};
category queries { querylog; };
};
Make sure BINDGRAPH_USER (default www) can read this log file.
- 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) |
0.3_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 ) |
0.3_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 ) |
0.3_1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
0.3_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.3_1 13 Aug 2019 16:01:59
  |
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
0.3_1 04 Jun 2016 09:03:50
  |
amdmi3  |
- Add NO_ARCH
- Switch to options helpers
- Regenerate patches with `make makepatch`
- Simplify DOCS installation |
0.3_1 02 May 2016 16:08:56
  |
zeising  |
Update databases/rrdtool to 1.6.0
Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.
Bump portrevision for depending ports due to shlib version bump.
For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES
Reviewed by: kwm
Differential Revision: D6168 |
0.3 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.3 19 Dec 2015 18:19:11
  |
riggs  |
Update to upstream version 0.3
While on it:
- Pet portlint
- Add LICENSE*
PR: 205376
Submitted by: jochen@jochen-neumeister.de |
0.2_7 16 Jan 2015 17:28:14
  |
rafan  |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
0.2_7 05 Jan 2015 13:18:59
  |
marino  |
change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl. This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20. For affected ports, the interpreter
was changed to localbase.
In one case, the interpreter was correct, but it wasn't surround by
quotes. Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case. |
0.2_6 09 Dec 2014 11:09:43
  |
bapt  |
Cleanup plist |
0.2_6 13 Sep 2014 13:46:53
  |
antoine  |
- Allow staging as a regular user
- Bump portrevision as a directory was not packaged with intended owner |
0.2_5 29 Jul 2014 19:11:53
  |
adamw  |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.2_5 03 Jul 2014 21:57:31
  |
adamw  |
Remove more PORTDOCS, and another DOCS->EXAMPLES. |
0.2_5 10 Jun 2014 08:33:41
  |
pi  |
dns/bindgraph: shebangfix and pkg-plist fix
Approved by: rafan (maintainer), jadawin (mentor) |
0.2_4 10 Jun 2014 07:39:02
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
0.2_4 30 May 2014 13:51:04
  |
rafan  |
Staging support |
0.2_4 20 Sep 2013 16:31:58
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
0.2_4 11 Sep 2013 08:56:53
  |
az  |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket) |
0.2_4 06 Aug 2012 00:28:43
 |
dougb  |
Fix what looks like a copy-paste-o that originated in the same script:
command=foo >/dev/null 2>&1
|
v
command=foo
command_args='>/dev/null 2>&1'
This is clearly what should have been done, for several reasons.
No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter. |
0.2_4 29 Jun 2012 18:26:52
 |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
0.2_4 07 May 2012 18:52:09
 |
sylvio  |
- Chase rrdtool shlib version bump. |
0.2_3 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.2_3 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.2_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2_3 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.2_2 24 Jun 2008 12:34:56
 |
rafan  |
- Chase rrdtool 1.3.0 update, bump PORTREVISION
PR: ports/124749
Submitted by: Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool) |
0.2_1 30 Mar 2008 12:06:56
 |
rafan  |
- Fix tmp directory creation in cgi script. Bump PORTREVISION for this.
- Add trailing slash for INSTALL_* destinations
- Make DATADIR really configurable |
0.2 13 Dec 2007 06:55:32
 |
rafan  |
Bindgraph makes pretty query statistics about BIND servers. It was derived
from well-known mailgraph package.
WWW: http://www.linux.it/~md/software/ |