Port details |
- nvme-cli Port of Linux nvme cli utility
- 1.8.1 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/linux-nvme/nvme-cli
- Description:
- NVM-Express user space tooling for Linux.
- ¦ ¦ ¦ ¦
- 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: amd64
- distinfo:
- TIMESTAMP = 1558388582
SHA256 (bsdimp-nvme-cli-1.8.1-c92d871_GH0.tar.gz) = 049f88cdcea50a00ade9427b082ac98327f689cd33c188a3b266244721fddaef
SIZE (bsdimp-nvme-cli-1.8.1-c92d871_GH0.tar.gz) = 414331
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.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_nvme-cli
- USES:
- gmake
- 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 |
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. |