notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
libnvme C Library for NVM Express on Linux ported to FreeBSD
1.11.1_1 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: imp@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-02-21 19:00:12
Last Update: 2025-02-23 16:11:02
Commit Hash: 3e5eab3
License: GPLv2
WWW:
https://github.com/linux-nvme/libnvme
Description:
This is the libnvme development C library. libnvme provides type definitions for NVMe specification structures, enumerations, and bit fields, helper functions to construct, dispatch, and decode commands and payloads, and utilities to connect, scan, and manage nvme devices.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (28 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/libnvme-1.11.1_1/catalog.mk
  3. /usr/local/share/licenses/libnvme-1.11.1_1/LICENSE
  4. /usr/local/share/licenses/libnvme-1.11.1_1/GPLv2
  5. include/libnvme-mi.h
  6. include/libnvme.h
  7. include/nvme/api-types.h
  8. include/nvme/fabrics.h
  9. include/nvme/filters.h
  10. include/nvme/ioctl.h
  11. include/nvme/linux.h
  12. include/nvme/log.h
  13. include/nvme/mi.h
  14. include/nvme/nbft.h
  15. include/nvme/tree.h
  16. include/nvme/types.h
  17. include/nvme/util.h
  18. lib/libnvme-mi.so
  19. lib/libnvme-mi.so.1
  20. lib/libnvme-mi.so.1.11.1
  21. lib/libnvme.so
  22. lib/libnvme.so.1
  23. lib/libnvme.so.1.11.1
  24. libdata/pkgconfig/libnvme-mi.pc
  25. libdata/pkgconfig/libnvme.pc
  26. @owner
  27. @group
  28. @mode
Collapse this list.
Dependency lines:
  • libnvme>0:devel/libnvme
To install the port:
cd /usr/ports/devel/libnvme/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/libnvme
  • pkg install libnvme
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: libnvme
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64
distinfo:
TIMESTAMP = 1740097253 SHA256 (bsdimp-libnvme-1.11.1-freebsd-1.11.1_GH0.tar.gz) = 22831130bcf9d084ce9c345990e66b8b20de2fd346ee80cf71d4209ef316a87f SIZE (bsdimp-libnvme-1.11.1-freebsd-1.11.1_GH0.tar.gz) = 740645

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. freebsd-nvme-shim>0 : devel/freebsd-nvme-shim
  2. bash>0 : shells/bash
  3. swig>0 : devel/swig
  4. meson : devel/meson
  5. ninja : devel/ninja
This port is required by:
for Libraries
  1. sysutils/nvme-cli

Configuration Options:
No options to configure
Options name:
devel_libnvme
USES:
meson
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bsdimp/libnvme/tar.gz/freebsd-1.11.1?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11.1_1
23 Feb 2025 16:11:02
commit hash: 3e5eab32850a99e051264ab160a0ee16c6f51abccommit hash: 3e5eab32850a99e051264ab160a0ee16c6f51abccommit hash: 3e5eab32850a99e051264ab160a0ee16c6f51abccommit hash: 3e5eab32850a99e051264ab160a0ee16c6f51abc files touched by this commit
Warner Losh (imp) search for other commits by this committer
Author: Daniel Engberg
devel/libnvme: Fix port

* Use DISTVERSION (and consistent)
* Fix COMMENT
* Define LICENSE_FILE
* Remove CXXFLAGS, project uses C
* Simplify MAJORVER definition
* Adjust pkg-descr
* Rearrange Makefile so it follows Porters Handbook more closely

Poudriere testport OK 14.2-RELEASE and 13.4-RELEASE

PR: 284970
Reviewed by: imp
1.11.1
21 Feb 2025 18:43:26
commit hash: bf6650543bcdd2ea9dbc42543401545d8b68acdccommit hash: bf6650543bcdd2ea9dbc42543401545d8b68acdccommit hash: bf6650543bcdd2ea9dbc42543401545d8b68acdccommit hash: bf6650543bcdd2ea9dbc42543401545d8b68acdc files touched by this commit
Warner Losh (imp) search for other commits by this committer
devel/libnvm: nvme cli split out the libbrary, so add it as 1.11.1

Remastered by:		zi@
Sponsored by:		Netflix

Number of commits found: 2