summaryrefslogtreecommitdiff
path: root/sysutils/mbmon
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+3
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-16Add SunOS to ONLY_FOR_PLATFORM, builds fine. Might be worth removingjperkin1-2/+2
entirely.
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz1-1/+3
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-01-27DESTDIR supportjoerg1-3/+5
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-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam2-4/+4
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Unmask mbmon for DragonFly.joerg1-2/+3
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-06-06Remove empty HOMEPAGE line which pkglint does not like.wiz1-2/+1
2005-06-06- Add missing RCS Id tags to patch-a[abc].hira5-12/+12
- Remove duplicated diff headers from patch-a[abc]. - Use ${MV} instead of mv.
2005-04-18Fix section header in man page.wiz2-1/+15
Do not bump PKGREVISION. Closes PR 29974 by Wouter Schoot.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+3
2005-01-04Bump PKGREVISION for installation of man page (binary package change).wiz1-1/+2
2005-01-04Install the supplied man page.simonb2-2/+4
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-28Use x86_64_iopl() instead of i386_iopl() on NetBSD/amd64.hira2-1/+16
2004-11-22Update to 2.05:wiz7-68/+42
* Bugs for detecting ALi chipset fixed. * Further smoothing for plotting curves in xmbmon. * SMBus accesses of VIA VT8237 and Intel ICH6 are supported. * Problem related to select() system call fixed (by Tsuneyuki Sakano). * The part of IO port read/write is unified into an gas in-line assembler code (so, gcc with x86-gas is assumed!); a contribution by John Wehle (john@feith.com). * Changes to work on Solaris for x86 platform and others for cleaning up the codes, contributed by John Wehle (john@feith.com). * Others: Fixing small bugs.
2004-07-19update mbmon to 2.04recht8-47/+30
patch provided by Sergio Jimenez in PR 26355 * The modified BSD license is set from this version. * Logging facility in the daemon mode is included (but unabled in default, contribution by David Quattlebaum ). * IIR low path filter smoothing method is included for plotting graphs in xmbmon (contribution by Takayuki Hosoda). * Manual files are contributed by Nicolas Rueff . * Winbond W83791D, W83627THF chips are supported. * Initialization of ADM9240 chip for some Intel motherboards (by Alex Vasylenko). * SMBus access of ALI1533/1543 chipset (Aladdin IV, V) is supported. * ISA access of 2nd and 3rd temperatures for Winbond chips fails in most of motherboard. Due to this problem, fraction of these temperatures is always 0.5. This "bug" is fixed now. * Others: Fixing small bugs.
2004-04-07Add a patch from the program's auther.recht3-9/+11
""" Patch for fixing a long standing bug in xmbmon version 2.00-2.03 (April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond chips with ISA access (no problem with SMBus access). """ Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
2004-03-07Use bl3 and honor CFLAGS.snj3-9/+17
2004-03-07Add RCSID.snj2-2/+4
2004-03-07Make this work for amd64, and enable it.fvdl5-3/+54
2004-02-02mbmon works on FreeBSD/i386 4.9 and maybe in OpenBSD, soxtraeme1-2/+2
enable FreeBSD/OpenBSD-*-i386 support, reported by Michal Pasternak in PR pkg/24303.
2003-08-23Update {x}mbmon to 2.03.recht4-22/+20
changes since 2.01: * Genesys Logic GL512SM and GL520SM sensors are supported. * Intel ICH5 SMBus access supported. * LM85, Analog Devices ADM1024/1025/1027/ADT7463, and SMSC EMC6D10X sensors are supported. * Analog Devices ADM1020/1021/1023 temperature sensors are supported. * A log standing bug from version 2.00 in the treatment of fan-divisor for the IT87xxF sensor chip is fixed. * NetBSD/OpenBSD support is added (by a contribution of a patch given by Stephan Eisvogel). "./configure; make" just works. * The AMD8111 and NVidia nForce2 SMBus access is supported (by information from Alex van Kaam). * National Semiconductor LM90 temperature sensor is supported. * Winbond W83L784R, W83L785R, W83L785TS-S sensors are supported. * The case of two sensor chips are supported. * Others: Fixing small bugs, clean-up the code.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant2-4/+4
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-31Add NetBSD RCS tagscjep1-0/+1
2003-05-28Let xmbmon find the patches it needs.agc1-2/+3
2003-05-28Add in the run-time path on NetBSD.agc2-1/+33
2003-05-28The mbmon and xmbmon packages have only been tested on NetBSD/i386, soagc1-10/+12
only enable it on that platform. Others can be enabled when they are known to work. Re-format the Makefile.common whitespace to be more aesthetically pleasing.
2003-05-28Initial import of the text-based part of xmbmon-201 into the NetBSDagc5-0/+45
Packages Collection. mbmon is a text-based program for monitoring motherboard environmental information.