Sandboxfs is a FUSE file system that exposes a combination of
multiple files and directories from the host's file system in the
form of a virtual tree with an arbitrary layout. You can think of
a sandbox as an arbitrary view into the host's file system with
different access privileges per directory.
Sandboxfs is designed to allow running commands with limited access
to the file system by using the virtual tree as their new root, and
to do so consistently across a variety of platforms.
WWW: https://github.com/bazelbuild/sandboxfs
Announcement: https://julio.meroh.net/2019/02/hello-sandboxfs-0.1.0.html
- Take compile/link flags from sdl_config, instead of hardcoding them, simplify
the port
- Remove bundled binary earlier, in post-extract
PR: 235525
Submitted by: amdmi3
While here,
- Make portlint happy
- Some make options cleanup
- Remove Qt4 conditional deprecation as Qt4 support has already been
dropped at r487596
PR: 233352
Submitted by: Marco Beishuizen <mbeis@xs4all.nl> (maintainer)
Lorenzo Salvadore <phascolarctos@protonmail.ch> (initial version)
building on GCC-based architectures. Add -Wno-incompatible-pointer-types
only when using Clang.
PR: 235512
Submitted by: Piotr Kubaj
Approved by: maintainer
they are only used on x86. So, remove the restriction to attempt to
build on other archs.
PR: 235529
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Flamethrower is a small, fast, configurable tool for functional
testing, benchmarking, and stress testing DNS servers and networks.
It supports IPv4, IPv6, UDP and TCP, and has a modular system for
generating queries used in the tests.
It was built as an alternative to dnsperf, and many of the command
line options are compatible.
WWW: https://github.com/DNS-OARC/flamethrower
PR: 235521
Submitted by: Leo Vandewoestijne <freebsd@dns.company>
Ceph is a distributed object store and file system designed to provide
excellent performance, reliability and scalability.
* Object Storage
Ceph provides seamless access to objects using native language bindings or
radosgw, a REST interface for applications written with S3 and Swift.
* Block Storage
Ceph's RADOS Block Device (RBD) provides access to block device images
that are striped and replicated across the entire storage cluster.
* File System
Ceph provides a POSIX-compliant network file system aiming for large data
storage, high performance, and maximum compatibility with legacy applications.
This FreeBSD build will build most of the tools in Ceph:
* Mon, OSD, rados, RadosGW, rbd
* init-ceph, and etc/rc.d/ceph on top of that
* ceph-disk {prepare, activate}
With these tools one can build a multi server, multi osd cluster fully
running on FreeBSD and do some testing...
WWW: https://ceph.com/
PR: 230432
Submitted by: Willem Jan Withagen <wjw@digiware.nl>
This is a ARM64 board with a RockChip RK3399 SoC.
Add support for RK3399 to the u-boot-master port. No METADATA are created
for now as this u-boot is split in two file and we don't support this scheme
yet.
Two patch are needed :
- One to allow booting u-boot proper from the same source as the DTS (accepted
and merge upstream)
- One to have the BL31 (ATF binary) path in a environment variable instead of
in the source directory (accepted upstream).