Port details |
- smp_utils Utilities to send SAS Serial Management Protocol requests
- 0.99_1 sysutils =3 0.99_1Version of this port present on the latest quarterly branch.
- Maintainer: delphij@FreeBSD.org
- Port Added: 2012-02-01 18:46:56
- Last Update: 2024-03-22 20:18:19
- Commit Hash: c8aa865
- People watching this port, also watch:: nagios-check_hdd_health, p5-DateTime-Format-Excel, monit, p5-MIME-Tools, p5-Event
- License: BSD3CLAUSE
- WWW:
- https://sg.danny.cz/sg/smp_utils.html
- Description:
- This is a package of utilities. Each utility sends a Serial Attached
SCSI (SAS) Serial Management Protocol (SMP) request to an SMP target.
If the request fails then the error is decoded. If the request succeeds
then the response is either decoded, printed out in hexadecimal or
output in binary.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- smp_utils>0:sysutils/smp_utils
- To install the port:
- cd /usr/ports/sysutils/smp_utils/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/smp_utils
- pkg install smp_utils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smp_utils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1627280244
SHA256 (smp_utils-0.99.tar.xz) = a1cd2e7adc6bd1abefe32a4cd2b1163695324613078eee8f21a3b82fb4cc557f
SIZE (smp_utils-0.99.tar.xz) = 344292
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_smp_utils
- USES:
- gmake libtool tar:xz
- 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.99_1 22 Mar 2024 20:18:19 |
Nuno Teixeira (eduardo) |
sysutils/smp_utils: Move man pages to share/man
Approved by: portmgr (blanket) |
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.99 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.99 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.99 26 Jul 2021 06:18:58 |
Xin LI (delphij) |
sysutils/smp_utils: update to 0.99 |
0.98_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.98_1 14 Sep 2015 21:44:49 |
amdmi3 |
- Add LICENSE
- Drop 8.x support
Approved by: portmgr blanket |
0.98_1 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
0.98_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.98_1 01 Jul 2014 21:53:10 |
amdmi3 |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
0.98 28 May 2014 18:03:11 |
delphij |
Update to 0.98. |
0.97 12 Feb 2014 05:55:03 |
miwi |
- Stage support |
0.97 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
0.97 01 Feb 2012 18:46:36 |
delphij |
Add a port for smp_utils, a set of utilities for Serial Attached SCSI (SAS)
Serial Management Protocol (SMP). |