1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Dennis Herrmann
43e2a7d372 - Add new CONFIGURE_ARGS for systems with WITHOUT_IPV6
PR:		ports/144379
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com>
2010-03-08 19:41:59 +00:00
Dennis Herrmann
8ce071dc78 - Update to 0.9.6 2009-11-08 12:59:33 +00:00
Doug Barton
0175383f0a Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
2009-07-15 16:56:10 +00:00
Dennis Herrmann
fd846ee692 - Fix build with custom PREFIX/LOCALBASE
Reported by:	QAT
2009-06-28 00:34:20 +00:00
Dennis Herrmann
2b3b399de8 - Use my FreeBSD address on the ports I maintain
Approved by:	tabthorpe (co-mentor)
2009-03-06 18:14:36 +00:00
Philippe Audeoud
004f065e43 - Update to 0.9.4
PR:		ports/130900
Submitted by:	Dennis Herrmann <adox _AT_ mcx2.org> (maintainer)
2009-01-28 08:07:25 +00:00
Dmitry Marakasov
b6cdd8fee5 - Update to 0.9.2
- Pass maintainership to submitter

PR:		130648
Submitted by:	Dennis Herrmann <adox at mcx2 dot org>
2009-01-19 23:51:21 +00:00
Jeremy Chadwick
0ec1929bdb Maintainer moved to ports@FreeBSD.org. 2008-11-20 11:06:24 +00:00
Jeremy Chadwick
63e4fa118f RRDBot is an SNMP polling daemon which writes the polled values to an RRD
database. It can poll many different SNMP sources in an efficient manner.

It has no large external dependencies, and its configuration is stored in text
files. It has full support for MIB definition files and using textual MIBs
instead of numerical OIDs.

A nice feature is the querying of SNMP tables without using a specific index.
Indexes of the rows in an SNMP table may change from time to time, and are less
than ideal for long term tracking of a given value. For example RRDBot can
query the traffic on your router based on the 'xl0' interface name.

RRDBot also contains tools to simplify the creation of RRD files, and the
various archives contained in them.
2008-09-23 02:02:16 +00:00