summaryrefslogtreecommitdiff
path: root/net/bmon
AgeCommit message (Collapse)AuthorFilesLines
2015-12-25NetBSD has no receive/send quotas, unbreak build. Fix format strings forjoerg2-1/+28
32bit vs 64bit differences between the BSDs.
2015-11-03Major bmon update to 3.8.bsiegert7-114/+34
The changelog only goes as far back as 3.1. Major changes are: - Mac OS X port - Provide minimal interface information on BSD - Fixes for all defects identified by coverity - Fix accuracy issue on total rate calculation - Better example config file - Only initialize curses module if actually used - Bugfixes Also saner build system and new source code location (github).
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin1-6/+1
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-2/+2
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2013-08-09Patch net/bmon to handle nonzero leading lladdr octets gracefully.riastradh3-3/+32
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-01-23Kill a few broken .TP invocations that are silently ignored by groff.joerg3-3/+24
Bump revision.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-06-20Add DESTDIR support.joerg1-6/+6
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-3/+3
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+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-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig1-2/+2
CONFIGURE_ARGS.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-11-07Import bmon from pkgsrc-wip. Packaged by hsaliak at gmail dot com, andminskim5-0/+95
slightly modified by me. Bmon is an interface bandwidth monitor. It is able to generate and draw three types of diagrams: The overview diagram which is a list of all interfaces and their send/receive rates. A very MRTG like graphical diagram in ASCII showing the rate over a specific time period in a bar diagram. The details diagram which contains all counters of an interface such as total bytes sent/received, errors, compressed packets and so on.