Port details |
- mbmon Motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240
- 205_6 sysutils
=20 205_6Version of this port present on the latest quarterly branch.
- DEPRECATED: Use sysutils/xmbmon instead. This port will be removed soon
This port expired on: 2014-01-31
- Maintainer: 5u623l20@gmail.com
- Port Added: 2006-02-01 20:17:29
- Last Update: 2014-01-31 00:24:59
- SVN Revision: 341906
- People watching this port, also watch:: sudo, pcre, unzip, zip, gmake
- License: not specified in port
- WWW:
- http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
- Description:
- This is a X/tty motherboard monitor which supports LM78/79, WINBond
83781D/83782D/83783S, ASUS 991227F, and VIA VT82C686A/B PC-health
chips via 3 methods: ISA-I/O, SMBus, VIA-direct.
Run "mbmon -h" or "xmbmon -help" to see the usage.
***CAUTION***
These programs access to the SMBus or the ISA-IO port directly under
the superuser privilege, so it may cause a system crash. Please test
"mbmon -d" or "xmbmon -debug" first.
WWW: http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: mbmon
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mbmon-205_6:
ASUS=off: "Enable A7N8X-VM support"
SMB=on: "Enable smb(4) support"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
205_6 31 Jan 2014 00:24:59 |
rene |
Remove expired ports:
20140130 multimedia/kino: Not developed since 2009, declared dead 05.08.2013 on
there website.
2014-01-31 x11-drivers/xf86-video-imstt: Broken, unsupported and unmaintained
upstream.
2014-01-31 x11-drivers/xf86-video-via: Broken, not supported upstream.
2014-01-31 multimedia/vdr-plugin-softdevice: Broken after ffmpeg update (not
sure it ever worked)
2014-01-31 sysutils/mbmon: Use sysutils/xmbmon instead. This port will be
removed soon
2014-01-31 dns/bind96: EOL in January 2014, consider moving to Bind 9.8 or 9.9
2014-01-31 x11-drivers/xf86-video-nouveau: Not supported, missing kernel
support. use the nvidia driver. |
205_6 25 Dec 2013 15:07:57 |
sunpoet |
- Mark as DEPRECATED and set EXPIRATION_DATE to 2014-01-31
PR: ports/184628
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) |
205_6 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
205_6 28 Oct 2012 21:26:35 |
pawel |
OPTIONS_SET -> OPTIONS_DEFAULT
Reported by: jhale
Feature safe: yes |
205_6 28 Oct 2012 20:46:06 |
pawel |
- Convert to OptionsNG [1]
- Add fflush patch to solve the problem for using pipe to get outputs [1]
- Add option to support ASUS A7N8X-VM/400 [1]
- Improve COMMENT
- Trim Makefile headers
PR: ports/171933 [1]
Submitted by: Takefu <takefu@airport.fm> [1]
Approved by: maintainer timeout (1 month)
Feature safe: yes |
205_5 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
205_5 17 Mar 2012 05:03:17 |
miwi |
- Set Portscout flags
- Pass maintainership to submitter
PR: 165917 165916 165975 165973 165972
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes |
205_5 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. |
205_5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
205_5 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
205_5 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
205_5 15 Jul 2009 16:56:10 |
dougb |
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. |
205_5 10 Jun 2009 03:21:28 |
bland |
Improve output buffer flushing so the aux info (timestamp etc) do not
stuck till the next cycle. |
205_4 16 Feb 2009 20:43:17 |
miwi |
- Reset Maintainer
PR: 131742
Submitted by: "Sergey N. Voronkov" <serg@tmn.ru> (maintainer) |
205_4 13 Feb 2009 15:31:11 |
tabthorpe |
- Pass maintainership to submitter
Submitted by: Sergey Voronkov via freebsd-ports@ |
205_4 29 Apr 2008 05:11:44 |
linimon |
Reset jylefort's port maintainerships. portmgr has taken his commit bit
into safekeeping due to inactivity. |
205_4 24 Sep 2007 05:18:45 |
edwin |
[PATCH] sysutils/mbmon - enables recognition of 657DHG controller
Enclosed one line patch enables mbmon's recognition of the 657DHG
temp sensing device on the Asus P5x motherboard series
PR: ports/116474
Submitted by: Howard Goldstein <hg@queue.to>
Approved by: maintainer timeout |
205_3 10 Jul 2006 18:32:32 |
dougb |
Remove a new crop of the long-spurious FreeBSD KEYWORDs. |
205_3 03 May 2006 19:46:55 |
jylefort |
Call fflush() after printing sensor values. This allows to use mbmon
in scripts, etc. |
205_2 03 May 2006 17:32:38 |
jylefort |
Recognize a Winbond chip on the MSI Neo4-FI motherboard.
PR: ports/96718
Submitted by: pav |
205_1 19 Mar 2006 02:24:30 |
jylefort |
Add a rcng startup script for the daemon mode.
PR: ports/94610
Submitted by: Douglas K. Rand <rand@meridian-enviro.com> |
205 01 Feb 2006 20:05:08 |
jylefort |
- Split into two ports: mbmon (tty) and xmbmon (X)
- Remove -s from LDFLAGS (do not unconditionally strip, let
${INSTALL_PROGRAM} do it)
- Use OPTIONS
- Decouple manpage installation from NOPORTDOCS
- xmbmon:
- use X prefix
- install xmbmon.resources into the appropriate location
- do not require a font package: use fixed rather than Helvetica [1]
- Take maintainership
[1]:
PR: ports/92600
Submitted by: Daniel Berlin <mail@daniel-berlin.de> |