Port details |
- superiotool Helper tool for Super I/O chip detection and analysis
- 4.18_1,1 sysutils =8 4.18_1,1Version of this port present on the latest quarterly branch.
- Maintainer: avg@FreeBSD.org
- Port Added: 2009-10-12 12:50:51
- Last Update: 2024-03-22 20:18:19
- Commit Hash: 8a66c1b
- People watching this port, also watch:: openssl, fusefs-ntfs, sleuthkit, chromium, radare2
- License: GPLv2
- WWW:
- http://www.coreboot.org/Superiotool
- Description:
- Superiotool is a GPL'd user-space helper tool for coreboot development
purposes (but may also be useful for other things). It allows you to
detect which Super I/O you have on your mainboard, and it can provide
detailed information about the register contents of the Super I/O.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- superiotool>0:sysutils/superiotool
- To install the port:
- cd /usr/ports/sysutils/superiotool/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/superiotool
- pkg install superiotool
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: superiotool
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1673376441
SHA256 (coreboot-4.18.tar.xz) = 068f242857911c52090ecbf586a65802c5dead6c82e8bf2047d10ce8e5f28128
SIZE (coreboot-4.18.tar.xz) = 57868424
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libpci.so : devel/libpci
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_superiotool
- USES:
- gmake tar:bzip2
- 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 |
4.18_1,1 22 Mar 2024 20:18:19 |
Nuno Teixeira (eduardo) |
sysutils/superiotool: Move man pages to share/man
Approved by: portmgr (blanket) |
4.18,1 10 Jan 2023 19:06:02 |
Kurt Jaeger (pi) Author: Johannes Totz |
sysutils/superiotool: update 20121019 -> 4.18
PR: 264018
Author: Johannes Totz <jo@bruelltuete.com>
Changes: https://coreboot.org/releases/coreboot-4.18-relnotes.txt
and many more
Reviewed by: avg
Approved by: avg
Differential Revision: https://reviews.freebsd.org/D34094 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
20121019_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
20121019_1 25 Oct 2021 12:58:29 |
Alexey Dokuchaev (danfe) |
Style: improve ONLY_FOR_ARCHS_REASON (grammar, markup, etc.)
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names. |
20121019_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
20121019_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
20121019_1 12 Oct 2020 12:15:38 |
avg |
retire my older email address
Remove "created by" lines that had it.
Change to my @f.o address in maintainer lines.
PR: 250204
Approved by: mikael |
20121019_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
20121019_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
20121019_1 30 May 2015 01:48:32 |
bapt |
Correctly create the library with a SONAME
Bump revision of the users |
20121019 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
20121019 29 Jul 2014 18:41:17 |
adamw |
Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
20121019 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
20121019 12 Feb 2014 05:54:27 |
miwi |
- Stage support |
20121019 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
20121019 07 Mar 2013 15:31:54 |
ak |
- Fix all new cases of 'No newline at end of file' in the ports tree
Approved by: portmgr (bapt) |
20121019 01 Feb 2013 15:06:45 |
amdmi3 |
- Update to 20121019
PR: 175761
Submitted by: Andriy Gapon <avg@icyb.net.ua> (maintainer) |
20090930 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
20090930 25 Sep 2010 18:20:25 |
makc |
Respect PREFIX and CFLAGS
PR: ports/150604
Submitted by: Tim Bishop <tim at bishnet.net>
Reviewed by: Anonymous <swell.k at gmail.com>
Approved by: Andriy Gapon (maintainer) |
20090930 01 Apr 2010 05:32:03 |
linimon |
Also broken on ia64 and powerpc.
Hat: portmgr |
20090930 26 Oct 2009 07:18:32 |
linimon |
Mark as broken on sparc64. |
20090930 12 Oct 2009 12:47:17 |
miwi |
Superiotool is a GPL'd user-space helper tool for coreboot development
purposes (but may also be useful for other things). It allows you to
detect which Super I/O you have on your mainboard, and it can provide
detailed information about the register contents of the Super I/O.
WWW: http://www.coreboot.org/Superiotool
PR: ports/139252
Submitted by: Andriy Gapon <avg at icyb.net.ua> |