Port details |
- nvme-cli Port of Linux nvme cli utility
- 2.11.0.3 sysutils
=2 1.8.1Version of this port present on the latest quarterly branch. - Maintainer: imp@FreeBSD.org
 - Port Added: 2018-10-14 14:27:53
- Last Update: 2025-03-11 23:34:50
- Commit Hash: bd060d2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/linux-nvme/nvme-cli
- Description:
- NVMe management command line interface
A user space utility to provide standards compliant tooling for NVM-Express drives.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- nvme-cli>0:sysutils/nvme-cli
- To install the port:
- cd /usr/ports/sysutils/nvme-cli/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/nvme-cli
- pkg install nvme-cli
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nvme-cli
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1741735953
SHA256 (bsdimp-nvme-cli-2.11.0.3-freebsd-2.11.0.3_GH0.tar.gz) = d6e9a7eebdd85d50c79c4755145ac8b41843068de351547910eb1f40e320fb06
SIZE (bsdimp-nvme-cli-2.11.0.3-freebsd-2.11.0.3_GH0.tar.gz) = 1024215
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:
-
- bash>0 : shells/bash
- freebsd-nvme-shim>0 : devel/freebsd-nvme-shim
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libnvme.so : devel/libnvme
- libjson-c.so : devel/json-c
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_nvme-cli
- USES:
- meson pkgconfig
- 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 |
2.11.0.3 11 Mar 2025 23:34:50
    |
Warner Losh (imp)  |
sysutils/nvme-cli: Update to 2.11.0.3
Update to freesdb-2.11.0.3:
o Kill debug prrintf. It messed up the json anyway.
Sponsored by: Netflix |
2.11.0.2 11 Mar 2025 15:52:22
    |
Warner Losh (imp)  |
sysutils/nvme-cli: Update to 2.11.0.2
This update fixes compiling on pre-15 FreeBSD systems.
Sponsored by: Netflix |
2.11.0.1_2 28 Feb 2025 05:50:22
    |
Warner Losh (imp)  |
sysutils/nvme-cli: Add json-c dependency and enable json
Turns out that too much is disabled when we disable json. Add dependency
Sponsored by: Netflix |
2.11.0.1_1 27 Feb 2025 22:12:38
    |
Warner Losh (imp)  |
sysutils/nvme-cli: Don't depend on swig
Swig is needed only to create the python bindings for libnvme. It was
added in development before python was disabled, but not subsequently
removed.
Sponsored by: Netflix |
2.11.0.1 25 Feb 2025 20:39:35
    |
Warner Losh (imp)  |
sysutils/nvme-cli: Update to 2.11.0.1
Update to my FreeBSD fixes to 2.11:
* Update support for SN-340 based on trial an error
* Patch meson.build in my repo, not via ports
Sponsored by: Netflix |
2.11 23 Feb 2025 21:33:03
    |
Daniel Engberg (diizzy)  |
sysutils/nvme-cli: Fix commit 3517dea254f951d5fbc9aa12d9b73c2581636c07
Patch file rended up in root dir instead of files which causes port
to fail due to plist errors
PR: 284971
Approved by: portmgr (blanket, build fix) |
2.11 23 Feb 2025 16:11:02
    |
Warner Losh (imp)  Author: Daniel Engberg |
sysutils/nvme-cli: Fix port
* Use DISTVERSION (and consistent)
* Define LICENSE_FILE
* Remove CXXFLAGS, project uses C
* Patch meson.build instead of abusing pkg-plist
* Fix pkg-descr
* Rearrange Makefile so it follows Porters Handbook more closely
Poudriere testport OK 14.2-RELEASE and 13.4-RELEASE
PR: 284971
Reviewed by: imp |
2.11 21 Feb 2025 18:43:27
    |
Warner Losh (imp)  |
sysutils/nvme-cli: Update to 2.11
Update to 2.11, and depend on libnvme, per upstream. Adds a boatload of
new functionality. However, not everything works. Caveat emptor.
Remastered by: zi@
Sponsored by: Netflix |
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) |
1.8.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 ) |
1.8.1 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 ) |
1.8.1 30 Sep 2021 21:23:30
    |
Rene Ladan (rene)  |
cleanup: drop support for EOL FreeBSD 11.X
Search criteria used:
- 11.4
- OSREL*
- OSVER*
- *_FreeBSD_11
Input from:
- adridg: devel/qca-legacy
- jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds
- sunpoet: security/p5-*OpenSSL*
Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust
Differential Revision: https://reviews.freebsd.org/D32008
Test Plan: make index |
1.8.1 01 Sep 2021 11:46:24
    |
Alexey Dokuchaev (danfe)  |
Cleanup: for ports under s* categories, drop redundant GH_* knobs. |
1.8.1 11 May 2021 21:23:09
    |
Craig Leres (leres)  |
sysutils/nvme-cli: Add missing PLIST_FILES
PR: 255714
Approved by: imp (maintainer) |
1.8.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.8.1 20 May 2019 22:03:09
  |
imp  |
Update to nvme-clie v1.8.1
This also fixes the connect build failures. |
1.6 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 |
1.6 14 Oct 2018 05:34:44
  |
imp  |
Add new port for Linux-nvme's nvme-cli program.
The nvme program allows sending of arbitrary commands to nvme devices.
Only the admin-passthru command is known to work, though others might.
Many linuxisms remain in this program that, though it compiles, will
likely not work on FreeBSD, preventing other commands from working.
Marked only for amd64 / FreeBSD 12/13 since it's only been tested
there and uses APIs that are unstable between the major releases.
Upstreamable patches welcome to fix any of this, and this port will
evolve as my patches get accepted upstream. |