Port details |
- nbdkit Network Block Device server toolkit with stable ABI and permissive license
- 1.20.4_2 net
=2 1.20.4_2Version of this port present on the latest quarterly branch. - Maintainer: asomers@FreeBSD.org
 - Port Added: 2020-06-19 19:29:22
- Last Update: 2024-03-20 17:15:03
- Commit Hash: e774a50
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://github.com/libguestfs/nbdkit
- Description:
- nbdkit is a toolkit for creating Network Block Device servers.
The key features are:
* Multithreaded NBD server written in C with good performance.
* Minimal dependencies for the basic server.
* Liberal license (BSD) allows nbdkit to be linked to proprietary
libraries or included in proprietary code.
* Well-documented, simple plugin API with a stable ABI guarantee.
Lets you export "unconventional" block devices easily.
* You can write plugins in C, Go, Lua, Perl, Python, OCaml, Ruby,
Rust, shell script or Tcl.
* Filters can be stacked in front of plugins to transform the output.
¦ ¦ ¦ ¦ 
- 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/net/nbdkit/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nbdkit
- pkg install nbdkit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nbdkit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1592693228
SHA256 (nbdkit-1.20.4.tar.gz) = 16c7612cf95ea3908bccfe163d71a58dc3bb4d8b018e0bf86833ed9f7858b48b
SIZE (nbdkit-1.20.4.tar.gz) = 1790677
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 : shells/bash
- bash-completion>0 : shells/bash-completion
- gnutls>0 : security/gnutls
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- gnutls>0 : security/gnutls
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nbdkit-1.20.4_2:
CURL=off: Data transfer support via cURL
GNUTLS=on: SSL/TLS support via GnuTLS
LIBVIRT=off: Virtualization support via libvirt
LZMA=off: LZMA compression support
MANPAGES=on: Build and/or install manual pages
PERL=off: Perl scripting language support
PYTHON=off: Python bindings or support
RUBY=off: Ruby bindings or support
SSH=off: SSH protocol support
ZLIB=off: zlib compression support
===> Use 'make config' to modify these settings
- Options name:
- net_nbdkit
- USES:
- compiler:c11 cpe gmake libtool pkgconfig perl5
- 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 |
1.20.4_2 20 Mar 2024 17:15:03
    |
Nuno Teixeira (eduardo)  |
net/nbdkit: Move man pages to share/man
Approved by: portmgr (blanket) |
1.20.4_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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.20.4_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.20.4_1 18 Mar 2022 13:23:53
    |
Bernhard Froehlich (decke)  |
net/nbdkit: Add CPE information
Approved by: portmgr (blanket) |
1.20.4_1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.20.4_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.20.4_1 06 Mar 2021 16:46:24
  |
kai  |
net/nbdkit: Fix packaging issues after r566543
* Add shells/bash-completion, which was a transitive dependency via
security/p11-kit until r566543, to BUILD_DEPENDS to fix packaging issues.
Approved by: portmgr (build fix) |
1.20.4_1 31 Aug 2020 16:01:11
  |
mat  |
QAT fixes.
Reported by:
http://package21.nyi.freebsd.org/data/113amd64-default-qat/546304/logs/nbdkit-1.20.4_1.log |
1.20.4_1 25 Aug 2020 22:37:57
  |
asomers  |
net/nbdkit: fix the GNUTLS option
The GNUTLS option requires pkgconf. Since so many options do, this commit
enables it unconditionally.
PR: 248913
Reported by: Richard W.M. Jones <rjones@redhat.com>
Approved by: kevans (ports)
Sponsored by: Axcient |
1.20.4 20 Jun 2020 23:15:53
  |
asomers  |
net/nbdkit: update to 1.20.4
Reported by: portscout |
1.20.2 20 Jun 2020 07:30:08
  |
linimon  |
Add compiler:c11 to USES to fix build on GCC-based systems:
background.c:68: error: #pragma GCC diagnostic not allowed inside functions
Approved by: portmgr (tier-2 blanket) |
1.20.2 20 Jun 2020 04:41:28
  |
asomers  |
net/nbdkit: Elaborate pkg-descr and comment
Reported by: linimon
Reviewed by: linimon
Differential Revision: https://reviews.freebsd.org/D25370 |
1.20.2 19 Jun 2020 19:29:15
  |
asomers  |
net/nbdkit: new port
nbdkit is a toolkit for creating NBD servers
Reviewed by: lwhsu, rgrimes
Approved by: lwhsu (ports)
Sponsored by: Axcient
Differential Revision: https://reviews.freebsd.org/D25354 |