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
freebsd-nvme-shim FreeBSD implementations of Linux headers
1.0.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:09
Last Update: 2025-02-23 16:11:02
Commit Hash: 91d73ae
License: BSD2CLAUSE
WWW:
https://github.com/bsdimp/freebsd-nvme-shim
Description:
Contains a set of include files to allow nvme-cli and libnvme to compile on FreeBSD without a lot of #ifdefs in the original source. These are trivial versions of the linux headers, that implement the minimum amount for nvme-cli.
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 (23 items)
Collapse this list.
  1. /usr/local/share/licenses/freebsd-nvme-shim-1.0.1_1/catalog.mk
  2. /usr/local/share/licenses/freebsd-nvme-shim-1.0.1_1/LICENSE
  3. /usr/local/share/licenses/freebsd-nvme-shim-1.0.1_1/BSD2CLAUSE
  4. include/freebsd-nvme-shim/asm/bitsperlong.h
  5. include/freebsd-nvme-shim/asm/byteorder.h
  6. include/freebsd-nvme-shim/asm/types.h
  7. include/freebsd-nvme-shim/elf.h
  8. include/freebsd-nvme-shim/errno.h
  9. include/freebsd-nvme-shim/linux/errno.h
  10. include/freebsd-nvme-shim/linux/fs.h
  11. include/freebsd-nvme-shim/linux/stddef.h
  12. include/freebsd-nvme-shim/linux/types.h
  13. include/freebsd-nvme-shim/netinet6/in6.h
  14. include/freebsd-nvme-shim/strings.h
  15. include/freebsd-nvme-shim/sys/elf64.h
  16. include/freebsd-nvme-shim/sys/elf_common.h
  17. include/freebsd-nvme-shim/sys/ioctl.h
  18. include/freebsd-nvme-shim/sys/mman.h
  19. include/freebsd-nvme-shim/sys/sysinfo.h
  20. include/freebsd-nvme-shim/time.h
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • freebsd-nvme-shim>0:devel/freebsd-nvme-shim
To install the port:
cd /usr/ports/devel/freebsd-nvme-shim/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/freebsd-nvme-shim
  • pkg install freebsd-nvme-shim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: freebsd-nvme-shim
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1740098340 SHA256 (bsdimp-freebsd-nvme-shim-1.0.1-freebsd-1.0.1_GH0.tar.gz) = 6c5cef6e4eda660075fbd238c9d5f5b29553800fe36910ffec091a34b111701d SIZE (bsdimp-freebsd-nvme-shim-1.0.1-freebsd-1.0.1_GH0.tar.gz) = 4683

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.
This port has no dependencies.
This port is required by:
for Build
  1. devel/libnvme
  2. sysutils/nvme-cli

Configuration Options:
No options to configure
Options name:
devel_freebsd-nvme-shim
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/freebsd-nvme-shim/tar.gz/freebsd-1.0.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.0.1_1
23 Feb 2025 16:11:02
commit hash: 91d73ae0af6169cba5d144ff64785d7ab03f3e88commit hash: 91d73ae0af6169cba5d144ff64785d7ab03f3e88commit hash: 91d73ae0af6169cba5d144ff64785d7ab03f3e88commit hash: 91d73ae0af6169cba5d144ff64785d7ab03f3e88 files touched by this commit
Warner Losh (imp) search for other commits by this committer
Author: Daniel Engberg
devel/freebsd-nvme-shim: Fix port

* Use DISTVERSION
* Set NO_ARCH
* Don't install non header files into include directory

Poudriere testport OK 14.2-RELEASE and 13.4-RELEASE

PR: 284969
Reviewed by: imp
1.0.1
21 Feb 2025 18:43:26
commit hash: 0cea7651b89879e32e94357bc9d73b009eb4b7c8commit hash: 0cea7651b89879e32e94357bc9d73b009eb4b7c8commit hash: 0cea7651b89879e32e94357bc9d73b009eb4b7c8commit hash: 0cea7651b89879e32e94357bc9d73b009eb4b7c8 files touched by this commit
Warner Losh (imp) search for other commits by this committer
devel/freebsd-nvme-shim: New helper port to port nvme-cli and libnvme

Set of linux-compatible FreeBSD implementation of Linux .h file APIs.

Remastered by:		zi@
Sponsored by:		Netflix

Number of commits found: 2