Port details |
- xnvme Cross-platform libraries and tools for NVMe devices
- 0.7.5 sysutils
=2 0.7.4Version of this port present on the latest quarterly branch. - Maintainer: k.torp@samsung.com
 - Port Added: 2023-11-24 06:19:42
- Last Update: 2024-10-06 11:49:17
- Commit Hash: 2c13465
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://xnvme.io/
- Description:
- xNVMe provides the means to program and interact with NMe devices from user
space. The foundation of xNVMe is libxnvme, a user space library for working
with NVMe devices. It provides a C API for memory management, that is, for
allocating physical / DMA transferable memory when needed. xNVMe is an NVMe
command interface allowing you to submit and complete NVMe commands in a
synchronous as well as an asynchronous manner.
¦ ¦ ¦ ¦ 
- 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/xnvme/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/xnvme
- pkg install xnvme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: xnvme
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: armv7 i386 powerpc
- distinfo:
- TIMESTAMP = 1727867611
SHA256 (xnvme-0.7.5.tar.gz) = d951a3115f686956f5c6b839b390ffb50bb443f7711fe35f57a07f4d0667277f
SIZE (xnvme-0.7.5.tar.gz) = 7059272
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:
-
- meson : devel/meson
- ninja : devel/ninja
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for xnvme-0.7.5:
EXAMPLES=on: Install the CLI example binaries
TESTS=off: Install the CLI test binaries
TOOLS=on: Install the CLI tool binaries
===> Use 'make config' to modify these settings
- Options name:
- sysutils_xnvme
- USES:
- meson
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.5 06 Oct 2024 11:49:17
    |
Robert Clausecker (fuz)  Author: Karl Bonde Torp |
sysutils/xnvme: update to v0.7.5
Changelog: https://github.com/xnvme/xnvme/releases/tag/v0.7.5
Signed-off-by: Karl Bonde Torp <k.torp@samsung.com>
PR: 281816 |
0.7.4 02 Mar 2024 20:18:02
    |
Robert Clausecker (fuz)  Author: Karl Bonde Torp |
sysutils/xnvme: update to v0.7.4
Signed-off-by: Karl Bonde Torp <k.torp@samsung.com>
PR: 277353 |
0.7.3_1 11 Feb 2024 11:49:00
    |
Piotr Kubaj (pkubaj)  |
sysutils/xnvme: disable on powerpc |
0.7.3_1 12 Jan 2024 22:40:48
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
0.7.3 31 Dec 2023 00:37:05
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.7.3 24 Nov 2023 06:12:46
    |
Robert Clausecker (fuz)  Author: Karl Bonde Torp |
sysutils/xnvme: Cross-platform libraries and tools for NVMe devices
xNVMe provides the means to program and interact with NMe devices from user
space. The foundation of xNVMe is libxnvme, a user space library for working
with NVMe devices. It provides a C API for memory management, that is, for
allocating physical / DMA transferable memory when needed. xNVMe is an NVMe
command interface allowing you to submit and complete NVMe commands in a
synchronous as well as an asynchronous manner.
WWW: https://xnvme.io/
Signed-off-by: Karl Bonde Torp <k.torp@samsung.com>
PR: 262032 |
Number of commits found: 6
|