summaryrefslogtreecommitdiff
path: root/net/mrtg
AgeCommit message (Collapse)AuthorFilesLines
2006-08-16Update homepage URL.tron1-2/+2
2006-08-09Update to 2.14.5adrianp7-61/+67
Package changes include: - pkglintification - move to options.mk - add in extra option for building with snmpv3 support (not tested) - tidy up MESSAGE (no more html docs) MRTG changes include: * updated SNMP_util.pm and Net_SNMP_util.pm * new: clonedirectory function * Updated SNMP_Session to 1.08 * SNMP v3 support added Net::SNMP library required for this For a full list see: http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/CHANGES Addresses PR# 32811 ok'ed bouyer@
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-3/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-06-05Buildlink gettext-lib because this package needs the gettext library.minskim1-1/+2
2006-05-29Don't depend on "freetype-lib" package any more. "rateup" is only linkedtron1-4/+3
against "libttf" because the "net/mrtg/Makefile" enforced that. Only depend on "freetype2" (indirectly via "gd") which is what "mrtg" really uses these days. Bump package revision.
2006-05-17graphics/gd only generates PNG images anymore.ghen1-1/+1
2006-04-23Add old/ dir to MASTER_SITES just in case we running a little behind aadrianp1-1/+2
current release.
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-12/+11
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-06-23Updated mrtg to 2.12.2martti5-21/+24
* fix warnings produced by pkglint * fix portname math in indexmaker * accept extreme networks switches for ifAlias in cfgmaker * set unknown values to 0 for threshold checking if unknonwnaszero is set * updated NetWare integration
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam1-3/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-24nb1: Install all roff documentation in man/man1 for easy retrieval,tv2-20/+18
leaving the other doc formats in share/doc/mrtg.
2005-01-22- Update to 2.11.1adrianp3-32/+25
- Fix bug with IPv6 support on non-IPv6 enabled systems - Tidy up Makefile - Move patch-aa to Makefile - ok'ed bouyer@ Changes 2.11.1, 2005-01-05 -------------------------- From: Artyom Adjemov <one.bofh location gmail.com> * new Windows docu ... running mrtg as an nt service with srvany. From: Joe Pruett <joey location clean.q7.com> * fixed snmp options parsing in MRTG_lib.pm to allow for ! From: Tobi * fixed secondmean and logscale to actually issue the propper options for rateup. * fixed compilation of rateup.exe for windows to get the new strftime function to be actually used ... Changes 2.11.00, 2004-12-08 --------------------------- From: Al Payne <apayne location pleiades.com> * integrated support for dellLan in cfgmaker * reindented cfgmaker From: Mike Nealon <mnealon location conversent.com> and Larry Fahnoe <fahnoe@FahnoeTech.com> * fix cfgmaker handling of 'lowspeed' highSpeed interfaces From: Tobi Oetiker * reindent rateup.c * remove @ signs from mail addresses in change log * added if_MTU variable to cfgmaker * make windows users happy. rateup.exe now uses a special strftime.c that knows about %V and will thus provided propper ISO week numbers for windows as well. Changed the default week format to V. From: zurkabsd location yahoo.com.cn * new chinese translation From: Jaime Damiao Anjos Cadete <jaime.d.cadete location ptprime.pt> * put -lm into LIBS to make sure it comes last From: Ian Duplisse <i.duplisse location cablelabs.com> * remove the flattening of peaks from the code in rateup.c this does not reflect what actually happens From: John Van Essen <vanes002 location umn.edu> * fix handling of unknonwn (-1) data in rateup ... From: Benjamin Despres <http://users.tmok.com/~pla/email_me.shtml> * Logscale and Secondmean logarithmic scaling for rateup From: alex <alex location craxor.com> * contributed mrtg message dll. Added note about it to mrtg-reference.pod From: Mateusz <mateusz location republika.pl> * support option derive is using rrdtool logging From: Ulf Härnhammar <Ulf.Harnhammar.9485 location student.uu.se> * prevent potential buffer overflow in ratup due to 'strange' input files Changes 2.10.15, 2004-08-08 --------------------------- From: NormW <normw location bocnet.com.au> * patches for netware support From: Tobi * the optional Conversion function wants to have the original data pulled in via snmp to work with, mapping \n and \r to nothing and stripping spaces must happen later. * better error message for missing library * Updated to snmp_session 1.05 From: Fuminori -Tany- Tanizaki <tany location tany.org> * fix for cuin and cout values saved in html comments From: Tom Pala <gotar location pld-linux.org> * fix for polish translation From: Georgi Georgiev <chutz location gg3.net> * nodetach option for running mrtg under daemontools From: Jozsef Szilagyi <j.szilagyi location atlastelecom.ro> * fixed indexmaker. added missing last for --section=portname code From: Bartosz Kwitniewski <zerg2000 location lurker.ath.cx> * fixed scaling bug in rateup (unsigned long) should have been long long From: Mike Mitchell <mcm location unx.sas.com> * fix indexmaker when used with 14all
2004-12-31Add the __PREFIX__ replacement back, which was deleted by mistake inminskim2-10/+11
the previous commit. No PKGREIVISION bump since it was bumped in minutes ago.
2004-12-31Set the path to perl in scripts correctly using REPLACE_PERL. Notedminskim3-10/+16
by Martti Kuparinen on tech-pkg@. Bump PKGREVISION.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-30Updated mrtg to 2.10.15martti3-24/+12
* patches for netware support * the optional Conversion function wants to have the original data pulled in via snmp to work with, mapping \n and \r to nothing and stripping spaces must happen later. * better error message for missing library * Updated to snmp_session 1.05 * fix for cuin and cout values saved in html comments * fix for polish translation * nodetach option for running mrtg under daemontools * fixed indexmaker. added missing last for --section=portname code * fixed scaling bug in rateup (unsigned long) should have been long long * fix indexmaker when used with 14all
2004-06-21ou.edu no longer has mrtg.tv1-2/+1
2004-06-21Updated mrtg to 2.10.14martti3-13/+24
* new option subtitle for indexmaker * added new options for printing date inside the graph: TimeStrPos[] and TimeStrFmt[] * fix indexmaker when used with 14all * translation updates * added 3com RMON VLAN detection to cfgmaker
2004-06-20Do not link to libX11 and libXpm, X11 support is really useless here.xtraeme2-4/+4
2004-06-20Bump PKGREVISION and remove X11 support where appropiate.xtraeme1-3/+2
2004-06-15Honour PKG_SYSCONFDIR in net/mrtg, and sync MESSAGE properly.xtraeme3-11/+15
Bump PKGREVISION to 1.
2004-05-08Convert to buildlink3.snj1-5/+5
2004-02-15Updated mrtg to 2.10.13martti6-86/+65
* fixed undef data problem with forks * add --icondir option to indexmaker * faild rrdtune should not kill mrtg complaining is enough. * fixed manpages first lines to include mrtg as well * It's community not comunity. * 16-Bit SNMP Session ID support for cfgmaker and SNMP_Session * renamed all doc pages to mrtg-* except the manpages for cfgmaker and indexmaker * added MaxAge option setting which will prevent mrtg from touching old logfiles, potentially caused by setting the clock to a wrong date. * fixed a number of && vs and and || vs or problems in the mrtg script and library
2004-02-10PERL5_REQD is now a list of values, so append to its value instead ofjlam1-2/+2
setting it.
2004-02-01fix typolukem1-1/+1
2003-12-17Use buildlinkmartti1-4/+2
2003-12-16Updated mrtg to 2.10.11nb1martti1-1/+6
* Added IPv6 support (pkg/23769 by Adrian Portelli)
2003-12-07Updated mrtg to 2.10.11martti4-20/+20
* lots of bug fixes
2003-10-05Updated mrtg to 2.10.5martti7-35/+38
* bug fixes * documentation updates
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23Update master sites.wiz1-6/+17
2003-06-23Revision bumped because of gd shared library major bump; buildlink added for ↵adam1-5/+3
freetype-lib; CONFIGURE_ARGS fixed to use buildlink
2003-06-09Updated mrtg to 2.9.29martti2-6/+5
* allow external scripts to return UNKNOWN * fixed SnmpOptions setting * improved skipping of dead hosts (do not confused with 'dead' interfaces)
2003-04-20PR#21243 from Sergey Svishchev. Use Perl 5.6.1 (documentation uses =head3)cjep1-3/+3
and update MASTER_SITES.
2003-04-08Updated mrtg to 2.9.28martti4-22/+22
* bug fixes
2002-12-22There is no manual.htmlcjep1-2/+2
2002-12-21Only two programs have been renamed, not three.tron1-2/+2
2002-11-28Bump package revision after last bugfix.tron1-2/+2
2002-11-28Buildlinkify this package to stop it from using packaged version oftron1-2/+3
"libintl" even if it is not necessary.
2002-11-19Updated mrtg to 2.9.26.2nb1martti3-3/+18
Avoid negative request ids (default_avoid_negative_request_ids=1) as this might cause problems with some devices. Solution provided by Tobias Oetiker in a private mail.
2002-11-18Updated mrtg to 2.9.26.2 (2.9.26b)martti3-10/+11
* with thresholds ... have two decimals in % mode * give threshdesc and value as ar 4 and 5 of called threshprog * propperly ignore signal 127 on UNIX * make cfgmaker foundry aware * ds3 (30) and sonet (39) are wan interface types too added them to the $if_is_wan group in cfgmaker * don't give up too quickly if a confcache setup entry does not match ... * make rateup.c (64bit) work on macos x * debug 64bit rateup ... * drop special MacOS X includes they are harmful on 10.2. Use bsd approach * use long long in log files to enable logging of FAST links long long = 64 bit integers * make cfgmaker support ifHighSpeed propperly and teach it about Juniper * make output of cfgmaker such that indexmaker will sort propperly
2002-10-23Updated mrtg to 2.9.25martti5-25/+25
* die gracefully when LANG is set to UTF-8 and give advice (RedHat 8) * updated squid monitoring example * Fixed indexmaker which got truncated during the last release process * cosmetic tweaks for layout * Use Snmp Session 0.93 with option avoid_negative_request_ids enabled * Supress Posix Locales in the locale module ... people who have LANG set to UTF-8 report very strange errors otherwhise. * skip all queries to a host for one round when 1 query has returned undef. * skip all trailing space in keys when matching interface by Name, Description, Anything * remove <br> before <hr> near pagetop * make Includes search in directory of main config files as well as in current directory * addhead option for indexmaker * fix for uptime for squid and other non standard devices * indexmaker: improve handling of urls given with --rrdviewer * improved chinese translation
2002-09-30Updated mrtg to 2.9.22 [lots of bug fixes]martti6-42/+44