notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
superiotool Helper tool for Super I/O chip detection and analysis
4.18_1,1 sysutils on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.18,1Version of this port present on the latest quarterly branch.
Maintainer: avg@FreeBSD.org search for ports maintained by this maintainer
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, chromium, radare2, coreutils, fusefs-ntfs
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. sbin/superiotool
  2. share/man/man8/superiotool.8.gz
  3. /usr/local/share/licenses/superiotool-4.18_1,1/catalog.mk
  4. /usr/local/share/licenses/superiotool-4.18_1,1/LICENSE
  5. /usr/local/share/licenses/superiotool-4.18_1,1/GPLv2
Collapse this list.
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):
superiotool
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-4.18,1--4.18_1,1---
FreeBSD:13:quarterly-4.18,1--4.18,1---
FreeBSD:14:latest-4.18,1--4.18_1,1---
FreeBSD:14:quarterly-4.18,1--4.18,1---
FreeBSD:15:latest-4.18,1n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
Library dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://coreboot.org/releases/
Collapse this list.

Number of commits found: 23

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.18_1,1
22 Mar 2024 20:18:19
commit hash: 8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64commit hash: 8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64commit hash: 8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64commit hash: 8a66c1bf02b1a8d11484d11b6c39898b5c9b5d64 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
sysutils/superiotool: Move man pages to share/man

Approved by:	portmgr (blanket)
4.18,1
10 Jan 2023 19:06:02
commit hash: f8c5e966332207ee64542e35f20484771e914c69commit hash: f8c5e966332207ee64542e35f20484771e914c69commit hash: f8c5e966332207ee64542e35f20484771e914c69commit hash: f8c5e966332207ee64542e35f20484771e914c69 files touched by this commit
Kurt Jaeger (pi) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
20121019_1
25 Oct 2021 12:58:29
commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8commit hash: 61b661339366b6ee95ca1de0667979da9240c6b8 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
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
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
20121019_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
20121019_1
12 Oct 2020 12:15:38
Revision:552123Original commit files touched by this commit
avg search for other commits by this committer
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
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
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
Revision:412349Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
20121019_1
30 May 2015 01:48:32
Revision:387912Original commit files touched by this commit
bapt search for other commits by this committer
Correctly create the library with a SONAME
Bump revision of the users
20121019
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:363371Original commit files touched by this commit Sanity Test Failure
adamw search for other commits by this committer
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
Revision:361812Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
20121019
12 Feb 2014 05:54:27
Revision:343843Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
20121019
20 Sep 2013 23:06:00
Revision:327772Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
20121019
07 Mar 2013 15:31:54
Revision:313597Original commit files touched by this commit
ak search for other commits by this committer
- 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
Revision:311382Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Update to 20121019

PR:		175761
Submitted by:	Andriy Gapon <avg@icyb.net.ua> (maintainer)
20090930
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
20090930
25 Sep 2010 18:20:25
Original commit files touched by this commit
makc search for other commits by this committer
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
Original commit files touched by this commit
linimon search for other commits by this committer
Also broken on ia64 and powerpc.

Hat:            portmgr
20090930
26 Oct 2009 07:18:32
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken on sparc64.
20090930
12 Oct 2009 12:47:17
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 23