FreshPorts -- The Place For Ports notbug Sat, 11 Feb 2012 4:36 PM GMT
Port details
mbmon 205_5 sysutils on this many watch lists=31 search for ports that depend on this port
A tty motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 01 Feb 2006 20:17:29
License: not specified in port
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
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
sysutils/xmbmon
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/mbmon/ && make install clean
To add the package: pkg_add -r mbmon


Configuration Options
===> The following configuration options are available for mbmon-205_5:
     SMB=on (default) "enable smb(4) support"
===> Use 'make config' to modify these settings

Master Sites:
http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
14 Jan 2012 08:57:23
Original commit files touched by this commit  205_5
dougb search for other commits by this committer
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.
19 Mar 2011 12:38:54
Original commit files touched by this commit  205_5
miwi search for other commits by this committer
- Get Rid MD5 support
27 Mar 2010 00:15:24
Original commit files touched by this commit  205_5
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
21 Dec 2009 02:19:12
Original commit files touched by this commit  205_5
dougb search for other commits by this committer
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.
15 Jul 2009 16:56:10
Original commit files touched by this commit  205_5
dougb search for other commits by this committer
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.
10 Jun 2009 03:21:28
Original commit files touched by this commit  205_5
bland search for other commits by this committer
Improve output buffer flushing so the aux info (timestamp etc) do not
stuck till the next cycle.
16 Feb 2009 20:43:17
Original commit files touched by this commit  205_4
miwi search for other commits by this committer
- Reset Maintainer

PR:             131742
Submitted by:   "Sergey N. Voronkov" <serg@tmn.ru> (maintainer)
13 Feb 2009 15:31:11
Original commit files touched by this commit  205_4
tabthorpe search for other commits by this committer
- Pass maintainership to submitter

Submitted by:   Sergey Voronkov via freebsd-ports@
29 Apr 2008 05:11:44
Original commit files touched by this commit  205_4
linimon search for other commits by this committer
Reset jylefort's port maintainerships.  portmgr has taken his commit bit
into safekeeping due to inactivity.
24 Sep 2007 05:18:45
Original commit files touched by this commit  205_4
edwin search for other commits by this committer
[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
10 Jul 2006 18:32:32
Original commit files touched by this commit  205_3
dougb search for other commits by this committer
Remove a new crop of the long-spurious FreeBSD KEYWORDs.
03 May 2006 19:46:55
Original commit files touched by this commit  205_3
jylefort search for other commits by this committer
Call fflush() after printing sensor values. This allows to use mbmon
in scripts, etc.
03 May 2006 17:32:38
Original commit files touched by this commit  205_2
jylefort search for other commits by this committer
Recognize a Winbond chip on the MSI Neo4-FI motherboard.

PR:             ports/96718
Submitted by:   pav
19 Mar 2006 02:24:30
Original commit files touched by this commit  205_1
jylefort search for other commits by this committer
Add a rcng startup script for the daemon mode.

PR:             ports/94610
Submitted by:   Douglas K. Rand <rand@meridian-enviro.com>
01 Feb 2006 20:05:08
Original commit files touched by this commit  205
jylefort search for other commits by this committer
- 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>

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06

14 vulnerabilities affecting 32 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23150
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 6
new 48 hours9
new 7 days47
new fortnight71
new month143

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.105 seconds.