Port details |
- smart Output disk SMART values
- 0.4.1_2 sysutils =6 0.4.1_2Version of this port present on the latest quarterly branch.
- Maintainer: jrm@FreeBSD.org
- Port Added: 2017-10-31 22:55:51
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: rsync, vim, pkg, tmux, dmidecode
- License: ISCL
- WWW:
- https://github.com/ctuffli/smart
- Description:
- The format and location of SMART / health data varies across protocols. To
simplify the output, this application uses a Dumb Unified Model of SMART
Buffers. In this model, SMART data is located in one or more log pages. Each
page contains one or more values ("attributes") differentiated by an ID. Note
that ID's are only unique within a log page. Thus, the application outputs:
<Log Page ID> <Attribute ID> <Attribute value>
for each selected attribute.
See the shell scripts atasmart, nvmesmart, and scsismart for examples of parsing
the output.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/smart/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/smart
- pkg install smart
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smart
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1636218105
SHA256 (ctuffli-smart-0.4.1_GH0.tar.gz) = 1eae9684cfa95b3f4f32bc673d135251ce9363d0cab54a68eaa57e105a72bbcc
SIZE (ctuffli-smart-0.4.1_GH0.tar.gz) = 26132
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Run
-
- sysutils/ssd_report
Configuration Options:
- No options to configure
- Options name:
- sysutils_smart
- 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 |
0.4.1_2 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
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) |
0.4.1_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 ) |
0.4.1_1 23 Aug 2022 16:36:45 |
Joseph Mingrone (jrm) |
sysutils/smart: Install man page
Reported by: tom
Sponsored by: The FreeBSD Foundation |
0.4.1 06 Nov 2021 17:07:13 |
Joseph Mingrone (jrm) |
sysutils/smart: Update to 0.4.1
Changelog:
- Allow a comma-separated list of attributes
- Code refactor + update code comments |
0.3.0 11 Oct 2021 11:08:13 |
Joseph Mingrone (jrm) |
sysutils/smart: Update to 0.3.0
Upstream changes:
- Reclaim the -d option from debug
- Change field separator from spaces to tab
- Add textual descriptions of attribute IDs for ATA, NVMe, and SCSI
- Add a manual page
- Fixes
* libxo structure for attribute and attributes
* simplify LIBXO ifdef sprawl
* display of threshold values
* display of long values |
0.2.0 06 Aug 2021 14:50:15 |
Joseph Mingrone (jrm) |
sysutils/smart: Update to 0.2.0
https://github.com/ctuffli/smart/compare/0.0.11...0.2.0 |
0.0.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.0.11 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
0.0.11 12 Oct 2018 22:19:31 |
jrm |
sysutils/smart: Update to 0.0.11 and fix build on mips(64), powerpc
PR: 232087
Reported by: pkubaj@anongoth.pl |
0.0.10 27 Aug 2018 01:20:24 |
jrm |
sysutils/smart: Update to version 0.0.10 |
0.0.8 02 Jul 2018 04:00:29 |
linimon |
Mark ports broken on mips64 that are already broken on powerpc64. In
most cases, the failure mode is the same. Also, mark them broken on
mips when necessary.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.0.8 18 Jun 2018 14:40:31 |
linimon |
Mark ports broken on powerpc64, categories o-z.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
0.0.8 20 Mar 2018 17:41:33 |
jrm |
sysutils/smart: Update to version 0.0.8
Upstream changes:
- fix build error on 12-CURRENT
- enable NVMe for 11-stable
- fix bug with SCSI passthrough of ATA devices |
0.0.6 19 Mar 2018 00:55:35 |
jrm |
sysutils/smart: Mark broken on 12
See https://github.com/ctuffli/smart/issues/3 for details. |
0.0.6 31 Oct 2017 22:55:39 |
jrm |
New port, sysutils/smart: Output disk SMART values
WWW: https://github.com/ctuffli/smart |